diff --git a/.agents/AGENTS.md b/.agents/AGENTS.md index 29291c1c..e571e68a 100644 --- a/.agents/AGENTS.md +++ b/.agents/AGENTS.md @@ -23,14 +23,17 @@ For Codex Spark work, also read `.agents/spark/README.md`, `.agents/spark/registry.json`, and the chosen scenario `README.md` plus `PROMPT.md`. -For exported skill-like material, also read `techniques/AGENTS.md`, -`TECHNIQUE_INDEX.md`, and the source `TECHNIQUE.md` bundle that produced the -agent-facing companion. +For technique-facing help, also read `techniques/AGENTS.md`, +`TECHNIQUE_INDEX.md`, and the selected source `TECHNIQUE.md` bundle. ## Boundaries -- Do not turn exported technique guidance into an `aoa-skills` skill bundle. -- Do not hand-edit generated or exported companion content as the first move. +- Do not create `.agents/skills/` as a local cache of shared AoA bundles. +- Do not create an empty top-level `skills/` home. A future repository-owned + bundle must first pass the admission boundary in root `AGENTS.md`. +- Use host or user-profile projections for shared skills; use authored + technique routes and source-returning derived readers for technique help. +- Do not hand-edit generated companion content as the first move. - Do not make agent lanes stronger than the source technique, docs, schemas, builders, or owning AoA repository. - Do not add private project assumptions, secrets, local host paths, or hidden diff --git a/.agents/skills/AGENTS.md b/.agents/skills/AGENTS.md deleted file mode 100644 index 7dc2e4d8..00000000 --- a/.agents/skills/AGENTS.md +++ /dev/null @@ -1,49 +0,0 @@ -# AGENTS.md - -## Applies to - -This card applies to `.agents/skills/` and all descendants unless a nearer -`AGENTS.md` narrows the path. - -## Role - -`.agents/skills/` is a generated or exported agent-facing companion surface for -technique use. - -It may help a coding agent find reusable practice quickly, but the -source-authored technique canon remains in `techniques/**/TECHNIQUE.md` and -related bundle files. - -## Read before editing - -Read root `AGENTS.md`, `.agents/AGENTS.md`, `DESIGN.AGENTS.md`, -`docs/guardrails/AGENTS_MESH_PROTOCOL.md`, `techniques/AGENTS.md`, and the -source technique bundle before changing this lane. - -## Boundaries - -- Do not turn a technique export into a new skill bundle. Skills belong in - `aoa-skills`; this layer should describe practice primitives, validation - patterns, docs layouts, and transfer methods. -- Do not hand-edit exported files as the first move. Change the source - technique, export configuration, or builder, then regenerate and review the - diff. -- Keep descriptions short, public-safe, and bounded. -- Avoid hidden project assumptions, private paths, or capability claims - stronger than the source technique. - -## Validation - -Verify with: - -```bash -python scripts/validate_agents_md_shape.py -python scripts/validate_repo.py -python scripts/validate_semantic_agents.py -``` - -## Closeout - -Report the source technique, export or builder route, regenerated companion -files, validation run, skipped checks, and whether anything should be routed to -`aoa-skills` instead of staying in this companion lane. diff --git a/.agents/skills/aoa-adr-write/SKILL.md b/.agents/skills/aoa-adr-write/SKILL.md deleted file mode 100644 index c9f8c376..00000000 --- a/.agents/skills/aoa-adr-write/SKILL.md +++ /dev/null @@ -1,122 +0,0 @@ ---- -name: aoa-adr-write -description: Capture a meaningful architectural or workflow decision as an ADR or decision note, place it in the canonical decision surface, and verify the rationale stays discoverable. Use when structure, boundaries, tooling, or workflow expectations change and future contributors need to know why. Do not use for tiny self-evident edits or when the real problem is source-of-truth ambiguity rather than decision rationale. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: canonical - aoa_invocation_mode: explicit-preferred - aoa_source_skill_path: skills/core/engineering/aoa-adr-write/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0033,AOA-T-0002 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-adr-write - -## Intent -Use this skill to capture an architectural, structural, or workflow decision in a concise reviewable note, then place and verify that note in the canonical repo surface so the rationale stays findable. - -## Trigger boundary -Use this skill when: -- a decision changes structure, boundaries, tooling, or workflow expectations -- future contributors will need to know why a path was chosen -- several plausible options existed and the reasoning matters -- the team or project risks repeating the same debate later -- the note needs a clear canonical home, not just a one-off comment -- the decision crosses ownership, layer, evidence, lifecycle, portability, runtime-facing, handoff, risk, or scale boundaries and needs a durable rationale -- reviewed evidence, planning work, generated output, audit results, or operational receipts have revealed a decision that must stay separate from the evidence that revealed it - -Do not use this skill when: -- the change is tiny and self-evident -- the note would only restate an obvious diff with no real decision content -- the main problem is unclear authoritative documentation rather than decision rationale; use `aoa-source-of-truth-check` first -- the main problem is deciding whether logic belongs in the core or at the edge; use `aoa-core-logic-boundary` first -- no decision exists yet and the next step is still discovery, option framing, or owner-route clarification -- the boundary itself is still ambiguous; use `aoa-bounded-context-map` before recording the decision -- the request is to record every possible lens, provisional hint, planning idea, or generated observation without one reviewed decision to preserve -- the decision is an ordinary implementation choice whose rationale is already clear from the diff, tests, commit message, or review summary -- the next honest move is a runbook, incident note, risk approval, or operational follow-up rather than durable decision rationale - -## Inputs -- decision to record -- context and problem statement -- relevant options or alternatives -- chosen path and rationale -- known consequences or tradeoffs -- owner, source, evidence, placement, or lifecycle boundaries that shape the decision - -## Outputs -- concise decision note or ADR draft -- statement of rationale -- consequence notes -- canonical placement or reference for the note -- verification that the note landed in the expected decision surface -- verification that the note matches the actual change -- decision-boundary notes that say what the ADR records and what stays with stronger owners, evidence surfaces, generated or derived outputs, or follow-up routes - -## Procedure -1. confirm a real decision exists and is meaningful enough to record; if not, route to discovery rather than writing an ADR -2. when placement, owner, evidence, or lifecycle could blur the record, choose the smallest useful decision-lens set from `references/decision-boundary-lenses.md` -3. state the context and the problem the decision addresses -4. list the main options if they meaningfully shaped the choice -5. record the chosen decision in clear language -6. note why it was chosen and what tradeoffs it introduces -7. place the note in the canonical decision surface or repo-local home that future reviewers should use -8. connect the note to the actual change surface when relevant -9. verify that the note explains the decision rather than narrating the diff only -10. verify that the note is reachable from the intended canonical location - -## Contracts -- the note should explain why, not just what changed -- the decision should be bounded and understandable -- tradeoffs should not be hidden behind certainty theater -- the note should help future reviewers, not merely satisfy process -- the note should have an explicit canonical placement, not a hidden or implied home -- the note should distinguish the decision from the evidence, planning surface, generated output, audit result, workflow event, or runtime-facing event that motivated it -- decision lenses should be selected only when they clarify the decision's authority, placement, or future effect -- the skill should prefer no ADR when a lighter artifact preserves enough rationale for future work -- verification should check both rationale quality and note placement - -## Risks and anti-patterns -- writing an ADR for a trivial edit with no real decision -- writing a decision record before a decision actually exists -- using inflated language to mask weak reasoning -- recording the chosen path without naming consequences -- letting the ADR drift away from the actual change -- treating placement as optional after the note is written -- using the skill when the main work is still source-of-truth clarification -- treating a provisional note, generated observation, planning wish, or workflow candidate as a reviewed decision without owner evidence -- copying stronger owner law into a local ADR instead of naming the decision's handoff and authority limit -- creating ADR clutter for ordinary implementation choices that need verification or review summary instead -- applying decision lenses exhaustively until the ADR becomes a governance essay - -## Verification -- confirm the decision was meaningful enough to record -- confirm the rationale is explicit -- confirm consequences or tradeoffs are named -- confirm at least one rejected option or accepted tradeoff is visible when alternatives shaped the choice -- confirm the note aligns with the real change surface -- confirm the note is placed where future reviewers will look for it -- confirm the canonical location or reference is part of the result, not an afterthought -- confirm a lighter artifact would not preserve enough rationale before creating a durable ADR -- confirm evidence, generated, planning, workflow, or runtime-facing surfaces are cited as context rather than promoted into decision authority -- confirm any selected decision lenses are necessary and narrow enough for this one decision - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0033 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/instruction/docs-boundary/decision-rationale-recording/TECHNIQUE.md` and sections: Intent, When to use, When not to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation -- AOA-T-0002 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/instruction/docs-boundary/source-of-truth-layout/TECHNIQUE.md` and sections: Intent, When to use, When not to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - -## Adaptation points -Future project overlays may add: -- local ADR templates -- alternative decision-note homes outside formal `docs/adr/` layouts -- a short decision-lens pass from `references/decision-boundary-lenses.md` when durable rationale crosses owner, layer, evidence, workflow, runtime-facing, or scale boundaries -- a compact note skeleton from `references/decision-note.template.md` when no repo-local template exists -- local placement rules -- local template variants that still preserve context, options, decision, and consequences -- architecture review expectations -- cross-linking rules back to canonical authority docs without replacing them -- repository-specific examples diff --git a/.agents/skills/aoa-adr-write/agents/openai.yaml b/.agents/skills/aoa-adr-write/agents/openai.yaml deleted file mode 100644 index 0168a389..00000000 --- a/.agents/skills/aoa-adr-write/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA ADR Write - short_description: Record architecture decisions clearly - default_prompt: Use $aoa-adr-write to record a meaningful architectural or workflow decision, place it in the canonical decision surface, and verify the rationale is easy to find. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: invoke - allow_implicit_invocation: true diff --git a/.agents/skills/aoa-adr-write/assets/large-logo.svg b/.agents/skills/aoa-adr-write/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-adr-write/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-adr-write/assets/small-logo.svg b/.agents/skills/aoa-adr-write/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-adr-write/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-adr-write/examples/example.md b/.agents/skills/aoa-adr-write/examples/example.md deleted file mode 100644 index 055cba58..00000000 --- a/.agents/skills/aoa-adr-write/examples/example.md +++ /dev/null @@ -1,36 +0,0 @@ -# Example - -## Scenario - -A team is splitting a monolithic service into a reusable domain package and a thin delivery layer. Several contributors agree on the direction, but future maintainers will need to know why the split was chosen, what alternatives were considered, and what tradeoffs were accepted. - -## Why this skill fits - -- the change introduces a meaningful architectural decision rather than a tiny local edit -- several plausible paths exist, and the rationale matters for future work -- the value comes from preserving why the choice was made, not only what files changed - -## Expected inputs - -- the decision to record and the problem it solves -- the main alternatives that were considered -- the chosen path and the rationale behind it -- known tradeoffs, consequences, or follow-up constraints - -## Expected outputs - -- a concise ADR or decision note -- explicit rationale for the chosen path -- consequence notes that future contributors can review -- a short verification note confirming the ADR matches the real change - -## Boundary notes - -- this example is about recording a decision after the decision is real enough to matter -- it is not a substitute for clarifying authoritative documentation or resolving document conflicts first - -## Verification notes - -- verify that the ADR explains why the split was chosen, not only that it happened -- verify that alternatives and tradeoffs are named in plain language -- verify that the final note still matches the actual implementation direction diff --git a/.agents/skills/aoa-adr-write/references/decision-boundary-lenses.md b/.agents/skills/aoa-adr-write/references/decision-boundary-lenses.md deleted file mode 100644 index ad9c4811..00000000 --- a/.agents/skills/aoa-adr-write/references/decision-boundary-lenses.md +++ /dev/null @@ -1,61 +0,0 @@ -# Decision Boundary Lenses - -Use these lenses when a real decision exists, but its authority, evidence, -placement, or future effect could be confused with nearby surfaces. They are not -an ADR expansion checklist. Pick only the lenses that keep one decision -reviewable. - -## How To Use - -1. Name the decision in one sentence. -2. Select the few lenses that change where the note belongs or how future - readers should interpret the decision. -3. For each selected lens, record the boundary: what the ADR decides, what it - does not decide, and which stronger owner or evidence surface remains - stronger than the note. -4. Drop any lens that only restates the same decision in different words. - -## Lens Set - -| Lens | Use When | ADR Question | Failure To Avoid | -|---|---|---|---| -| Decision object | The record may mix several choices or object classes. | Is this one architecture, workflow, tooling, policy, placement, or release decision? | One ADR becomes a bundle of unrelated moves. | -| Owner/source | The rationale touches more than one owner repository, layer, or canonical file. | Who owns the decision, and whose truth is only referenced? | A local ADR imports stronger owner law. | -| Placement | Several decision homes, review notes, route cards, or changelogs could receive the note. | Where will future reviewers look first, and what links back here? | The note is correct but undiscoverable. | -| Evidence state | The choice came from tests, evals, generated reports, receipts, or audit output. | What evidence informed the decision, and what claim does the evidence not prove? | Evidence is promoted into authority or verdict. | -| Workflow/process | The choice came from a task session, checkpoint, closeout, scenario, campaign, or roadmap pass. | Is this a reviewed durable decision or only a process-local hint? | Temporary execution context becomes canon. | -| Lifecycle/time | The note discusses current state, future direction, migration, deprecation, or release posture. | What is decided now, what is deferred, and what is only provenance? | A future trigger reads like an already-landed decision. | -| Portability/overlay | Public reusable core and project-local overlay both shape the choice. | What is portable decision meaning, and what remains local adaptation? | Local paths or ecosystem assumptions leak into portable canon. | -| Runtime/body | The decision affects docs, config, source code, deployment, service state, or observed runtime behavior. | Is the ADR authoring meaning, configuring behavior, or recording why a runtime-facing path was chosen? | Documentation pretends to operate the system. | -| Handoff/fan-out | The decision affects downstream generated surfaces, exports, adapters, or sibling consumers. | Which surfaces must be refreshed or informed, and which remain derived? | Derived outputs become hidden decision records. | -| Risk/approval | The choice affects destructive, public-share, privacy, security, or operational authority. | What approval, guardrail, dry run, or rollback expectation follows from the decision? | Risk is buried inside confident rationale. | -| Scale | The choice could be local, package-level, repo-wide, workspace-wide, or federation-facing. | What is the smallest scope this ADR actually governs? | A local decision is written as universal project law. | -| Lighter artifact | A commit message, PR summary, test, comment, runbook, incident note, or review note may be enough. | What would be lost if no ADR is written? | ADR clutter hides the decisions that matter. | - -## Compact Decision-Lens Pass - -Use this when a full ADR template would be too heavy but boundary clarity is -still needed. - -| Field | Answer | -|---|---| -| Decision | | -| Selected lenses | | -| Owner of decision | | -| Evidence or context only | | -| Canonical placement | | -| Does not decide | | -| Handoff or refresh required | | -| Future reader should know | | - -## Verification - -- exactly one decision is being preserved -- selected lenses change authority, placement, interpretation, or follow-through -- evidence and generated surfaces remain context unless they are the actual - owner-approved decision surface -- session, checkpoint, roadmap, or scenario language is not stronger than - reviewed decision evidence -- the note says what it does not decide when a stronger owner or future route - remains responsible -- a lighter artifact is rejected only when it would lose important rationale diff --git a/.agents/skills/aoa-adr-write/references/decision-note.template.md b/.agents/skills/aoa-adr-write/references/decision-note.template.md deleted file mode 100644 index 0c118172..00000000 --- a/.agents/skills/aoa-adr-write/references/decision-note.template.md +++ /dev/null @@ -1,41 +0,0 @@ -# Decision Note Template - -Use this compact shape only when the target repository has no local ADR or -decision-note template. Keep one meaningful decision per note. - -## Context - -- problem: -- relevant constraint: -- evidence or context surface: - -## Decision Boundary - -- selected lenses: -- owner of decision: -- does not decide: - -## Options - -- option considered: -- option rejected: - -## Decision - -- chosen path: - -## Rationale - -- why this path: - -## Consequences - -- accepted tradeoff: -- follow-up or guardrail: - -## Placement Verification - -- canonical decision surface: -- related change surface: -- reachability check: -- handoff or refresh required: diff --git a/.agents/skills/aoa-approval-gate-check/SKILL.md b/.agents/skills/aoa-approval-gate-check/SKILL.md deleted file mode 100644 index 80699488..00000000 --- a/.agents/skills/aoa-approval-gate-check/SKILL.md +++ /dev/null @@ -1,89 +0,0 @@ ---- -name: aoa-approval-gate-check -description: Classify whether a requested action is safe to proceed, requires explicit approval, or should not be executed. Use when a task may be destructive, security-sensitive, or operationally sensitive and the authority boundary is unclear. Do not use for clearly low-risk work or when the main need is previewing a mutation rather than deciding whether it may proceed. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: risk - aoa_status: canonical - aoa_invocation_mode: explicit-only - aoa_source_skill_path: skills/risk/aoa-approval-gate-check/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0028 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-approval-gate-check - -## Intent -Use this skill to classify whether a requested action crosses an approval boundary and to return a bounded next step that keeps authority explicit before any execution proceeds. - -## Trigger boundary -Use this skill when: -- a task may be destructive, operationally sensitive, or security-relevant -- the current authority level is unclear -- the agent needs to classify whether the next step is safe, explicit-only, or out of bounds -- the task needs an operational gate decision rather than a broader workflow plan - -Do not use this skill when: -- the task is clearly low-risk and already bounded by an ordinary workflow -- no meaningful approval boundary exists in the current context -- the authority is already clear and the main need is choosing a preview path before execution; use `aoa-dry-run-first` -- the task is only about preparing a public-safe artifact for sharing; use `aoa-sanitized-share` - -## Inputs -- requested action -- touched surfaces -- known approval state -- risk signals -- possible fallback or inspect-only path - -## Outputs -- classification of the action: safe to proceed, explicit approval required, or do not execute -- note on whether explicit approval is needed -- bounded next-step recommendation -- report of unresolved authority assumptions -- a reviewable gate decision that can be passed to the next workflow step - -## Procedure -1. identify the requested action and touched surfaces -2. assess whether the action could be destructive, sensitive, or authority-gated -3. classify the action as safe to proceed, explicit-approval required, or not appropriate to execute -4. prefer inspect-only or bounded alternatives when authority is insufficient -5. name the concrete next action or refusal in terms another agent can execute -6. report the classification and the reason for it - -## Contracts -- unclear authority should not be silently interpreted as permission -- classification should be explicit and reviewable -- safer bounded alternatives should be preferred when possible -- the result should reduce accidental overreach -- the gate decision should be concrete enough to hand to the next step without ambiguity -- the skill remains a bounded operational package, not just a policy label - -## Risks and anti-patterns -- assuming approval because a task sounds routine -- collapsing several risk levels into a single vague warning -- using approval logic to avoid useful bounded analysis -- hiding destructive steps behind innocent labels -- returning a generic caution instead of a real gate classification -- widening into a general workflow planner instead of a gate checker - -## Verification -- confirm the touched surfaces were identified -- confirm the approval need was classified explicitly rather than as a vague warning -- confirm the next step fits the stated authority level -- confirm uncertainty was not masked as permission -- confirm the gate decision is actionable and bounded -- confirm the skill still reads as an approval-classification package - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0028 from `8Dionysus/aoa-techniques` at `cd276f040d55d490bd015b8698c7a5d594b9f875` using path `techniques/execution/agent-workflows-core/confirmation-gated-mutating-action/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - -## Adaptation points -Future project overlays may add: -- local authority models -- local risk categories -- approval examples -- repository-specific explicit-only rules diff --git a/.agents/skills/aoa-approval-gate-check/agents/openai.yaml b/.agents/skills/aoa-approval-gate-check/agents/openai.yaml deleted file mode 100644 index ba98659b..00000000 --- a/.agents/skills/aoa-approval-gate-check/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Approval Gate Check - short_description: Classify approval boundaries - default_prompt: Use $aoa-approval-gate-check to classify whether the requested action is safe, approval-gated, or out of bounds before any execution proceeds. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#B45309' -policy: - implicit_activation_policy: manual - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-approval-gate-check/assets/large-logo.svg b/.agents/skills/aoa-approval-gate-check/assets/large-logo.svg deleted file mode 100644 index b6a44ef4..00000000 --- a/.agents/skills/aoa-approval-gate-check/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-approval-gate-check/assets/small-logo.svg b/.agents/skills/aoa-approval-gate-check/assets/small-logo.svg deleted file mode 100644 index 84989b3d..00000000 --- a/.agents/skills/aoa-approval-gate-check/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-approval-gate-check/checks/review.md b/.agents/skills/aoa-approval-gate-check/checks/review.md deleted file mode 100644 index 04a3ba16..00000000 --- a/.agents/skills/aoa-approval-gate-check/checks/review.md +++ /dev/null @@ -1,24 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing work that claims to classify whether an action should proceed, require explicit approval, or be refused. - -## When it applies - -- the task may be destructive, security-relevant, or operationally sensitive -- the current authority level is unclear or easy to over-assume -- the work claims to recommend a bounded next step without silently overreaching - -## Review checklist - -- [ ] The requested action and touched surfaces are named explicitly. -- [ ] The classification is concrete: safe to proceed, explicit approval required, or do not execute. -- [ ] Unclear authority is not treated as implicit permission. -- [ ] The next-step recommendation matches the stated authority level. -- [ ] Safer bounded alternatives are named when full execution is not justified. - -## Not a fit - -- tasks where authority is already clear and the main question is how to preview execution -- tasks that only prepare a sanitized artifact for sharing diff --git a/.agents/skills/aoa-approval-gate-check/examples/runtime.md b/.agents/skills/aoa-approval-gate-check/examples/runtime.md deleted file mode 100644 index aa9aaa88..00000000 --- a/.agents/skills/aoa-approval-gate-check/examples/runtime.md +++ /dev/null @@ -1,28 +0,0 @@ -# Runtime Example - -## Scenario -You are asked to rotate credentials for a production service, but the request does not say who approved the change or whether the work is allowed in the current window. - -## Why this skill fits -This is an authority question first. The task may be sensitive, so the right step is to classify whether execution can proceed or needs explicit approval before anything changes. - -## Expected inputs -- the requested action -- the target surface -- any stated approval or authority context -- risk signals such as production impact or data access - -## Expected outputs -- a clear classification: safe to proceed, explicit approval required, or do not execute -- the missing authority assumption, if any -- the safest bounded next step, such as waiting for approval or using an inspect-only path - -## Boundary notes -- If the request is already clearly authorized, this skill should not be used to add extra process. -- If the main task is only to preview a safe execution path, a different workflow is a better fit. -- Do not treat uncertainty as permission. - -## Verification notes -- Confirm the authority question was answered explicitly. -- Confirm the next step matches the stated approval level. -- Confirm unresolved authority gaps were named, not hidden. diff --git a/.agents/skills/aoa-automation-opportunity-scan/SKILL.md b/.agents/skills/aoa-automation-opportunity-scan/SKILL.md deleted file mode 100644 index 1ba69c4c..00000000 --- a/.agents/skills/aoa-automation-opportunity-scan/SKILL.md +++ /dev/null @@ -1,133 +0,0 @@ ---- -name: aoa-automation-opportunity-scan -description: Detect reviewed or repeated project processes that are candidates for automation, classify whether they are seed-ready, and route them to the right owner layer without granting schedule or mutation authority. Use when a reviewed session or repeated project slice reveals a recurring manual route and the honest question is whether it should stay manual, become a bounded skill, or become a playbook automation seed candidate. Do not use for one-off exploratory work, creative synthesis with no stable trigger or output, live scheduling requests, or hidden self-change. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: evaluated - aoa_invocation_mode: explicit-only - aoa_source_skill_path: skills/core/session-growth/aoa-automation-opportunity-scan/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0086,AOA-T-0087,AOA-T-0088 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-automation-opportunity-scan - -## Intent -Use this skill to detect where repeated project work is ripe for automation and -to package that finding into a bounded `AUTOMATION_OPPORTUNITY_PACKET`. - -The goal is not to automate by reflex. -The goal is to notice when a process has become repetitive, stable, legible, -and evidence-backed enough that automation or semi-automation becomes an honest -next move. - -Automation can honestly mean many modes: keep manual, assistant draft, -dry-run preview, human-approved execution, or a future scheduler seed. The -packet must name that mode instead of letting `seed_ready` imply unattended -execution. - -## Trigger boundary -Use this skill when: -- a reviewed session or repeated project slice reveals a recurring manual route -- the same audit, report, hygiene pass, or triage loop keeps coming back -- a session-harvest packet includes an `automation_candidate` -- an operator wants to know whether a recurring route should stay manual, become a bounded skill, or become a playbook automation seed -- repeated friction suggests a good automation opportunity but authority and risk still need classification - -Do not use this skill when: -- the work happened only once and still looks exploratory -- the route is primarily creative synthesis with no stable trigger or output -- the task is asking for live scheduling or hidden background execution authority -- the route would mutate important system surfaces without checkpoint posture -- the work still needs basic donor harvest or source-of-truth clarification first - -## Inputs -- reviewed session artifact, harvest packet, or recurring project slice -- evidence of repeated manual work -- known current manual route -- known triggers, inputs, outputs, or their current ambiguity -- current risk, approval, rollback, and proof posture if known - -## Outputs -- `AUTOMATION_OPPORTUNITY_PACKET` -- one or more `AUTOMATION_CANDIDATE` cards -- `seed_ready` or `not_now` verdict for each candidate -- `automation_mode_posture` for the highest honest mode the candidate may claim now -- `checkpoint_required` flag when the route crosses self-change or approval-sensitive boundaries -- next-artifact suggestion such as `skill`, `playbook_seed`, `technique_candidate`, `repair_quest`, `quest`, or `defer` -- one `AUTOMATION_CANDIDATE_RECEIPT` using - `references/stats-event-envelope.md` and - `references/automation-candidate-receipt-schema.yaml` -- one `CORE_SKILL_APPLICATION_RECEIPT` using - `references/core-skill-application-receipt-schema.yaml` - -## Procedure -1. start from reviewed evidence, not from vague enthusiasm -2. isolate the current manual route as actually practiced -3. classify repeat signal, friction, determinism, input clarity, output clarity, proof surface, reversibility, secret coupling, and approval sensitivity -4. name the `automation_mode_posture`: `manual_only`, `assistant_draft`, - `dry_run_preview`, `human_approved_execution`, or - `scheduler_seed_candidate` -5. decide whether the first honest landing is a bounded skill, a playbook automation seed candidate, a technique candidate, a repair quest, or a defer verdict -6. mark `checkpoint_required` when the route would cross into self-change, hidden authority, or important mutation -7. emit `seed_ready` only when the process is stable enough to name inputs, outputs, bounded prompts or activation hints, a likely owner surface, and a conservative automation mode -8. state the nearest wrong target so promotion pressure stays honest -9. when classification pressure is high, use `references/automation-fit-matrix.md`, `references/session-harvest-integration.md`, `references/playbook-seed-bridge.md`, `references/checkpoint-boundary.md`, and `references/automation-opportunity-packet-schema.yaml` -10. emit one `AUTOMATION_CANDIDATE_RECEIPT` when the packet closes, keeping the - receipt detector-shaped rather than scheduler-shaped -11. when the finish path closes, emit one `CORE_SKILL_APPLICATION_RECEIPT` - that records the finished kernel-skill run, points back to the bounded - detail receipt, and stays separate from scheduler or mutation authority - -## Contracts -- this skill detects and packages automation opportunities; it does not create live automation authority -- schedule hints remain hints, not runtime truth -- `automation_mode_posture` is a boundary statement, not permission to execute -- recurring scenario candidates belong in `aoa-playbooks` as seed candidates rather than hidden playbooks inside a skill -- self-changing or approval-heavy candidates must surface checkpoint posture explicitly -- unresolved candidates may become repair quests instead of fake-ready automations -- handoffs to `aoa-session-self-diagnose`, `aoa-session-self-repair`, or - `aoa-quest-harvest` must stay explicit rather than being smuggled in as - silent policy -- candidate receipts stay subordinate to the packet and never grant live - schedule, mutation, or approval authority -- generic core receipts stay subordinate to the candidate receipt and never - replace automation classification meaning -- receipt corrections use `supersedes` rather than silent overwrite - -## Risks and anti-patterns -- treating one exciting session as proof of repeatability -- treating `seed_ready` as a synonym for unattended execution -- automating unstable, under-specified, or secret-heavy work too early -- confusing a bounded skill with a recurring scenario seed -- using automation desire to bypass approval, rollback, or post-change health checks -- writing authored meaning first into derived routing or KAG surfaces -- inventing fake confidence about gains while hiding costs or risks -- reading an automation-candidate receipt as if it were a scheduler verdict - -## Verification -- confirm each candidate names the current manual route -- confirm evidence refs justify the repeat signal -- confirm stable input and output posture is assessed explicitly -- confirm `seed_ready` or `not_now` is explicit for each candidate -- confirm `automation_mode_posture` names the highest honest mode without granting extra authority -- confirm a first owner layer and next artifact are named -- confirm the nearest wrong target is rejected when classification pressure exists -- confirm checkpoint posture appears for self-changing or approval-heavy routes -- confirm any emitted receipt stays detector-shaped, evidence-linked, and non-authoritative -- confirm any emitted `CORE_SKILL_APPLICATION_RECEIPT` points back to the - detail receipt and does not claim more than one finished kernel-skill run - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0086 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/governance/automation-readiness/automation-fit-matrix/TECHNIQUE.md` and sections: Intent, Inputs, Outputs, Core procedure, Risks, Validation -- AOA-T-0087 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/governance/automation-readiness/human-loop-to-first-landing/TECHNIQUE.md` and sections: Intent, When to use, Outputs, Core procedure, Contracts, Validation -- AOA-T-0088 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/governance/automation-readiness/approval-sensitivity-check/TECHNIQUE.md` and sections: Intent, Inputs, Outputs, Contracts, Risks, Validation - -## Adaptation points -- project overlays may add local execution modes, trigger classes, or schedule vocabularies -- project overlays may add local approval classes or environment-risk labels -- project overlays may add local candidate examples tied to recurring repo rituals diff --git a/.agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml b/.agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml deleted file mode 100644 index 9687082c..00000000 --- a/.agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Automation Opportunity Scan - short_description: Classify automation-ready routes - default_prompt: Use $aoa-automation-opportunity-scan to turn reviewed recurring work into an automation opportunity packet with a seed-ready or not-now verdict, checkpoint posture, and the most honest next artifact. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: manual - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-automation-opportunity-scan/assets/large-logo.svg b/.agents/skills/aoa-automation-opportunity-scan/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-automation-opportunity-scan/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-automation-opportunity-scan/assets/small-logo.svg b/.agents/skills/aoa-automation-opportunity-scan/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-automation-opportunity-scan/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-automation-opportunity-scan/checks/review.md b/.agents/skills/aoa-automation-opportunity-scan/checks/review.md deleted file mode 100644 index 445e1bb1..00000000 --- a/.agents/skills/aoa-automation-opportunity-scan/checks/review.md +++ /dev/null @@ -1,34 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing work that detects automation-ready routes -from reviewed evidence and packages them into a bounded -`AUTOMATION_OPPORTUNITY_PACKET`. - -## When it applies - -- a reviewed session or recurring project slice is being scanned for honest automation value -- the reviewer must check whether the route should stay manual, become a bounded skill, become a playbook automation seed candidate, or stay deferred -- the route may touch approval, rollback, or self-change posture -- the output must stay detection-shaped rather than scheduler-shaped - -## Review checklist - -- [ ] The candidate route is reviewed, real, and currently manual rather than speculative. -- [ ] Repeat signal and friction are evidenced rather than asserted from enthusiasm. -- [ ] Input clarity, output clarity, proof surface, reversibility, and approval sensitivity were assessed explicitly. -- [ ] Each candidate received an explicit `seed_ready` or `not_now` verdict. -- [ ] Each candidate named an `automation_mode_posture` that is no stronger than the evidence supports. -- [ ] The next artifact and likely owner layer were named. -- [ ] The nearest wrong target was rejected explicitly. -- [ ] `checkpoint_required` was raised for self-changing, approval-heavy, or important mutation routes. -- [ ] No schedule hint was presented as runtime authority. -- [ ] Any `AUTOMATION_CANDIDATE_RECEIPT` stayed evidence-linked, append-only, and detector-shaped. -- [ ] Any `CORE_SKILL_APPLICATION_RECEIPT` stayed finish-only, pointed to the detail receipt, and did not widen into scheduler authority. - -## Not a fit - -- one-off creative or exploratory work -- live scheduling, autonomous background execution, or secret-bearing ops -- routes that still need donor harvest or source-of-truth clarification first diff --git a/.agents/skills/aoa-automation-opportunity-scan/examples/runtime.md b/.agents/skills/aoa-automation-opportunity-scan/examples/runtime.md deleted file mode 100644 index e8cf5143..00000000 --- a/.agents/skills/aoa-automation-opportunity-scan/examples/runtime.md +++ /dev/null @@ -1,53 +0,0 @@ -# Runtime Example - -## Scenario - -A reviewed run shows that the same weekly doc drift check keeps repeating with -the same inputs, the same checklist, and the same small report output. The -team wants to know whether this should stay manual, become a bounded skill, or -become a playbook automation seed candidate. - -## Why this skill fits - -The route is no longer just donor residue. It is a recurring manual process -with repeat evidence, identifiable triggers, and a real question about whether -automation is honest yet. - -## Expected inputs - -- reviewed session or review packet -- current manual route -- repeat signal and friction notes -- input/output clarity and current proof posture -- approval or rollback posture if known - -## Expected outputs - -- one `AUTOMATION_OPPORTUNITY_PACKET` -- one `AUTOMATION_CANDIDATE` card for the doc drift check -- an explicit `seed_ready` or `not_now` verdict -- `automation_mode_posture: dry_run_preview` when the first honest automation mode is preview-only -- `checkpoint_required: false` if the route is read-only and previewable -- a next-artifact suggestion such as `skill` or `playbook_seed` -- one `AUTOMATION_CANDIDATE_RECEIPT` with repeat signal posture, - `checkpoint_required`, and the next-artifact hint -- one `CORE_SKILL_APPLICATION_RECEIPT` that records the finished - `aoa-automation-opportunity-scan` run without replacing the detector receipt - -## Boundary notes - -- Do not use this skill to grant live schedule authority. -- Do not use this skill when the route is still a one-off creative exploration. -- Do not smuggle self-repair or self-upgrade through an automation verdict. - -## Verification notes - -- Confirm the candidate names the current manual route. -- Confirm repeat evidence is explicit. -- Confirm the likely owner layer is named honestly. -- Confirm the automation mode posture is conservative. -- Confirm schedule hints stay hints. -- Confirm the finish receipt stays detector-shaped and does not pretend to - grant schedule authority. -- Confirm the generic core receipt points back to the detector receipt and does - not widen into automation authority. diff --git a/.agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml b/.agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml deleted file mode 100644 index 01478ca7..00000000 --- a/.agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml +++ /dev/null @@ -1,21 +0,0 @@ -receipt_name: AUTOMATION_CANDIDATE_RECEIPT -event_kind: automation_candidate_receipt -envelope_ref: references/stats-event-envelope.md -required_payload_fields: - - manual_route_ref - - repeat_signal_posture - - determinism_posture - - reversibility_posture - - automation_mode_posture - - checkpoint_required - - seed_ready - - next_artifact_hint -optional_payload_fields: - - likely_owner_layer - - not_now_reason - - proof_surface_notes -rules: - - keep the receipt detector-shaped rather than scheduler-shaped - - "`seed_ready` does not grant live execution authority" - - "`automation_mode_posture` must name the highest honest mode, not an aspiration" - - keep manual-route and evidence refs inspectable instead of duplicating the full packet diff --git a/.agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md b/.agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md deleted file mode 100644 index 3401e875..00000000 --- a/.agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md +++ /dev/null @@ -1,40 +0,0 @@ -# Automation Fit Matrix - -Use this matrix to decide whether a process is actually ready for automation or -only desires automation. - -| signal | what strong looks like | what weak looks like | likely consequence | -|---|---|---|---| -| frequency | repeats across sessions or review windows | happened once | weak candidates should usually stay manual or become quests | -| friction | repeated drag, context switching, checklist fatigue, or rote triage | negligible cost | low-friction work rarely justifies early automation | -| determinism | route mostly follows stable rules | route still depends on changing human judgment | weak determinism often means `not_now` or technique extraction first | -| input clarity | canonical sources and triggers are visible | hidden, unstable, or private inputs | unclear inputs block honest automation | -| output clarity | the end state is checkable | success is aesthetic or vague | unclear outputs weaken proof and health checks | -| proof surface | there is a bounded verification seam | results are hard to inspect | weak proof posture means higher false confidence | -| dry run | preview or simulation is possible | only live mutation exists | lack of preview raises risk and approval burden | -| reversibility | rollback marker is obvious | rollback is unclear or expensive | weak rollback pushes toward repair or checkpoint routes | -| secret coupling | little or no secret handling | secret-heavy or environment-bound | high coupling often disqualifies public seed-ready paths | -| approval sensitivity | authority is explicit | authority is hidden or shifting | unclear authority should force checkpoint or defer posture | -| automation mode | the highest honest mode is named as manual, draft, dry-run, human-approved, or scheduler seed | `seed_ready` is left to imply execution | unclear mode posture turns a detector into fake runtime authority | - -## Good first candidates - -Good first candidates usually look like: - -- recurring audits -- repeated hygiene checks -- bounded report generation -- repeated doc or drift reviews -- repeated preflight or postflight rituals -- repeated session closeout routes - -## Bad first candidates - -Bad first candidates usually look like: - -- one-off creative synthesis -- unstable exploratory research loops -- secret-heavy ops without explicit boundaries -- routes with no rollback or no health check -- routes that silently reshape important system surfaces -- candidates that treat seed readiness as permission for unattended execution diff --git a/.agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml b/.agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml deleted file mode 100644 index 3a231b54..00000000 --- a/.agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml +++ /dev/null @@ -1,26 +0,0 @@ -packet_kind: AUTOMATION_OPPORTUNITY_PACKET -required_fields: - - candidate_name - - current_manual_route - - repeat_signal - - friction_signal - - input_clarity - - output_clarity - - proof_surface - - reversibility - - approval_sensitivity - - automation_mode_posture - - verdict - - checkpoint_required - - owner_layer - - next_artifact -optional_fields: - - schedule_hint - - nearest_wrong_target - - repair_reason - - evidence_refs -rules: - - schedule_hint must remain advisory only - - automation_mode_posture must be conservative and must not imply hidden execution authority - - checkpoint_required must be true for self-changing or approval-heavy routes - - verdict must be seed_ready or not_now diff --git a/.agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md b/.agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md deleted file mode 100644 index db057a98..00000000 --- a/.agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md +++ /dev/null @@ -1,37 +0,0 @@ -# Checkpoint Boundary For Automation Opportunity Scanning - -Automation opportunity detection should stay cheap. -Checkpoint posture should activate only when the candidate route would reshape -important system surfaces, cross approval boundaries, or act in self-changing -ways. - -## Strong checkpoint triggers - -Mark `checkpoint_required: true` when the candidate would: - -- mutate important system surfaces -- operate with hidden or changing authority -- move beyond draft or dry-run posture into execution authority -- require rollback discipline that is not already explicit -- act as a self-repair or self-upgrade route -- blur thinker and operator roles - -## Typical safe lower-risk candidates - -Usually lower-risk candidates look like: - -- report generation -- repeated drift checks -- repeatable session closeout packaging -- bounded read-only audits -- preview or dry-run orchestration - -## Resulting action - -When checkpoint posture is needed, the next artifact is usually not a ready -automation seed. -It is a checkpoint-aware repair route, playbook review packet, or bounded skill -proposal with explicit approval seams. -If the packet still names `seed_ready: true`, its `automation_mode_posture` -should stay no stronger than `human_approved_execution` until the checkpoint -route accepts a narrower mode. diff --git a/.agents/skills/aoa-automation-opportunity-scan/references/core-skill-application-receipt-schema.yaml b/.agents/skills/aoa-automation-opportunity-scan/references/core-skill-application-receipt-schema.yaml deleted file mode 100644 index 2448cdce..00000000 --- a/.agents/skills/aoa-automation-opportunity-scan/references/core-skill-application-receipt-schema.yaml +++ /dev/null @@ -1,22 +0,0 @@ -receipt_name: CORE_SKILL_APPLICATION_RECEIPT -event_kind: core_skill_application_receipt -envelope_ref: references/stats-event-envelope.md -kernel_id: project-core-session-growth-v1 -skill_name: aoa-automation-opportunity-scan -required_payload_fields: - - kernel_id - - skill_name - - application_stage - - detail_event_kind - - detail_receipt_ref -optional_payload_fields: - - route_ref - - surface_detection_context -rules: - - `application_stage` must equal `finish` - - `kernel_id` must equal `project-core-session-growth-v1` - - `skill_name` must equal `aoa-automation-opportunity-scan` - - `detail_event_kind` must equal `automation_candidate_receipt` - - `detail_receipt_ref` must point to the bounded finish receipt for the same completed run - - include `route_ref` only when the detail receipt already names it honestly - - if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth; it must not claim non-skill activation diff --git a/.agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md b/.agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md deleted file mode 100644 index cfabca10..00000000 --- a/.agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md +++ /dev/null @@ -1,34 +0,0 @@ -# Bridge To Playbook Automation Seeds - -Use this bridge when `aoa-automation-opportunity-scan` detects something that -should become a candidate automation seed. - -## First honest landing - -| shape | first landing | -|---|---| -| one bounded executable workflow | `aoa-skills` | -| recurring multi-skill or scheduled scenario | `aoa-playbooks` automation seed candidate | -| stable reusable practice behind multiple automations | `aoa-techniques` | -| approval-heavy self-change route | `aoa-agents` checkpoint posture plus proof hooks | -| not ready yet | repair quest, technique candidate, or defer | - -## Minimum seed-ready posture - -A candidate should usually be `seed_ready: true` only when it can name: - -- the current manual route -- stable inputs and outputs -- a likely owning playbook or skill handle -- a bounded prompt or activation description -- the highest honest `automation_mode_posture` -- schedule hints as hints, not authority - -## What not to do - -Do not confuse: - -- an automation seed with a live scheduler -- a playbook seed with a secret-bearing ops script -- a skill with a recurring scenario composition surface -- a human-approved execution route with unattended background authority diff --git a/.agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md b/.agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md deleted file mode 100644 index ba0e4b59..00000000 --- a/.agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md +++ /dev/null @@ -1,42 +0,0 @@ -# Session-Harvest Integration Notes - -This add-on should plug into the existing session-harvest family without -swallowing it. - -## Donor-harvest - -Allow `automation_candidate` as one extract kind inside `HARVEST_PACKET`. - -Use donor-harvest to say "there may be automation value here." -Use `aoa-automation-opportunity-scan` to say "here is the automation candidate -packet and why it is or is not ready." - -## Route-forks - -Route-forks may compare: - -- keep manual for now -- convert into a bounded skill -- package as a playbook automation seed -- defer until prerequisite repair lands - -## Self-diagnose - -Self-diagnose should be allowed to report blocked automation due to: - -- unstable inputs -- unclear source of truth -- missing approval gate -- missing rollback marker -- weak post-change health checks -- secret or environment coupling - -## Self-repair - -Self-repair should be allowed to emit the smallest prerequisite packet needed -before automation can become honest. - -## Progression-lift - -Progression-lift may include an optional automation-readiness hint. -Do not turn that hint into an all-authority score. diff --git a/.agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md b/.agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md deleted file mode 100644 index e9cf79f5..00000000 --- a/.agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md +++ /dev/null @@ -1,39 +0,0 @@ -# Stats Event Envelope - -Use this shared envelope when the session-harvest family emits one bounded -finish receipt. - -Canonical owner: - -- `aoa-stats` owns the shared envelope and active event-kind vocabulary at - `repo:aoa-stats/schemas/stats-event-envelope.schema.json`. -- owner repos keep payload meaning in their own receipt schemas. - -## Required fields - -- `event_kind` -- `event_id` -- `observed_at` -- `run_ref` -- `session_ref` -- `actor_ref` -- `object_ref` -- `evidence_refs` -- `payload` - -## Optional fields - -- `supersedes` -- `notes` -- `owner_ref` -- `related_event_refs` - -## Rules - -- Keep receipts append-only. -- If a correction is needed, emit a new receipt and set `supersedes`. -- Link to inspectable artifacts through `evidence_refs` instead of duplicating - raw transcripts, patches, or reports. -- Keep `payload` bounded to the skill's own emitted packet or card set. -- Do not let receipt presence act as proof, routing authority, or score - authority. diff --git a/.agents/skills/aoa-bounded-context-map/SKILL.md b/.agents/skills/aoa-bounded-context-map/SKILL.md deleted file mode 100644 index 3b34b2bb..00000000 --- a/.agents/skills/aoa-bounded-context-map/SKILL.md +++ /dev/null @@ -1,106 +0,0 @@ ---- -name: aoa-bounded-context-map -description: Clarify system or domain boundaries, name contexts, and surface interfaces so changes stay semantically scoped. Use when naming is overloaded, responsibilities are mixed, or a task needs a cleaner boundary before coding. Do not use for tiny local edits or when the boundary is already clear and the real task is contract validation. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: canonical - aoa_invocation_mode: explicit-preferred - aoa_source_skill_path: skills/core/engineering/aoa-bounded-context-map/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0016,AOA-T-0002 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-bounded-context-map - -## Intent -Use bounded-context thinking to reduce semantic drift, mixed responsibilities, and unclear interfaces. - -## Trigger boundary -Use this skill when: -- a project mixes several domains or subsystems -- naming is drifting or overloaded -- the task needs a clearer boundary before coding safely -- an agent is likely to confuse nearby concepts without sharper separation -- a repository has a dual posture, such as standalone public package and ecosystem component -- practice patterns, execution workflows, evaluation artifacts, scenarios, generated/export surfaces, or owner-local implementations are easy to blur together -- the same work changes shape across task, session, repository, layer, surface, or process context -- several boundary types may matter at once, such as owner, layer, lifecycle, authority, surface-state, portability, proof, runtime, or handoff - -Do not use this skill when: -- the change is tiny and fully local -- the boundary is already clear and agreed on, and the real task is validating the interface contract; use `aoa-contract-test` -- the main problem is deciding whether logic belongs in the core or at the edge; use `aoa-core-logic-boundary` first -- the request is a broad architecture redesign, taxonomy program, or durable governance map rather than one bounded ambiguity-reduction pass -- the request asks to apply every boundary lens exhaustively without one concrete ambiguity or next change to constrain - -## Inputs -- target area or subsystem -- current naming and responsibilities -- known neighboring contexts -- ambiguous or overloaded terms -- owner layers, stronger source surfaces, or portability constraints that shape the boundary -- active boundary lenses when the ambiguity spans several kinds of difference - -## Outputs -- named contexts or subsystems -- rough boundary map -- interface notes between contexts -- ambiguity notes and recommended vocabulary -- owner split, stop-line, and portable-versus-integration vocabulary when those boundaries matter -- selected lens notes that explain which kinds of boundary matter for this task and which ones are intentionally out of scope - -## Procedure -1. confirm the task has one concrete ambiguity or scoping problem; if it asks for a broad architecture program, narrow or route away first -2. when several kinds of boundary are mixed, choose the smallest useful lens set from `references/boundary-lenses.md` -3. identify the target area and the terms people use for it -4. separate responsibilities into bounded contexts, subsystems, layers, owner surfaces, or repositories -5. name what belongs inside each context and what stays outside -6. distinguish portable core meaning from ecosystem integration, local implementation, generated projection, or historical provenance when those surfaces coexist -7. describe the interfaces, handoffs, stop-lines, or translations between contexts -8. note ambiguous terms and propose clearer language -9. report how the boundary should constrain the next change, including what should route away - -## Contracts -- boundaries should reduce semantic confusion, not create ceremony for its own sake -- neighboring contexts should be named explicitly when relevant -- interface or translation points should be visible -- boundary lenses should be selected because they reduce the current ambiguity, not because a checklist exists -- a context map should not transfer authority from a stronger owner into the local repository -- portable core wording should remain usable without hidden ecosystem dependencies when the target surface is public - -## Risks and anti-patterns -- inventing too many contexts for a small problem -- renaming concepts without reducing confusion -- treating context maps as proof of good architecture when interfaces remain muddy -- copying center or sibling-repo law into a local surface instead of naming a light handoff -- turning a dual-posture repo into two unrelated identities rather than one bounded interface -- using context labels as decoration while the next diff still crosses owner boundaries -- letting one context map become an open-ended architecture taxonomy or governance program -- treating `references/boundary-lenses.md` as an exhaustive checklist rather than a way to choose the right few distinctions -- freezing one session, repository, layer, or surface's current shape as universal project law - -## Verification -- confirm the main ambiguity was reduced -- confirm interfaces or handoff points are named -- confirm the output helps future scoped changes -- confirm the map says what routes away when a stronger owner owns the truth -- confirm portable and integration-only wording remain distinct when both are present -- confirm a future change can tell what stays out of scope, not only what was renamed -- confirm the selected lenses are necessary and enough for the next change, with unused lenses left out rather than padded in - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0016 from `8Dionysus/aoa-techniques` at `fbead87e01b82df6c56e3d92a074cd7515131847` using path `techniques/proof/skill-support/bounded-context-map/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation -- AOA-T-0002 from `8Dionysus/aoa-techniques` at `fbead87e01b82df6c56e3d92a074cd7515131847` using path `techniques/instruction/docs-boundary/source-of-truth-layout/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - -## Adaptation points -Project overlays should add: -- local domain vocabulary -- canonical docs that define terminology -- local examples of context boundaries -- a short lens pass from `references/boundary-lenses.md` when the same task spans session, repository, layer, lifecycle, authority, or runtime-facing differences -- a compact map skeleton from `references/context-map.template.md` when no repo-local format exists -- local owner-route maps, portability rules, and generated-surface handoffs diff --git a/.agents/skills/aoa-bounded-context-map/agents/openai.yaml b/.agents/skills/aoa-bounded-context-map/agents/openai.yaml deleted file mode 100644 index 1376fb01..00000000 --- a/.agents/skills/aoa-bounded-context-map/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Bounded Context Map - short_description: Map contexts and interfaces - default_prompt: Use $aoa-bounded-context-map to name the relevant contexts, clarify what belongs inside each boundary, and note the interfaces between them. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: invoke - allow_implicit_invocation: true diff --git a/.agents/skills/aoa-bounded-context-map/assets/large-logo.svg b/.agents/skills/aoa-bounded-context-map/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-bounded-context-map/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-bounded-context-map/assets/small-logo.svg b/.agents/skills/aoa-bounded-context-map/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-bounded-context-map/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-bounded-context-map/examples/example.md b/.agents/skills/aoa-bounded-context-map/examples/example.md deleted file mode 100644 index c1a79f67..00000000 --- a/.agents/skills/aoa-bounded-context-map/examples/example.md +++ /dev/null @@ -1,40 +0,0 @@ -# Example - -## Scenario - -A public practice repository is both a standalone library and one component in a larger ecosystem. Contributors keep mixing reusable practice patterns, execution skills, proof doctrine, generated reader surfaces, and ecosystem route law because the same words appear across neighboring repositories. - -## Why this skill fits - -- the main problem is semantic drift and overloaded terminology -- future changes need sharper boundaries before coding safely -- naming and interface clarity matter more here than immediate implementation -- the public portable core needs to stay distinct from ecosystem-only integration context - -## Expected inputs - -- the target repo or subsystem where terminology is overloaded -- the current names and responsibilities attached to "practice", "skill", "proof", "route", or another overloaded term -- known neighboring contexts such as practice canon, skill execution, proof evaluation, routing, generated surfaces, and ecosystem center law -- confusion points that have caused mis-scoped changes - -## Expected outputs - -- named contexts with a rough boundary map -- notes on what belongs inside each context -- interface or handoff notes between the contexts -- recommended vocabulary that reduces overload -- stop-lines for what routes to a stronger owner rather than staying local - -## Boundary notes - -- this example is about clarifying context boundaries, not redesigning the whole architecture -- it should reduce confusion first, then guide future code changes -- it should not copy every neighboring repository's law into the local document - -## Verification notes - -- confirm that the overloaded terms were split into clearer context-specific language -- confirm that the handoff points between contexts are named -- confirm that portable public wording and ecosystem integration wording stay distinct -- confirm that a future contributor could place the next change more safely after reading the map diff --git a/.agents/skills/aoa-bounded-context-map/references/boundary-lenses.md b/.agents/skills/aoa-bounded-context-map/references/boundary-lenses.md deleted file mode 100644 index e069452d..00000000 --- a/.agents/skills/aoa-bounded-context-map/references/boundary-lenses.md +++ /dev/null @@ -1,84 +0,0 @@ -# Boundary Lenses - -Use these lenses when one ambiguity crosses several kinds of context. They are -not a checklist to exhaust. Pick the few that explain why the next change is -currently hard to place, then collapse the rest. - -## How To Use - -1. Name the concrete ambiguity or next change. -2. Select two to four lenses that change where the work belongs or what must - stay out of scope. -3. For each selected lens, answer: what is being confused, who owns the - stronger truth, what handoff or stop-line matters, and what the next change - may safely touch. -4. Drop any lens that only adds labels without changing the boundary. - -## Lens Set - -| Lens | Use When | Clarifying Question | Common Failure | -|---|---|---|---| -| Object-kind | Different object classes are being treated as one thing. | Is this a practice pattern, execution skill, evaluation artifact, scenario, route, memory object, role contract, generated view, runtime body, seed, or source node? | One object becomes a weak substitute for another. | -| Owner | More than one repository, layer, team, or surface could claim the truth. | Which owner can change this meaning, and which surfaces only point to it? | A local note absorbs stronger owner law. | -| Layer | The work crosses practice, execution, proof, routing, memory, role, scenario, derived, runtime, source, seed, or public-entry layers. | Which layer owns the meaning and which layer only composes, derives, runs, or routes it? | Layer labels become decoration while authority still drifts. | -| Surface state | Authored source, generated output, export, adapter, legacy archive, staging note, receipt, and runtime mirror are mixed. | Is this surface authoritative, derived, transported, historical, provisional, or live operational evidence? | Generated or historical material starts acting like current source truth. | -| Lifecycle | The same object has seed, candidate, scaffold, evaluated, canonical, released, deprecated, live, or future-roadmap posture. | What is true now, what is planned, and what is only provenance? | A future direction or old receipt is read as current status. | -| Workflow/process | A task, session note, checkpoint, closeout, scenario, campaign, or roadmap is being used as if it had the same authority. | Is this temporary execution context, reviewed session evidence, durable obligation, or program direction? | Session-local hints become durable canon without review. | -| Authority/proof | Claims, evidence, tests, evals, verdicts, assumptions, and trust language are blending. | What claim is being made, what proves it, and what remains unproven? | Proof language gets stronger than the evidence. | -| Portability | Public reusable core and project-local overlay details both matter. | What must work without local paths, secrets, runtime state, or ecosystem-only assumptions? | A portable surface quietly depends on private or local context. | -| Runtime/body | Docs, config, service state, deployment, storage, automation, and source code are easy to confuse. | Is the change authoring meaning, configuring behavior, running infrastructure, or describing evidence from a run? | Documentation starts pretending to operate the system. | -| Interface/handoff | Two contexts touch through a seam, adapter, export, import, bridge, or review route. | What crosses the boundary, in what shape, and who receives it next? | The map names contexts but leaves the exchange implicit. | -| Vocabulary | A word means different things in different contexts. | Which term should be narrowed, renamed, or qualified for this task? | Synonyms multiply while responsibilities stay unclear. | -| Time/freshness | Current, historical, generated-at, released, stale, and planned surfaces are mixed. | Which facts are current enough for this change, and which need verification? | Stale generated data or old plans drive a current change. | -| Risk/approval | A boundary crosses destructive, security, public-share, privacy, operational, or irreversible action. | What requires explicit approval, dry run, sanitization, or safer fallback? | Risk-heavy work hides behind ordinary wording. | -| Role/agency | Actor, role, persona, skill, playbook, runtime agent, and autonomy language are blurring. | Who acts, under which role contract, and what authority is not granted? | Role language becomes hidden execution authority. | -| Scale | Local file, package, repository, project component, workspace root, federation, and public profile scopes are mixed. | What is the smallest scope that can honestly solve the ambiguity? | A local ambiguity turns into federation-wide governance. | - -## Diverse Use Shapes - -Use a lens pass for many different task shapes: - -- a coding session where checkpoint notes, generated outputs, and the next - concrete diff point in different directions -- a repository that acts both as a public library and as one component in a - larger federation -- a generated or exported surface whose source document, builder, adapter, and - runtime consumer need separate authority lines -- a project overlay that adds local commands without changing portable core - meaning -- a proof or eval request that sounds like workflow guidance but really needs - a bounded claim and verdict limit -- a scenario-shaped request that repeats across sessions and should not be - collapsed into one execution skill -- a role or agent-profile request where persona, execution workflow, handoff, - and runtime autonomy need distinct boundaries -- a seed or intake surface that is useful as provenance but not yet the owning - repository's truth -- a runtime or infrastructure task where service behavior, source meaning, - operator command, and observed receipt must stay separate -- a source-first knowledge task where authored meaning, downstream export, and - derived retrieval substrate should not become identical - -## Compact Lens Pass - -Use this shape when a full map would be too heavy: - -| Field | Answer | -|---|---| -| Concrete ambiguity | | -| Selected lenses | | -| Stronger owner or source | | -| Local surface may own | | -| Must route away | | -| Handoff or translation | | -| Next change constrained | | - -## Verification - -- the selected lenses explain a real ambiguity in the current task -- each selected lens changes a boundary, owner, handoff, or stop-line -- the output names what the next change may touch and what it must leave alone -- public portable meaning remains distinct from local overlay or runtime detail -- generated, historical, provisional, or derived evidence remains weaker than - authored source truth -- the lens pass is smaller than the ambiguity it resolves diff --git a/.agents/skills/aoa-bounded-context-map/references/context-map.template.md b/.agents/skills/aoa-bounded-context-map/references/context-map.template.md deleted file mode 100644 index 9869406b..00000000 --- a/.agents/skills/aoa-bounded-context-map/references/context-map.template.md +++ /dev/null @@ -1,43 +0,0 @@ -# Context Map Template - -Use this compact shape only when the target repository has no local context-map -format. Keep the map tied to one concrete ambiguity or scoping problem. - -## Target Ambiguity - -- overloaded term or mixed responsibility: -- next change this map should constrain: - -## Active Boundary Lenses - -| Lens | Why It Matters Here | -|---|---| -| | | - -## Contexts - -| Context | Owns | Does Not Own | -|---|---|---| -| | | | - -## Interfaces - -| From | To | Handoff or Translation | -|---|---|---| -| | | | - -## Vocabulary - -- prefer: -- avoid: - -## Route-Away Lines - -- stronger owner: -- generated, historical, or integration-only surface: - -## Verification - -- ambiguity reduced: -- out-of-scope line visible: -- next change constrained: diff --git a/.agents/skills/aoa-change-protocol/SKILL.md b/.agents/skills/aoa-change-protocol/SKILL.md deleted file mode 100644 index 496ee2ef..00000000 --- a/.agents/skills/aoa-change-protocol/SKILL.md +++ /dev/null @@ -1,96 +0,0 @@ ---- -name: aoa-change-protocol -description: Plan and execute a bounded, non-trivial repository change with explicit verification and reporting. Use when code, config, docs, or operational surfaces change in a meaningful way and the task benefits from an explicit plan. Do not use for trivial wording fixes or when a more specific risk skill fits better. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: canonical - aoa_invocation_mode: explicit-preferred - aoa_source_skill_path: skills/core/engineering/aoa-change-protocol/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0001,AOA-T-0002 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-change-protocol - -## Intent -Ground non-trivial changes in the owner route before editing, then keep the diff reviewable and explicitly verified without hidden scope expansion. - -## Trigger boundary -Use this skill when: -- the change affects code, config, docs, or operational surfaces in a meaningful way -- the task benefits from an explicit plan and verification path -- the task touches more than a trivial wording fix -- the request references previous work, sibling repositories, root surfaces, mechanics, generated outputs, or owner boundaries that must be inspected before planning - -Do not use this skill when: -- the edit is tiny and has no meaningful review or operational consequence -- a more specific risk skill should be used instead - -## Inputs -- target goal -- owner repository or route surface -- touched files or surfaces -- source-of-truth or route-law surfaces that constrain the change -- main risk -- intended validation path -- rollback idea - -## Outputs -- explicit plan -- scoped change -- named verification result -- post-change route review when source-of-truth, generated, decision, roadmap, changelog, quest, mechanic, or owner surfaces may have moved -- concise final report - -## Procedure -1. choose the owner repository and read the nearest route card, `AGENTS.md`, source-of-truth surfaces, and local validation path before planning -2. state the goal, touched surfaces, and evidence already inspected; if the request depends on prior work, inspect the current repo state rather than relying on memory -3. identify the main risk, owner boundary, and rollback or recovery shape before editing -4. prepare the smallest reviewable change that follows the current source route -5. avoid unrelated cleanup, opportunistic refactors, or importing a sibling owner's authority into the local surface -6. apply the change inside the declared scope -7. run or name explicit verification, including generated/export rebuilds when source surfaces feed derived outputs -8. perform the narrow post-change route review only for surfaces whose meaning actually moved -9. report what changed, what was verified, what was skipped, what remains risky, and where the next owner route is - -## Contracts -- the change must remain reviewable -- verification must be explicit, not implied -- the change should stay inside the declared scope -- rollback thinking should exist before apply -- the plan should be grounded in inspected source surfaces, not only conversation memory or generic pattern recall -- generated, exported, compact, or derived surfaces should be refreshed from source rather than hand-authored as truth -- cross-repo or mechanics changes should name owner boundaries and stop-lines before moving content - -## Risks and anti-patterns -- over-formalizing trivial edits -- symbolic verification that creates false safety -- using the report as a substitute for a readable diff -- silently expanding the task during implementation -- planning from stale memory when the repository already has route cards, mechanics, or source-of-truth docs that answer the question -- treating legacy, provenance, generated, or sibling-owner surfaces as if they were the active local contract -- inserting broad law blocks into local surfaces instead of shaping the change through the existing route - -## Verification -- confirm the owner route and relevant source surfaces were inspected before apply -- confirm the change stayed scoped -- confirm at least one explicit verification step was run or intentionally skipped with explanation -- confirm generated or export surfaces were rebuilt when canonical inputs changed -- confirm the post-change route review touched only surfaces whose meaning moved -- confirm the report includes outcome, rollback thinking, skipped checks, and remaining owner-route risk - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0001 from `8Dionysus/aoa-techniques` at `cd276f040d55d490bd015b8698c7a5d594b9f875` using path `techniques/execution/agent-workflows-core/plan-diff-apply-verify-report/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation -- AOA-T-0002 from `8Dionysus/aoa-techniques` at `cd276f040d55d490bd015b8698c7a5d594b9f875` using path `techniques/instruction/docs-boundary/source-of-truth-layout/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - -## Adaptation points -Project overlays should add: -- local source-of-truth files -- local validation commands -- local risk tiers -- approval or review rules -- local post-change route review surfaces such as changelog, roadmap, decision records, generated indexes, questbooks, or mechanics ledgers diff --git a/.agents/skills/aoa-change-protocol/agents/openai.yaml b/.agents/skills/aoa-change-protocol/agents/openai.yaml deleted file mode 100644 index 49b64640..00000000 --- a/.agents/skills/aoa-change-protocol/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Change Protocol - short_description: Plan, scope, verify, report - default_prompt: Use $aoa-change-protocol to plan, apply, verify, and report a bounded non-trivial repository change. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: invoke - allow_implicit_invocation: true diff --git a/.agents/skills/aoa-change-protocol/assets/large-logo.svg b/.agents/skills/aoa-change-protocol/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-change-protocol/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-change-protocol/assets/small-logo.svg b/.agents/skills/aoa-change-protocol/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-change-protocol/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-change-protocol/checks/review.md b/.agents/skills/aoa-change-protocol/checks/review.md deleted file mode 100644 index a400876d..00000000 --- a/.agents/skills/aoa-change-protocol/checks/review.md +++ /dev/null @@ -1,28 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing a non-trivial change that claims to follow `aoa-change-protocol`. - -## When it applies - -- the change touches code, config, docs, or operational guidance in a meaningful way -- the author claims the work stayed bounded and explicitly verified -- the review needs to confirm that the workflow was visible rather than implicit -- the change relies on route cards, source-of-truth surfaces, generated exports, mechanics, legacy/provenance bridges, or sibling-owner boundaries - -## Review checklist - -- [ ] The owner route and relevant source-of-truth surfaces are inspected before the plan is treated as stable. -- [ ] The goal, touched surfaces, and inspected evidence are named before the change is applied. -- [ ] The main risk, owner boundary, and rollback or recovery thinking exist before execution. -- [ ] The diff stays inside the declared scope and avoids unrelated cleanup. -- [ ] Generated, exported, compact, or derived surfaces are rebuilt from source when canonical inputs changed. -- [ ] At least one explicit verification step was run, or a clear reason is given for intentionally skipping it. -- [ ] The post-change route review touched only surfaces whose meaning moved. -- [ ] The final report names what changed, what was verified, what was skipped, and what remains risky or deferred. - -## Not a fit - -- tiny wording or formatting edits with no meaningful review or operational consequence -- tasks where a more specific risk skill should own the workflow diff --git a/.agents/skills/aoa-change-protocol/examples/runtime.md b/.agents/skills/aoa-change-protocol/examples/runtime.md deleted file mode 100644 index f63ea4f0..00000000 --- a/.agents/skills/aoa-change-protocol/examples/runtime.md +++ /dev/null @@ -1,39 +0,0 @@ -# Runtime Example - -## Scenario - -Update a public README route and a validator message after a root source-of-truth contract changes in the repository. - -## Why this skill fits - -This is a non-trivial change because it touches documentation, validation-facing text, and a route contract. It benefits from reading the owner route first, then making scoped edits and running a clear verification step. - -## Expected inputs - -- target goal -- owner route and relevant `AGENTS.md` or source-of-truth surfaces -- touched files or surfaces -- the main risk of the change -- the validation path to run after editing - -## Expected outputs - -- a small, reviewable diff -- a short verification note -- a post-change route review note for any roadmap, changelog, generated, decision, quest, or mechanics surface whose meaning moved -- a concise final report that names what changed and what was checked - -## Boundary notes - -- Do not use this skill for a tiny typo fix with no meaningful review consequence. -- If the main question is whether the task is allowed at all, use the approval-gate skill first. -- If the main risk is operational rollback or preview behavior, use the dry-run-first skill instead. -- If the change depends on legacy or provenance material, start from the active route and open legacy only when lineage must be audited. - -## Verification notes - -- Confirm the owner route and relevant source surfaces were read before editing. -- Confirm the diff stayed inside the declared scope. -- Confirm at least one explicit check was run or intentionally skipped with a reason. -- Confirm derived or export surfaces were rebuilt when canonical inputs changed. -- Confirm the final report names the outcome, skipped checks, and any remaining owner-route risk. diff --git a/.agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md b/.agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md deleted file mode 100644 index 2fd1622f..00000000 --- a/.agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md +++ /dev/null @@ -1,180 +0,0 @@ ---- -name: aoa-checkpoint-closeout-bridge -description: Bridge provisional checkpoint evidence into one explicit reviewed closeout execution chain without turning notes into final harvest, progression, or quest authority. Use when a reviewed session artifact exists, checkpoint notes or closeout handoffs already carry focus hints, and the next honest move is to reread the reviewed artifact while driving donor harvest, progression lift, and quest harvest in that fixed order. Do not use for mid-session collection only, for hidden execution inside `aoa closeout run`, or when the request tries to mint final verdicts from checkpoint notes without reviewed evidence. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: evaluated - aoa_invocation_mode: explicit-preferred - aoa_source_skill_path: skills/core/session-growth/aoa-checkpoint-closeout-bridge/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0075,AOA-T-0084,AOA-T-0089 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-checkpoint-closeout-bridge - -## Intent -Use this skill to connect checkpoint-led session growth with explicit reviewed -closeout execution. - -It does not replace the core session-growth skills. -It keeps checkpoint capture provisional during the session and then drives the -explicit reviewed-closeout chain in the fixed order: - -`aoa-session-donor-harvest -> aoa-session-progression-lift -> aoa-quest-harvest` - -The fixed order is an execution discipline, not a promise that every stage will -produce a positive verdict. A stage may be skipped, deferred, or stopped with an -evidence-linked reason when its prerequisites are absent. - -## Trigger boundary -Use this skill when: -- checkpoint notes already carry harvest, progression, or upgrade candidates -- reviewed closeout must use those candidates as focus hints without treating - them as final authority -- the route needs one explicit bridge from local checkpoint evidence into the - reviewed session-harvest family -- the agent must distinguish accepted focus hints from stale, cross-session, or - contaminated checkpoint residue before downstream skills run -- the honest next move is not raw recap, but a bounded session-end chain - -Do not use this skill when: -- the session is still active and only mid-session collection is needed -- there is no reviewed artifact yet -- the task is to implement or patch the bridge itself rather than execute a - reviewed closeout chain -- the task wants final harvest, progression, or quest verdicts from checkpoint - notes alone -- the request tries to make `aoa closeout run` a hidden skill runner -- the request demands that all three downstream stages produce verdicts even - when reviewed evidence only supports a skip, defer, or stop - -## Inputs -- reviewed session artifact -- optional local checkpoint note -- optional reviewed surface closeout handoff -- optional receipt refs from already published or staged session evidence -- repo scope and touched owner hints -- full session evidence available to the agent, such as the reviewed artifact, - local agent rollout trace, transcript excerpts, and relevant receipts - -## Outputs -- in `checkpoint-collect` mode: - - updated local checkpoint note - - updated provisional progression-axis hints - - ordered session-end target list -- in `reviewed-closeout-execute` mode: - - one explicit execution context bundle - - accepted, rejected, and unresolved focus hints before the first downstream - skill runs - - one explicit run of: - - `aoa-session-donor-harvest` - - `aoa-session-progression-lift` - - `aoa-quest-harvest` - - explicit stage statuses: `executed`, `skipped`, `deferred`, or `stopped` - - one execution report that records what ran, what was skipped, and which - artifacts or receipts were emitted - - one agent-authored closeout summary that says which conclusions came from - reread session evidence, which checkpoint hints were accepted, and which - hints were rejected as stale, cross-session, or contaminated - -## Procedure -1. during checkpoint collection, keep the note append-only and provisional -2. treat checkpoint candidates and progression-axis hints as shortlist inputs, - not verdict authority -3. publish the reviewed-closeout target order explicitly: - - donor harvest first - - progression lift second - - quest harvest third -4. before executing reviewed closeout, the local coding agent must reread the skill - instructions and the primary session evidence; checkpoint JSON, generated - packets, and closeout reports are only navigation aids -5. build one closeout context bundle with reviewed artifact refs, checkpoint - note refs, receipt refs, accepted focus hints, rejected focus hints, - unresolved focus hints, and current-session boundaries -6. when executing reviewed closeout, reread the full reviewed artifact before - every core skill stage -7. let checkpoint note and reviewed handoff narrow attention, but never replace - the reviewed artifact or receipt evidence -8. explicitly separate current-session evidence from stale, neighboring, or - diagnostic checkpoint contamination before naming final candidates -9. run `aoa-session-donor-harvest` first so reusable units and owner routing - are bounded before any progression verdict -10. run `aoa-session-progression-lift` second so final multi-axis movement is - gathered from reviewed evidence, donor outputs, and provisional checkpoint - axes together -11. run `aoa-quest-harvest` third so final promotion triage happens only after - donor harvest and progression lift have finished -12. if a downstream stage lacks prerequisites, record `skipped`, `deferred`, or - `stopped` with a reason and evidence refs instead of forcing a verdict to - satisfy the chain shape -13. keep stats refresh out of this bridge skill; that remains downstream after - explicit closeout receipts exist - -## Contracts -- checkpoint note stays provisional and lower-authority than reviewed closeout -- `checkpoint-collect` never emits final harvest, progression, or quest verdicts -- `reviewed-closeout-execute` must reread the reviewed artifact and any receipt - evidence; it may not trust checkpoint notes alone -- generated bridge artifacts are mechanical outputs, not proof that the agent - applied the skill protocol; the agent must still produce the final analytical - judgment from reread evidence -- core skill order is fixed: - - `aoa-session-donor-harvest` - - `aoa-session-progression-lift` - - `aoa-quest-harvest` -- fixed order means the dependency order for evaluation and reporting; it does - not force final verdicts when a stage's prerequisites are absent -- this bridge skill coordinates core skills; it does not replace their meaning -- `aoa closeout run` remains a separate receipt-first publisher path -- stats refresh is not part of this skill - -## Risks and anti-patterns -- treating checkpoint hints as if they were final donor harvest truth -- treating `execute-closeout-chain` JSON as if it were the actual skill - application instead of an artifact bundle that still needs agent judgment -- skipping donor harvest and jumping straight to progression or quest verdicts -- using progression verdicts that were not reread against the reviewed artifact -- letting quest harvest run before progression lift -- forcing quest harvest or progression lift to emit a positive verdict when - reviewed evidence only supports skip, defer, hold, or stop -- turning the bridge into a hidden auto-runner inside `aoa closeout run` -- refreshing stats before the explicit reviewed-closeout chain finishes - -## Verification -- confirm `checkpoint-collect` only updates local ledger surfaces -- confirm the bridge never emits final verdicts during mid-session capture -- confirm reviewed closeout refuses to run without a reviewed artifact -- confirm the core skill order is fixed and visible -- confirm each downstream stage records `executed`, `skipped`, `deferred`, or - `stopped` with an evidence-linked reason -- confirm checkpoint note and reviewed handoff are treated as hints rather than - sole evidence -- confirm the final answer distinguishes current-session evidence from - checkpoint hints and from stale or contaminated ledger entries -- confirm the execution report's mechanical bridge outputs were not presented - as autonomous skill analysis -- confirm stats refresh remains downstream of the bridge execution - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0075 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/continuity/donor-harvest/session-donor-harvest/TECHNIQUE.md` and sections: Intent, Inputs, Outputs, Contracts, Validation -- AOA-T-0084 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/continuity/donor-harvest/progression-evidence-lift/TECHNIQUE.md` and sections: Intent, Inputs, Outputs, Contracts, Validation -- AOA-T-0089 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/governance/promotion-boundary/quest-unit-promotion-review/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Validation - -## Adaptation points -Project overlays may add: -- local reviewed artifact entrypoints -- local receipt bundle locations -- local stop conditions before quest triage -- local stage-status vocabulary and report locations, as long as the donor -> - progression -> quest dependency order remains visible -- local owner-layer route maps for generated donor packets -- project-local reviewed follow-through notes under `docs/session-harvests/` - when bridge upkeep becomes reusable but is still below promotion authority -- project-local reminders that downstream `aoa-session-self-diagnose`, owner - follow-through, and stats refresh stay explicit next steps outside this skill -- local post-closeout stats or owner follow-through commands that stay outside - this bridge skill diff --git a/.agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml b/.agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml deleted file mode 100644 index 945dd3c5..00000000 --- a/.agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Checkpoint Closeout Bridge - short_description: Bridge checkpoints into reviewed closeout - default_prompt: Use $aoa-checkpoint-closeout-bridge to build one closeout context from reviewed evidence, keep checkpoint hints provisional, and run donor harvest, progression lift, and quest harvest in order. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: suggest - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-checkpoint-closeout-bridge/assets/large-logo.svg b/.agents/skills/aoa-checkpoint-closeout-bridge/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-checkpoint-closeout-bridge/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-checkpoint-closeout-bridge/assets/small-logo.svg b/.agents/skills/aoa-checkpoint-closeout-bridge/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-checkpoint-closeout-bridge/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md b/.agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md deleted file mode 100644 index 28d50361..00000000 --- a/.agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md +++ /dev/null @@ -1,34 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing work that claims to follow -`aoa-checkpoint-closeout-bridge`. - -## When it applies - -- checkpoint-led session growth is being carried into reviewed closeout -- the route needs one explicit bridge from provisional checkpoint evidence into - donor harvest, progression lift, and quest harvest -- the reviewer must confirm that checkpoint hints narrow attention without - replacing the reviewed artifact or receipt evidence - -## Review checklist - -- [ ] Checkpoint collection stays provisional and does not emit final donor, progression, or quest verdicts. -- [ ] Reviewed closeout rereads the reviewed artifact rather than trusting checkpoint notes alone. -- [ ] Accepted, rejected, and unresolved focus hints are named before the first downstream skill runs. -- [ ] The explicit execution chain preserves the fixed order donor -> progression -> quest. -- [ ] Each downstream stage records `executed`, `skipped`, `deferred`, or - `stopped` with an evidence-linked reason. -- [ ] A skipped or deferred stage was not presented as a successful final verdict. -- [ ] Stats refresh remains downstream and outside the bridge skill itself. -- [ ] The bridge coordinates core skills without replacing their contracts. - -## Not a fit - -- mid-session routes that only need checkpoint collection and no reviewed - closeout bridge yet -- requests to hide the session-end chain inside `aoa closeout run` -- attempts to derive final donor, progression, or quest verdicts from - checkpoint notes alone diff --git a/.agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md b/.agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md deleted file mode 100644 index 4ad412b3..00000000 --- a/.agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md +++ /dev/null @@ -1,51 +0,0 @@ -# Runtime Example - -## Scenario - -A session accumulated checkpoint-led route and progression hints during several -reviewable commits. At reviewed closeout the operator wants one explicit bridge -that reuses those hints, rereads the full reviewed artifact, and then executes -the core session-growth chain in order. - -## Why this skill fits - -The route needs one orchestrator layer that stays honest about checkpoint -authority. Mid-session capture should remain provisional, while reviewed -closeout should explicitly drive donor harvest, progression lift, and quest -triage in sequence. - -## Expected inputs - -- one reviewed session artifact -- one optional local checkpoint note -- one optional reviewed surface closeout handoff -- any staged or published session receipts that sharpen the reread -- repo scope or touched owner hints if they help bound the closeout route - -## Expected outputs - -- one closeout context bundle -- one ordered reviewed-closeout execution chain -- accepted, rejected, and unresolved focus hints before the chain starts -- one status per downstream stage: `executed`, `skipped`, `deferred`, or - `stopped` -- one execution report naming the emitted artifacts and receipts - -## Boundary notes - -- Do not use this skill to mint final verdicts from checkpoint notes alone. -- Do not hide it inside `aoa closeout run`. -- Do not force a downstream verdict when the reviewed evidence only supports a - skipped or deferred stage. -- Do not refresh stats before the explicit closeout chain finishes. - -## Verification notes - -- Confirm checkpoint collection only updates provisional local ledger surfaces. -- Confirm the reviewed artifact is reread during donor harvest, progression - lift, and quest harvest. -- Confirm the execution order stays donor -> progression -> quest. -- Confirm stage statuses are visible and evidence-linked. -- Confirm checkpoint note and closeout handoff act as shortlist hints rather - than sole evidence. -- Confirm stats refresh remains downstream of the bridge. diff --git a/.agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml b/.agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml deleted file mode 100644 index bc1a65cc..00000000 --- a/.agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml +++ /dev/null @@ -1,25 +0,0 @@ -receipt_name: CHECKPOINT_CLOSEOUT_EXECUTION_REPORT -event_kind: checkpoint_closeout_execution_report -envelope_ref: references/stats-event-envelope.md -required_payload_fields: - - context_ref - - executed_skills - - stage_results - - produced_receipt_refs - - final_stop_reason -optional_payload_fields: - - checkpoint_note_ref - - surface_handoff_ref - - accepted_focus_hints - - rejected_focus_hints - - unresolved_focus_hints - - skipped_skills - - deferred_skills - - produced_artifact_refs -rules: - - the report must reflect the fixed order `aoa-session-donor-harvest -> aoa-session-progression-lift -> aoa-quest-harvest` - - checkpoint notes and handoffs remain shortlist hints, not final authority - - at least one reviewed artifact ref must stay inspectable through the paired closeout context - - each stage result must be `executed`, `skipped`, `deferred`, or `stopped` with an evidence-linked reason - - skipped or deferred stages must not be represented as final verdicts - - stats refresh remains downstream and must not be represented as an executed bridge stage diff --git a/.agents/skills/aoa-checkpoint-closeout-bridge/references/core-skill-application-receipt-schema.yaml b/.agents/skills/aoa-checkpoint-closeout-bridge/references/core-skill-application-receipt-schema.yaml deleted file mode 100644 index c7439fd4..00000000 --- a/.agents/skills/aoa-checkpoint-closeout-bridge/references/core-skill-application-receipt-schema.yaml +++ /dev/null @@ -1,22 +0,0 @@ -receipt_name: CORE_SKILL_APPLICATION_RECEIPT -event_kind: core_skill_application_receipt -envelope_ref: references/stats-event-envelope.md -kernel_id: project-core-session-growth-v1 -skill_name: aoa-checkpoint-closeout-bridge -required_payload_fields: - - kernel_id - - skill_name - - application_stage - - detail_event_kind - - detail_receipt_ref -optional_payload_fields: - - route_ref - - surface_detection_context -rules: - - `application_stage` must equal `finish` - - `kernel_id` must equal `project-core-session-growth-v1` - - `skill_name` must equal `aoa-checkpoint-closeout-bridge` - - `detail_event_kind` must equal `checkpoint_closeout_execution_report` - - `detail_receipt_ref` must point to the bounded reviewed-closeout execution report for the same run - - include `route_ref` only when the orchestrator already names it honestly - - if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth diff --git a/.agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md b/.agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md deleted file mode 100644 index e9cf79f5..00000000 --- a/.agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md +++ /dev/null @@ -1,39 +0,0 @@ -# Stats Event Envelope - -Use this shared envelope when the session-harvest family emits one bounded -finish receipt. - -Canonical owner: - -- `aoa-stats` owns the shared envelope and active event-kind vocabulary at - `repo:aoa-stats/schemas/stats-event-envelope.schema.json`. -- owner repos keep payload meaning in their own receipt schemas. - -## Required fields - -- `event_kind` -- `event_id` -- `observed_at` -- `run_ref` -- `session_ref` -- `actor_ref` -- `object_ref` -- `evidence_refs` -- `payload` - -## Optional fields - -- `supersedes` -- `notes` -- `owner_ref` -- `related_event_refs` - -## Rules - -- Keep receipts append-only. -- If a correction is needed, emit a new receipt and set `supersedes`. -- Link to inspectable artifacts through `evidence_refs` instead of duplicating - raw transcripts, patches, or reports. -- Keep `payload` bounded to the skill's own emitted packet or card set. -- Do not let receipt presence act as proof, routing authority, or score - authority. diff --git a/.agents/skills/aoa-commit-growth-seam/SKILL.md b/.agents/skills/aoa-commit-growth-seam/SKILL.md deleted file mode 100644 index f3128051..00000000 --- a/.agents/skills/aoa-commit-growth-seam/SKILL.md +++ /dev/null @@ -1,123 +0,0 @@ ---- -name: aoa-commit-growth-seam -description: Turn a validated bounded diff into one intentional local commit with explicit scope review, named verification carry-forward, and a visible stop line before push or publish. Use when a bounded code, config, or docs diff is already prepared locally and the next honest move is one local commit boundary rather than more coding. Do not use when the task still needs more repair or verification, when no bounded diff exists, or when the main task is push, PR, release, or public-share. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: evaluated - aoa_invocation_mode: explicit-only - aoa_source_skill_path: skills/core/session-growth/aoa-commit-growth-seam/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0001,AOA-T-0028 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-commit-growth-seam - -## Intent -Use this skill to cross one honest local commit boundary after a bounded change -is already prepared and reviewed enough to stop widening the working session. - -The goal is not "commit because work happened." -The goal is to preserve one bounded unit with an honest message, explicit -validation carry-forward, explicit commit authorization posture, and a visible -stop line before any push, PR, release, or public-share route begins. - -## Trigger boundary -Use this skill when: -- a bounded code, config, or docs diff is already prepared locally -- the next honest move is one local commit boundary rather than more coding -- the commit needs to preserve what was verified and what remains unresolved -- the working tree may contain unrelated changes that must stay outside the - commit -- visible operator intent authorizes this local commit boundary now -- the workflow needs a visible stop line before push, PR, release, or broader - closeout follow-through - -Do not use this skill when: -- the task still needs more coding, repair, or verification before any commit - is honest -- no bounded diff exists yet -- the operator only asked for review, preparation, or a report and did not - authorize a local commit now -- the main question is whether a mutating step is authorized at all; use - `aoa-approval-gate-check` -- the main task is push, PR, release, or public-share rather than the local - commit boundary itself -- the route should trigger or classify a post-commit review artifact rather - than author the commit boundary itself - -## Inputs -- one bounded local diff -- working tree status, including any unrelated local changes -- validation results or explicit validation debt -- explicit commit authorization or a defer marker -- intended commit scope and message shape -- explicit next stop line after the commit - -## Outputs -- one bounded commit-or-defer decision -- `commit_authorization_posture`, such as `authorized_now`, `defer_commit`, - `needs_split`, or `needs_verification` -- one intentional local commit, or one explicit refusal to commit yet -- one honest commit message that matches the bounded unit -- one carry-forward note for what was verified and what remains unresolved -- one explicit stop line before any push, PR, or publish path - -## Procedure -1. reread `git status` and the target diff to isolate the exact bounded unit -2. stop if unrelated changes are mixed in and cannot be excluded cleanly -3. name the `commit_authorization_posture`; only `authorized_now` may cross - the local commit boundary -4. restate what was verified, what was intentionally not verified, and what the - commit boundary is meant to preserve -5. confirm the proposed commit is still one bounded mutation rather than the - start of a hidden push or publish loop -6. shape one commit message that matches the bounded unit and any remaining - debt honestly -7. create one local commit only for the intended diff -8. record or report the commit ref together with the validation state and next - stop line -9. stop after the local commit and hand off push, PR, review, release, or - closeout publication explicitly if still needed - -## Contracts -- the commit boundary matches the actual bounded diff -- unrelated local state is not silently swept into the commit -- verification status stays attached to the commit story -- `authorized_now` is required before the skill mutates the local repository -- the local commit does not imply push, publish, merge, or release -- if the route needs a new approval seam or broader workflow, it hands off - instead of stretching this skill - -## Risks and anti-patterns -- using one commit as a catch-all bucket for unrelated changes -- writing a clean commit message that hides missing or weak verification -- treating the local commit boundary as silent permission to push or publish -- treating a ready diff as commit authority when the operator only asked for - analysis, review, or preparation -- committing while the task still clearly needs more repair or diff cleanup -- widening the skill into a release, PR, or post-commit automation workflow - -## Verification -- confirm the committed diff matches the named bounded unit -- confirm `commit_authorization_posture` was `authorized_now` before the commit -- confirm unrelated local changes were excluded or explicitly deferred -- confirm the validation state was named honestly before the commit happened -- confirm the commit message reflects the real change rather than generic - success language -- confirm the workflow stopped at the local commit boundary and kept push, - publish, or review as separate next moves - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0001 from `8Dionysus/aoa-techniques` at `b0f7e094bf81abaf0895a729d504a97f3af91ae8` using path `techniques/execution/agent-workflows-core/plan-diff-apply-verify-report/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation -- AOA-T-0028 from `8Dionysus/aoa-techniques` at `b0f7e094bf81abaf0895a729d504a97f3af91ae8` using path `techniques/execution/agent-workflows-core/confirmation-gated-mutating-action/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - -## Adaptation points -Project overlays may add: -- local commit-message conventions or trailers -- local validation commands that should be named before commit -- local dirty-worktree split rules when unrelated edits are present -- local stop-line conventions for push, PR, release, or public-share handoff diff --git a/.agents/skills/aoa-commit-growth-seam/agents/openai.yaml b/.agents/skills/aoa-commit-growth-seam/agents/openai.yaml deleted file mode 100644 index 1f40f01a..00000000 --- a/.agents/skills/aoa-commit-growth-seam/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Commit Growth Seam - short_description: Commit bounded diffs honestly - default_prompt: Use $aoa-commit-growth-seam to isolate one bounded diff, carry forward the real validation state, and stop at one intentional local commit boundary before any push or publish route. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: manual - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-commit-growth-seam/assets/large-logo.svg b/.agents/skills/aoa-commit-growth-seam/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-commit-growth-seam/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-commit-growth-seam/assets/small-logo.svg b/.agents/skills/aoa-commit-growth-seam/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-commit-growth-seam/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-commit-growth-seam/checks/review.md b/.agents/skills/aoa-commit-growth-seam/checks/review.md deleted file mode 100644 index 70f79ffe..00000000 --- a/.agents/skills/aoa-commit-growth-seam/checks/review.md +++ /dev/null @@ -1,27 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing a change that claims to follow -`aoa-commit-growth-seam`. - -## When it applies - -- a bounded diff is ready to cross a local commit boundary -- the author claims the commit stayed narrow and honest -- the review needs to confirm that commit, validation, and stop-line posture - stayed explicit - -## Review checklist - -- [ ] The exact bounded diff was isolated before the commit. -- [ ] Unrelated local changes were excluded or explicitly deferred. -- [ ] `commit_authorization_posture` was `authorized_now` before the local commit happened. -- [ ] The validation state was named honestly before the commit happened. -- [ ] The commit message matches the bounded unit rather than generic success language. -- [ ] The workflow stopped at the local commit boundary instead of widening silently into push, PR, or publish work. - -## Not a fit - -- work that still needs more coding or verification before any commit is honest -- routes whose real center is approval classification, publish choreography, or post-commit automation diff --git a/.agents/skills/aoa-commit-growth-seam/examples/runtime.md b/.agents/skills/aoa-commit-growth-seam/examples/runtime.md deleted file mode 100644 index fb8166ed..00000000 --- a/.agents/skills/aoa-commit-growth-seam/examples/runtime.md +++ /dev/null @@ -1,47 +0,0 @@ -# Runtime Example - -## Scenario - -A bounded `aoa-sdk` patch is already applied, the targeted tests and lint checks -are green, and the next honest move is one local commit that preserves the -repair as a distinct review boundary before any later push or merge step. - -## Why this skill fits - -The coding work is done for now, but the commit boundary still matters. The -working tree needs one intentional commit with an honest message and a visible -stop line so the session does not blur commit, push, and publication into one -hidden loop. - -## Expected inputs - -- one bounded local diff -- `git status` showing whether unrelated changes are present -- the explicit validation results that justify the commit boundary -- explicit operator authorization for one local commit now -- the intended stop line after commit - -## Expected outputs - -- one bounded commit-or-defer decision -- `commit_authorization_posture: authorized_now` -- one local commit that matches the intended diff -- one short note on what was verified and what remains outside the commit -- one explicit stop line before push, PR, or publish - -## Boundary notes - -- Do not use this skill when the task still clearly needs more repair or verification. -- Do not cross the commit boundary when the operator only asked for review, - preparation, or analysis. -- Do not use this skill as a hidden push or publish workflow. -- If the main question is whether the mutation is authorized at all, use the approval-gate skill first. -- If the main need is the broader coding workflow rather than the commit boundary itself, use `aoa-change-protocol`. - -## Verification notes - -- Confirm the commit boundary matched the actual diff. -- Confirm unrelated local changes were not swept in silently. -- Confirm commit authorization was explicit before mutation. -- Confirm the validation story was named honestly. -- Confirm the route stopped after the local commit boundary. diff --git a/.agents/skills/aoa-contract-test/SKILL.md b/.agents/skills/aoa-contract-test/SKILL.md deleted file mode 100644 index 82b267c0..00000000 --- a/.agents/skills/aoa-contract-test/SKILL.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -name: aoa-contract-test -description: Design or extend contract-oriented validation at module, service, or workflow boundaries. Use when two components interact across a meaningful interface, downstream assumptions matter, or a smoke path needs an explicit contract. Do not use for purely local changes or when the real need is invariant or property testing instead of boundary validation. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: canonical - aoa_invocation_mode: explicit-preferred - aoa_source_skill_path: skills/core/engineering/aoa-contract-test/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0003,AOA-T-0015 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-contract-test - -## Intent -Strengthen boundary reliability by making stable producer-consumer expectations, validation surfaces, and claim limits explicit. - -## Trigger boundary -Use this skill when: -- two modules or services interact across a meaningful boundary -- a smoke path or interface needs a stable validation contract -- a module, service, CLI, schema, manifest, report, receipt, generated/export surface, workflow handoff, or repo-to-repo seam has consumers that rely on stable shape or behavior -- a source-owned surface feeds generated, exported, adapter, or downstream consumer surfaces -- a reusable practice, execution workflow, evaluation artifact, scenario, memory or recall object, role contract, router, SDK, metric, or generated/export surface exposes a stable object shape that other surfaces consume -- a change risks breaking downstream assumptions - -Do not use this skill when: -- the change is entirely local and does not affect a meaningful boundary -- the boundary itself is still semantically unclear and naming is drifting; use `aoa-bounded-context-map` -- the main problem is expressing a broad invariant rather than a boundary contract; use `aoa-property-invariants` -- the main problem is auditing whether existing checks really cover a stable rule; use `aoa-invariant-coverage-audit` -- the output is incidental logs, debug prose, or a one-off snapshot with no named consumer -- the request would freeze internal implementation details or current incidental output as a public contract -- a broad system rewrite is needed before the boundary itself is stable - -## Inputs -- boundary under review -- producer and named consumer -- expected inputs and outputs -- current verification surface -- known downstream dependencies -- contract limits and out-of-contract behavior - -## Outputs -- explicit contract assumptions -- tests, fixture checks, schema checks, smoke summaries, or structured validation notes -- verification notes -- downstream impact notes -- contract limits that say what the check does not prove - -## Procedure -1. identify the boundary and its consumers -2. when the boundary is not a simple module or service interface, choose the smallest useful shape from `references/contract-shapes.md` -3. state the expected input, output, behavior, report, receipt, schema, or handoff shape -4. state what remains out of contract so the check does not become a whole-system proof -5. express the contract in tests, fixture checks, schema checks, smoke summaries, or structured checks -6. verify both the boundary behavior and the reporting shape -7. report what became explicit, which consumers were protected, and what remains weak - -## Contracts -- the contract should be visible to another human or agent -- verification should be tied to the boundary, not only to internals -- downstream assumptions should be named when relevant -- out-of-contract behavior should stay explicit when it affects consumers -- a contract test should protect the named seam, not claim the whole system is correct -- generated, exported, adapter, and derived surfaces should remain subordinate to their source owners -- consumer convenience should not become new source authority - -## Risks and anti-patterns -- vague contracts that do not actually constrain behavior -- treating a smoke summary as proof when it does not cover the real boundary -- changing interface behavior without downstream impact notes -- asserting internal implementation details as if they were public contract -- freezing incidental output, debug logs, or transient runtime text as stable contract -- turning a local boundary check into federation-wide law -- widening the skill into generic test strategy instead of one named producer-consumer contract - -## Verification -- confirm the contract is visible and reviewable -- confirm validation is tied to the interface or boundary -- confirm downstream impact was considered when relevant -- confirm the report names any known contract limits or exclusions -- confirm the named consumer and producer are both clear -- confirm generated or exported surfaces are checked as derived consumers, not promoted into source truth - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0003 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/proof/evaluation-chain/contract-first-smoke-summary/TECHNIQUE.md` and sections: Intent, When to use, Outputs, Contracts, Validation -- AOA-T-0015 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/proof/skill-support/contract-test-design/TECHNIQUE.md` and sections: Intent, Inputs, Core procedure, Risks - -## Adaptation points -Project overlays should add: -- local endpoints or module boundaries -- local smoke or test commands -- boundary-specific invariants -- local schema, receipt, registry, report, export, or handoff contract examples -- local source-owner and downstream-consumer names diff --git a/.agents/skills/aoa-contract-test/agents/openai.yaml b/.agents/skills/aoa-contract-test/agents/openai.yaml deleted file mode 100644 index 97d17599..00000000 --- a/.agents/skills/aoa-contract-test/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Contract Test - short_description: Strengthen interface contracts - default_prompt: Use $aoa-contract-test to make a boundary contract explicit in tests or structured checks and report what the validation now proves. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: invoke - allow_implicit_invocation: true diff --git a/.agents/skills/aoa-contract-test/assets/large-logo.svg b/.agents/skills/aoa-contract-test/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-contract-test/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-contract-test/assets/small-logo.svg b/.agents/skills/aoa-contract-test/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-contract-test/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-contract-test/examples/example.md b/.agents/skills/aoa-contract-test/examples/example.md deleted file mode 100644 index bd2a5426..00000000 --- a/.agents/skills/aoa-contract-test/examples/example.md +++ /dev/null @@ -1,41 +0,0 @@ -# Example - -## Scenario - -A routing layer consumes generated catalogs from source-owner surfaces. The -catalogs must keep stable IDs, source references, object type, and route fields -so routing, SDK, and low-context readers can point back to owner truth without -copying the authored payload into a second canon. - -## Why this skill fits - -- the important risk is a boundary contract between source-owned producers and downstream consumers -- downstream assumptions need to become visible and reviewable -- validation should focus on the generated/export shape and source-owner limits, not only on builder internals - -## Expected inputs - -- the source-owned catalog producer and the consuming router or SDK surface -- the required generated/export fields and source references -- the current schema, fixture, smoke, or build-check surface for the boundary -- known downstream expectations that would break if the fields or claim limits drift - -## Expected outputs - -- explicit contract assumptions for the generated/export boundary -- schema, fixture, smoke, or build checks tied to the contract -- a short downstream impact note if the contract is changed or tightened -- a claim limit that says the generated surface summarizes owner truth rather than owning it - -## Boundary notes - -- this example is not a broad redesign of routing, SDK, or source-owner surfaces -- the point is to make the seam explicit, not to prove the whole federation correct -- if the owner or object meaning is unclear, use bounded-context mapping before contract testing - -## Verification notes - -- verify that the generated/export contract is visible in tests or structured checks -- verify that missing required fields fail in a reviewable way -- verify that source-owned meaning remains stronger than the generated consumer surface -- verify that the report names any unchanged weak spots in downstream coverage diff --git a/.agents/skills/aoa-contract-test/references/contract-shapes.md b/.agents/skills/aoa-contract-test/references/contract-shapes.md deleted file mode 100644 index 0537d5dc..00000000 --- a/.agents/skills/aoa-contract-test/references/contract-shapes.md +++ /dev/null @@ -1,51 +0,0 @@ -# Contract Shapes - -Use this reference when the contract boundary is wider than a simple module or -service interface. It is not a checklist. Pick the smallest shape that names -one producer, one consumer, one stable expectation, and one honest validation -surface. - -## How To Use - -1. Name the producer and consumer. -2. Name the stable shape or behavior the consumer relies on. -3. Choose the narrowest contract shape below. -4. State what the contract does not prove. -5. Validate the shape with the smallest reviewable check. - -## Shape Set - -| Shape | Producer | Consumer | Validate | Do Not Claim | -|---|---|---|---|---| -| Module, service, or API | Function, package, service, or endpoint. | Caller, client, downstream service, or workflow. | Input/output shape, errors, status, side effects, compatibility smoke. | Internal implementation details are public contract. | -| CLI or tool report | Command, script, or local tool. | Automation, CI, another script, or operator workflow. | Flags, exit code, machine-readable output, report fields, failure mode. | Human log wording is stable unless explicitly documented. | -| Schema, manifest, or registry | Authored schema, config, registry, or manifest builder. | Validator, router, SDK, generated reader, or release check. | Required fields, version, enum, reference resolution, invalid fixture failure. | Current incidental field order or formatting is semantic truth. | -| Source to generated/export | Source-owned file, builder, or canonical bundle. | Generated catalog, export, adapter, or compact capsule consumer. | Source-to-output field mapping, freshness check, rebuild check, source ref. | Generated output owns the meaning it summarizes. | -| Practice object or handoff | Practice atom, topology, capsule, or practice-to-skill bridge. | Execution skill, routing, eval, retrieval substrate, or downstream practice consumer. | Stable ID, atom shape, topology fields, selected sections, handoff payload. | A practice object is a skill, eval, role, memory object, or scenario. | -| Skill bundle or export | Canonical skill bundle and export builder. | Runtime, SDK, router, pack profile, or installed skill surface. | Metadata, trigger boundary, support refs, export path, trigger eval. | Exported installed copy replaces authored bundle truth. | -| Eval proof or report | Eval bundle, runner, scorer, or verdict emitter. | Review gate, release support, metric summary, or regression reader. | Claim limit, fixture shape, scoring logic, verdict schema, report fields. | One eval proves total quality or intelligence. | -| Role contract or runtime seam | Profile, role contract, projection builder, runtime seam binding. | Scenario, SDK, runtime harness, or handoff consumer. | Role fields, authority limits, handoff payload, projection artifact. | Role text grants hidden runtime authority. | -| Memory recall or writeback | Memory object, recall contract, writeback envelope, or retrieval export. | Router, retrieval substrate, eval, agent, or closeout workflow. | Inspect/capsule/expand shape, source refs, provenance, retention limit. | Recall output is fresh proof or live memory authority by itself. | -| Scenario or reentry | Scenario route, review packet, stress lane, or reentry gate. | Agent, routing, metrics, runtime, or follow-through workflow. | Phase route, handoff, fallback, evidence expectation, reentry fields. | A recurring scenario is a single skill or live runtime ledger. | -| Routing or SDK typed seam | Router hint, owner dispatch seam, SDK facade, CLI report, typed loader. | Agent, script, CI, notebook, or downstream adapter. | Typed fields, owner refs, dispatch result, compatibility result, error report. | Routing or SDK owns the source meaning it points to. | -| Metrics receipt or summary ABI | Receipt publisher, shared envelope, event-kind registry, summary builder. | Metric summary, dashboard, closeout, routing, or review reader. | Envelope fields, event kind, supersession, active view, summary schema. | Summary counts are owner truth or final promotion verdict. | - -## Compact Contract Pass - -| Field | Answer | -|---|---| -| Producer | | -| Consumer | | -| Stable expectation | | -| Validation surface | | -| Out of contract | | -| Downstream impact if broken | | -| Source owner remains | | - -## Verification - -- one producer and one consumer are named -- the stable shape or behavior is observable by the consumer -- the check fails reviewably when the contract is broken -- incidental output and internal implementation details stay out of contract -- derived, generated, or adapter surfaces remain weaker than source owners diff --git a/.agents/skills/aoa-core-logic-boundary/SKILL.md b/.agents/skills/aoa-core-logic-boundary/SKILL.md deleted file mode 100644 index 2911629b..00000000 --- a/.agents/skills/aoa-core-logic-boundary/SKILL.md +++ /dev/null @@ -1,98 +0,0 @@ ---- -name: aoa-core-logic-boundary -description: Separate reusable core logic from glue, orchestration, and infrastructure detail. Use when stable rules are mixed with wiring, the same logic repeats in several places, or reviews are muddy because the responsibility center is unclear. Do not use for tiny isolated fixes or when the real task is introducing a port or adapter around a concrete dependency. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: evaluated - aoa_invocation_mode: explicit-preferred - aoa_source_skill_path: skills/core/engineering/aoa-core-logic-boundary/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0016,AOA-T-0015 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-core-logic-boundary - -## Intent -Use this skill to separate a stable reusable center from surrounding glue, orchestration, projection, infrastructure, or presentation detail so future changes land in the right place. - -## Trigger boundary -Use this skill when: -- a module mixes stable rules with wiring or execution detail -- an execution workflow, practice pattern, evaluation artifact, scenario, memory or recall object, role contract, router, SDK, metric, generated/export, or process surface mixes reusable meaning with projection, report, runtime, or local delivery detail -- the same logic is starting to appear in several places -- tests or reviews are muddy because the center of responsibility is unclear -- you need to decide whether something belongs in the core or at the edges -- generated, exported, adapter, report, or presentation surfaces are starting to look like they own the reusable rule they only carry - -Do not use this skill when: -- the task is a tiny isolated fix with no meaningful boundary ambiguity -- the code is already clearly partitioned -- the result would only rename folders without improving understanding -- the owner, context, or source-of-truth boundary is still unclear; use `aoa-bounded-context-map` first -- the main problem is recording decision rationale rather than boundary placement; use `aoa-adr-write` first -- the main problem is validating a consumer-visible contract after the boundary is clear; use `aoa-contract-test` -- the boundary is already clear and the main task is introducing a port or adapter around a concrete dependency; use `aoa-port-adapter-refactor` - -## Inputs -- target module, service, repository surface, layer surface, or slice -- current responsibilities -- repeated or reusable logic candidates -- surrounding glue, projection, rendering, runtime, infrastructure, or orchestration context -- source owner and edge consumers when the split crosses generated, exported, adapter, or downstream surfaces - -## Outputs -- clarified boundary between core logic and surrounding glue -- notes on what should stay reusable versus edge-specific -- small refactor proposal or bounded implementation -- source-owner and derived-surface stop-lines when relevant -- verification summary - -## Procedure -1. identify which rules or behaviors are stable enough to count as reusable core logic -2. when the target is not a simple code module, choose the smallest useful shape from `references/core-boundary-shapes.md` -3. identify which parts are mostly wiring, orchestration, I/O, projection, report rendering, local path handling, generated output, adapter behavior, or environment detail -4. separate the concerns conceptually before moving code or rewriting docs -5. move or propose moving only the bounded subset that clearly belongs in the reusable center -6. avoid renaming or restructuring for ceremony alone -7. verify that the new boundary improves changeability and review clarity - -## Contracts -- reusable logic should not stay trapped in glue if that blocks testing or reuse -- glue should not be over-promoted into domain logic without reason -- the boundary should improve clarity, not just aesthetics -- the change should remain reviewable and bounded -- derived, generated, exported, adapter, and presentation surfaces should not become source authority just because they are convenient -- reusable center can mean stable rule, mapping, scoring logic, role contract, recall rule, receipt envelope, route choice, or scenario phase, but it must stay named and bounded - -## Risks and anti-patterns -- treating all logic as core logic and over-abstracting the system -- moving orchestration detail into the core under the label of purity -- renaming layers without reducing actual confusion -- hiding a broad rewrite inside a boundary-cleanup task -- treating generated output, report prose, runtime projection, or local adapter code as the reusable center -- freezing one repository, layer, or surface's current implementation detail as universal project architecture -- using this skill when the actual problem is owner-route ambiguity, contract validation, or a concrete dependency seam - -## Verification -- confirm the core candidate is genuinely reusable or stability-shaped -- confirm edge-specific code remains at the edge when appropriate -- confirm the refactor improved clarity for future changes -- confirm no unrelated structural churn was introduced -- confirm source-owned meaning stays stronger than generated, exported, adapter, or presentation surfaces -- confirm the split says what future changes should update together and what should remain independent - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0016 from `8Dionysus/aoa-techniques` at `fbead87e01b82df6c56e3d92a074cd7515131847` using path `techniques/proof/skill-support/bounded-context-map/TECHNIQUE.md` and sections: Intent, When to use, Outputs, Core procedure, Contracts, Validation -- AOA-T-0015 from `8Dionysus/aoa-techniques` at `fbead87e01b82df6c56e3d92a074cd7515131847` using path `techniques/proof/skill-support/contract-test-design/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - -## Adaptation points -Future project overlays may add: -- local layering conventions -- preferred directories or module boundaries -- repository-specific examples of core versus glue -- local project-specific examples from `references/core-boundary-shapes.md` -- local verification commands diff --git a/.agents/skills/aoa-core-logic-boundary/agents/openai.yaml b/.agents/skills/aoa-core-logic-boundary/agents/openai.yaml deleted file mode 100644 index e86a8992..00000000 --- a/.agents/skills/aoa-core-logic-boundary/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Core Logic Boundary - short_description: Separate core logic from glue - default_prompt: Use $aoa-core-logic-boundary to decide what belongs in reusable core logic versus glue or infrastructure detail, then keep the refactor bounded. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: invoke - allow_implicit_invocation: true diff --git a/.agents/skills/aoa-core-logic-boundary/assets/large-logo.svg b/.agents/skills/aoa-core-logic-boundary/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-core-logic-boundary/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-core-logic-boundary/assets/small-logo.svg b/.agents/skills/aoa-core-logic-boundary/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-core-logic-boundary/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-core-logic-boundary/examples/example.md b/.agents/skills/aoa-core-logic-boundary/examples/example.md deleted file mode 100644 index 0d1e1626..00000000 --- a/.agents/skills/aoa-core-logic-boundary/examples/example.md +++ /dev/null @@ -1,43 +0,0 @@ -# Example - -## Scenario - -A workflow catalog builder mixes source-owned bundle classification rules with -installed export path formatting, markdown report rendering, runtime router -hint assembly, and local filesystem discovery. Reviews keep getting stuck -because contributors cannot tell whether a change alters reusable catalog -semantics or only changes generated delivery surfaces. - -## Why this skill fits - -- the core problem is unclear responsibility between reusable catalog logic and export/report/runtime glue -- the surface mixes stable source-to-catalog rules with projection, rendering, and local delivery detail -- future changes will stay safer if the reusable center is separated before more generated surfaces depend on it - -## Expected inputs - -- the target builder or slice with mixed responsibilities -- the current classification, source-ref, and source-to-catalog rules that appear stable -- the surrounding export, rendering, runtime, path, and environment-specific code -- the pressure points that make reviews or tests muddy today - -## Expected outputs - -- a clearer statement of what belongs in the reusable catalog core -- notes on what should remain generated/export, report, runtime, or local-path glue -- a bounded refactor proposal or small implementation move -- a source-owner stop-line so generated surfaces do not become authored bundle truth -- a short verification summary about improved clarity - -## Boundary notes - -- this example is about deciding what belongs in the reusable center versus generated or runtime-facing edge surfaces -- it is not yet about introducing a port around a concrete dependency once the boundary is already clear -- it is not a broad catalog redesign or a promotion of generated output into source authority - -## Verification notes - -- verify that stable catalog rules are separated conceptually from export formatting and report rendering -- verify that generated, router, and local path details remain outside the reusable center -- verify that authored bundle meaning stays stronger than the generated consumer surfaces -- verify that the change improves review clarity without expanding into a broad rewrite diff --git a/.agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md b/.agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md deleted file mode 100644 index d2696a26..00000000 --- a/.agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md +++ /dev/null @@ -1,56 +0,0 @@ -# Core Boundary Shapes - -Use this reference when the core-versus-glue question is wider than one code -module. It is not a checklist. Pick the smallest shape that names one reusable -center, one edge context, one stop-line, and one verification surface. - -## How To Use - -1. Name the already-understood context or owner surface. -2. Name the reusable rule, mapping, decision, or behavior candidate. -3. Name the glue, projection, rendering, adapter, runtime, or delivery detail. -4. Choose the narrowest shape below. -5. Verify that future changes can update the center without dragging edge - detail, and edge detail without silently changing the center. - -## Shape Set - -| Shape | Reusable Center | Edge Or Glue | Do Not Promote | Verify | -|---|---|---|---|---| -| Code module or service slice | Stable rule, calculation, policy, state transition, or selection logic. | Request parsing, retries, logging, persistence, transport, scheduling, environment paths. | Delivery mechanics as domain truth. | Core tests stay small; edge behavior remains covered separately. | -| Skill bundle | Portable workflow, trigger boundary, contracts, risks, verification posture. | Installed export, profile metadata, pack selection, local overlay wording, runtime discovery. | Exported copy or router hint as authored skill truth. | Authored bundle remains source; generated/export refresh is deterministic. | -| Practice object | Atomic move, invariant posture, reusable proof or execution pattern. | Origin notes, examples, promotion notes, topology metadata, skill bridge wording. | Practice pattern as skill, scenario, eval, role, or runtime law. | Core move is stable; support notes stay explanatory. | -| Eval bundle | Scoring rule, proof contract, claim limit, verdict semantics. | Fixture loading, report layout, markdown rendering, runner plumbing. | Polished report text as proof logic. | A changed score rule is distinguishable from report rendering churn. | -| Role contract | Role contract, authority limits, handoff posture, collaboration mode. | Prompt projection, model-tier routing, runtime binding, UI labels. | Runtime projection as hidden role authority. | Role source remains reviewable apart from projection glue. | -| Memory, recall, or provenance surface | Recall rule, writeback envelope, provenance expectation, retention boundary. | Storage adapter, vector index, cache, search ranking, retrieval export plumbing. | Retrieved text or adapter cache as live memory authority. | Provenance and retention rules survive storage changes. | -| Scenario or playbook | Recurring route shape, phase order, fallback rule, evidence expectation. | Real-run notes, execution logs, scheduler hooks, orchestration scripts. | Scenario recipe as hidden runtime engine. | Scenario can be reviewed without replaying local runtime behavior. | -| Routing or SDK seam | Typed loader rule, owner dispatch decision, compatibility posture, facade contract. | CLI flags, report formatting, local path discovery, adapter wrappers. | Router or SDK as owner of the meaning it points to. | Typed behavior stays stable while presentation or local wrappers change. | -| Metrics or receipt surface | Event envelope, receipt semantics, supersession rule, active-view contract. | Dashboard rendering, summary prose, aggregation display, export packaging. | Counts or charts as final owner verdict. | Envelope and verdict limits remain clear under report changes. | -| Generated or export builder | Source-to-output mapping rule, freshness check, source reference preservation. | Generated artifact bytes, compact formatting, sort order, install path. | Generated output as source-owned meaning. | Rebuild proves mapping; source remains stronger than output. | -| Mechanics or process docs | Local mechanic contract, part boundary, roadmap rule, landing/provenance relation. | Legacy notes, logs, status prose, migration staging, folder ceremony. | Roadmap or provenance notes as active mechanic contract. | Active contract points to nearby docs without dragging legacy language. | -| Session or workflow surface | Stable phase order, stop condition, review gate, handoff requirement. | Checkpoint note, shell command, transcript detail, one-session local evidence. | A single session trace as universal workflow law. | The reusable phase survives while local evidence stays evidence. | - -## Compact Core Boundary Pass - -| Field | Answer | -|---|---| -| Context already understood | | -| Reusable center | | -| Edge or glue | | -| Source owner | | -| Derived or consumer surfaces | | -| Stop-line | | -| Verification surface | | -| Future update rule | | - -## Verification - -- the center is stable enough to reuse, test, or review independently -- edge detail is still allowed to vary without changing the center -- source-owned meaning stays stronger than generated, exported, adapter, or - presentation surfaces -- the split reduces future review confusion rather than only renaming folders -- if the source owner or context is still unclear, stop and use - `aoa-bounded-context-map` first -- if the concrete dependency seam is already clear, stop and use - `aoa-port-adapter-refactor` diff --git a/.agents/skills/aoa-dry-run-first/SKILL.md b/.agents/skills/aoa-dry-run-first/SKILL.md deleted file mode 100644 index 8e8a508f..00000000 --- a/.agents/skills/aoa-dry-run-first/SKILL.md +++ /dev/null @@ -1,91 +0,0 @@ ---- -name: aoa-dry-run-first -description: Prefer simulation, preview, or inspect-only paths before any real mutation, then require one explicit confirmation for the concrete mutating step. Use when the action can be previewed and mistakes would be costly, such as delete, restore, migrate, or reconfigure operations. Do not use for purely analytical tasks or when the primary question is whether execution is authorized at all. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: risk - aoa_status: canonical - aoa_invocation_mode: explicit-only - aoa_source_skill_path: skills/risk/aoa-dry-run-first/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0004,AOA-T-0028 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-dry-run-first - -## Intent -Use this skill to run a preview-first workflow that stops at inspection until one concrete mutation is ready, then asks for a visible confirmation before the real action proceeds. - -## Trigger boundary -Use this skill when: -- the task can be simulated, previewed, or inspected before real execution -- the action may delete, restore, migrate, reconfigure, or otherwise alter a live surface -- the cost of a mistaken execution is meaningfully higher than the cost of a preview step -- the task needs a clear seam between dry-run evidence and the one confirmed mutating action - -Do not use this skill when: -- no meaningful dry-run or preview path exists and the task is already clearly bounded and harmless -- the task is purely analytical and does not approach execution at all -- the central question is whether execution is authorized at all rather than how to preview it; use `aoa-approval-gate-check` -- the task is only about preparing a sanitized artifact for sharing; use `aoa-sanitized-share` - -## Inputs -- requested action -- available preview or dry-run mechanisms -- touched surfaces -- known limits of the preview path - -## Outputs -- dry-run or preview recommendation -- bounded preview result or plan -- note on what the preview does and does not prove -- explicit confirmation request for the mutating step when the preview is complete -- recommendation for next step - -## Procedure -1. identify whether a preview, simulation, inspect-only, or dry-run path exists -2. prefer the safest bounded preview path before real execution -3. make explicit what the preview covers and what it cannot guarantee -4. stop at inspection until the mutating step is concrete enough to name -5. require one explicit confirmation before any state-changing action runs -6. avoid treating dry-run output as proof of total safety -7. recommend the next step only after the preview and confirmation seam have both been interpreted - -## Contracts -- dry-run should reduce uncertainty before execution -- preview results should not be overstated -- lack of a dry-run path should be named as a risk, not hidden -- real execution should not be smuggled into a preview step -- confirmation must name the concrete mutation, not just generic permission -- the mutating step stays singular and bounded after the gate - -## Risks and anti-patterns -- treating a preview as complete validation -- skipping preview because the real change looks small -- using a fake or weak preview path that does not touch the real risk surface -- blurring inspect-only and execute behavior -- turning the confirmation seam into a vague caution prompt -- chaining extra mutations after the confirmed step without a fresh gate - -## Verification -- confirm a preview or dry-run path was considered first -- confirm the preview scope was named honestly -- confirm unresolved risk after preview was not hidden -- confirm the preview step did not silently perform the real action -- confirm the explicit confirmation names the exact mutating step -- confirm the recommended next step matches the preview confidence -- confirm the workflow stops after the confirmed mutation instead of widening into a loop - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0004 from `8Dionysus/aoa-techniques` at `cd276f040d55d490bd015b8698c7a5d594b9f875` using path `techniques/execution/intent-chain/intent-plan-dry-run-contract-chain/TECHNIQUE.md` and sections: Intent, When to use, Outputs, Core procedure, Validation -- AOA-T-0028 from `8Dionysus/aoa-techniques` at `cd276f040d55d490bd015b8698c7a5d594b9f875` using path `techniques/execution/agent-workflows-core/confirmation-gated-mutating-action/TECHNIQUE.md` and sections: Intent, When to use, Outputs, Core procedure, Validation - -## Adaptation points -Future project overlays may add: -- local preview commands -- dry-run limitations -- restore or recovery expectations -- project-specific inspect-only patterns diff --git a/.agents/skills/aoa-dry-run-first/agents/openai.yaml b/.agents/skills/aoa-dry-run-first/agents/openai.yaml deleted file mode 100644 index 4302025f..00000000 --- a/.agents/skills/aoa-dry-run-first/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Dry Run First - short_description: Preview before real mutation - default_prompt: Use $aoa-dry-run-first to find the safest preview path, interpret what it proves, and stop for explicit confirmation before the real mutation. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#B45309' -policy: - implicit_activation_policy: manual - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json b/.agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json deleted file mode 100644 index f205010b..00000000 --- a/.agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "requested_action": "Switch application symlink from current to previous release", - "preview_steps": [ - { - "label": "inspect current symlink target", - "command": "readlink current", - "touches_state": false - }, - { - "label": "show candidate target", - "command": "readlink previous", - "touches_state": false - } - ], - "apply_step": { - "label": "switch symlink", - "command": "ln -sfn previous current", - "touches_state": true - }, - "touched_surfaces": [ - "application symlink", - "release pointer" - ], - "limitations": [ - "preview does not prove runtime health after the switch", - "preview does not validate permissions for the final write" - ], - "confirmation_required": true -} diff --git a/.agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json b/.agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json deleted file mode 100644 index 6adc89b7..00000000 --- a/.agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "title": "DryRunFirstReport", - "type": "object", - "required": [ - "skill", - "requested_action", - "preview_verdict", - "workflow_state", - "preview_steps", - "apply_step", - "honest_boundaries", - "warnings", - "errors", - "next_step" - ], - "properties": { - "skill": { - "const": "aoa-dry-run-first" - }, - "requested_action": { - "type": "string" - }, - "preview_verdict": { - "type": "string", - "enum": [ - "ok", - "warn", - "fail" - ] - }, - "workflow_state": { - "type": "string" - }, - "preview_steps": { - "type": "array", - "items": { - "type": "object" - } - }, - "apply_step": { - "type": "object" - }, - "touched_surfaces": { - "type": "array", - "items": { - "type": "string" - } - }, - "honest_boundaries": { - "type": "array", - "items": { - "type": "string" - } - }, - "warnings": { - "type": "array", - "items": { - "type": "string" - } - }, - "errors": { - "type": "array", - "items": { - "type": "string" - } - }, - "confirmation_prompt": { - "type": [ - "string", - "null" - ] - }, - "next_step": { - "type": "string" - } - }, - "additionalProperties": true -} diff --git a/.agents/skills/aoa-dry-run-first/assets/large-logo.svg b/.agents/skills/aoa-dry-run-first/assets/large-logo.svg deleted file mode 100644 index b6a44ef4..00000000 --- a/.agents/skills/aoa-dry-run-first/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-dry-run-first/assets/small-logo.svg b/.agents/skills/aoa-dry-run-first/assets/small-logo.svg deleted file mode 100644 index 84989b3d..00000000 --- a/.agents/skills/aoa-dry-run-first/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-dry-run-first/checks/review.md b/.agents/skills/aoa-dry-run-first/checks/review.md deleted file mode 100644 index 2919c239..00000000 --- a/.agents/skills/aoa-dry-run-first/checks/review.md +++ /dev/null @@ -1,24 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing work that claims to prefer a preview, simulation, or inspect-only path before real execution. - -## When it applies - -- the task can be previewed before it changes a live or meaningful surface -- a mistaken execution would cost more than a bounded preview step -- the review needs to confirm that preview discipline stayed separate from real execution - -## Review checklist - -- [ ] A real preview, simulation, or inspect-only path was considered before execution. -- [ ] The review names what the preview covers and what it does not prove. -- [ ] Preview output is not presented as proof of total safety. -- [ ] The preview step did not silently perform the real action. -- [ ] The recommended next step matches the confidence created by the preview. - -## Not a fit - -- tasks where the central question is whether execution is authorized at all -- tasks that are purely analytical and never approach execution diff --git a/.agents/skills/aoa-dry-run-first/examples/runtime.md b/.agents/skills/aoa-dry-run-first/examples/runtime.md deleted file mode 100644 index 42e7b328..00000000 --- a/.agents/skills/aoa-dry-run-first/examples/runtime.md +++ /dev/null @@ -1,35 +0,0 @@ -# Runtime Example - -## Scenario - -Preview a public configuration migration before applying it to a live service. - -## Why this skill fits - -This task can be inspected or simulated before execution, and the live surface may change if the migration is applied incorrectly. - -## Expected inputs - -- requested action -- available preview or dry-run mechanism -- the touched operational surface -- known limits of the preview path - -## Expected outputs - -- the preview result or dry-run summary -- the differences or risks observed -- a recommendation for the next step - -## Boundary notes - -- Do not use this skill when there is no meaningful preview path and the task is already clearly harmless. -- If the main question is whether the action is authorized, use the approval-gate skill first. -- If the task is only about preparing a shareable artifact, use the sanitized-share skill instead. - -## Verification notes - -- Confirm the preview was run before any real execution. -- Confirm the preview did not silently perform the real action. -- Confirm any remaining risk was named explicitly. -- Confirm the next step matches the confidence level of the preview. diff --git a/.agents/skills/aoa-dry-run-first/references/confirmation_seam.md b/.agents/skills/aoa-dry-run-first/references/confirmation_seam.md deleted file mode 100644 index 03fbdaf1..00000000 --- a/.agents/skills/aoa-dry-run-first/references/confirmation_seam.md +++ /dev/null @@ -1,19 +0,0 @@ -# Confirmation seam - -The confirmation step should name the exact mutating action. - -## Good confirmation shape - -- command or operation name -- touched surface -- one-sentence risk note - -## Example - -Confirm the exact mutating step: switch symlink -> `ln -sfn previous current` - -## Anti-patterns - -- "Proceed?" with no mutation named -- reusing the dry-run command as the confirmation target -- confirming a batch of extra mutations that were not previewed diff --git a/.agents/skills/aoa-dry-run-first/references/dry_run_limitations.md b/.agents/skills/aoa-dry-run-first/references/dry_run_limitations.md deleted file mode 100644 index a7c94e8d..00000000 --- a/.agents/skills/aoa-dry-run-first/references/dry_run_limitations.md +++ /dev/null @@ -1,16 +0,0 @@ -# Dry-run limitations - -Use this file when the preview exists but does not prove the whole change is safe. - -## Record at least these boundaries - -- what the preview exercised -- what the preview did not exercise -- which real mutation still remains -- what could still fail after a clean preview - -## Good language - -- "This preview confirms the render shape but not post-apply runtime health." -- "This inspection shows the target files, not whether the write will succeed." -- "This plan reduces uncertainty but does not prove rollback safety." diff --git a/.agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py b/.agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py deleted file mode 100644 index 43711144..00000000 --- a/.agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py +++ /dev/null @@ -1,157 +0,0 @@ -#!/usr/bin/env python3 -from __future__ import annotations - -import argparse -import json -import sys -from pathlib import Path -from typing import Any, Mapping - - -TEMPLATE = { - "requested_action": "Switch application symlink from current to previous release", - "preview_steps": [ - { - "label": "inspect current symlink target", - "command": "readlink current", - "touches_state": False, - }, - { - "label": "show candidate target", - "command": "readlink previous", - "touches_state": False, - }, - ], - "apply_step": { - "label": "switch symlink", - "command": "ln -sfn previous current", - "touches_state": True, - }, - "touched_surfaces": ["application symlink", "release pointer"], - "limitations": [ - "preview does not prove runtime health after the switch", - "preview does not validate permissions for the final write", - ], - "confirmation_required": True, -} - - -def _load_payload(path: str | None) -> dict[str, Any]: - if path: - return json.loads(Path(path).read_text(encoding="utf-8")) - raw = sys.stdin.read().strip() - if not raw: - raise SystemExit("Expected JSON input on stdin or via a file path.") - return json.loads(raw) - - -def _command(step: dict[str, Any]) -> str: - return str(step.get("command", "")).strip() - - -def build_contract(payload: dict[str, Any]) -> dict[str, Any]: - raw_preview_steps = payload["preview_steps"] if "preview_steps" in payload else [] - preview_steps = raw_preview_steps if isinstance(raw_preview_steps, list) else [] - raw_apply_step = payload["apply_step"] if "apply_step" in payload else {} - apply_step = raw_apply_step if isinstance(raw_apply_step, Mapping) else {} - raw_limitations = payload["limitations"] if "limitations" in payload else [] - limitations = raw_limitations if isinstance(raw_limitations, list) else [] - warnings: list[str] = [] - errors: list[str] = [] - - if not isinstance(raw_preview_steps, list): - errors.append("preview_steps must be a list.") - if not isinstance(raw_apply_step, Mapping): - errors.append("apply_step must be an object.") - if not isinstance(raw_limitations, list): - errors.append("limitations must be a list.") - if not preview_steps: - errors.append("No preview_steps were provided.") - if not apply_step: - errors.append("No apply_step was provided.") - - preview_commands = [] - for idx, step in enumerate(preview_steps, start=1): - if not isinstance(step, Mapping): - errors.append(f"preview step {idx} must be an object.") - continue - preview_commands.append(_command(step)) - if step.get("touches_state") is True: - errors.append(f"preview step {idx} is marked as mutating.") - if not _command(step): - errors.append(f"preview step {idx} is missing a command.") - - apply_command = _command(apply_step) - if not apply_command: - errors.append("apply_step.command is missing.") - if apply_step.get("touches_state") is False: - warnings.append("apply_step is marked as non-mutating; confirm that this is intentional.") - - if apply_command and apply_command in preview_commands: - errors.append("The apply command matches one of the preview commands.") - - if not limitations: - warnings.append("No limitations were recorded. The preview boundary is probably underspecified.") - - confirmation_required = bool(payload.get("confirmation_required", True)) - if not confirmation_required: - warnings.append("confirmation_required is false. This weakens the explicit seam the skill expects.") - - if errors: - workflow_state = "hold" - preview_verdict = "fail" - next_step = "repair-the-preview-contract-before-mutation" - confirmation_prompt = None - elif warnings: - workflow_state = "ready_for_confirmation" if confirmation_required else "preview-complete" - preview_verdict = "warn" - next_step = "ask-for-confirmation" if confirmation_required else "review-warnings-before-apply" - confirmation_prompt = ( - f"Confirm the exact mutating step: {apply_step.get('label', 'apply')} -> {apply_command}" - if confirmation_required - else None - ) - else: - workflow_state = "ready_for_confirmation" - preview_verdict = "ok" - next_step = "ask-for-confirmation" - confirmation_prompt = f"Confirm the exact mutating step: {apply_step.get('label', 'apply')} -> {apply_command}" - - return { - "skill": "aoa-dry-run-first", - "requested_action": payload.get("requested_action", ""), - "preview_verdict": preview_verdict, - "workflow_state": workflow_state, - "preview_steps": preview_steps, - "apply_step": apply_step, - "touched_surfaces": payload.get("touched_surfaces") or [], - "honest_boundaries": limitations, - "warnings": warnings, - "errors": errors, - "confirmation_prompt": confirmation_prompt, - "next_step": next_step, - } - - -def main() -> int: - parser = argparse.ArgumentParser(description="Build a deterministic dry-run contract.") - parser.add_argument("input_json", nargs="?", help="JSON file path. Reads stdin when omitted.") - parser.add_argument("--template", action="store_true", help="Print a starter JSON payload and exit.") - parser.add_argument("--pretty", action="store_true", help="Pretty-print the output JSON.") - args = parser.parse_args() - - if args.template: - print(json.dumps(TEMPLATE, indent=2)) - return 0 - - payload = _load_payload(args.input_json) - result = build_contract(payload) - if args.pretty: - print(json.dumps(result, indent=2)) - else: - print(json.dumps(result)) - return 0 if not result["errors"] else 2 - - -if __name__ == "__main__": - raise SystemExit(main()) diff --git a/.agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py b/.agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py deleted file mode 100644 index 0280c8c3..00000000 --- a/.agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py +++ /dev/null @@ -1,109 +0,0 @@ -#!/usr/bin/env python3 -from __future__ import annotations - -import argparse -import json -import sys -from pathlib import Path -from typing import Any - - -def _load_payload(path: str | None) -> dict[str, Any]: - if path: - return json.loads(Path(path).read_text(encoding="utf-8")) - raw = sys.stdin.read().strip() - if not raw: - raise SystemExit("Expected JSON input on stdin or via a file path.") - return json.loads(raw) - - -def check_gaps(payload: dict[str, Any]) -> dict[str, Any]: - raw_preview_steps = payload["preview_steps"] if "preview_steps" in payload else [] - apply_step = payload["apply_step"] if "apply_step" in payload else {} - if "limitations" in payload: - raw_limitations = payload["limitations"] - elif "honest_boundaries" in payload: - raw_limitations = payload["honest_boundaries"] - else: - raw_limitations = [] - - gaps: list[str] = [] - notes: list[str] = [] - - if not isinstance(raw_preview_steps, list): - gaps.append("preview-steps-not-list") - raw_preview_steps = [] - preview_steps = [step for step in raw_preview_steps if isinstance(step, dict)] - malformed_preview_count = len(raw_preview_steps) - len(preview_steps) - if malformed_preview_count: - gaps.append("preview-step-not-object") - notes.append(f"malformed preview steps: {malformed_preview_count}") - if not isinstance(apply_step, dict): - gaps.append("apply-step-not-object") - apply_step = {} - if not isinstance(raw_limitations, list): - gaps.append("limitations-not-list") - raw_limitations = [] - limitations = raw_limitations - - apply_command = str(apply_step.get("command", "")).strip() - if not preview_steps: - gaps.append("missing-preview-step") - if not apply_command: - gaps.append("missing-apply-command") - - preview_commands = [str(step.get("command", "")).strip() for step in preview_steps] - if apply_command and apply_command in preview_commands: - gaps.append("preview-and-apply-are-the-same-command") - - if not limitations: - gaps.append("missing-limitations") - elif len(limitations) == 1: - notes.append("only-one-limitation-recorded") - - mutating_preview_steps = [ - str(step.get("label", "preview")).strip() - for step in preview_steps - if step.get("touches_state") is True - ] - if mutating_preview_steps: - gaps.append("preview-step-marked-mutating") - notes.append(f"mutating preview labels: {', '.join(mutating_preview_steps)}") - - confirmation_required = payload.get("confirmation_required") - if confirmation_required is False: - notes.append("confirmation seam has been weakened") - - if gaps: - status = "fail" - elif notes: - status = "warn" - else: - status = "ok" - - return { - "skill": "aoa-dry-run-first", - "status": status, - "gaps": gaps, - "notes": notes, - "checked_preview_steps": len(preview_steps), - "checked_limitations": len(limitations), - } - - -def main() -> int: - parser = argparse.ArgumentParser(description="Check preview-vs-apply separation.") - parser.add_argument("input_json", nargs="?", help="JSON file path. Reads stdin when omitted.") - parser.add_argument("--pretty", action="store_true", help="Pretty-print output JSON.") - args = parser.parse_args() - - result = check_gaps(_load_payload(args.input_json)) - if args.pretty: - print(json.dumps(result, indent=2)) - else: - print(json.dumps(result)) - return 0 if result["status"] != "fail" else 2 - - -if __name__ == "__main__": - raise SystemExit(main()) diff --git a/.agents/skills/aoa-invariant-coverage-audit/SKILL.md b/.agents/skills/aoa-invariant-coverage-audit/SKILL.md deleted file mode 100644 index c41010e5..00000000 --- a/.agents/skills/aoa-invariant-coverage-audit/SKILL.md +++ /dev/null @@ -1,95 +0,0 @@ ---- -name: aoa-invariant-coverage-audit -description: Audit whether existing tests and checks actually constrain the stable invariants that matter. Use when you need to judge if current coverage proves a rule or only repeats examples, and you want the smallest bounded follow-up gaps. Do not use when the invariant itself is still undefined or when the real task is to author new invariants rather than audit coverage. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: canonical - aoa_invocation_mode: explicit-preferred - aoa_source_skill_path: skills/core/engineering/aoa-invariant-coverage-audit/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0017 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-invariant-coverage-audit - -## Intent -Use invariant-oriented coverage to judge whether an existing validation or proof surface really constrains the stable truth, and turn that judgment into a bounded audit package instead of a loose example review. - -## Trigger boundary -Use this skill when: -- an existing test, check, schema, fixture, generated/export parity check, report, receipt, or proof surface needs a review for invariant strength -- the question is whether current checks really constrain the stable rule -- you need to turn a loose example set into a bounded coverage audit -- you want an audit result that names the gap, not just the invariant -- a validation surface may look broad, but its claim limits and blind spots need review - -Do not use this skill when: -- the main problem is defining the invariant itself rather than auditing coverage; use `aoa-property-invariants` first -- the invariant itself is still unknown and you need discovery work first -- the task is mostly about presentation details or a narrow snapshot -- you need a full boundary contract review rather than a coverage audit - -## Inputs -- target rule or stable truth -- current tests, checks, schemas, fixtures, reports, generated parity checks, proof reports, or examples -- known edge cases and stress cases -- the input space or states that matter most -- known claim limits or downstream surfaces that rely on the invariant - -## Outputs -- invariant coverage map -- gap list for weak or missing checks -- bounded follow-up checks or revisions -- concise verification summary -- audit verdict on whether coverage is strong enough for the current stable truth -- claim-limit notes that say what the current validation surface does not prove - -## Procedure -1. name the stable truth in plain language -2. map each existing check to the invariant it constrains -3. when the validation surface is not an ordinary test suite, choose the smallest useful shape from `references/coverage-audit-shapes.md` -4. mark weak, redundant, or missing coverage -5. add only bounded cases that strengthen the weakest invariant first -6. separate the audit result from any invariant-authoring work that should happen elsewhere -7. report what the suite or validation surface now proves and what it still does not - -## Contracts -- every claimed invariant must be traceable to at least one check -- the audit should distinguish real constraint from mere example repetition -- schema, report, generated, fixture, and proof surfaces should be audited by the stable claim they constrain, not by how complete they look -- the result should stay reviewable without sprawling into a full test strategy -- the skill should stay an audit package rather than a general testing doctrine -- the output should make the next coverage move obvious -- claim limits should remain visible when downstream readers may over-trust the surface - -## Risks and anti-patterns -- counting examples as if they were invariants -- letting random data hide thin coverage -- treating schema validity, report completeness, or generated freshness as proof of the underlying invariant -- widening into generic test design or full suite architecture -- making the audit so abstract that no one can act on it -- drifting into invariant authoring when the task is really coverage review -- turning the audit into a generic quality sermon instead of a bounded package - -## Verification -- confirm each core invariant is named and mapped to a check -- confirm the coverage gap list is specific and bounded -- confirm non-test validation surfaces are judged by their constrained claim and claim limit -- confirm another human can follow why the existing surface is or is not sufficient -- confirm the result names the next bounded follow-up, if one is needed -- confirm the skill reads like an operational audit rather than a plain technique lift - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0017 from `8Dionysus/aoa-techniques` at `fbead87e01b82df6c56e3d92a074cd7515131847` using path `techniques/proof/skill-support/property-invariants/TECHNIQUE.md` and sections: Intent, When to use, When not to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - -## Adaptation points -Project overlays should add: -- local test or check commands -- domain-specific invariants and edge cases -- local schemas, generated parity checks, proof reports, receipts, or fixture families that should be audited through `references/coverage-audit-shapes.md` -- notes on where coverage gaps are recorded -- rules for when a coverage audit should escalate into a deeper review diff --git a/.agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml b/.agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml deleted file mode 100644 index 7a537ebf..00000000 --- a/.agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Invariant Coverage Audit - short_description: Audit invariant coverage - default_prompt: Use $aoa-invariant-coverage-audit to map checks to invariants, identify the thinnest coverage gaps, and report what the current suite does and does not prove. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: invoke - allow_implicit_invocation: true diff --git a/.agents/skills/aoa-invariant-coverage-audit/assets/large-logo.svg b/.agents/skills/aoa-invariant-coverage-audit/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-invariant-coverage-audit/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-invariant-coverage-audit/assets/small-logo.svg b/.agents/skills/aoa-invariant-coverage-audit/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-invariant-coverage-audit/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-invariant-coverage-audit/examples/example.md b/.agents/skills/aoa-invariant-coverage-audit/examples/example.md deleted file mode 100644 index 2bf95451..00000000 --- a/.agents/skills/aoa-invariant-coverage-audit/examples/example.md +++ /dev/null @@ -1,38 +0,0 @@ -# Example - -## Scenario - -A validation suite and generated report already cover a few happy-path and error-path cases for a bounded rule, but reviewers still are not sure whether the checks really constrain the stable truth or only repeat examples and complete-looking status. - -## Why this skill fits - -- the task is to audit existing invariant coverage, not to discover a brand-new invariant from scratch -- the current question is whether the suite and report prove the stable rule across meaningful cases -- the output should stay bounded to coverage mapping and the smallest next gaps, not widen into full test-strategy redesign - -## Expected inputs - -- the stable rule that should hold, such as "accepted input preserves required fields and rejected input fails before side effects" -- the current tests, checks, report fields, generated parity checks, or example cases -- known edge cases that already matter to reviewers -- any bounds needed to keep the audit reviewable - -## Expected outputs - -- one plain-language statement of the invariant under review -- a map from the invariant to the checks or report fields that currently constrain it -- a short gap list for weak or missing coverage -- the smallest bounded follow-up checks or revisions worth adding next -- a claim-limit note that prevents the report from being read as broader proof - -## Boundary notes - -- do not use this skill when the invariant itself is still unknown and discovery work must happen first -- do not widen the audit into generic boundary-contract design when `aoa-contract-test` is the better fit -- do not treat generated freshness or report completeness as proof unless it constrains the invariant itself - -## Verification notes - -- verify that each claimed invariant is mapped to a real existing check -- verify that the reported gaps are specific and actionable rather than abstract testing advice -- verify that the result states what the current suite or report proves and what still remains outside the bounded audit diff --git a/.agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md b/.agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md deleted file mode 100644 index b9d0665c..00000000 --- a/.agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md +++ /dev/null @@ -1,52 +0,0 @@ -# Coverage Audit Shapes - -Use this reference when the validation surface is wider than an ordinary unit -test suite. It is not a checklist. Pick the smallest shape that names one -stable invariant, one existing evidence surface, one claim limit, and one -bounded next check. - -## How To Use - -1. Name the stable truth being claimed. -2. Name the validation or proof surface that appears to support it. -3. Choose the narrowest audit shape below. -4. Map evidence to the invariant, then state what the evidence does not prove. -5. Add only the smallest follow-up check that closes the most important gap. - -## Shape Set - -| Shape | Existing Surface | Invariant Question | Gap To Look For | Useful Follow-Up | -|---|---|---|---|---| -| Code test suite | Unit, integration, smoke, or regression tests. | Does behavior hold across the important input or state space? | Examples cover happy paths but not the stable rule. | Boundary, negative, property, or regression case. | -| Schema or manifest | JSON schema, YAML manifest, registry, config, or typed model. | Does structural validity protect the rule consumers rely on? | Required fields pass while semantic relationships are unchecked. | Invalid fixture, enum drift check, or cross-field validation. | -| Fixture family | Golden files, snapshots, canned inputs, or sample repos. | Do examples represent the meaningful variation? | Many fixtures repeat the same shape. | One fixture per missing state, role, boundary, or failure mode. | -| Generated/export parity | Builder output, compact index, installed copy, adapter export, or capsule. | Does generated material stay derived from source truth? | Freshness passes while source-to-output meaning is not checked. | Rebuild check plus source-ref, field-map, or stale-output failure. | -| Report or receipt | Markdown report, JSON receipt, run summary, status surface, or dashboard feed. | Does the report constrain the claim readers infer from it? | Complete-looking reports overstate verdicts or hide exclusions. | Claim-limit assertion, required exclusion field, or malformed receipt case. | -| Eval or proof result | Eval bundle, scorer output, verdict, benchmark result, or review gate. | Does the proof surface justify exactly the claim being made? | One score is treated as total quality or broad intelligence. | Claim-scope fixture, scorer edge case, or verdict-schema failure. | -| Router, SDK, or adapter compatibility | Dispatch hints, typed loader, SDK facade, CLI compatibility report, adapter bridge. | Does compatibility preserve stable consumer assumptions? | Consumer paths work only for the common route. | Unsupported-shape fixture, error contract, or version compatibility case. | -| Workflow or role scenario | Playbook phase, handoff, role contract, session route, approval gate, or operator step. | Does the workflow guard the invariant under realistic route changes? | Scenario prose states a rule but no check catches skipped gates. | Minimal route trial, handoff receipt, stop-condition, or negative path check. | -| Memory, recall, or provenance surface | Recall object, writeback envelope, source reference, retention rule, retrieval capsule. | Does retrieved or stored evidence keep provenance and freshness limits clear? | Recall output looks authoritative without source or freshness bounds. | Source-ref check, stale-recall case, retention invariant, or writeback envelope check. | -| Metrics or source coverage | Coverage report, metric summary, source-count report, adoption audit, or quality dashboard. | Does the metric actually constrain the stable claim it is used to support? | Counts are treated as proof of quality, adoption, or completeness. | Denominator check, source coverage gap, active-view rule, or metric exclusion case. | - -## Compact Audit Pass - -| Field | Answer | -|---|---| -| Stable invariant | | -| Existing surface | | -| Shape selected | | -| Evidence that constrains it | | -| Evidence that only repeats examples | | -| Claim limit | | -| Smallest useful follow-up | | -| Downstream reader risk | | - -## Verification - -- one invariant is named in plain language -- the existing validation surface is mapped to that invariant, not praised in - general -- the claim limit is explicit enough to stop over-trust -- the follow-up check is smaller than a full test strategy -- generated, reported, scored, or retrieved evidence remains weaker than the - source truth it describes diff --git a/.agents/skills/aoa-local-stack-bringup/SKILL.md b/.agents/skills/aoa-local-stack-bringup/SKILL.md deleted file mode 100644 index 9da65e41..00000000 --- a/.agents/skills/aoa-local-stack-bringup/SKILL.md +++ /dev/null @@ -1,95 +0,0 @@ ---- -name: aoa-local-stack-bringup -description: Bring up a bounded local multi-service stack by rendering runtime truth, checking selector-aware host readiness, and launching through one explicit lifecycle entrypoint with a visible stop path. Use when profiles, presets, or overlays can change what starts and host readiness must be reviewed before launch. Do not use for remote deployment, pure diagnostics without launch intent, or generic infra-change work. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: risk - aoa_status: evaluated - aoa_invocation_mode: explicit-only - aoa_source_skill_path: skills/risk/aoa-local-stack-bringup/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0036,AOA-T-0037,AOA-T-0028,AOA-T-0038 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-local-stack-bringup - -## Intent -Use this skill to turn local multi-service startup into a reviewable bring-up workflow with a visible pre-start seam and one explicit launch path. - -## Trigger boundary -Use this skill when: -- a local stack has more than one meaningful service or runtime layer -- the selected profile, preset, or overlay can change what will actually start -- startup depends on host readiness signals that should be checked before launch -- the operator needs one explicit launch path and stop path after pre-start review -- a plain infrastructure change workflow would miss the local runtime selection, preflight, or lifecycle seam - -Do not use this skill when: -- the main task is remote deployment, continuous monitoring, or fleet orchestration -- the task is only to inspect rendered runtime truth without any launch decision -- the task is only to diagnose readiness without planning a bounded local bring-up -- the main question is whether authority exists at all; use `aoa-approval-gate-check` -- the task is a broader operational or configuration change with no bounded local stack bring-up; use `aoa-safe-infra-change` - -## Inputs -- selected local runtime, profile, or preset -- available render-truth surface for the chosen runtime -- available readiness or doctor surface for the chosen runtime -- one explicit local lifecycle entrypoint -- intended stop path or cleanup path - -## Outputs -- rendered runtime truth summary for what would actually start -- selector-aware readiness verdict with named blockers or warnings -- explicit go, hold, or confirm-before-launch recommendation -- started bounded local stack with visible stop path, or a deferred-start report -- concise runtime report with unresolved warnings, blockers, or cleanup notes - -## Procedure -1. name the selected runtime, the expected service set, and the explicit launch surface before starting anything -2. render the effective service list or composed runtime truth before startup, and keep any full rendered config local and controlled -3. run the selector-aware doctor or readiness surface for the same selected runtime and note `ok`, `warn`, or `fail` items -4. stop and report if the render or readiness step exposes a blocker or unresolved ambiguity that should be fixed before launch -5. require explicit operator confirmation before launch when startup would materially mutate the local runtime or when warnings remain -6. launch the bounded stack through one operator-facing lifecycle entrypoint and keep the stop path visible -7. report what was rendered, what the readiness verdict said, what started, and what remains risky, deferred, or cleanup-sensitive - -## Contracts -- render review happens before startup -- readiness checks stay tied to the selected runtime rather than acting like one global score -- startup remains explicit and reviewable rather than hiding behind ambient background state -- the skill uses one bounded lifecycle entrypoint and one visible stop path -- rendered truth, readiness, confirmation, and lifecycle remain distinct steps even when one script wraps parts of them together -- the workflow stays local-stack oriented and does not widen into generic bootstrap, deployment, or monitoring doctrine - -## Risks and anti-patterns -- treating rendered truth as proof that the host is ready or that startup will succeed -- treating a passing doctor result as proof of post-start health -- skipping the pre-start review seam because the launch command feels convenient -- leaking full rendered config or other sensitive local runtime material -- hiding startup in background helpers that obscure what started or how to stop it -- widening the bundle into generic install, bootstrap, or platform-management doctrine - -## Verification -- confirm the rendered output answered what would actually start before launch -- confirm the readiness verdict was selector-aware and itemized with visible severity -- confirm blockers stopped the launch path or were explicitly deferred with explanation -- confirm explicit operator intent or confirmation existed before the mutating launch step -- confirm startup status named what started and how to stop it -- confirm unresolved warnings, sensitive rendered material handling, and cleanup notes were reported clearly - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0036 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation -- AOA-T-0037 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/execution/runtime-truth-lifecycle/contextual-host-doctor/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation -- AOA-T-0028 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/execution/agent-workflows-core/confirmation-gated-mutating-action/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation -- AOA-T-0038 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/execution/runtime-truth-lifecycle/one-command-service-lifecycle/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - -## Adaptation points -Project overlays should add: -- local render commands and safe storage rules for rendered config -- local runtime selectors, profiles, or presets -- local readiness checks and strictness policy -- local lifecycle entrypoints, stop commands, and cleanup expectations diff --git a/.agents/skills/aoa-local-stack-bringup/agents/openai.yaml b/.agents/skills/aoa-local-stack-bringup/agents/openai.yaml deleted file mode 100644 index e30cfce0..00000000 --- a/.agents/skills/aoa-local-stack-bringup/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Local Stack Bringup - short_description: Bring up local stacks safely - default_prompt: Use $aoa-local-stack-bringup to review what would start, run readiness checks for the selected runtime, and launch the local stack through one explicit entrypoint. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#B45309' -policy: - implicit_activation_policy: manual - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-local-stack-bringup/assets/large-logo.svg b/.agents/skills/aoa-local-stack-bringup/assets/large-logo.svg deleted file mode 100644 index b6a44ef4..00000000 --- a/.agents/skills/aoa-local-stack-bringup/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json b/.agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json deleted file mode 100644 index 200cc586..00000000 --- a/.agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "runtime_name": "compose", - "selector": "dev", - "rendered_services": [ - "api", - "worker", - "postgres", - "redis" - ], - "readiness_items": [ - { - "severity": "ok", - "label": "docker daemon reachable" - }, - { - "severity": "ok", - "label": "dev profile render completed" - }, - { - "severity": "warn", - "label": "postgres volume will be reused" - } - ], - "launch_command": "docker compose --profile dev up -d", - "stop_command": "docker compose --profile dev down", - "confirmation_required": true -} diff --git a/.agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json b/.agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json deleted file mode 100644 index 4de49411..00000000 --- a/.agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "title": "LocalStackBringupReport", - "type": "object", - "required": [ - "skill", - "runtime_name", - "selector", - "rendered_services", - "readiness_items", - "blocker_count", - "warning_count", - "launch_command", - "stop_command", - "verdict", - "next_step", - "warnings", - "errors" - ], - "properties": { - "skill": { - "const": "aoa-local-stack-bringup" - }, - "runtime_name": { - "type": "string" - }, - "selector": { - "type": "string" - }, - "rendered_services": { - "type": "array", - "items": { - "type": "string" - } - }, - "readiness_items": { - "type": "array", - "items": { - "type": "object" - } - }, - "blocker_count": { - "type": "integer", - "minimum": 0 - }, - "warning_count": { - "type": "integer", - "minimum": 0 - }, - "launch_command": { - "type": "string" - }, - "stop_command": { - "type": "string" - }, - "verdict": { - "type": "string" - }, - "next_step": { - "type": "string" - }, - "warnings": { - "type": "array", - "items": { - "type": "string" - } - }, - "errors": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": true -} diff --git a/.agents/skills/aoa-local-stack-bringup/assets/small-logo.svg b/.agents/skills/aoa-local-stack-bringup/assets/small-logo.svg deleted file mode 100644 index 84989b3d..00000000 --- a/.agents/skills/aoa-local-stack-bringup/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-local-stack-bringup/checks/review.md b/.agents/skills/aoa-local-stack-bringup/checks/review.md deleted file mode 100644 index f1f974dc..00000000 --- a/.agents/skills/aoa-local-stack-bringup/checks/review.md +++ /dev/null @@ -1,26 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing work that claims to bring up a bounded local multi-service stack through render review, readiness checks, and one explicit lifecycle path. - -## When it applies - -- the task starts a local stack with more than one meaningful service or runtime layer -- the selected runtime shape can change what will actually start -- readiness should be checked before launch rather than after startup failure -- the review needs to confirm that startup stayed explicit, bounded, and locally reviewable - -## Review checklist - -- [ ] Rendered runtime truth was reviewed before any startup step. -- [ ] The readiness verdict is selector-aware and names item-level `ok`, `warn`, or `fail` results. -- [ ] Blockers or unresolved ambiguity stopped the launch path or were explicitly deferred. -- [ ] Operator intent or confirmation is visible before the mutating launch step. -- [ ] Startup status names what started and how to stop it. -- [ ] Any full rendered config stayed local and controlled rather than becoming a share artifact. - -## Not a fit - -- remote deployment, continuous monitoring, or fleet orchestration work -- generic bootstrap or install flows that do not stay inside a bounded local runtime bring-up diff --git a/.agents/skills/aoa-local-stack-bringup/examples/runtime.md b/.agents/skills/aoa-local-stack-bringup/examples/runtime.md deleted file mode 100644 index 71484f4f..00000000 --- a/.agents/skills/aoa-local-stack-bringup/examples/runtime.md +++ /dev/null @@ -1,37 +0,0 @@ -# Runtime Example - -## Scenario - -Bring up a local application stack with an API, worker, and database after choosing a profile that may change which services actually start. - -## Why this skill fits - -This is a bounded local bring-up task, not just a generic configuration edit. The operator needs to see the rendered runtime shape, confirm host readiness for that exact selection, and then start the stack through one explicit lifecycle path. - -## Expected inputs - -- selected local profile, preset, or equivalent runtime choice -- render command or surface for the chosen runtime -- readiness or doctor command for the chosen runtime -- explicit lifecycle entrypoint and known stop path -- any blocker or warning policy that affects go versus hold - -## Expected outputs - -- rendered summary of what would actually start -- readiness verdict with named blockers or warnings -- explicit go, hold, or confirm-before-launch recommendation -- startup status or deferred-start report with stop-path notes - -## Boundary notes - -- Do not use this skill for remote deployment, ongoing monitoring, or fleet orchestration. -- If the task is a broader infrastructure change without a bounded local stack bring-up, use `aoa-safe-infra-change`. -- If the main question is whether the action is authorized at all, use `aoa-approval-gate-check` first. - -## Verification notes - -- Confirm rendered truth was reviewed before startup. -- Confirm readiness signals were tied to the selected runtime. -- Confirm launch required explicit operator intent before mutating runtime state. -- Confirm the result states what started, how to stop it, and what remains risky or deferred. diff --git a/.agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md b/.agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md deleted file mode 100644 index ad152e3d..00000000 --- a/.agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md +++ /dev/null @@ -1,16 +0,0 @@ -# Bounded lifecycle visibility - -Local bring-up stays legible when the launch and stop surfaces are obvious. - -## Keep visible - -- one explicit launch command -- one explicit stop command -- unresolved warnings -- any cleanup-sensitive surfaces such as volumes or caches - -## Anti-patterns - -- hiding start in background helpers with no visible stop path -- launching multiple selectors without naming the chosen one -- treating a doctor pass as proof of post-start health diff --git a/.agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md b/.agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md deleted file mode 100644 index 7cf47317..00000000 --- a/.agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md +++ /dev/null @@ -1,15 +0,0 @@ -# Render truth before start - -Before launch, answer one question clearly: - -What would actually start for the selected runtime and selector? - -## Minimum visible facts - -- runtime name -- selector or profile -- rendered service set -- lifecycle entrypoint -- stop path - -Do not treat rendered truth as proof that the host is ready. diff --git a/.agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py b/.agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py deleted file mode 100644 index 1f48e28d..00000000 --- a/.agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py +++ /dev/null @@ -1,121 +0,0 @@ -#!/usr/bin/env python3 -from __future__ import annotations - -import argparse -import json -import sys -from pathlib import Path -from typing import Any, Mapping - - -TEMPLATE = { - "runtime_name": "compose", - "selector": "dev", - "rendered_services": ["api", "worker", "postgres", "redis"], - "readiness_items": [ - {"severity": "ok", "label": "docker daemon reachable"}, - {"severity": "ok", "label": "dev profile render completed"}, - {"severity": "warn", "label": "postgres volume will be reused"}, - ], - "launch_command": "docker compose --profile dev up -d", - "stop_command": "docker compose --profile dev down", - "confirmation_required": True, -} - - -def _load_payload(path: str | None) -> dict[str, Any]: - if path: - return json.loads(Path(path).read_text(encoding="utf-8")) - raw = sys.stdin.read().strip() - if not raw: - raise SystemExit("Expected JSON input on stdin or via a file path.") - return json.loads(raw) - - -def build_report(payload: dict[str, Any]) -> dict[str, Any]: - services = [str(x) for x in payload.get("rendered_services") or []] - readiness_items = payload.get("readiness_items") or [] - warnings: list[str] = [] - errors: list[str] = [] - - if not payload.get("runtime_name"): - errors.append("runtime_name is missing.") - if not payload.get("selector"): - warnings.append("selector is missing; selected runtime truth may be ambiguous.") - if not services: - errors.append("rendered_services is empty.") - if not payload.get("launch_command"): - errors.append("launch_command is missing.") - if not payload.get("stop_command"): - warnings.append("stop_command is missing.") - - fail_items: list[Mapping[str, Any]] = [] - warn_items: list[Mapping[str, Any]] = [] - for index, item in enumerate(readiness_items, start=1): - if not isinstance(item, Mapping): - errors.append(f"readiness_items[{index}] must be an object.") - continue - severity = str(item.get("severity", "")).lower() - if severity == "fail": - fail_items.append(item) - elif severity == "warn": - warn_items.append(item) - elif severity in {"", "ok"}: - continue - else: - fail_items.append(item) - warnings.append( - f"Unknown readiness severity {severity!r} at item {index}; treated as a blocker." - ) - - if fail_items: - verdict = "hold" - next_step = "fix-blockers-before-launch" - elif payload.get("confirmation_required", True): - verdict = "ready_for_confirmation" - next_step = "ask-for-launch-confirmation" - else: - verdict = "go" - next_step = "launch" - - if warn_items: - warnings.append(f"{len(warn_items)} readiness warning(s) remain visible.") - - return { - "skill": "aoa-local-stack-bringup", - "runtime_name": payload.get("runtime_name", ""), - "selector": payload.get("selector", ""), - "rendered_services": services, - "readiness_items": readiness_items, - "blocker_count": len(fail_items), - "warning_count": len(warn_items), - "launch_command": payload.get("launch_command", ""), - "stop_command": payload.get("stop_command", ""), - "verdict": verdict if not errors else "hold", - "next_step": next_step if not errors else "repair-contract-before-launch", - "warnings": warnings, - "errors": errors, - } - - -def main() -> int: - parser = argparse.ArgumentParser(description="Build a deterministic local-stack bringup contract.") - parser.add_argument("input_json", nargs="?", help="JSON file path. Reads stdin when omitted.") - parser.add_argument("--template", action="store_true", help="Print a starter JSON payload and exit.") - parser.add_argument("--pretty", action="store_true", help="Pretty-print output JSON.") - args = parser.parse_args() - - if args.template: - print(json.dumps(TEMPLATE, indent=2)) - return 0 - - result = build_report(_load_payload(args.input_json)) - if args.pretty: - print(json.dumps(result, indent=2)) - else: - print(json.dumps(result)) - return 0 if not result["errors"] else 2 - - -if __name__ == "__main__": - raise SystemExit(main()) diff --git a/.agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py b/.agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py deleted file mode 100644 index d0a9d406..00000000 --- a/.agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py +++ /dev/null @@ -1,92 +0,0 @@ -#!/usr/bin/env python3 -from __future__ import annotations - -import argparse -import json -import sys -from pathlib import Path -from typing import Any - - -def _load_payload(path: str | None) -> Any: - if path: - return json.loads(Path(path).read_text(encoding="utf-8")) - raw = sys.stdin.read().strip() - if not raw: - raise SystemExit("Expected JSON or text input on stdin or via a file path.") - try: - return json.loads(raw) - except json.JSONDecodeError: - return raw.splitlines() - - -def _normalize_line(line: str) -> dict[str, str]: - stripped = line.strip() - lower = stripped.lower() - if lower.startswith("ok:"): - return {"severity": "ok", "label": stripped[3:].strip()} - if lower.startswith("warn:"): - return {"severity": "warn", "label": stripped[5:].strip()} - if lower.startswith("fail:"): - return {"severity": "fail", "label": stripped[5:].strip()} - return {"severity": "warn", "label": stripped} - - -def summarize(payload: Any) -> dict[str, Any]: - if isinstance(payload, dict) and "readiness_items" in payload: - raw_items = payload.get("readiness_items") - if raw_items is None: - items = [] - elif isinstance(raw_items, list): - items = raw_items - else: - items = [ - { - "severity": "fail", - "label": "readiness_items must be a list when present.", - } - ] - elif isinstance(payload, list): - if payload and isinstance(payload[0], dict): - items = payload - else: - items = [_normalize_line(str(line)) for line in payload if str(line).strip()] - else: - items = [_normalize_line(str(payload))] - - normalized = [] - counts = {"ok": 0, "warn": 0, "fail": 0} - for item in items: - if not isinstance(item, dict): - item = _normalize_line(str(item)) - severity = str(item.get("severity", "warn")).lower() - if severity not in counts: - severity = "warn" - counts[severity] += 1 - normalized.append({"severity": severity, "label": str(item.get("label", "")).strip()}) - - overall = "fail" if counts["fail"] else ("warn" if counts["warn"] else "ok") - return { - "skill": "aoa-local-stack-bringup", - "overall": overall, - "counts": counts, - "items": normalized, - } - - -def main() -> int: - parser = argparse.ArgumentParser(description="Summarize selector-aware readiness items.") - parser.add_argument("input_json", nargs="?", help="JSON file path. Reads stdin when omitted.") - parser.add_argument("--pretty", action="store_true", help="Pretty-print output JSON.") - args = parser.parse_args() - - result = summarize(_load_payload(args.input_json)) - if args.pretty: - print(json.dumps(result, indent=2)) - else: - print(json.dumps(result)) - return 0 if result["overall"] != "fail" else 2 - - -if __name__ == "__main__": - raise SystemExit(main()) diff --git a/.agents/skills/aoa-port-adapter-refactor/SKILL.md b/.agents/skills/aoa-port-adapter-refactor/SKILL.md deleted file mode 100644 index 36d873ae..00000000 --- a/.agents/skills/aoa-port-adapter-refactor/SKILL.md +++ /dev/null @@ -1,101 +0,0 @@ ---- -name: aoa-port-adapter-refactor -description: Refactor code toward clearer ports and adapters so domain or application logic is less entangled with infrastructure details. Use when concrete dependencies leak into core logic, tests are hard because external concerns bleed inward, or a module needs a clearer seam before further change. Do not use for tiny local fixes or when there is no meaningful boundary to clarify. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: evaluated - aoa_invocation_mode: explicit-preferred - aoa_source_skill_path: skills/core/engineering/aoa-port-adapter-refactor/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0016,AOA-T-0015 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-port-adapter-refactor - -## Intent -Use this skill to separate reusable domain, application, builder, or workflow logic from concrete dependencies and runtime details by introducing or clarifying ports and adapters. - -## Trigger boundary -Use this skill when: -- business or domain logic is tightly coupled to a concrete dependency -- tests are hard to write because external concerns leak into the core logic -- the same dependency pattern is beginning to repeat across modules -- a module needs a clearer seam before further change -- a builder, CLI, SDK facade, generated/export writer, storage layer, filesystem path, environment lookup, clock, network client, subprocess, or provider API leaks into reusable logic -- the boundary is already named, and the next honest move is a narrow dependency seam rather than another context map - -Do not use this skill when: -- the task is a tiny local fix with no architectural pressure -- there is no meaningful boundary to clarify yet -- the code would become more ceremonial than useful after extraction -- the main problem is deciding whether logic belongs in the core or at the edge; use `aoa-core-logic-boundary` first -- the main problem is clarifying repository docs or source-of-truth ownership; use `aoa-source-of-truth-check` first -- the main problem is validating a stable consumer-visible interface after the seam is clear; use `aoa-contract-test` -- the dependency is only incidental setup or test fixture detail, not a real source of coupling - -## Inputs -- target module, builder, tool, workflow, or slice -- concrete dependency or runtime concern that currently leaks into reusable logic -- desired scope of refactor -- validation expectations -- behavior the reusable center actually needs from the dependency -- callers, consumers, or generated/export surfaces affected by the seam - -## Outputs -- clearer boundary between logic and infrastructure -- proposed or implemented port shape -- proposed or implemented adapter shape -- notes on what remains inside the reusable center and what the adapter owns -- verification summary - -## Procedure -1. identify the concrete dependency that is making change or testing harder -2. confirm the broader context and core-versus-edge boundary are already clear enough to make a seam; otherwise route to `aoa-bounded-context-map` or `aoa-core-logic-boundary` -3. when the dependency is not a simple service client, choose the smallest useful shape from `references/adapter-seam-shapes.md` -4. isolate the reusable logic from the infrastructure-specific behavior -5. define a narrow port around what the reusable center actually needs -6. move infrastructure-specific behavior behind an adapter or equivalent seam -7. keep the refactor bounded and avoid unrelated cleanup -8. verify that the new boundary improves clarity and does not silently change behavior - -## Contracts -- the extracted boundary should reduce coupling, not add decorative abstraction -- the port should stay narrow and purpose-shaped -- the port should describe the reusable center's need, not mirror the provider API -- adapters should own translation, retries, transport, local paths, credentials, process calls, or runtime discovery when those details are the dependency pressure -- the refactor should not widen into a hidden rewrite -- the final result should remain understandable to another human or agent -- generated, exported, or runtime-facing consumers should keep their explicit contract checks separate from the adapter refactor - -## Risks and anti-patterns -- introducing empty abstractions with no real boundary value -- extracting a port that mirrors an overgrown concrete dependency instead of narrowing it -- using the refactor as a pretext for unrelated architectural churn -- making tests more indirect without improving clarity -- wrapping every helper in an interface because ports are fashionable -- hiding source-of-truth or core-logic ambiguity under a new adapter name -- treating adapter introduction as proof that downstream contracts are validated - -## Verification -- confirm the concrete dependency pressure was real -- confirm the new boundary is narrower and clearer than before -- confirm behavior did not drift silently -- confirm the refactor stayed inside the declared scope -- confirm the adapter owns the concrete dependency details and the reusable center depends only on the narrow port -- confirm any generated/export or consumer-visible behavior still has its own contract validation when needed - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0016 from `8Dionysus/aoa-techniques` at `fbead87e01b82df6c56e3d92a074cd7515131847` using path `techniques/proof/skill-support/bounded-context-map/TECHNIQUE.md` and sections: Intent, When to use, Outputs, Core procedure, Contracts, Validation -- AOA-T-0015 from `8Dionysus/aoa-techniques` at `fbead87e01b82df6c56e3d92a074cd7515131847` using path `techniques/proof/skill-support/contract-test-design/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - -## Adaptation points -Future project overlays may add: -- local architecture conventions -- preferred adapter locations -- local test commands -- local adapter seam examples from `references/adapter-seam-shapes.md` -- repository-specific review rules diff --git a/.agents/skills/aoa-port-adapter-refactor/agents/openai.yaml b/.agents/skills/aoa-port-adapter-refactor/agents/openai.yaml deleted file mode 100644 index 53b1fc10..00000000 --- a/.agents/skills/aoa-port-adapter-refactor/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Port Adapter Refactor - short_description: Refactor toward ports/adapters - default_prompt: Use $aoa-port-adapter-refactor to isolate a concrete dependency behind a narrow port and adapter without turning the change into a hidden rewrite. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: invoke - allow_implicit_invocation: true diff --git a/.agents/skills/aoa-port-adapter-refactor/assets/large-logo.svg b/.agents/skills/aoa-port-adapter-refactor/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-port-adapter-refactor/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-port-adapter-refactor/assets/small-logo.svg b/.agents/skills/aoa-port-adapter-refactor/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-port-adapter-refactor/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-port-adapter-refactor/examples/example.md b/.agents/skills/aoa-port-adapter-refactor/examples/example.md deleted file mode 100644 index 4b584afd..00000000 --- a/.agents/skills/aoa-port-adapter-refactor/examples/example.md +++ /dev/null @@ -1,37 +0,0 @@ -# Example - -## Scenario - -A catalog export workflow directly reads local profile paths and writes installed artifacts from inside reusable source-to-output mapping logic. Tests are brittle because they need workspace-specific setup, and adding a second export profile would repeat the same path and write mechanics again. - -## Why this skill fits - -- the main problem is concrete filesystem and export-profile dependency leaking into logic that should stay reusable -- the module needs a clearer seam before further change -- tests and future export profiles benefit from a narrower boundary - -## Expected inputs - -- the target builder or workflow slice and the concrete path/write dependency currently embedded in it -- the source-to-output behavior the reusable logic actually needs from the dependency -- the desired scope of the refactor -- the validation path that will confirm behavior did not drift - -## Expected outputs - -- a narrower port that reflects what the mapping logic truly needs -- an adapter or equivalent seam around path discovery and artifact writing -- a clearer logic-versus-export-delivery boundary -- a short verification summary confirming generated output behavior stayed stable - -## Boundary notes - -- this example assumes the logic-versus-edge boundary is already clear enough to act on -- the focus is introducing a useful seam, not renaming packages or creating abstraction for ceremony alone -- generated/export contract validation remains a separate follow-up if downstream consumers rely on stable artifact shape - -## Verification notes - -- verify that the new port is narrower than direct filesystem/profile access -- verify that path discovery and artifact writing moved behind the adapter boundary -- verify that the refactor reduces coupling without changing the intended export behavior diff --git a/.agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md b/.agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md deleted file mode 100644 index 10045886..00000000 --- a/.agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md +++ /dev/null @@ -1,51 +0,0 @@ -# Adapter Seam Shapes - -Use this reference when the dependency seam is wider than a simple service -client. It is not a checklist. Pick the smallest shape that names one concrete -dependency, one narrow port, one adapter responsibility, and one behavior check. - -## How To Use - -1. Name the reusable logic that should stop knowing concrete dependency detail. -2. Name the concrete dependency pressure. -3. Choose the narrowest seam shape below. -4. Define the port by what the reusable center needs, not by the provider API. -5. Move translation and environment detail behind the adapter, then verify no - behavior drift. - -## Shape Set - -| Shape | Dependency Pressure | Port Should Expose | Adapter Owns | Avoid | Verify | -|---|---|---|---|---|---| -| External service or API client | Vendor client, HTTP library, auth flow, retry policy, remote error shape. | The one operation or query the reusable logic needs. | Transport, credentials, retries, provider errors, response mapping. | Mirroring the whole vendor SDK as the port. | Fake adapter or contract smoke around success, failure, and timeout shape. | -| Storage or database | SQL driver, ORM, collection API, transaction detail, migration state. | Purpose-shaped read/write operations or repository queries. | Connection, transaction, serialization, storage-specific errors. | Hiding query logic so far away that rules become unreviewable. | Core tests with fake store plus one storage adapter integration check. | -| Filesystem, path, or environment | Local paths, workspace layout, env vars, profile discovery, permissions. | Logical read/write/discovery needs. | Path resolution, env lookup, permission errors, platform differences. | Treating local workspace shape as domain truth. | Temp-directory tests and missing-path/error cases. | -| Clock, randomness, or ID source | Current time, timers, UUIDs, random selection, generated IDs. | Time, ID, or entropy in the smallest useful form. | Real clock, random source, monotonic behavior, deterministic test substitutes. | Letting nondeterminism leak into core tests. | Deterministic fake plus edge checks for ordering, uniqueness, or expiry. | -| CLI, subprocess, or tool runner | Shell command, executable availability, exit codes, stdout/stderr format. | Command outcome shape the core actually uses. | Invocation, arguments, cwd, environment, timeouts, output parsing. | Freezing incidental human log text as the port. | Fake runner, malformed output case, and one real smoke when available. | -| Generated/export writer | Install path, compact artifact format, export profile, copy/write mechanics. | Source-to-output intent and target artifact identity. | Formatting, filesystem writes, profile paths, install layout, freshness markers. | Generated output becoming source authority. | Rebuild check, source-ref preservation, stale-output failure, and no-drift check. | -| Runtime discovery or configuration | Runtime inventory, local config, feature flags, service discovery, plugin lookup. | The stable capability or setting the reusable logic needs. | Discovery mechanics, defaults, missing capability behavior, config parsing. | Runtime presence becoming hidden compile-time truth. | Missing-capability case, default behavior, and compatibility smoke. | -| SDK or typed facade | SDK loader, typed model, compatibility layer, versioned API. | Stable typed operation or compatibility result. | Version handling, adapter translation, deprecation behavior, error mapping. | Letting SDK convenience own source meaning. | Fixture for old/new version, invalid input, and compatibility result. | -| Queue, event, or scheduler | Event bus, queue client, cron, background worker, callback runner. | Enqueue, schedule, publish, or consume intent. | Delivery mechanics, retries, ordering guarantees, dead-letter behavior. | Pretending asynchronous delivery is immediate core behavior. | Fake queue plus adapter smoke for ordering and failure semantics. | - -## Compact Seam Pass - -| Field | Answer | -|---|---| -| Reusable center | | -| Concrete dependency | | -| Shape selected | | -| Port operation | | -| Adapter owns | | -| Out of scope | | -| Behavior check | | -| Contract check needed separately | | - -## Verification - -- the port is narrower than the concrete dependency API -- the reusable center can be tested without the concrete dependency -- adapter behavior is covered at least by a focused smoke or integration check -- source-owned meaning stays outside generated, runtime, or provider-specific - convenience -- contract validation is kept separate when external consumers rely on a stable - shape diff --git a/.agents/skills/aoa-property-invariants/SKILL.md b/.agents/skills/aoa-property-invariants/SKILL.md deleted file mode 100644 index 563ef905..00000000 --- a/.agents/skills/aoa-property-invariants/SKILL.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -name: aoa-property-invariants -description: Express stable system or domain truths as invariant-oriented tests or checks rather than only fixed examples. Use when correctness depends on behavior that should hold across many inputs or states, such as monotonicity, idempotency, conservation, or structural rules. Do not use when no meaningful invariant is known yet or when the real task is auditing existing coverage instead of writing the properties. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: canonical - aoa_invocation_mode: explicit-preferred - aoa_source_skill_path: skills/core/engineering/aoa-property-invariants/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0017,AOA-T-0007 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-property-invariants - -## Intent -Use invariant-oriented thinking to test broad behavior and stable artifact relationships through properties rather than only through a short list of fixed examples. - -## Trigger boundary -Use this skill when: -- a rule should hold across many inputs or states -- examples alone feel too narrow -- the system has conservation, monotonicity, idempotency, or structural invariants -- safety or correctness depends on broad input coverage -- a stable relationship should hold across artifacts, transformations, generated/export outputs, workflow phases, route choices, or provenance chains -- correctness depends on repeatability, round-trip behavior, source-ref preservation, lifecycle ordering, uniqueness, freshness bounds, or authorization limits - -Do not use this skill when: -- the behavior is mostly about presentation details or narrow snapshots -- the main problem is checking whether existing checks really cover the invariant; use `aoa-invariant-coverage-audit` first -- the main problem is a boundary contract rather than a stable invariant; use `aoa-contract-test` -- no meaningful invariant is yet understood -- the proposed property would only restate one example with random inputs around it -- the input generator or artifact family cannot be bounded enough for review - -## Inputs -- target rule or domain truth -- current examples or tests -- input space or generators -- known edge cases -- artifact families, transformations, lifecycle states, or generated/export surfaces when the invariant is not simple data behavior -- invalid cases, exclusion rules, and claim limits for the property - -## Outputs -- explicit invariants -- property-oriented tests or checks -- notes on generator assumptions -- verification summary -- notes on what the property proves and what remains outside its claim - -## Procedure -1. identify what must remain true across many cases -2. separate strong invariants from weak hopes or vague expectations -3. when the invariant is not a simple input/output behavior rule, choose the smallest useful shape from `references/invariant-shapes.md` -4. define the valid input space, artifact family, lifecycle range, or transformation surface, including exclusions -5. express those invariants as property-oriented tests or repeated checks -6. keep the generators or inputs bounded and reviewable -7. keep a few concrete examples when they explain failures better than generated data alone -8. run the checks and report what properties now constrain behavior and what they do not prove - -## Contracts -- each property should express a real invariant, not a wish -- the test should broaden coverage beyond a small handpicked set -- generator assumptions should remain understandable -- failures should point back to the protected rule rather than only to generated data -- generated/export, workflow, provenance, lifecycle, and structural invariants should stay tied to the source truth they protect -- a property should name its claim limit so broad input coverage does not pretend to prove total quality - -## Risks and anti-patterns -- writing weak properties that prove almost nothing -- confusing random data with meaningful coverage -- letting overly broad generators or harness complexity hide the protected domain truth -- using polished invariant language while the actual stable truth remains underspecified -- using property checks where a small set of concrete examples would be clearer -- using invariant language to avoid naming the actual rule or boundary that matters -- turning every stable example into a property when the variation space is not meaningful -- treating generated data volume as evidence when the generator misses the important states -- letting project-specific artifact names dominate the portable invariant shape - -## Verification -- confirm the property expresses a meaningful invariant -- confirm the invariant broadens coverage beyond fixed examples -- confirm the report names which stable truth was violated or protected, not only that generated inputs failed -- confirm the result is understandable to another human or agent -- confirm the input generator or artifact set is bounded and reviewable -- confirm the claim limit is visible when the property does not cover all states, artifacts, or consumers - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0017 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/proof/skill-support/property-invariants/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation -- AOA-T-0007 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/proof/evaluation-chain/signal-first-gate-promotion/TECHNIQUE.md` and sections: summary, Validation - -## Adaptation points -Project overlays should add: -- local generator tools -- domain-specific invariants -- local artifact, generated/export, lifecycle, workflow, or provenance invariant examples from `references/invariant-shapes.md` -- rules for when property-based checks are mandatory, optional, or out of scope diff --git a/.agents/skills/aoa-property-invariants/agents/openai.yaml b/.agents/skills/aoa-property-invariants/agents/openai.yaml deleted file mode 100644 index e307a351..00000000 --- a/.agents/skills/aoa-property-invariants/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Property Invariants - short_description: Write property-based invariants - default_prompt: Use $aoa-property-invariants to identify the stable truth that must hold across many cases and express it as bounded property-oriented checks. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: invoke - allow_implicit_invocation: true diff --git a/.agents/skills/aoa-property-invariants/assets/large-logo.svg b/.agents/skills/aoa-property-invariants/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-property-invariants/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-property-invariants/assets/small-logo.svg b/.agents/skills/aoa-property-invariants/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-property-invariants/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-property-invariants/examples/example.md b/.agents/skills/aoa-property-invariants/examples/example.md deleted file mode 100644 index 8251391a..00000000 --- a/.agents/skills/aoa-property-invariants/examples/example.md +++ /dev/null @@ -1,37 +0,0 @@ -# Example - -## Scenario - -A generated catalog builder turns authored source bundles into compact indexes, installed copies, and route hints. The team has a few example fixtures, but regressions still appear because stable IDs, source references, eligibility filters, and rebuild repeatability need to hold across many source sets and profile options. - -## Why this skill fits - -- the system has stable truths that should hold across many artifacts, transformations, and profile states -- example-only testing is too narrow for the risk surface -- the important value comes from expressing source-to-generated invariants, not from enumerating a few happy paths - -## Expected inputs - -- the invariant candidates, such as "eligible sources appear once", "source refs are preserved", and "same source plus same options rebuilds equivalently" -- the current example tests, fixtures, and known edge cases -- the generator or input strategy for source sets, eligibility states, and profile options -- limits needed to keep the property checks reviewable - -## Expected outputs - -- explicit invariants for the source-to-generated rules -- property-oriented tests or repeated checks over bounded source sets and profile options -- notes on generator assumptions, excluded profile behavior, and what the properties do not cover - -## Boundary notes - -- this example is not about UI rendering or snapshot-style presentation behavior -- the point is to encode stable truths, not to replace every concrete example test -- if the main question is only whether current checks already cover this rule, use `aoa-invariant-coverage-audit` first - -## Verification notes - -- verify that each property expresses a real invariant instead of a weak wish -- verify that the generated cases broaden coverage beyond the original handpicked examples -- verify that the report explains the invariant and the bounds of the generator strategy -- verify that generated surfaces remain derived evidence rather than source authority diff --git a/.agents/skills/aoa-property-invariants/references/invariant-shapes.md b/.agents/skills/aoa-property-invariants/references/invariant-shapes.md deleted file mode 100644 index 0c3ed1ac..00000000 --- a/.agents/skills/aoa-property-invariants/references/invariant-shapes.md +++ /dev/null @@ -1,50 +0,0 @@ -# Invariant Shapes - -Use this reference when the invariant is wider than one ordinary data rule. It -is not a checklist. Pick the smallest shape that names one stable truth, one -variation space, one property check, and one claim limit. - -## How To Use - -1. Name the stable truth in plain language. -2. Name the input space, artifact family, state transition, or transformation. -3. Choose the narrowest invariant shape below. -4. State valid inputs and exclusions before writing the property. -5. Keep a few concrete examples when they make failures easier to understand. - -## Shape Set - -| Shape | Protected Truth | Variation Space | Property | Avoid | Useful Check | -|---|---|---|---|---|---| -| Conservation or accounting | Totals, balances, references, or counts remain conserved. | Operation sequences, grouped artifacts, filtered subsets. | Sum, count, or reference relation stays equal under valid operations. | Counting examples while missing state sequences. | Stateful property plus boundary examples. | -| Monotonicity or ordering | Progress, version, priority, timestamp, or maturity only moves in allowed directions. | Status transitions, append-only logs, sorted lists, version bumps. | Movement never reverses or violates ordering rules. | Assuming all newer data is better or authoritative. | Random transition sequence with invalid-reversal cases. | -| Idempotency or repeatability | Repeating a safe operation does not change meaning after the first run. | Rebuilds, imports, normalization, refreshes, retries. | Same source and options produce equivalent result. | Ignoring timestamps, nondeterministic IDs, or environment effects. | Repeated-run property with stable fields and explicit exclusions. | -| Round trip or normalization | Parse, serialize, import, export, or normalize preserves intended meaning. | Encodings, field order, optional values, aliases. | `decode(encode(x))` or normalized variants preserve semantic fields. | Treating formatting bytes as meaning unless required. | Round-trip fixtures plus generated cases for optional fields. | -| Structural or schema relationship | Required relationships between fields or nodes stay valid. | Manifests, trees, graphs, references, nested objects. | IDs are unique, refs resolve, parent/child or source/output links hold. | Schema validity without relationship checks. | Generated graph/manifest variants with invalid-ref negative cases. | -| Lifecycle or state machine | Objects move only through allowed states. | Candidate/evaluated/canonical, pending/active/closed, draft/released/deprecated. | Every transition is allowed and required evidence appears at gates. | Treating roadmap or provenance as current state. | Transition generator plus forbidden-transition examples. | -| Source to generated/export | Derived surfaces preserve source identity and stay subordinate. | Builders, compact indexes, installed copies, exports, reports. | Eligible sources appear once, refs are preserved, excluded sources stay out. | Generated freshness as proof of source meaning. | Rebuild/idempotency property plus source-ref and exclusion checks. | -| Routing or selection | Selection stays stable under irrelevant variation and changes under relevant signals. | Dispatch hints, filters, priority rules, compatibility choices. | Equivalent inputs route the same; changed decisive signal changes result. | Encoding today's incidental ordering as law. | Permutation/irrelevant-field property plus tie-break examples. | -| Authorization or risk boundary | Unsafe actions require explicit authority or safer fallback. | Mutation surfaces, share targets, infra actions, risk tiers. | Risky route cannot proceed without required approval or gate output. | Using property language to bypass human approval. | Generated risk cases with required denial and allow cases. | -| Provenance or memory/recall | Retrieved, stored, or derived evidence keeps source and freshness limits clear. | Recall objects, writebacks, capsules, summaries, retention windows. | Source refs, timestamps, retention bounds, and claim limits survive transformations. | Treating recall output as live proof. | Transformation property plus stale/missing-source negative case. | - -## Compact Invariant Pass - -| Field | Answer | -|---|---| -| Stable truth | | -| Shape selected | | -| Variation space | | -| Valid inputs | | -| Exclusions | | -| Property statement | | -| Generator or repeated-check plan | | -| Concrete examples kept | | -| Claim limit | | - -## Verification - -- the property protects a named stable truth -- generated or repeated cases vary the meaningful dimension -- exclusions are explicit enough for review -- failure output points back to the invariant, not only generated data -- broad coverage does not claim total quality beyond the named property diff --git a/.agents/skills/aoa-quest-harvest/SKILL.md b/.agents/skills/aoa-quest-harvest/SKILL.md deleted file mode 100644 index 941f33a5..00000000 --- a/.agents/skills/aoa-quest-harvest/SKILL.md +++ /dev/null @@ -1,166 +0,0 @@ ---- -name: aoa-quest-harvest -description: Give the final promotion verdict on one repeated reviewed quest-shaped unit without collapsing skills, playbooks, orchestrator classes, proof, or memory into one layer. Use when a bounded quest-shaped work pattern has repeated, reviewed evidence exists, and you need the final honest verdict on whether it should stay a quest or move into the next owner surface. Do not use when the route is still active, only one anecdotal occurrence exists, the task is to invent net-new doctrine, or a broader reviewed session artifact still needs donor harvest, route forks, diagnosis, repair, or progression reflection first. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: evaluated - aoa_invocation_mode: explicit-only - aoa_source_skill_path: skills/core/session-growth/aoa-quest-harvest/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0089,AOA-T-0090 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-quest-harvest - -## Intent -Use this skill to decide whether one repeated, reviewed quest-shaped unit should remain a quest or be promoted into the next honest owner surface. - -The output is a promotion verdict, not authorship completion and not acceptance -by the destination owner repository. It should also say whether repetition is -reviewed and isolated, reviewed but weak, contested, owner-pending, or still -too mixed for promotion. - -## Trigger boundary -Use this skill when: -- a bounded work pattern has repeated and now needs an explicit promotion decision -- reviewed evidence exists, but the correct destination is still unclear -- donor harvest or equivalent review has already isolated one repeated unit - from broader session residue -- the repeat signal needs to be distinguished from topic recurrence, - conversation recurrence, owner-pending follow-through, or mixed donor residue -- the decision must distinguish between skill, playbook, orchestrator surface, proof surface, memo surface, or staying a quest -- the route needs a compact final promotion triage rather than another free-form discussion - -Do not use this skill when: -- the route is still active and the evidence has not been reviewed yet -- there is only one anecdotal occurrence with no honest repeat signal -- the task is to invent net-new doctrine rather than classify a repeated pattern -- the repeated unit is still mixed with several reusable donor units, unresolved - route forks, diagnosis, repair, automation-readiness questions, or - progression reflection -- the repeat evidence posture cannot be stated without guessing -- the route is already clearly scenario-shaped and only needs playbook authoring -- the source is a reviewed session artifact with multiple candidate donor units that still need owner-layer routing first; use `aoa-session-donor-harvest` -- the source still needs explicit automation-readiness classification for a - repeated manual route; use `aoa-automation-opportunity-scan` -- the source still needs explicit route forks, diagnosis, repair, or progression reflection from the wider session-harvest family before final promotion triage - -## Inputs -- source quest or quest family -- reviewed run summary or harvest pack -- repeat count and repeat shape -- isolated repeated unit ref, or an explicit statement that the unit was - isolated during reviewed harvest -- repeat evidence posture -- owner layer and touched surfaces -- difficulty, risk, and control posture -- residual ambiguity or reasons to defer promotion - -## Outputs -- promotion verdict -- owner repo and follow-up surface -- explicit reason for promotion or non-promotion -- repeat evidence posture such as `reviewed_repeat_isolated`, - `reviewed_repeat_weak`, `contested_repeat`, `topic_only_repeat`, - `mixed_residue`, or `owner_pending` -- explicit statement that the verdict is smaller than authoring or owner - acceptance in the destination repo -- named next artifact or next quest action -- concise note on what boundary must remain intact -- one `QUEST_PROMOTION_RECEIPT` using `references/stats-event-envelope.md` - and `references/quest-promotion-receipt-schema.yaml` -- one `CORE_SKILL_APPLICATION_RECEIPT` using - `references/core-skill-application-receipt-schema.yaml` - -## Procedure -1. collect a bounded reviewed harvest pack rather than raw runtime state -2. confirm there is exactly one isolated repeated unit; if several units remain - mixed, return to donor harvest, route forks, diagnosis, repair, automation - scan, or progression lift instead of forcing triage -3. name the repeat evidence posture before choosing a destination -4. name what actually repeated: leaf workflow, route, proof pattern, recall pattern, or boundary law -5. reject theme-only repetition, repeated discussion, and aesthetic similarity; - only repeatable work or repeatable law counts -6. if the repeated unit is a bounded leaf workflow, consider promotion to a skill -7. if the repeated unit is a multi-step scenario route, consider promotion to a playbook -8. if the repeated unit is orchestrator boundary law, read order, or allowed outputs, promote toward orchestrator class surfaces in `aoa-agents` -9. if the repeated unit is proof posture, promote toward `aoa-evals` -10. if the repeated unit is recall, writeback, or recurrence posture, promote toward `aoa-memo` -11. if repetition is still weak, owner is unclear, boundary risk is high, repeat - posture is contested or mixed, or - the destination owner has not accepted the work shape, keep or open a quest - instead of forcing promotion -12. record the verdict with one clear reason for promotion and one clear reason against the nearest wrong target -13. name the next artifact as a proposal or follow-through target, not as proof - that the owner repo has accepted or authored it -14. emit one `QUEST_PROMOTION_RECEIPT` when the triage closes, keeping the - receipt smaller than the promotion packet itself -15. when the finish path closes, emit one `CORE_SKILL_APPLICATION_RECEIPT` - that points back to the bounded promotion receipt and records one finished - kernel-skill application - -## Contracts -- invocation must remain explicit and post-session -- orchestrator class identity must not be promoted into a skill -- a skill promotion must stay leaf-workflow-shaped -- a playbook promotion must stay route-shaped -- proof and memory promotions must stay in their owner layers -- one good run is not enough to justify promotion by itself -- repeated discussion is not the same thing as repeated work -- repeat evidence posture must stay visible when repetition is weak, mixed, - contested, or owner-pending -- a promotion verdict is not downstream authoring, downstream acceptance, or - owner truth -- active quest state must not be copied into memo canon as if it were settled truth -- `QUEST_PROMOTION_RECEIPT` is verdict telemetry, not promotion authority -- `CORE_SKILL_APPLICATION_RECEIPT` is generic kernel telemetry, not promotion - authority and not a replacement for the verdict receipt -- receipt corrections use `supersedes` rather than silent overwrite - -## Risks and anti-patterns -- promoting a theme instead of a repeatable workflow -- treating repeated discussion, urgency, or excitement as repeat evidence -- hiding weak or contested repeat evidence behind a confident promotion target -- collapsing orchestrator class law into the skill layer -- collapsing recurring route method into a single skill -- treating proof debt as skill meaning -- treating memo writeback as active quest ownership -- forcing promotion just because the repeated work feels important -- presenting the next surface as already accepted by `aoa-skills`, - `aoa-playbooks`, `aoa-agents`, `aoa-evals`, or `aoa-memo` - -## Verification -- confirm the harvest pack is reviewed and bounded -- confirm exactly one repeated reviewed unit is isolated before final triage -- confirm repeat evidence posture is named and supports the verdict -- confirm the repeated unit is named explicitly -- confirm the chosen promotion target matches the owner layer -- confirm the nearest wrong target is explicitly rejected -- confirm class identity is not being defined by quest metadata -- confirm the result is one of the allowed outcomes: keep or open quest, skill, playbook, orchestrator surface, proof surface, or memo surface -- confirm the next artifact is framed as a proposal or follow-through target, - not as downstream owner acceptance -- confirm any emitted receipt stays evidence-linked and subordinate to the closed triage -- confirm any emitted `CORE_SKILL_APPLICATION_RECEIPT` points to the - promotion detail receipt and stays finish-only - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0089 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/governance/promotion-boundary/quest-unit-promotion-review/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Validation -- AOA-T-0090 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/governance/promotion-boundary/nearest-wrong-target-rejection/TECHNIQUE.md` and sections: Intent, When to use, Outputs, Core procedure, Risks, Validation - -## Adaptation points -Project overlays may add: -- local quest IDs and harvest entrypoints -- local owner-repo route maps -- local review packet or acceptance surfaces -- local memo and eval references -- local stop conditions for when promotion must remain deferred -- local destination-owner acceptance checks that happen after this verdict and - outside the skill itself -- local repeat evidence posture vocabulary, provided it still distinguishes - reviewed isolated repetition from weak, contested, topic-only, mixed, or - owner-pending repetition diff --git a/.agents/skills/aoa-quest-harvest/agents/openai.yaml b/.agents/skills/aoa-quest-harvest/agents/openai.yaml deleted file mode 100644 index 05a941bf..00000000 --- a/.agents/skills/aoa-quest-harvest/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Quest Harvest - short_description: Triage quest promotion honestly - default_prompt: Use $aoa-quest-harvest to decide whether repeated reviewed quest evidence should stay a quest or be promoted into the next honest owner surface. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: manual - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-quest-harvest/assets/large-logo.svg b/.agents/skills/aoa-quest-harvest/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-quest-harvest/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-quest-harvest/assets/small-logo.svg b/.agents/skills/aoa-quest-harvest/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-quest-harvest/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-quest-harvest/checks/review.md b/.agents/skills/aoa-quest-harvest/checks/review.md deleted file mode 100644 index c3d86546..00000000 --- a/.agents/skills/aoa-quest-harvest/checks/review.md +++ /dev/null @@ -1,35 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing work that classifies repeated quest evidence into a promotion target. - -## When it applies - -- a repeated reviewed pattern is being harvested after bounded work -- the reviewer must check whether the target should stay a quest, become a skill, or move into another owner layer -- the route risks confusing orchestrator identity, route canon, proof, or memory with skill meaning - -## Review checklist - -- [ ] The repeated unit was named explicitly as leaf workflow, route, proof pattern, recall pattern, or boundary law. -- [ ] Exactly one repeated reviewed unit was isolated before final triage. -- [ ] Repeat evidence posture is named before the promotion target. -- [ ] Repeated discussion, urgency, or theme resonance was not counted as repeat evidence. -- [ ] The verdict names the correct owner repo and follow-up surface. -- [ ] The output rejects the nearest wrong target instead of only asserting the chosen one. -- [ ] The review does not let quest metadata define orchestrator class identity. -- [ ] The decision does not force promotion when repetition or ownership is still weak. -- [ ] Weak, contested, topic-only, mixed, or owner-pending repetition was kept as quest/defer posture rather than promoted as if settled. -- [ ] The next surface is framed as a proposal or follow-through target rather - than downstream owner acceptance. -- [ ] Any emitted `QUEST_PROMOTION_RECEIPT` stays smaller than the triage and keeps the rejected nearest-wrong target visible. -- [ ] Any `CORE_SKILL_APPLICATION_RECEIPT` points to the promotion detail receipt and stays generic finish telemetry rather than promotion authority. - -## Not a fit - -- active routes that still need execution or review before harvest -- mixed donor units that still need donor harvest, route forks, diagnosis, - repair, automation scan, or progression reflection first -- direct playbook authoring when no real promotion triage remains -- attempts to create memo truth out of active source-owned quest state diff --git a/.agents/skills/aoa-quest-harvest/examples/runtime.md b/.agents/skills/aoa-quest-harvest/examples/runtime.md deleted file mode 100644 index 4be97540..00000000 --- a/.agents/skills/aoa-quest-harvest/examples/runtime.md +++ /dev/null @@ -1,56 +0,0 @@ -# Runtime Example - -## Scenario - -Three reviewed runs repeat the same post-session question: should a bounded repeatable pattern stay a quest, become a skill, or move into a playbook or orchestrator surface. -Donor harvest has already separated this unit from other session residue, so -the remaining work is one final promotion verdict. -The repeat posture is reviewed and isolated; downstream owner acceptance is -still pending. - -## Why this skill fits - -The task is no longer about executing the original work. It is about harvesting reviewed repetition and choosing the correct owner layer without collapsing class identity, route method, proof, or memory into the wrong place. - -## Expected inputs - -- source quest reference -- reviewed run summary or harvest pack -- repeat count -- repeat shape -- isolated repeated unit ref -- repeat evidence posture -- owner layer candidates - -## Expected outputs - -- one promotion verdict -- one repeat evidence posture -- one rejected nearest-wrong target -- one named owner repo and follow-up surface -- one note that the verdict is a proposal/follow-through target rather than - acceptance by that owner repo -- one short reason why promotion should wait if the pattern must remain a quest -- one `QUEST_PROMOTION_RECEIPT` that records the closed triage without replacing it -- one `CORE_SKILL_APPLICATION_RECEIPT` that records the finished - `aoa-quest-harvest` run and points back to the detail receipt - -## Boundary notes - -- Do not use this skill while the route is still active and unreviewed. -- Do not use this skill while the repeated unit is still mixed with broader - session residue. -- Do not use this skill to invent new orchestrator class identity. -- Do not use this skill when the answer is already clearly a scenario playbook and no real triage remains. - -## Verification notes - -- Confirm the repetition is about work or law, not just topic similarity. -- Confirm one repeated reviewed unit is isolated before the verdict. -- Confirm repeat evidence posture supports the verdict. -- Confirm the chosen target matches the correct owner layer. -- Confirm the output names why the nearest wrong promotion target was rejected. -- Confirm the next surface is not presented as already accepted downstream. -- Confirm any finish receipt keeps the verdict, next surface, and nearest wrong target visible. -- Confirm the generic core receipt points back to the promotion receipt and - does not become promotion authority. diff --git a/.agents/skills/aoa-quest-harvest/references/core-skill-application-receipt-schema.yaml b/.agents/skills/aoa-quest-harvest/references/core-skill-application-receipt-schema.yaml deleted file mode 100644 index c4ad703e..00000000 --- a/.agents/skills/aoa-quest-harvest/references/core-skill-application-receipt-schema.yaml +++ /dev/null @@ -1,22 +0,0 @@ -receipt_name: CORE_SKILL_APPLICATION_RECEIPT -event_kind: core_skill_application_receipt -envelope_ref: references/stats-event-envelope.md -kernel_id: project-core-session-growth-v1 -skill_name: aoa-quest-harvest -required_payload_fields: - - kernel_id - - skill_name - - application_stage - - detail_event_kind - - detail_receipt_ref -optional_payload_fields: - - route_ref - - surface_detection_context -rules: - - `application_stage` must equal `finish` - - `kernel_id` must equal `project-core-session-growth-v1` - - `skill_name` must equal `aoa-quest-harvest` - - `detail_event_kind` must equal `quest_promotion_receipt` - - `detail_receipt_ref` must point to the bounded finish receipt for the same completed run - - include `route_ref` only when the detail receipt already names it honestly - - if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth; it must not claim non-skill activation diff --git a/.agents/skills/aoa-quest-harvest/references/promotion-outcomes.md b/.agents/skills/aoa-quest-harvest/references/promotion-outcomes.md deleted file mode 100644 index 9bf2172d..00000000 --- a/.agents/skills/aoa-quest-harvest/references/promotion-outcomes.md +++ /dev/null @@ -1,51 +0,0 @@ -# Promotion outcomes - -This reference names the allowed outcomes for `aoa-quest-harvest`. - -## Allowed outcomes - -1. `keep_or_open_quest` - Use when repetition is still weak, ownership is unclear, or the evidence is not yet honest enough for promotion. - -2. `promote_to_skill` - Use when the repeated unit is a bounded leaf workflow with a stable trigger boundary, explicit inputs and outputs, and a reviewable verification path. - -3. `promote_to_playbook` - Use when the repeated unit is a multi-step route with handoffs, artifacts, and stop or re-entry logic. - -4. `promote_to_orchestrator_surface` - Use when the repeated unit is class law such as read order, boundary note, allowed surfaces, forbidden surfaces, or expected outputs. - -5. `promote_to_proof_surface` - Use when the repeated unit is specifically a proof pattern, verdict posture, rubric law, or another bounded evaluation surface owned by `aoa-evals`. - -6. `promote_to_memo_surface` - Use when the repeated unit is specifically a recurrence, recall, or writeback pattern owned by `aoa-memo`. - -## Guardrail - -Do not promote an orchestrator class into a skill just because an orchestrator repeatedly performs some work. - -Promote only the repeatable leaf workflow, not the class itself. - -Do not collapse proof and memo promotions into one shared outcome. They route to different owner layers for different reasons. - -The verdict names the next honest owner target; it does not author that target -and does not mean the destination owner repo has accepted the work. If the -destination owner still needs review, keep that as follow-through rather than -pretending promotion is complete. - -## Repeat evidence posture - -Name one posture before final triage: - -- `reviewed_repeat_isolated` -- `reviewed_repeat_weak` -- `contested_repeat` -- `topic_only_repeat` -- `mixed_residue` -- `owner_pending` - -Only `reviewed_repeat_isolated` can support a confident promotion verdict. -Weak, contested, topic-only, mixed, or owner-pending repetition should keep or -open a quest unless the verdict explicitly names a deferred follow-through. diff --git a/.agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml b/.agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml deleted file mode 100644 index 5630254c..00000000 --- a/.agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml +++ /dev/null @@ -1,21 +0,0 @@ -receipt_name: QUEST_PROMOTION_RECEIPT -event_kind: quest_promotion_receipt -envelope_ref: references/stats-event-envelope.md -required_payload_fields: - - promotion_verdict - - repeat_evidence_posture - - owner_repo - - next_surface - - nearest_wrong_target -optional_payload_fields: - - defer_reason - - repeat_shape - - bounded_unit_ref - - downstream_acceptance_status - - owner_followthrough_ref -rules: - - keep the receipt verdict-shaped rather than canon-shaped - - repeat evidence posture must support the verdict rather than hiding weak or mixed repetition - - rejected nearest-wrong target must remain visible when promotion pressure exists - - downstream acceptance must not be implied by receipt emission - - the receipt summarizes the closed triage rather than replacing the quest promotion packet diff --git a/.agents/skills/aoa-quest-harvest/references/stats-event-envelope.md b/.agents/skills/aoa-quest-harvest/references/stats-event-envelope.md deleted file mode 100644 index 059bf43f..00000000 --- a/.agents/skills/aoa-quest-harvest/references/stats-event-envelope.md +++ /dev/null @@ -1,39 +0,0 @@ -# Stats Event Envelope - -Use this shared envelope when the session-harvest family emits one bounded -finish receipt. - -Canonical owner: - -- `aoa-stats` owns the shared envelope and active event-kind vocabulary at - `repo:aoa-stats/schemas/stats-event-envelope.schema.json`. -- owner repos keep payload meaning in their own receipt schemas. - -## Required fields - -- `event_kind` -- `event_id` -- `observed_at` -- `run_ref` -- `session_ref` -- `actor_ref` -- `object_ref` -- `evidence_refs` -- `payload` - -## Optional fields - -- `supersedes` -- `notes` -- `owner_ref` -- `related_event_refs` - -## Rules - -- Keep receipts append-only. -- If a correction is needed, emit a new receipt and set `supersedes`. -- Link to inspectable artifacts through `evidence_refs` instead of duplicating - raw transcripts, patches, or reports. -- Keep `payload` bounded to the skill's own emitted packet or verdict object. -- Do not let receipt presence act as proof, routing authority, or score - authority. diff --git a/.agents/skills/aoa-safe-infra-change/SKILL.md b/.agents/skills/aoa-safe-infra-change/SKILL.md deleted file mode 100644 index 2d656dd0..00000000 --- a/.agents/skills/aoa-safe-infra-change/SKILL.md +++ /dev/null @@ -1,84 +0,0 @@ ---- -name: aoa-safe-infra-change -description: Make bounded infrastructure, configuration, service, or operational changes with explicit risk framing, proportional verification, and rollback thinking. Use when a change has runtime or deployment implications and needs stronger discipline than a normal code edit. Do not use for purely local code changes, or when the main need is approval classification or preview-first execution. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: risk - aoa_status: canonical - aoa_invocation_mode: explicit-only - aoa_source_skill_path: skills/risk/aoa-safe-infra-change/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0028,AOA-T-0001 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-safe-infra-change - -## Intent -Use this skill to shape infrastructure, service, configuration, or operational changes into a safer bounded workflow. - -## Trigger boundary -Use this skill when: -- the task changes infrastructure, services, configuration, orchestration, or operational surfaces -- the change has runtime, safety, or deployment implications -- the task needs stronger verification and rollback thinking than a normal code edit - -Do not use this skill when: -- the task is a purely local code change with no operational implications -- a more specific risk skill should be used instead -- the operator has not provided enough authority for the requested action -- the main question is whether authority exists at all; use `aoa-approval-gate-check` -- the main need is to prefer or interpret a preview path before execution; use `aoa-dry-run-first` - -## Inputs -- target change -- touched operational surfaces -- stated authority or approval state -- validation path -- rollback idea - -## Outputs -- explicit risk-aware plan -- bounded infrastructure or config change, or bounded execution recommendation -- verification result -- report with remaining risk notes - -## Procedure -1. identify the operational surface and main risk -2. confirm whether the change belongs to a high-risk or explicit-only category -3. keep the change small and reviewable -4. avoid unrelated cleanup or hidden expansion of scope -5. verify the result using the strongest practical bounded checks available -6. report what changed, what was verified, and what remains risky or deferred - -## Contracts -- infrastructure changes should stay explicit and reviewable -- risk should be named before apply, not after failure -- verification should be stronger than symbolic confidence -- rollback thinking should exist before execution - -## Risks and anti-patterns -- treating infra edits like ordinary code edits -- making broad config or orchestration changes under a narrow task label -- relying on weak verification for changes with real runtime impact -- skipping explicit risk framing because the diff looks small - -## Verification -- confirm the operational surface was named clearly -- confirm the change stayed bounded -- confirm verification was explicit and proportional to the risk -- confirm rollback or recovery thinking was present before execution or recommendation -- confirm the report includes unresolved risk or recovery notes - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0028 from `8Dionysus/aoa-techniques` at `cd276f040d55d490bd015b8698c7a5d594b9f875` using path `techniques/execution/agent-workflows-core/confirmation-gated-mutating-action/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation -- AOA-T-0001 from `8Dionysus/aoa-techniques` at `cd276f040d55d490bd015b8698c7a5d594b9f875` using path `techniques/execution/agent-workflows-core/plan-diff-apply-verify-report/TECHNIQUE.md` and sections: Intent, Outputs, Contracts, Risks, Validation - -## Adaptation points -Future project overlays may add: -- local risk classifications -- approval rules -- preferred validation commands -- rollback or recovery expectations diff --git a/.agents/skills/aoa-safe-infra-change/agents/openai.yaml b/.agents/skills/aoa-safe-infra-change/agents/openai.yaml deleted file mode 100644 index f3f83787..00000000 --- a/.agents/skills/aoa-safe-infra-change/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Safe Infra Change - short_description: Make bounded infra changes safely - default_prompt: Use $aoa-safe-infra-change to plan and verify a bounded infrastructure or configuration change with explicit risk and rollback thinking. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#B45309' -policy: - implicit_activation_policy: manual - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json b/.agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json deleted file mode 100644 index 207166c9..00000000 --- a/.agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "change_summary": "Adjust Terraform variables and service deployment configuration for the API tier", - "touched_surfaces": [ - "infra/terraform/api.tfvars", - "deploy/kubernetes/api-deployment.yaml" - ], - "mutating_commands": [ - "terraform apply -target=module.api", - "kubectl apply -f deploy/kubernetes/api-deployment.yaml" - ], - "verification_steps": [ - "terraform plan -target=module.api", - "kubectl rollout status deployment/api", - "curl -fsS http://localhost:8080/healthz" - ], - "rollback_steps": [ - "terraform apply -target=module.api -var-file=previous.tfvars", - "kubectl rollout undo deployment/api" - ], - "authority_state": "approved" -} diff --git a/.agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json b/.agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json deleted file mode 100644 index 750a15a8..00000000 --- a/.agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "title": "SafeInfraChangeReport", - "type": "object", - "required": [ - "skill", - "change_summary", - "detected_surfaces", - "risk_band", - "report_state", - "authority_state", - "verification_strength", - "rollback_ready", - "warnings", - "errors" - ], - "properties": { - "skill": { - "const": "aoa-safe-infra-change" - }, - "change_summary": { - "type": "string" - }, - "detected_surfaces": { - "type": "array", - "items": { - "type": "string" - } - }, - "risk_band": { - "type": "string", - "enum": [ - "low", - "medium", - "high" - ] - }, - "report_state": { - "type": "string" - }, - "authority_state": { - "type": "string" - }, - "verification_strength": { - "type": "string", - "enum": [ - "missing", - "weak", - "moderate", - "strong" - ] - }, - "rollback_ready": { - "type": "boolean" - }, - "touched_surfaces": { - "type": "array", - "items": { - "type": "string" - } - }, - "mutating_commands": { - "type": "array", - "items": { - "type": "string" - } - }, - "verification_steps": { - "type": "array", - "items": { - "type": "string" - } - }, - "rollback_steps": { - "type": "array", - "items": { - "type": "string" - } - }, - "warnings": { - "type": "array", - "items": { - "type": "string" - } - }, - "errors": { - "type": "array", - "items": { - "type": "string" - } - } - }, - "additionalProperties": true -} diff --git a/.agents/skills/aoa-safe-infra-change/assets/large-logo.svg b/.agents/skills/aoa-safe-infra-change/assets/large-logo.svg deleted file mode 100644 index b6a44ef4..00000000 --- a/.agents/skills/aoa-safe-infra-change/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-safe-infra-change/assets/small-logo.svg b/.agents/skills/aoa-safe-infra-change/assets/small-logo.svg deleted file mode 100644 index 84989b3d..00000000 --- a/.agents/skills/aoa-safe-infra-change/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-safe-infra-change/checks/review.md b/.agents/skills/aoa-safe-infra-change/checks/review.md deleted file mode 100644 index bbb0547e..00000000 --- a/.agents/skills/aoa-safe-infra-change/checks/review.md +++ /dev/null @@ -1,24 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing a bounded infrastructure or configuration change that claims to follow `aoa-safe-infra-change`. - -## When it applies - -- the change touches infrastructure, orchestration, runtime configuration, or operational surfaces -- the task has deployment, safety, or recovery implications -- the review needs to confirm that the change stayed explicit, bounded, and verifiable - -## Review checklist - -- [ ] The operational surface and the main risk are named before execution. -- [ ] The change remains small and reviewable rather than hiding broader churn. -- [ ] Verification is explicit and proportional to the operational risk. -- [ ] Rollback or recovery thinking is present before execution or recommendation. -- [ ] The final report names unresolved risk, deferred work, or recovery notes. - -## Not a fit - -- purely local code changes with no operational implications -- tasks where the main question is authority classification or preview-path selection rather than the infra change itself diff --git a/.agents/skills/aoa-safe-infra-change/examples/runtime.md b/.agents/skills/aoa-safe-infra-change/examples/runtime.md deleted file mode 100644 index fc4d603b..00000000 --- a/.agents/skills/aoa-safe-infra-change/examples/runtime.md +++ /dev/null @@ -1,30 +0,0 @@ -# Runtime Example - -## Scenario -You need to update a deployment setting that controls a service timeout and restart policy in a non-production environment before rolling the same change forward. - -## Why this skill fits -This is a bounded infrastructure change with operational impact. The skill helps keep the change small, explicit, and verifiable while preserving rollback thinking. - -## Expected inputs -- the target operational surface -- the exact config or infra change -- the rollout or validation plan -- any rollback or recovery idea - -## Expected outputs -- a bounded change plan -- the updated infra or config action -- verification results that match the risk level -- any remaining operational risk or rollback note - -## Boundary notes -- If the task is only about deciding whether the change is allowed, use approval-gate logic instead. -- If the task is only about preparing a preview, keep it inspect-only. -- Keep unrelated cleanup out of the change. - -## Verification notes -- Confirm the operational surface was named clearly. -- Confirm the change stayed bounded to the requested setting. -- Confirm verification and rollback thinking were explicit. -- Confirm no wider operational churn was introduced. diff --git a/.agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md b/.agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md deleted file mode 100644 index 64f91816..00000000 --- a/.agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md +++ /dev/null @@ -1,17 +0,0 @@ -# Risk surface matrix - -This reference helps the agent name the operational surface before mutation. - -## Common surfaces - -- infra as code -- container or deployment orchestration -- identity / secret flow -- traffic routing -- stateful data / migration -- network boundary - -## Practical rule - -Name the surface before apply. Small diffs can still be high-risk when they -touch routing, identity, or stateful data. diff --git a/.agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md b/.agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md deleted file mode 100644 index 1a9cb58b..00000000 --- a/.agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md +++ /dev/null @@ -1,19 +0,0 @@ -# Verification and rollback ladder - -Use stronger checks for stronger operational risk. - -## Verification ladder - -1. syntax / lint / render -2. dry-run / plan / diff -3. bounded rollout or startup status -4. health or smoke check on the changed surface - -## Rollback rule - -Have one concrete recovery idea before the mutation: - -- undo command -- previous config reference -- previous release identifier -- restore or revert path diff --git a/.agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py b/.agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py deleted file mode 100644 index 3ce3f893..00000000 --- a/.agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py +++ /dev/null @@ -1,177 +0,0 @@ -#!/usr/bin/env python3 -from __future__ import annotations - -import argparse -import json -import re -import sys -from pathlib import Path -from typing import Any - - -TEMPLATE = { - "change_summary": "Adjust Terraform variables and service deployment configuration for the API tier", - "touched_surfaces": [ - "infra/terraform/api.tfvars", - "deploy/kubernetes/api-deployment.yaml", - ], - "mutating_commands": [ - "terraform apply -target=module.api", - "kubectl apply -f deploy/kubernetes/api-deployment.yaml", - ], - "verification_steps": [ - "terraform plan -target=module.api", - "kubectl rollout status deployment/api", - "curl -fsS http://localhost:8080/healthz", - ], - "rollback_steps": [ - "terraform apply -target=module.api -var-file=previous.tfvars", - "kubectl rollout undo deployment/api", - ], - "authority_state": "approved", -} - -SURFACE_RULES: list[tuple[str, str, int]] = [ - (r"terraform|tfvars|iac|terragrunt", "infra_as_code", 3), - (r"kubernetes|helm|docker-compose|compose|deployment\.ya?ml", "orchestration", 3), - (r"nginx|haproxy|envoy|ingress|gateway|lb|load[-_ ]balancer", "traffic_routing", 3), - (r"secret|vault|token|oauth|oidc|iam|identity|credential", "identity_or_secret", 4), - (r"migration|sql|database|schema|postgres|mysql|redis", "stateful_data", 4), - (r"systemd|service|unit|process manager", "runtime_service", 2), - (r"firewall|security group|network policy|iptables|dns", "network_boundary", 4), -] - - -def _load_payload(path: str | None) -> dict[str, Any]: - if path: - return json.loads(Path(path).read_text(encoding="utf-8")) - raw = sys.stdin.read().strip() - if not raw: - raise SystemExit("Expected JSON input on stdin or via a file path.") - return json.loads(raw) - - -def _iter_strings(values: list[Any]) -> list[str]: - out: list[str] = [] - for value in values: - if isinstance(value, str): - out.append(value) - else: - out.append(json.dumps(value, ensure_ascii=False)) - return out - - -def classify_surfaces(texts: list[str]) -> tuple[list[str], int]: - detected: list[str] = [] - score = 0 - blob = " \n ".join(texts).lower() - for pattern, label, weight in SURFACE_RULES: - if re.search(pattern, blob): - detected.append(label) - score += weight - return detected, score - - -def verification_strength(steps: list[str]) -> str: - joined = " ".join(steps).lower() - strength = 0 - if any(token in joined for token in ("plan", "diff", "preview", "lint", "validate")): - strength += 1 - if any(token in joined for token in ("test", "health", "status", "rollout", "smoke")): - strength += 1 - if len(steps) >= 3: - strength += 1 - if strength >= 3: - return "strong" - if strength == 2: - return "moderate" - if strength == 1: - return "weak" - return "missing" - - -def build_report(payload: dict[str, Any]) -> dict[str, Any]: - touched_surfaces = _iter_strings(payload.get("touched_surfaces") or []) - commands = _iter_strings(payload.get("mutating_commands") or []) - verification_steps = _iter_strings(payload.get("verification_steps") or []) - rollback_steps = _iter_strings(payload.get("rollback_steps") or []) - detected_surfaces, score = classify_surfaces(touched_surfaces + commands) - warnings: list[str] = [] - errors: list[str] = [] - - if not touched_surfaces: - errors.append("No touched_surfaces were provided.") - if not commands: - errors.append("No mutating_commands were provided.") - if not verification_steps: - warnings.append("No verification_steps were provided.") - if not rollback_steps: - warnings.append("No rollback_steps were provided.") - - authority_state = str(payload.get("authority_state", "unspecified")).strip().lower() - if authority_state not in {"approved", "planned", "unspecified"}: - warnings.append(f"Unrecognized authority_state value: {authority_state}") - - risk_band = "low" - if score >= 9: - risk_band = "high" - elif score >= 5: - risk_band = "medium" - - if "identity_or_secret" in detected_surfaces or "stateful_data" in detected_surfaces: - risk_band = "high" - - if not detected_surfaces: - warnings.append("No operational surface patterns were detected. Confirm that the scope is described concretely.") - - report_state = "hold" if errors else "ready" - if risk_band == "high" and authority_state != "approved": - warnings.append("High-risk change is not marked approved.") - if not errors: - report_state = "confirm-or-hold" - - if verification_strength(verification_steps) == "missing": - warnings.append("Verification posture is missing or too thin.") - - if not rollback_steps and not errors: - report_state = "confirm-or-hold" - - return { - "skill": "aoa-safe-infra-change", - "change_summary": payload.get("change_summary", ""), - "detected_surfaces": detected_surfaces, - "risk_band": risk_band, - "report_state": report_state, - "authority_state": authority_state, - "verification_strength": verification_strength(verification_steps), - "rollback_ready": bool(rollback_steps), - "touched_surfaces": touched_surfaces, - "mutating_commands": commands, - "verification_steps": verification_steps, - "rollback_steps": rollback_steps, - "warnings": warnings, - "errors": errors, - } - - -def main() -> int: - parser = argparse.ArgumentParser(description="Build a deterministic infrastructure-change contract.") - parser.add_argument("input_json", nargs="?", help="JSON file path. Reads stdin when omitted.") - parser.add_argument("--template", action="store_true", help="Print a starter JSON payload and exit.") - parser.add_argument("--pretty", action="store_true", help="Pretty-print output JSON.") - args = parser.parse_args() - - if args.template: - print(json.dumps(TEMPLATE, indent=2)) - return 0 - - result = build_report(_load_payload(args.input_json)) - if args.pretty: - print(json.dumps(result, indent=2)) - else: - print(json.dumps(result)) - return 0 if not result["errors"] else 2 - - -if __name__ == "__main__": - raise SystemExit(main()) diff --git a/.agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py b/.agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py deleted file mode 100644 index f64a0556..00000000 --- a/.agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py +++ /dev/null @@ -1,84 +0,0 @@ -#!/usr/bin/env python3 -from __future__ import annotations - -import argparse -import json -import re -import sys -from pathlib import Path -from typing import Any - - -RULES: list[tuple[str, str, str, str]] = [ - (r"terraform|tfvars|terragrunt", "infra_as_code", "run plan before apply", "keep previous variable set or state-safe rollback path"), - (r"kubernetes|helm|docker-compose|compose|deployment\.ya?ml", "orchestration", "render effective config and inspect rollout status", "keep undo or stop command visible"), - (r"migration|schema|database|postgres|mysql|redis", "stateful_data", "capture dry-run or migration preview plus health check", "name restore or rollback before mutation"), - (r"secret|vault|token|oauth|oidc|iam|credential", "identity_or_secret", "verify access posture and secret source before apply", "prepare revoke or rotate path"), - (r"nginx|haproxy|envoy|ingress|gateway|load[-_ ]balancer", "traffic_routing", "verify config syntax and bounded health check", "keep previous config or undo route change ready"), - (r"firewall|security group|dns|network policy|iptables", "network_boundary", "stage bounded connectivity checks", "prepare precise revert command"), -] - - -def _load_payload(path: str | None) -> Any: - if path: - return json.loads(Path(path).read_text(encoding="utf-8")) - raw = sys.stdin.read().strip() - if not raw: - raise SystemExit("Expected JSON or newline text on stdin or via a file path.") - try: - return json.loads(raw) - except json.JSONDecodeError: - return raw.splitlines() - - -def _flatten(payload: Any) -> list[str]: - if isinstance(payload, dict): - parts: list[str] = [] - for value in payload.values(): - parts.extend(_flatten(value)) - return parts - if isinstance(payload, list): - parts: list[str] = [] - for value in payload: - parts.extend(_flatten(value)) - return parts - return [str(payload)] - - -def scan(payload: Any) -> dict[str, Any]: - texts = _flatten(payload) - blob = " \n ".join(texts).lower() - detections = [] - for pattern, label, verification_hint, rollback_hint in RULES: - if re.search(pattern, blob): - detections.append( - { - "surface": label, - "verification_hint": verification_hint, - "rollback_hint": rollback_hint, - } - ) - return { - "skill": "aoa-safe-infra-change", - "status": "ok" if detections else "warn", - "detected": detections, - "input_items": texts, - } - - -def main() -> int: - parser = argparse.ArgumentParser(description="Scan paths, commands, or notes for risky infra surfaces.") - parser.add_argument("input_json", nargs="?", help="JSON file path. Reads stdin when omitted.") - parser.add_argument("--pretty", action="store_true", help="Pretty-print output JSON.") - args = parser.parse_args() - - result = scan(_load_payload(args.input_json)) - if args.pretty: - print(json.dumps(result, indent=2)) - else: - print(json.dumps(result)) - return 0 - - -if __name__ == "__main__": - raise SystemExit(main()) diff --git a/.agents/skills/aoa-sanitized-share/SKILL.md b/.agents/skills/aoa-sanitized-share/SKILL.md deleted file mode 100644 index 76d4ea99..00000000 --- a/.agents/skills/aoa-sanitized-share/SKILL.md +++ /dev/null @@ -1,115 +0,0 @@ ---- -name: aoa-sanitized-share -description: Turn raw technical material into a shareable public-safe artifact while keeping the raw source separate, placing the sanitized result in the canonical sharing surface, and preserving the lesson after redaction. Use when logs, configs, diagnostics, or reports may contain secrets, topology, or internal identifiers. Do not use when the material is already clearly public-safe or when the task is to perform the underlying operational change. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: risk - aoa_status: canonical - aoa_invocation_mode: explicit-only - aoa_source_skill_path: skills/risk/aoa-sanitized-share/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0034,AOA-T-0002 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-sanitized-share - -## Intent -Use this skill to turn potentially sensitive technical material into a shareable, reviewable, public-safe form, keeping the raw source distinct from the final public-safe output and placing that output where reviewers expect it. - -## Trigger boundary -Use this skill when: -- logs, configs, diagnostics, reports, or examples may contain sensitive details -- a result needs to be shared publicly or with a broader audience -- raw material may reveal secrets, topology, internal identifiers, or unsafe context -- the output needs a canonical public-safe home rather than an ad hoc pasted summary - -Do not use this skill when: -- the material is already clearly public-safe and minimal -- the task is to perform the underlying operational change rather than prepare a shareable surface -- the main task is deciding whether the underlying action should be allowed; use `aoa-approval-gate-check` -- the task is to preview or execute the operational change itself; use `aoa-dry-run-first` or `aoa-safe-infra-change` - -## Inputs -- material to be shared -- sharing audience or context -- known sensitive surfaces -- acceptable level of abstraction - -## Outputs -- sanitized shareable artifact, abstract summary, or recommendation not to share the raw material directly -- note on what was generalized or removed -- warning about any remaining ambiguity or sensitive edge -- canonical public-safe output location or reference - -## Procedure -1. inspect the material for secrets, tokens, private paths, topology, internal identifiers, or unsafe operational detail -2. separate raw source material from the shareable surface before rewriting anything -3. remove, redact, or generalize sensitive details -4. preserve the technical lesson or signal without preserving the sensitive surface -5. place the sanitized output in the canonical public-safe location or repo surface -6. note what kind of sanitization was applied when that matters for interpretation -7. verify that the shared result remains useful without revealing what should stay private - -## Contracts -- shareable output should not leak secrets or private infrastructure detail -- sanitization should preserve meaning where possible -- generalization should not silently change the core lesson beyond recognition -- uncertainty about sensitivity should lean toward caution -- raw material and shareable output should remain clearly separated -- the sanitized artifact should be discoverable from the expected public-safe surface - -## Risks and anti-patterns -### Failure modes - -- over-sanitizing until the artifact becomes meaningless -- under-sanitizing because a value looks harmless in isolation -- collapsing raw and shareable surfaces into one note or transcript - -### Negative effects - -- the shared artifact becomes hard to reuse or verify -- sensitivity leaks through topology, naming, or surrounding context even when tokens are removed -- reviewers cannot tell where the canonical public-safe version lives - -### Misuse patterns - -- sharing raw excerpts when a bounded summary would be safer -- treating a small harmless-looking field as proof that the full material is safe -- using the shareable surface as a substitute for the raw source or vice versa - -### Detection signals - -- the sanitized output still points too directly to private topology or naming -- a reviewer cannot tell what was generalized or removed -- the artifact no longer communicates the lesson it was meant to preserve -- the output has no clear canonical place for future reuse - -### Mitigations - -- generalize paths, hostnames, and private identifiers when needed -- name the sanitization level and the remaining uncertainty -- verify the shared result remains useful without preserving the sensitive surface -- keep a visible boundary between raw input, sanitized output, and published placement - -## Verification -- confirm obvious sensitive surfaces were checked -- confirm the resulting artifact is still understandable -- confirm the sanitization level matches the intended audience -- confirm raw sensitive detail was not preserved by accident -- confirm remaining uncertainty is named rather than ignored -- confirm the sanitized output lives in the expected public-safe location or reference -- confirm the raw/shareable split is still obvious after editing - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0034 from `8Dionysus/aoa-techniques` at `cd276f040d55d490bd015b8698c7a5d594b9f875` using path `techniques/instruction/docs-boundary/public-safe-artifact-sanitization/TECHNIQUE.md` and sections: Intent, When to use, When not to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation -- AOA-T-0002 from `8Dionysus/aoa-techniques` at `cd276f040d55d490bd015b8698c7a5d594b9f875` using path `techniques/instruction/docs-boundary/source-of-truth-layout/TECHNIQUE.md` and sections: Intent, When to use, When not to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - -## Adaptation points -Future project overlays may add: -- local sanitization rules -- examples of sensitive surfaces -- public versus private sharing thresholds -- project-specific reporting conventions diff --git a/.agents/skills/aoa-sanitized-share/agents/openai.yaml b/.agents/skills/aoa-sanitized-share/agents/openai.yaml deleted file mode 100644 index eeda00a1..00000000 --- a/.agents/skills/aoa-sanitized-share/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Sanitized Share - short_description: Sanitize tech artifacts for sharing - default_prompt: Use $aoa-sanitized-share to separate raw technical material from a public-safe artifact and verify the sanitized version still preserves the lesson. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#B45309' -policy: - implicit_activation_policy: manual - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-sanitized-share/assets/large-logo.svg b/.agents/skills/aoa-sanitized-share/assets/large-logo.svg deleted file mode 100644 index b6a44ef4..00000000 --- a/.agents/skills/aoa-sanitized-share/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-sanitized-share/assets/small-logo.svg b/.agents/skills/aoa-sanitized-share/assets/small-logo.svg deleted file mode 100644 index 84989b3d..00000000 --- a/.agents/skills/aoa-sanitized-share/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-sanitized-share/checks/review.md b/.agents/skills/aoa-sanitized-share/checks/review.md deleted file mode 100644 index f5b8e4e9..00000000 --- a/.agents/skills/aoa-sanitized-share/checks/review.md +++ /dev/null @@ -1,24 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing a shareable artifact that claims to sanitize sensitive technical material for a broader audience. - -## When it applies - -- logs, configs, diagnostics, reports, or examples may contain sensitive details -- the result is intended for public or wider internal sharing -- the review needs to confirm that sanitization preserved usefulness without leaking unsafe context - -## Review checklist - -- [ ] Secrets, tokens, private paths, topology clues, and unsafe operational details were explicitly considered. -- [ ] The shared artifact preserves the technical lesson without preserving sensitive raw detail. -- [ ] The sanitization level matches the intended audience. -- [ ] Raw sensitive detail was not left behind by accident. -- [ ] Remaining uncertainty or limits of sanitization are named clearly. - -## Not a fit - -- tasks whose main question is whether the underlying action should be allowed -- tasks that are actually about executing or previewing an operational change rather than preparing a safe shareable surface diff --git a/.agents/skills/aoa-sanitized-share/examples/runtime.md b/.agents/skills/aoa-sanitized-share/examples/runtime.md deleted file mode 100644 index fcb9f453..00000000 --- a/.agents/skills/aoa-sanitized-share/examples/runtime.md +++ /dev/null @@ -1,29 +0,0 @@ -# Runtime Example - -## Scenario -You want to share a support summary that includes a failing command, but the raw output contains hostnames, private paths, and an internal ticket reference. - -## Why this skill fits -The task is to make the material shareable without exposing sensitive detail. The skill should preserve the lesson while removing or generalizing unsafe identifiers. - -## Expected inputs -- the raw material to share -- the intended audience -- any known sensitive surfaces -- the minimum level of detail needed for the audience to understand the point - -## Expected outputs -- a sanitized, shareable version of the material -- a short note about what was removed or generalized -- any remaining sensitivity warning that still matters - -## Boundary notes -- If the material is already public-safe, do not over-sanitize it. -- If the real task is the underlying operational change, use a different skill first. -- Prefer summaries over raw excerpts when secrets or topology could leak. - -## Verification notes -- Confirm sensitive surfaces were checked deliberately. -- Confirm the result still teaches the intended lesson. -- Confirm raw paths, tokens, and internal identifiers were not preserved by accident. -- Confirm any remaining uncertainty was called out plainly. diff --git a/.agents/skills/aoa-session-donor-harvest/SKILL.md b/.agents/skills/aoa-session-donor-harvest/SKILL.md deleted file mode 100644 index 4d0f4868..00000000 --- a/.agents/skills/aoa-session-donor-harvest/SKILL.md +++ /dev/null @@ -1,217 +0,0 @@ ---- -name: aoa-session-donor-harvest -description: Turn a reviewed session artifact into a bounded HARVEST_PACKET, route each reusable unit to the right AoA owner layer, and hand off to the next honest post-session skill when needed. Use when the source is a reviewed session transcript, compaction note, or recap and the real question is what should survive this session rather than merely what happened. Do not use for active or unreviewed sessions, raw session capture or indexing work, or when the only remaining object is already one repeated quest unit that just needs `aoa-quest-harvest` for the final promotion verdict. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: evaluated - aoa_invocation_mode: explicit-only - aoa_source_skill_path: skills/core/session-growth/aoa-session-donor-harvest/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0075,AOA-T-0076,AOA-T-0077 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-session-donor-harvest - -## Intent -Use this skill to metabolize a reviewed session artifact into a bounded -`HARVEST_PACKET` that names reusable units, routes each one to the right AoA -owner layer, and drafts the next honest artifact without forcing promotion. - -## Trigger boundary -Use this skill when: -- a session transcript, compaction note, review packet, or bounded recap exists and must be distilled into reusable donor units -- the work is post-session and reviewable rather than live execution -- candidate outputs may belong in technique canon, `aoa-skills`, `aoa-playbooks`, `aoa-evals`, `aoa-memo`, `aoa-agents`, or a hold/quest lane -- a repeated manual route may also need an explicit automation-readiness seam instead of staying vague donor residue -- the session may also have produced decision forks, diagnosis clues, repair candidates, progression evidence, or quest residue that should be made explicit rather than buried in recap prose -- checkpoint notes, closeout handoffs, or other lower-authority hints need to - be accepted, rejected, or carried without becoming candidates on their own -- the question is not merely "what happened?" but "what reusable object, if any, emerged here?" - -Do not use this skill when: -- the session is still active or unreviewed -- the task is raw session capture, transcript export, or local indexing; those are history techniques, not this skill -- the result is clearly one bounded repeated quest unit that only needs the narrower final promotion verdict from `aoa-quest-harvest` -- the material is only a progress log, emotional recap, or theme cloud with no bounded reusable unit -- the intended first destination is `aoa-routing` or `aoa-kag`; those are derivative layers and should not receive source-owned meaning first - -## Inputs -- reviewed session artifact -- session goal and closure state -- candidate repeat signals or reuse signals -- touched repos or AoA layers -- optional checkpoint `cluster_ref` values, closeout-handoff hints, or other - pre-harvest focus hints -- current-session evidence boundary, especially when hints came from a ledger - that may also contain stale or neighboring-session residue -- explicit uncertainty and boundary risks -- desired output posture: classify-only, draft-stub, or patch-ready proposal - -## Outputs -- one bounded `HARVEST_PACKET` -- one reviewed intake note that says which checkpoint or handoff hints were - accepted, rejected, or carried as unresolved focus only -- named candidates, each with: - - candidate ref minted only after reviewed harvest - - source cluster ref when the reviewed input carried one - - reusable unit name - - unit kind: pattern, mechanic, utility, law, proof, recall, or route - - owner shape: technique, skill, playbook, eval, memo, agent, or hold - - owner hypothesis and owner repo recommendation - - one chosen next artifact - - one rejected nearest-wrong target - - status posture plus any supersedes, merged-into, or drop-reason carry - - evidence anchors from the session artifact -- one short list of items to defer, drop, or keep as quest residue -- one optional `automation_candidate` extract when a repeated manual route is - stable enough to deserve explicit automation-readiness classification -- one optional handoff list to `aoa-automation-opportunity-scan`, - `aoa-session-route-forks`, - `aoa-session-self-diagnose`, `aoa-session-self-repair`, - `aoa-session-progression-lift`, or `aoa-quest-harvest` -- one `HARVEST_PACKET_RECEIPT` using `references/stats-event-envelope.md` and - `references/harvest-packet-receipt-schema.yaml` -- one `CORE_SKILL_APPLICATION_RECEIPT` using - `references/core-skill-application-receipt-schema.yaml` - -## Procedure -1. start from a reviewed session artifact rather than transient chat memory -2. inventory any checkpoint, closeout-handoff, or ledger hints as focus inputs; - mark each hint as accepted, rejected, stale, cross-session, contaminated, or - unresolved before it can influence a candidate -3. accept a hint only when the reviewed artifact or receipt evidence shows the - same reusable unit; never mint `candidate_ref` from a hint alone -4. extract candidate reusable units, not topics; prefer explicit moves, laws, checklists, structures, routes, or proof patterns -5. split merged candidates until each unit has one honest owner shape -6. classify each kept candidate twice: - - by reuse kind: pattern, mechanic, utility, law, proof, recall, or route - - by owner shape: technique, skill, playbook, eval, memo, agent, or hold -7. mint `candidate_ref` only after the reviewed unit is bounded and the owner - hypothesis plus nearest-wrong target are explicit -8. mark `automation_candidate` only when a repeated manual route is stable - enough to name the current inputs, outputs, and risk posture, but the - surviving question is still automation readiness rather than owner canon -9. reject theme-only repetition, aesthetic resonance, and broad "good idea" residue unless a bounded reusable unit exists -10. route reusable practice meaning to technique canon first -11. route bounded executable leaf workflows to `aoa-skills` -12. route multi-step recurring scenario methods to `aoa-playbooks` -13. route rubrics, verdict postures, and proof surfaces to `aoa-evals` -14. route recall, writeback, recurrence, and memory-support patterns to `aoa-memo` -15. route role law, orchestrator class law, handoff law, and actor-boundary rules to `aoa-agents` -16. keep `aoa-routing` and `aoa-kag` out of first-authoring unless the source-owned object already exists elsewhere and the session only discovered a derivative bridge update -17. preserve quest residue without forcing promotion when the reviewed session - is still mixed, early, or weakly repeated -18. hand off to `aoa-automation-opportunity-scan` when the main surviving - question is whether a repeated manual route is honestly automation-ready -19. hand off to `aoa-session-route-forks` when the main post-session need is - explicit next-route choice rather than donor extraction itself -20. hand off to `aoa-session-self-diagnose` when the dominant surviving object - is drift, contradiction, proof gap, or ownership confusion -21. hand off to `aoa-session-progression-lift` when the main surviving object is - evidence-backed progression reflection rather than owner placement -22. when the candidate is a repeated reviewed quest unit and the remaining - ambiguity is specifically the final promotion target among quest, skill, - playbook, agent, eval, or memo, hand off to `aoa-quest-harvest` -23. draft the smallest next artifact for each accepted candidate, such as - `TECHNIQUE.md`, `SKILL.md`, `PLAYBOOK.md`, `EVAL.md`, memory object seed, - or agent/orchestrator surface note -24. keep `cluster_ref`, `owner_hypothesis`, `owner_shape`, - `nearest_wrong_target`, `status_posture`, `evidence_refs`, `supersedes`, - `merged_into`, and `drop_reason` on each accepted candidate when that carry - exists or becomes explicit during reviewed harvest -25. emit one `HARVEST_PACKET_RECEIPT` when the packet is complete, using the - shared event envelope and a bounded receipt payload instead of duplicating - the full donor packet -26. when the finish path is complete, emit one - `CORE_SKILL_APPLICATION_RECEIPT` that points back to the bounded detail - receipt, keeps `application_stage=finish`, and stays generic enough to act - as project-core kernel telemetry rather than a second donor packet -27. record one clear reason for the chosen owner and one clear reason against - the nearest wrong owner - -## Contracts -- invocation must remain explicit and post-session -- the skill harvests donor units; it does not treat session history as memory canon or instruction authority -- checkpoint notes, closeout handoffs, and ledgers are focus inputs only until - reviewed evidence confirms or rejects them -- one candidate must map to one primary owner layer -- `candidate_ref` appears only after reviewed donor harvest -- `usefulness` is a reuse signal, not an owner layer by itself -- derivative layers do not become first authoring targets for source-owned meaning -- weak evidence may end in `hold` or `keep_or_open_quest` -- the `HARVEST_PACKET` may carry handoff hints, but it does not become hidden - routing authority -- `automation_candidate` is only a detector hint; it is not schedule or - mutation authority -- `HARVEST_PACKET_RECEIPT` stays subordinate to the packet and never replaces - owner-layer or proof meaning -- `CORE_SKILL_APPLICATION_RECEIPT` stays subordinate to the packet and the - detail receipt; it records one finished kernel-skill application and nothing - more -- receipt corrections use `supersedes` rather than silent mutation -- drafting a next artifact is allowed; forcing promotion is not - -## Risks and anti-patterns -- collapsing technique, skill, and playbook into one generic "good reuse" bucket -- mistaking session themes for reusable units -- routing authored meaning into `aoa-routing` or `aoa-kag` first -- turning agent class law into a skill just because an agent repeatedly used a workflow -- promoting memory residue as if it were proof or source meaning -- over-harvesting one session into too many thin objects -- treating a transcript package or session index as the same thing as donor harvest -- minting `candidate_ref` from checkpoint or handoff hints that were never - confirmed in the reviewed artifact -- letting stale, cross-session, or diagnostic ledger residue enter the donor - packet as if it belonged to the current reviewed session -- stuffing route-forks, diagnosis, repair, or progression meaning into vague - donor notes instead of naming the next family seam explicitly -- turning donor harvest into a generic automation detector for every recurring - annoyance instead of keeping automation readiness as its own seam -- letting receipt counts masquerade as proof, progression, or routing law - -## Verification -- confirm the source artifact is reviewed and bounded -- confirm checkpoint, closeout-handoff, or ledger hints were dispositioned as - accepted, rejected, stale, cross-session, contaminated, or unresolved before - any candidate was minted from them -- confirm each kept candidate names one reusable unit rather than a topic -- confirm each accepted candidate has one primary owner layer -- confirm the nearest wrong target is rejected explicitly -- confirm `candidate_ref` was minted only for reviewed bounded units -- confirm every `candidate_ref` is supported by reviewed artifact or receipt - evidence rather than hint presence alone -- confirm any surviving checkpoint `cluster_ref` stayed linked when available -- confirm no candidate routes source-owned meaning first into derivative layers -- confirm hold and defer outcomes remain available -- confirm the output names the next artifact rather than only abstract categories -- confirm any family handoff hint is explicit rather than smuggled into the - packet as hidden policy -- confirm any `automation_candidate` names the current manual route and still - stops short of automation authority -- confirm any emitted receipt stays append-only, evidence-linked, and smaller - than the packet it summarizes -- confirm any emitted `CORE_SKILL_APPLICATION_RECEIPT` points to the matching - detail receipt and does not widen beyond one finished kernel-skill run - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0075 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/continuity/donor-harvest/session-donor-harvest/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Validation -- AOA-T-0076 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/governance/decision-routing/owner-layer-triage/TECHNIQUE.md` and sections: Intent, When to use, Outputs, Core procedure, Risks, Validation -- AOA-T-0077 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/continuity/donor-harvest/harvest-packet-contract/TECHNIQUE.md` and sections: Inputs, Outputs, Contracts, Validation - -## Adaptation points -Project overlays may add: -- local session artifact entrypoints -- local review packet templates -- repo-relative destination paths for drafted artifacts -- local stop conditions for when the result must stay `hold` -- local naming rules for donor packs and quest IDs -- local family handoff preferences when automation scan, route-forks, - diagnosis, repair, or progression surfaces exist -- local vocabulary for accepting, rejecting, or carrying checkpoint and - closeout-handoff hints without making them authoring authority - -This skill assumes the session artifact already exists. Adjacent history techniques such as session capture, transcript packaging, and local indexing remain separate neighbors rather than being reopened here. diff --git a/.agents/skills/aoa-session-donor-harvest/agents/openai.yaml b/.agents/skills/aoa-session-donor-harvest/agents/openai.yaml deleted file mode 100644 index 7240beb7..00000000 --- a/.agents/skills/aoa-session-donor-harvest/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Session Donor Harvest - short_description: Harvest reusable units from sessions - default_prompt: Use $aoa-session-donor-harvest to turn a reviewed session artifact into a HARVEST_PACKET, route each reusable unit to the right AoA owner layer, and name any explicit handoff to the next honest post-session skill. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: manual - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-session-donor-harvest/assets/large-logo.svg b/.agents/skills/aoa-session-donor-harvest/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-session-donor-harvest/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-session-donor-harvest/assets/small-logo.svg b/.agents/skills/aoa-session-donor-harvest/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-session-donor-harvest/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-session-donor-harvest/checks/review.md b/.agents/skills/aoa-session-donor-harvest/checks/review.md deleted file mode 100644 index 80abeb08..00000000 --- a/.agents/skills/aoa-session-donor-harvest/checks/review.md +++ /dev/null @@ -1,45 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing work that turns a reviewed session artifact -into a bounded `HARVEST_PACKET` with AoA owner-layer candidates and explicit -family handoff hints. - -## When it applies - -- a reviewed session, transcript, or compaction packet is being distilled after the fact -- the reviewer must check whether reusable units belong in `aoa-techniques`, `aoa-skills`, `aoa-playbooks`, `aoa-evals`, `aoa-memo`, `aoa-agents`, or should remain deferred -- the route risks collapsing source-owned meaning into derivative layers or vague "good ideas" -- the result may also need explicit automation scan, route-forks, diagnosis, progression, or - quest-triage follow-through - -## Review checklist - -- [ ] The source artifact was reviewed and bounded before harvest. -- [ ] Checkpoint notes, closeout handoffs, and ledger hints were dispositioned - before harvest as accepted, rejected, stale, cross-session, - contaminated, or unresolved. -- [ ] No `candidate_ref` was minted from a checkpoint or handoff hint unless - the reviewed artifact or receipt evidence confirmed the same reusable - unit. -- [ ] Each kept candidate names one reusable unit rather than one topic cluster. -- [ ] Each candidate has one primary owner layer. -- [ ] Each accepted candidate minted `candidate_ref` only after reviewed donor harvest. -- [ ] Any carried `cluster_ref` stayed linked instead of being treated as final object identity. -- [ ] Stale, neighboring-session, or diagnostic residue stayed out of the - current session's accepted donor candidates. -- [ ] The output names the nearest wrong target and rejects it explicitly. -- [ ] `aoa-routing` and `aoa-kag` were not treated as first authoring targets for source-owned meaning. -- [ ] `usefulness` was treated as a reuse signal, not as an owner layer. -- [ ] Weak or unclear candidates were allowed to remain `hold` instead of being forced into canon. -- [ ] The result names one concrete next artifact for each accepted candidate. -- [ ] Automation candidates, quest residue, route forks, diagnosis hints, repair follow-through, or progression follow-through were surfaced explicitly when they survived the harvest. -- [ ] Any `HARVEST_PACKET_RECEIPT` stayed evidence-linked, append-only, and smaller than the packet it summarizes. -- [ ] Any `CORE_SKILL_APPLICATION_RECEIPT` stayed generic, finish-only, and pointed back to the bounded detail receipt instead of duplicating packet meaning. - -## Not a fit - -- active sessions that still need execution or review -- raw session capture, transcript export, or local indexing work -- narrow final promotion triage for one repeated quest unit where `aoa-quest-harvest` is already the honest next step diff --git a/.agents/skills/aoa-session-donor-harvest/examples/runtime.md b/.agents/skills/aoa-session-donor-harvest/examples/runtime.md deleted file mode 100644 index 63e3f334..00000000 --- a/.agents/skills/aoa-session-donor-harvest/examples/runtime.md +++ /dev/null @@ -1,63 +0,0 @@ -# Runtime Example - -## Scenario - -A reviewed session artifact contains several potentially reusable outcomes: -1. a repeatable practice for turning raw post-session notes into a bounded donor packet -2. one bounded leaf workflow for explicit post-session harvesting by a local coding agent -3. one broader recurring rollout route that spans skill drafting, review, and later proof updates -4. one unresolved post-session branch where the next route should stay explicit -5. one repeated manual review-closeout ritual that may be ripe for automation but still needs explicit readiness classification -6. one checkpoint hint that looks relevant but must be accepted or rejected - against the reviewed artifact before it can influence candidate minting - -## Why this skill fits - -The task is no longer about executing the original work. It is about extracting reusable units from a finished session and routing each one to the correct owner layer without collapsing practice, workflow, and scenario composition into one object. - -## Expected inputs - -- reviewed session transcript or compaction note -- candidate repeat or reuse signals -- touched AoA layers -- uncertainty notes and residual boundary risk - -## Expected outputs - -- one `HARVEST_PACKET` -- one reviewed intake note that accepts, rejects, or carries checkpoint and - closeout-handoff hints before any `candidate_ref` is minted -- one reviewed accepted candidate with a minted `candidate_ref` -- one carried `cluster_ref` when the reviewed source already named it -- one candidate routed to `aoa-techniques` as reusable practice meaning -- one candidate routed to `aoa-skills` as a bounded executable leaf workflow -- one candidate routed to `aoa-playbooks` or deferred because it is route-shaped rather than skill-shaped -- one optional `automation_candidate` extract plus an explicit handoff hint to - `aoa-automation-opportunity-scan` -- one explicit rejected-nearest-wrong-target note for each accepted candidate -- one explicit handoff hint to `aoa-session-route-forks` because the session - still has more than one honest next route -- one `HARVEST_PACKET_RECEIPT` with bounded counts, owner-layer distribution, - and evidence-linked candidate refs -- one `CORE_SKILL_APPLICATION_RECEIPT` that records a finished - `aoa-session-donor-harvest` run and points back to the detail receipt - -## Boundary notes - -- Do not use this skill while the session is still active. -- Do not use this skill to turn session history directly into memory canon. -- Do not author `aoa-routing` or `aoa-kag` first when the real source-owned object has not been named yet. - -## Verification notes - -- Confirm the kept units are reusable objects rather than themes. -- Confirm checkpoint and handoff hints were filtered through reviewed evidence - instead of becoming candidates by presence alone. -- Confirm `candidate_ref` was minted only after reviewed owner-shaping. -- Confirm the chosen owner layer matches the unit shape. -- Confirm each accepted candidate names the next artifact, not only the repo. -- Confirm any post-session family handoff stays explicit. -- Confirm the finish receipt stays smaller than the packet and links evidence - instead of duplicating raw recap. -- Confirm the generic core receipt stays finish-only and references the detail - receipt instead of becoming a second donor packet. diff --git a/.agents/skills/aoa-session-donor-harvest/references/candidate-lineage-receipt-schema.yaml b/.agents/skills/aoa-session-donor-harvest/references/candidate-lineage-receipt-schema.yaml deleted file mode 100644 index f0328c87..00000000 --- a/.agents/skills/aoa-session-donor-harvest/references/candidate-lineage-receipt-schema.yaml +++ /dev/null @@ -1,59 +0,0 @@ -$schema: https://json-schema.org/draft/2020-12/schema -title: Candidate Lineage Receipt -type: object -required: - - schema_version - - receipt_kind - - cluster_ref - - candidate_ref - - owner_hypothesis - - owner_shape - - nearest_wrong_target - - status_posture - - evidence_refs - - supersedes - - merged_into - - drop_reason -properties: - schema_version: - const: aoa_candidate_lineage_receipt_v1 - receipt_kind: - const: candidate_lineage_receipt - cluster_ref: - type: - - string - - "null" - candidate_ref: - type: string - owner_hypothesis: - type: string - owner_shape: - type: string - nearest_wrong_target: - type: - - string - - "null" - status_posture: - type: string - enum: - - early - - reanchor - - thin-evidence - - stable - evidence_refs: - type: array - items: - type: string - supersedes: - type: array - items: - type: string - merged_into: - type: - - string - - "null" - drop_reason: - type: - - string - - "null" -additionalProperties: false diff --git a/.agents/skills/aoa-session-donor-harvest/references/core-skill-application-receipt-schema.yaml b/.agents/skills/aoa-session-donor-harvest/references/core-skill-application-receipt-schema.yaml deleted file mode 100644 index 107a66a5..00000000 --- a/.agents/skills/aoa-session-donor-harvest/references/core-skill-application-receipt-schema.yaml +++ /dev/null @@ -1,22 +0,0 @@ -receipt_name: CORE_SKILL_APPLICATION_RECEIPT -event_kind: core_skill_application_receipt -envelope_ref: references/stats-event-envelope.md -kernel_id: project-core-session-growth-v1 -skill_name: aoa-session-donor-harvest -required_payload_fields: - - kernel_id - - skill_name - - application_stage - - detail_event_kind - - detail_receipt_ref -optional_payload_fields: - - route_ref - - surface_detection_context -rules: - - `application_stage` must equal `finish` - - `kernel_id` must equal `project-core-session-growth-v1` - - `skill_name` must equal `aoa-session-donor-harvest` - - `detail_event_kind` must equal `harvest_packet_receipt` - - `detail_receipt_ref` must point to the bounded finish receipt for the same completed run - - include `route_ref` only when the detail receipt already names it honestly - - if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth; it must not claim non-skill activation diff --git a/.agents/skills/aoa-session-donor-harvest/references/family-shape.md b/.agents/skills/aoa-session-donor-harvest/references/family-shape.md deleted file mode 100644 index 4fcfdb6f..00000000 --- a/.agents/skills/aoa-session-donor-harvest/references/family-shape.md +++ /dev/null @@ -1,24 +0,0 @@ -# Family Shape Around `aoa-session-donor-harvest` - -Recommended relation graph: - -- `aoa-session-donor-harvest` - - authors a bounded `HARVEST_PACKET` - - filters checkpoint and closeout-handoff hints through reviewed evidence - before candidate refs exist - - may hand off to: - - `aoa-automation-opportunity-scan` - - `aoa-session-route-forks` - - `aoa-session-self-diagnose` - - `aoa-session-self-repair` - - `aoa-session-progression-lift` - - `aoa-quest-harvest` - -- `aoa-session-self-diagnose` - - may hand off to `aoa-session-self-repair` - -- `aoa-session-self-repair` - - may emit repair quests or owner-repo deltas - -This keeps the donor-harvest nucleus strong while avoiding one giant -bag-of-everything skill. diff --git a/.agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md b/.agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md deleted file mode 100644 index 6264fd70..00000000 --- a/.agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md +++ /dev/null @@ -1,56 +0,0 @@ -# Harvest Packet Contract - -Use this reference when `aoa-session-donor-harvest` needs a small but explicit -shape for the post-session packet it emits. - -## Required fields - -- `packet_version` -- `source_session_ref` -- `reviewed_artifacts` -- `candidates` -- `deferred_or_dropped` - -## Common optional fields - -- `closure_state` -- `wins` -- `frictions` -- `deferrals` -- `quest_hooks` -- `chronicle_stub` -- `fork_cards` -- `intake_hint_dispositions` -- `diagnosis` -- `repair_candidates` -- `progression` - -## Extract record expectations - -Each accepted candidate should keep: - -- `candidate_ref` -- optional `cluster_ref` -- `title` -- `kind` -- `summary` -- `owner_hypothesis` -- `owner_shape` -- `evidence_refs` -- `repeat_signal` -- `owner_repo` -- `chosen_next_surface` -- `nearest_wrong_target` -- `status_posture` -- optional `supersedes`, `merged_into`, and `drop_reason` -- optional `hint_disposition` when a checkpoint or handoff hint was accepted, - rejected, carried, or found stale before candidate minting -- optional `difficulty`, `risk`, `control_mode`, and `notes` - -## Contract rule - -The `HARVEST_PACKET` is a bounded post-session packet. -It may point at route forks, diagnosis, repair, progression, or quest follow-up, -but it must not silently replace those family seams. -Checkpoint and handoff hints may shape the packet intake, but reviewed evidence -must confirm a reusable unit before the packet mints a `candidate_ref`. diff --git a/.agents/skills/aoa-session-donor-harvest/references/harvest-packet-receipt-schema.yaml b/.agents/skills/aoa-session-donor-harvest/references/harvest-packet-receipt-schema.yaml deleted file mode 100644 index 73f342bc..00000000 --- a/.agents/skills/aoa-session-donor-harvest/references/harvest-packet-receipt-schema.yaml +++ /dev/null @@ -1,21 +0,0 @@ -receipt_name: HARVEST_PACKET_RECEIPT -event_kind: harvest_packet_receipt -envelope_ref: references/stats-event-envelope.md -required_payload_fields: - - extract_kind_counts - - owner_layer_distribution - - accepted_candidate_refs - - deferred_or_dropped_refs - - evidence_density_summary -optional_payload_fields: - - candidate_lineage_refs - - candidate_lineage_entries - - automation_candidate_present - - handoff_targets - - chosen_next_artifact_refs -rules: - - summarize the completed HARVEST_PACKET instead of duplicating its full body - - keep counts descriptive and evidence-linked rather than proof-shaped - - record only bounded candidate, lineage, or deferral refs, not raw session history - - candidate_lineage_entries may carry candidate_ref, cluster_ref, owner_hypothesis, owner_shape, nearest_wrong_target, status_posture, evidence_refs, supersedes, merged_into, and drop_reason - - candidate_lineage_entries must not carry seed_ref or object_ref; Dionysus and the final owner repo own those identities diff --git a/.agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md b/.agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md deleted file mode 100644 index 90fa6446..00000000 --- a/.agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md +++ /dev/null @@ -1,66 +0,0 @@ -# Owner Layer Map - -Use this map when `aoa-session-donor-harvest` needs a first owner recommendation. - -## First-authoring targets - -1. `aoa-techniques` - - reusable practice meaning - - patterns, mechanics, structures, and laws that travel across projects - -2. `aoa-skills` - - bounded executable leaf workflows for agents - - explicit trigger boundary, inputs, outputs, and verification path - -3. `aoa-playbooks` - - recurring multi-step scenario routes - - handoffs, fallbacks, artifacts, and re-entry logic - -4. `aoa-evals` - - proof posture, verdict logic, scoring rubrics, and bounded test/evidence surfaces - -5. `aoa-memo` - - recall, recurrence, writeback, chronicle, and memory-support patterns - -6. `aoa-agents` - - role law, orchestrator class law, handoff posture, actor boundaries - -## Family-aware routes - -- repeated reviewed quest residue - - keep the object in the session-harvest family until the remaining question - is only the final promotion verdict - - then hand off to `aoa-quest-harvest` - -- route-fork, diagnosis, repair, or progression follow-through - - keep the donor packet as the nucleus - - hand off explicitly to the next session-harvest family skill instead of - pretending the donor packet already closed the route - -## Rare or non-first routes - -- `aoa-routing` - - only after a source-owned object already exists elsewhere and the session - found a derivative dispatch or entry-surface update - -- `aoa-kag` - - not a first authoring target for source meaning; route authored meaning - first, then let substrate lifts happen later - -## Hold routes - -- `hold` - - evidence is too weak, merged, theme-only, or not yet honestly reusable - -- `keep_or_open_quest` - - the work is still exploratory or the final promotion ambiguity belongs in - `aoa-quest-harvest` - -## Wrong-first targets to reject - -- writing authored source meaning first into `aoa-routing` -- writing authored source meaning first into `aoa-kag` -- hiding role law inside a skill -- hiding scenario method inside one skill -- hiding eval doctrine inside memo -- treating one session theme as a technique diff --git a/.agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md b/.agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md deleted file mode 100644 index 9ec7b5b6..00000000 --- a/.agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md +++ /dev/null @@ -1,28 +0,0 @@ -# RPG Reflection Posture - -Session-harvest skills may emit RPG-shaped reading surfaces, but those are -reflections rather than owner-layer truth. - -## Good uses - -- quest residue -- quest hooks -- questline or campaign hint -- progression overlay -- ability unlock hint for skills -- feat hint for techniques -- chronicle stub for memo -- fork cards that read like quest-board choices - -## Bad uses - -- replacing owner-layer truth with RPG terminology -- turning every session into a campaign -- treating progression as one universal power score -- treating quest hooks as runtime state -- letting quest language overwrite proof, memory, or role contracts - -## Session-harvest rule - -A session may speak in quest and RPG language as a way of making the route -legible, but the underlying owner layer still decides what artifact is real. diff --git a/.agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md b/.agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md deleted file mode 100644 index e9cf79f5..00000000 --- a/.agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md +++ /dev/null @@ -1,39 +0,0 @@ -# Stats Event Envelope - -Use this shared envelope when the session-harvest family emits one bounded -finish receipt. - -Canonical owner: - -- `aoa-stats` owns the shared envelope and active event-kind vocabulary at - `repo:aoa-stats/schemas/stats-event-envelope.schema.json`. -- owner repos keep payload meaning in their own receipt schemas. - -## Required fields - -- `event_kind` -- `event_id` -- `observed_at` -- `run_ref` -- `session_ref` -- `actor_ref` -- `object_ref` -- `evidence_refs` -- `payload` - -## Optional fields - -- `supersedes` -- `notes` -- `owner_ref` -- `related_event_refs` - -## Rules - -- Keep receipts append-only. -- If a correction is needed, emit a new receipt and set `supersedes`. -- Link to inspectable artifacts through `evidence_refs` instead of duplicating - raw transcripts, patches, or reports. -- Keep `payload` bounded to the skill's own emitted packet or card set. -- Do not let receipt presence act as proof, routing authority, or score - authority. diff --git a/.agents/skills/aoa-session-progression-lift/SKILL.md b/.agents/skills/aoa-session-progression-lift/SKILL.md deleted file mode 100644 index eacf2354..00000000 --- a/.agents/skills/aoa-session-progression-lift/SKILL.md +++ /dev/null @@ -1,162 +0,0 @@ ---- -name: aoa-session-progression-lift -description: Lift reviewed session evidence into a bounded multi-axis progression delta with explicit unlock hints, quest reflection cues, and no fake single-score authority. Use when a reviewed session produced meaningful mastery evidence and you need progression legibility without mutating source role profiles or routing authority. Do not use when there is no reviewed evidence, when the request wants one universal power number, or when progression language is being used as hidden policy. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: evaluated - aoa_invocation_mode: explicit-only - aoa_source_skill_path: skills/core/session-growth/aoa-session-progression-lift/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0084,AOA-T-0085 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-session-progression-lift - -## Intent -Use this skill to author a `PROGRESSION_DELTA` from reviewed evidence. - -This is not score inflation. -It is an evidence-backed overlay that says what mastery axes moved, what should -hold or reanchor, what baseline the movement is compared against, and what -small unlock hints are now safer. - -## Trigger boundary -Use this skill when: -- a reviewed session generated meaningful mastery evidence -- the route needs progression legibility without mutating source role profiles -- donor harvest, checkpoint closeout, or a reviewed handoff produced provisional - axis hints that must be accepted, rejected, or carried without becoming - growth claims by themselves -- movement needs to be distinguished from first observation, stale baseline, - missing baseline, or regression against a known prior state -- quest or RPG reflection would help continuation -- the output needs to stay small, evidence-backed, and multi-axis - -Do not use this skill when: -- there is no reviewed evidence -- the only input is a checkpoint axis hint, mood note, or generated summary - that has not been reread against reviewed session evidence -- the route wants comparative movement while refusing to name a baseline or - admit that the baseline is missing, stale, or contested -- the request wants one global power number -- progression is being used as hidden routing policy -- the route is trying to mint authority rights without evidence - -## Inputs -- reviewed session artifact or harvest packet -- named evidence refs -- optional donor harvest output, checkpoint-closeout stage result, or - provisional axis hints -- current-session boundary for separating stale or neighboring evidence -- baseline ref, prior delta ref, or an explicit no-baseline marker -- relevant role or cohort context if known -- existing progression baseline if available - -## Outputs -- `PROGRESSION_DELTA` with axis movement, verdict, and optional unlock hints -- baseline posture such as `baseline_ref`, `prior_delta_ref`, - `first_observed`, `baseline_missing`, `baseline_stale`, or - `baseline_contested` -- one axis table where each meaningful axis names movement, evidence refs, - evidence posture, and any defer or no-movement reason -- optional automation-readiness hint when reviewed evidence supports it -- optional rank reflection note if evidence is strong enough -- quest hooks or chronicle stub when useful -- negative or cautionary evidence when a hold, reanchor, or downgrade is more honest than advance -- one `PROGRESSION_DELTA_RECEIPT` using `references/stats-event-envelope.md` - and `references/progression-delta-receipt-schema.yaml` -- one `CORE_SKILL_APPLICATION_RECEIPT` using - `references/core-skill-application-receipt-schema.yaml` - -## Procedure -1. collect reviewed evidence refs -2. separate confirmed current-session evidence from checkpoint hints, - closeout-handoff cues, generated summaries, stale residue, and neighboring - session evidence -3. declare the movement basis before assigning any axis movement: baseline ref, - prior delta ref, first-observed posture, missing baseline, stale baseline, or - contested baseline -4. assess movement qualitatively across `boundary_integrity`, - `execution_reliability`, `change_legibility`, `review_sharpness`, - `proof_discipline`, `provenance_hygiene`, and `deep_readiness` -5. mark each touched axis with evidence posture: `confirmed`, `contested`, - `provisional`, `stale`, `not_current_session`, or `no_movement` -6. emit a verdict: advance, hold, reanchor, or downgrade -7. when the baseline is missing, stale, or contested, avoid comparative advance - language unless a specific current-session axis has confirmed evidence and - the limitation remains visible -8. when evidence is only provisional or contested, prefer hold, reanchor, or an - explicit defer reason over invented advance -9. name small unlock hints only when evidence supports them -10. keep any automation-readiness hint small, descriptive, and non-authoritative -11. allow negative, zero, and cautionary movement -12. map ability or feat hints only as reflection, not as ownership transfer -13. hand off to `aoa-quest-harvest` only when a repeated reviewed quest unit - survives as a final promotion question; otherwise keep quest hooks as - reflection or defer them -14. emit one `PROGRESSION_DELTA_RECEIPT` when the delta closes, keeping the - receipt descriptive, evidence-linked, and smaller than the progression packet -15. when the finish path closes, emit one `CORE_SKILL_APPLICATION_RECEIPT` - that points back to the bounded progression receipt and records one - finished kernel-skill application - -## Contracts -- progression remains evidence-backed -- multi-axis only; no authoritative universal score -- movement claims must name their baseline posture; missing baseline can support - first-observed evidence notes, not fake comparative growth -- checkpoint, donor, and closeout hints may focus the review but do not become - progression claims until reviewed evidence supports them -- rank labels are descriptive, not sovereign -- unlock hints must stay reviewable and small -- progression does not replace owner-layer truth or routing authority -- progression does not greenlight automation by itself -- progression receipts stay descriptive and append-only -- generic core receipts stay subordinate to the progression receipt and do not - become progression authority -- receipt corrections use `supersedes` rather than silent overwrite - -## Risks and anti-patterns -- inventing progress from mood -- promoting checkpoint axis hints or generated summaries into movement without - reviewed evidence -- calling a first observation an improvement without naming the absent baseline -- treating absence of a problem as evidence of mastery movement -- using progression as policy -- granting authority without cited evidence -- flattening multi-axis growth into one number -- confusing quest flavor with durable proof -- treating progression hints as if they were approval or schedule rights -- treating a progression receipt as if receipt emission itself proved growth - -## Verification -- confirm all meaningful axis claims cite reviewed evidence -- confirm the delta declares baseline posture before comparative movement claims -- confirm provisional, stale, contested, and no-movement axes are marked rather - than smoothed into progress -- confirm the verdict matches the evidence -- confirm zero or negative movement remains allowed -- confirm unlock hints are small and explicit -- confirm no universal score is introduced -- confirm any emitted receipt stays multi-axis, evidence-linked, and non-sovereign -- confirm any emitted `CORE_SKILL_APPLICATION_RECEIPT` points to the - progression detail receipt and stays finish-only - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0084 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/continuity/donor-harvest/progression-evidence-lift/TECHNIQUE.md` and sections: Intent, Inputs, Outputs, Contracts, Validation -- AOA-T-0085 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/continuity/donor-harvest/multi-axis-quest-overlay/TECHNIQUE.md` and sections: Outputs, Risks, Validation - -## Adaptation points -Project overlays may add: -- local axis notes -- role-affinity hints -- local unlock classes -- local axis posture vocabulary, provided it still distinguishes confirmed - reviewed evidence from provisional or stale hints -- local baseline vocabulary, provided it still distinguishes a reviewed prior - baseline from first observation, missing baseline, stale baseline, or contested - baseline diff --git a/.agents/skills/aoa-session-progression-lift/agents/openai.yaml b/.agents/skills/aoa-session-progression-lift/agents/openai.yaml deleted file mode 100644 index bf5eefd9..00000000 --- a/.agents/skills/aoa-session-progression-lift/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Session Progression Lift - short_description: Lift reviewed progression signals - default_prompt: Use $aoa-session-progression-lift to turn reviewed session evidence into a bounded multi-axis progression delta with explicit verdicts and small unlock hints. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: manual - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-session-progression-lift/assets/large-logo.svg b/.agents/skills/aoa-session-progression-lift/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-session-progression-lift/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-session-progression-lift/assets/small-logo.svg b/.agents/skills/aoa-session-progression-lift/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-session-progression-lift/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-session-progression-lift/checks/review.md b/.agents/skills/aoa-session-progression-lift/checks/review.md deleted file mode 100644 index 2c1614a2..00000000 --- a/.agents/skills/aoa-session-progression-lift/checks/review.md +++ /dev/null @@ -1,41 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing work that turns reviewed session evidence into -one bounded `PROGRESSION_DELTA`. - -## When it applies - -- the route needs progression legibility after a reviewed session -- the reviewer must check whether movement claims stay evidence-backed, - qualitative, and multi-axis -- quest or RPG reflection is present only as adjunct reading, not authority - -## Review checklist - -- [ ] Meaningful axis claims cite reviewed evidence. -- [ ] Baseline posture is explicit before comparative movement claims. -- [ ] Checkpoint, donor, closeout, and generated hints were separated from - confirmed current-session evidence before any movement claim was written. -- [ ] The output stays multi-axis instead of collapsing into one score. -- [ ] Each meaningful axis records evidence posture such as confirmed, - contested, provisional, stale, not-current-session, or no-movement. -- [ ] The verdict matches the evidence and allows hold, reanchor, or downgrade. -- [ ] Provisional or contested evidence did not become an inflated advance. -- [ ] First-observed or missing-baseline axes were not presented as proven improvement. -- [ ] Unlock hints are small, explicit, and reviewable. -- [ ] Progression is not being used as hidden routing or policy authority. -- [ ] Quest or RPG language stays reflective rather than sovereign. -- [ ] No authority rights or status jumps were granted without evidence. -- [ ] Negative or zero movement remained available where honest. -- [ ] Quest hooks stayed reflective unless one repeated reviewed quest unit was - ready for `aoa-quest-harvest`. -- [ ] Any `PROGRESSION_DELTA_RECEIPT` stayed multi-axis, evidence-linked, and non-sovereign. -- [ ] Any `CORE_SKILL_APPLICATION_RECEIPT` pointed to the progression detail receipt and stayed generic finish telemetry only. - -## Not a fit - -- routes with no reviewed evidence -- requests for one universal power number -- attempts to mint authority rights through flavor instead of proof diff --git a/.agents/skills/aoa-session-progression-lift/examples/runtime.md b/.agents/skills/aoa-session-progression-lift/examples/runtime.md deleted file mode 100644 index c707ca99..00000000 --- a/.agents/skills/aoa-session-progression-lift/examples/runtime.md +++ /dev/null @@ -1,55 +0,0 @@ -# Runtime Example - -## Scenario - -A reviewed session did not just produce reusable artifacts. -It also showed cleaner boundary discipline, sharper review posture, and one safe -unlock hint for how the next session-harvest move could widen. -The checkpoint note also contains two provisional axis hints that need review: -one is confirmed by the session artifact, and one is carried as no movement. -The prior delta exists for two axes, while one new axis is only first-observed. - -## Why this skill fits - -The next honest output is a small evidence-backed progression overlay, not one -more owner-layer routing pass and not one fake universal score. - -## Expected inputs - -- reviewed session artifact or harvest packet -- named evidence refs -- role or cohort context if known -- any current progression baseline if one exists - -## Expected outputs - -- one `PROGRESSION_DELTA` -- baseline posture before any comparative movement claim -- qualitative axis movement -- evidence posture for each meaningful axis, including confirmed and - no-movement rows where appropriate -- one verdict such as advance, hold, reanchor, or downgrade -- optional unlock hints, quest hooks, or chronicle stub -- one `PROGRESSION_DELTA_RECEIPT` with axis delta summary, verdict, and any - caution refs -- one `CORE_SKILL_APPLICATION_RECEIPT` that records the finished - `aoa-session-progression-lift` run and points back to the detail receipt - -## Boundary notes - -- Do not use this skill without reviewed evidence. -- Do not turn progression into routing authority. -- Do not flatten multi-axis growth into one number. - -## Verification notes - -- Confirm meaningful claims cite evidence. -- Confirm baseline posture is named before comparative movement. -- Confirm provisional checkpoint or closeout hints did not become growth claims - without reviewed support. -- Confirm negative or zero movement remains possible. -- Confirm unlock hints stay small and explicit. -- Confirm the finish receipt stays multi-axis and does not collapse movement - into a universal score. -- Confirm the generic core receipt points back to the progression receipt and - does not become progression authority. diff --git a/.agents/skills/aoa-session-progression-lift/references/core-skill-application-receipt-schema.yaml b/.agents/skills/aoa-session-progression-lift/references/core-skill-application-receipt-schema.yaml deleted file mode 100644 index 903407de..00000000 --- a/.agents/skills/aoa-session-progression-lift/references/core-skill-application-receipt-schema.yaml +++ /dev/null @@ -1,22 +0,0 @@ -receipt_name: CORE_SKILL_APPLICATION_RECEIPT -event_kind: core_skill_application_receipt -envelope_ref: references/stats-event-envelope.md -kernel_id: project-core-session-growth-v1 -skill_name: aoa-session-progression-lift -required_payload_fields: - - kernel_id - - skill_name - - application_stage - - detail_event_kind - - detail_receipt_ref -optional_payload_fields: - - route_ref - - surface_detection_context -rules: - - `application_stage` must equal `finish` - - `kernel_id` must equal `project-core-session-growth-v1` - - `skill_name` must equal `aoa-session-progression-lift` - - `detail_event_kind` must equal `progression_delta_receipt` - - `detail_receipt_ref` must point to the bounded finish receipt for the same completed run - - include `route_ref` only when the detail receipt already names it honestly - - if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth; it must not claim non-skill activation diff --git a/.agents/skills/aoa-session-progression-lift/references/progression-axes.md b/.agents/skills/aoa-session-progression-lift/references/progression-axes.md deleted file mode 100644 index c1df7bba..00000000 --- a/.agents/skills/aoa-session-progression-lift/references/progression-axes.md +++ /dev/null @@ -1,44 +0,0 @@ -# Progression Axes - -Use qualitative movement and named evidence across these axes: - -- `boundary_integrity` -- `execution_reliability` -- `change_legibility` -- `review_sharpness` -- `proof_discipline` -- `provenance_hygiene` -- `deep_readiness` - -Avoid one universal score. -Keep movement reviewable, evidence-backed, and small. - -## Baseline posture - -Before naming movement, record how comparison is grounded: - -- `baseline_ref` -- `prior_delta_ref` -- `first_observed` -- `baseline_missing` -- `baseline_stale` -- `baseline_contested` - -When the baseline is missing, stale, or contested, prefer first-observed, -hold, reanchor, or defer language over broad comparative advance. - -## Evidence posture - -For each meaningful axis, record one posture: - -- `confirmed` -- `contested` -- `provisional` -- `stale` -- `not_current_session` -- `no_movement` - -Only `confirmed` evidence can support advance. `contested` and `provisional` -evidence usually become hold, reanchor, or defer. `stale` and -`not_current_session` evidence should stay out of the current delta except as a -caution. diff --git a/.agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml b/.agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml deleted file mode 100644 index 7726647c..00000000 --- a/.agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml +++ /dev/null @@ -1,20 +0,0 @@ -receipt_name: PROGRESSION_DELTA_RECEIPT -event_kind: progression_delta_receipt -envelope_ref: references/stats-event-envelope.md -required_payload_fields: - - scope_ref - - baseline_posture - - axis_delta_summary - - axis_evidence_posture - - verdict -optional_payload_fields: - - caution_refs - - unlock_hint_refs - - automation_readiness_hint - - deferred_axis_refs -rules: - - keep the receipt multi-axis and descriptive rather than score-shaped - - baseline posture must stay visible before comparative movement is claimed - - checkpoint, donor, closeout, and generated hints must not appear as confirmed movement unless reviewed evidence supports them - - allow hold, reanchor, or downgrade without treating receipt emission as progress by itself - - keep automation hints advisory and non-authoritative diff --git a/.agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md b/.agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md deleted file mode 100644 index e9cf79f5..00000000 --- a/.agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md +++ /dev/null @@ -1,39 +0,0 @@ -# Stats Event Envelope - -Use this shared envelope when the session-harvest family emits one bounded -finish receipt. - -Canonical owner: - -- `aoa-stats` owns the shared envelope and active event-kind vocabulary at - `repo:aoa-stats/schemas/stats-event-envelope.schema.json`. -- owner repos keep payload meaning in their own receipt schemas. - -## Required fields - -- `event_kind` -- `event_id` -- `observed_at` -- `run_ref` -- `session_ref` -- `actor_ref` -- `object_ref` -- `evidence_refs` -- `payload` - -## Optional fields - -- `supersedes` -- `notes` -- `owner_ref` -- `related_event_refs` - -## Rules - -- Keep receipts append-only. -- If a correction is needed, emit a new receipt and set `supersedes`. -- Link to inspectable artifacts through `evidence_refs` instead of duplicating - raw transcripts, patches, or reports. -- Keep `payload` bounded to the skill's own emitted packet or card set. -- Do not let receipt presence act as proof, routing authority, or score - authority. diff --git a/.agents/skills/aoa-session-route-forks/SKILL.md b/.agents/skills/aoa-session-route-forks/SKILL.md deleted file mode 100644 index ca68f992..00000000 --- a/.agents/skills/aoa-session-route-forks/SKILL.md +++ /dev/null @@ -1,117 +0,0 @@ ---- -name: aoa-session-route-forks -description: Turn reviewed session evidence into explicit next-route forks with likely gains, costs, risks, owner targets, and stop conditions so continuation stays legible instead of buried in chat memory. Use when a reviewed session ended with several plausible next moves and you need visible branch choices rather than a hidden recommendation. Do not use when there is only one obvious next move, when donor harvest still has not happened, or when the real question is final promotion of one repeated quest unit. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: evaluated - aoa_invocation_mode: explicit-only - aoa_source_skill_path: skills/core/session-growth/aoa-session-route-forks/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0078,AOA-T-0079 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-session-route-forks - -## Intent -Use this skill to author `FORK_CARDS` from a reviewed session. - -The goal is not prediction theater. -The goal is legible choice architecture: what routes exist, why each route -matters, what each one likely costs, and where each route probably lands first. - -## Trigger boundary -Use this skill when: -- a reviewed session ended with multiple plausible next moves -- the operator or local coding agent needs explicit branch choices instead of a buried recommendation -- the next route may change owner repo, risk posture, or difficulty posture -- the choice may include staying manual, becoming a bounded skill, becoming a playbook automation seed candidate, or waiting for prerequisite repair -- the session needs quest-board legibility without pretending to be runtime state - -Do not use this skill when: -- there is only one obvious next bounded move -- one bounded child route is already chosen, anchored, and output-named; use `aoa-summon` for the launch gate instead -- the session still needs first-pass donor harvest -- the question is final promotion of a repeated quest unit -- the route needs scenario canon immediately rather than branch analysis - -## Inputs -- reviewed session artifact or harvest packet -- candidate next routes -- known risks, dependencies, and blockers -- desired control mode or approval posture -- operator preference if already named - -## Outputs -- `FORK_CARDS` with likely gain, cost, risk, owner repo, and stop conditions -- one suggested default route if evidence is strong enough -- one explicit hold or defer option when honest uncertainty remains -- optional automation and non-automation branches side by side when that choice - is real -- optional quest hooks or campaign hints without runtime authority -- one `DECISION_FORK_RECEIPT` using `references/stats-event-envelope.md` and - `references/decision-fork-receipt-schema.yaml` -- one `CORE_SKILL_APPLICATION_RECEIPT` using - `references/core-skill-application-receipt-schema.yaml` - -## Procedure -1. start from reviewed evidence rather than free speculation -2. separate materially different branches instead of cosmetic variants -3. name the likely first owner repo for each branch -4. state likely gains, likely costs, likely risks, and stop conditions -5. attach a small route passport with difficulty, risk, control mode, and delegate tier -6. allow automation and non-automation branches to appear side by side when the reviewed evidence supports a real choice between them -7. when one branch becomes an anchored child-route candidate, stop at fork evidence and hand the launch gate to `aoa-summon` -8. preserve a hold or reanchor path where uncertainty or risk remains meaningful -9. emit quest-board-readable language only as adjunct reflection -10. emit one `DECISION_FORK_RECEIPT` when the fork set closes, keeping the - receipt smaller than the branch cards themselves -11. when the finish path closes, emit one `CORE_SKILL_APPLICATION_RECEIPT` - that points back to the bounded fork receipt and records one finished - kernel-skill application only - -## Contracts -- branch cards do not become routing authority -- fork analysis must stay evidence-backed -- confidence should be named when weak -- stop conditions are first-class, not footnotes -- a fork card may recommend but must not hide alternatives -- automation-shaped branches must not be read as schedule authority -- child-route-shaped branches must not launch from fork analysis; `aoa-summon` owns that gate after anchor, outputs, and passport are clear -- `DECISION_FORK_RECEIPT` is descriptive branch telemetry, not routing policy -- `CORE_SKILL_APPLICATION_RECEIPT` is generic kernel telemetry, not branch - policy or route choice authority -- receipt corrections use `supersedes` rather than silent overwrite - -## Risks and anti-patterns -- fake certainty about future routes -- using fork cards as hidden routing policy -- collapsing all branches into one generic recommendation -- confusing playbook outline with branch analysis -- confusing an automation seed candidate with a live scheduler or background job -- treating quest-board cards as runtime state -- treating branch receipts as if they already chose the route - -## Verification -- confirm each branch differs materially -- confirm likely owner repo is named -- confirm at least one cost or risk is explicit -- confirm stop conditions exist for risky branches -- confirm hold or defer remains possible when uncertainty is real -- confirm selected child-route work is routed to `aoa-summon` rather than launched from fork cards -- confirm any emitted receipt stays evidence-linked and subordinate to the fork cards -- confirm any emitted `CORE_SKILL_APPLICATION_RECEIPT` points to the fork - detail receipt and stays finish-only - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0078 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/governance/decision-routing/decision-fork-cards/TECHNIQUE.md` and sections: Intent, Inputs, Outputs, Core procedure, Validation -- AOA-T-0079 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/governance/decision-routing/risk-passport-lift/TECHNIQUE.md` and sections: Outputs, Contracts, Risks, Validation - -## Adaptation points -Project overlays may add: -- local control-mode labels -- local delegate tiers or approval classes -- repo-specific route passports diff --git a/.agents/skills/aoa-session-route-forks/agents/openai.yaml b/.agents/skills/aoa-session-route-forks/agents/openai.yaml deleted file mode 100644 index 191ccd07..00000000 --- a/.agents/skills/aoa-session-route-forks/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Session Route Forks - short_description: Make next-route forks explicit - default_prompt: Use $aoa-session-route-forks to turn a reviewed session or harvest packet into explicit fork cards with likely gains, costs, risks, owner targets, and stop conditions. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: manual - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-session-route-forks/assets/large-logo.svg b/.agents/skills/aoa-session-route-forks/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-session-route-forks/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-session-route-forks/assets/small-logo.svg b/.agents/skills/aoa-session-route-forks/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-session-route-forks/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-session-route-forks/checks/review.md b/.agents/skills/aoa-session-route-forks/checks/review.md deleted file mode 100644 index 1df337fd..00000000 --- a/.agents/skills/aoa-session-route-forks/checks/review.md +++ /dev/null @@ -1,35 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing work that turns one reviewed session or -harvest packet into explicit next-route forks. - -## When it applies - -- several plausible next routes remain after a reviewed session -- the reviewer must check whether the branch cards are evidence-backed and - materially different -- the route needs visible stop conditions and owner targets instead of one - hidden recommendation - -## Review checklist - -- [ ] The source artifact was reviewed and bounded before fork analysis. -- [ ] Each branch differs materially rather than cosmetically. -- [ ] Each branch names a likely first owner repo. -- [ ] Each branch names a likely gain, cost, and risk. -- [ ] Risky or expensive branches include explicit stop conditions. -- [ ] Hold, defer, or reanchor remains available when uncertainty is real. -- [ ] A single selected child route was not launched from the fork cards; if it is anchored and output-named, it was routed to `aoa-summon`. -- [ ] Quest-board language stays reflective rather than authoritative. -- [ ] `aoa-routing` and `aoa-kag` were not treated as first-authoring targets. -- [ ] Any `DECISION_FORK_RECEIPT` stayed evidence-linked and subordinate to the fork cards. -- [ ] Any `CORE_SKILL_APPLICATION_RECEIPT` pointed to the fork detail receipt and stayed generic finish telemetry rather than route authority. - -## Not a fit - -- sessions that still need first-pass donor harvest -- routes with only one obvious next bounded move -- single anchored child-route launches that belong to `aoa-summon` -- final promotion triage for one repeated quest unit diff --git a/.agents/skills/aoa-session-route-forks/examples/runtime.md b/.agents/skills/aoa-session-route-forks/examples/runtime.md deleted file mode 100644 index 17329778..00000000 --- a/.agents/skills/aoa-session-route-forks/examples/runtime.md +++ /dev/null @@ -1,53 +0,0 @@ -# Runtime Example - -## Scenario - -A reviewed session has already produced a donor packet, but three honest next -routes remain: -1. deepen the donor-harvest nucleus -2. add a new sibling skill for route choice -3. defer the family split and keep the work as one bounded owner-repo change - -## Why this skill fits - -The surviving problem is not donor extraction anymore. -It is explicit branch analysis across several plausible next routes with -different gains, costs, and risks. - -## Expected inputs - -- reviewed session artifact or harvest packet -- named next-route candidates -- known risks and dependencies -- desired control mode or operator preference if already known - -## Expected outputs - -- `FORK_CARDS` for each materially different route -- one likely first owner repo for each branch -- one suggested default route if the evidence is strong enough -- one hold or defer option if uncertainty remains meaningful -- one `DECISION_FORK_RECEIPT` with branch ids, risk posture, and stop-condition refs -- one `CORE_SKILL_APPLICATION_RECEIPT` that records the finished - `aoa-session-route-forks` run and points back to the detail receipt - -## Boundary notes - -- Do not use this skill before donor harvest exists. -- Do not use this skill as hidden routing policy. -- Do not launch a child route from the cards; once one branch is selected, - anchored, and output-named, use `aoa-summon`. -- Do not confuse branch analysis with final promotion triage. -- Treat historical fixture suffixes such as wave labels as lineage only. Skill - output should use stable names like `FORK_CARDS`, - `DECISION_FORK_RECEIPT`, and `CORE_SKILL_APPLICATION_RECEIPT`. - -## Verification notes - -- Confirm each branch is materially distinct. -- Confirm costs, risks, and stop conditions are visible. -- Confirm the cards preserve choice rather than erase alternatives. -- Confirm the finish receipt stays descriptive rather than pretending the route - is already chosen by policy. -- Confirm the generic core receipt stays separate from route authority and - references the detail receipt. diff --git a/.agents/skills/aoa-session-route-forks/references/core-skill-application-receipt-schema.yaml b/.agents/skills/aoa-session-route-forks/references/core-skill-application-receipt-schema.yaml deleted file mode 100644 index d5943f8e..00000000 --- a/.agents/skills/aoa-session-route-forks/references/core-skill-application-receipt-schema.yaml +++ /dev/null @@ -1,22 +0,0 @@ -receipt_name: CORE_SKILL_APPLICATION_RECEIPT -event_kind: core_skill_application_receipt -envelope_ref: references/stats-event-envelope.md -kernel_id: project-core-session-growth-v1 -skill_name: aoa-session-route-forks -required_payload_fields: - - kernel_id - - skill_name - - application_stage - - detail_event_kind - - detail_receipt_ref -optional_payload_fields: - - route_ref - - surface_detection_context -rules: - - `application_stage` must equal `finish` - - `kernel_id` must equal `project-core-session-growth-v1` - - `skill_name` must equal `aoa-session-route-forks` - - `detail_event_kind` must equal `decision_fork_receipt` - - `detail_receipt_ref` must point to the bounded finish receipt for the same completed run - - include `route_ref` only when the detail receipt already names it honestly - - if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth; it must not claim non-skill activation diff --git a/.agents/skills/aoa-session-route-forks/references/decision-fork-receipt-schema.yaml b/.agents/skills/aoa-session-route-forks/references/decision-fork-receipt-schema.yaml deleted file mode 100644 index 0bbed42f..00000000 --- a/.agents/skills/aoa-session-route-forks/references/decision-fork-receipt-schema.yaml +++ /dev/null @@ -1,18 +0,0 @@ -receipt_name: DECISION_FORK_RECEIPT -event_kind: decision_fork_receipt -envelope_ref: references/stats-event-envelope.md -required_payload_fields: - - branch_ids - - suggested_default_branch - - predicted_gain_posture - - predicted_cost_posture - - predicted_risk_posture -optional_payload_fields: - - chosen_branch - - stop_condition_refs - - realized_outcome_refs - - owner_targets -rules: - - summarize the completed fork set instead of replacing the branch cards - - keep gain, cost, and risk posture descriptive rather than predictive theater - - preserve hold or defer posture when no branch should be treated as final authority diff --git a/.agents/skills/aoa-session-route-forks/references/stats-event-envelope.md b/.agents/skills/aoa-session-route-forks/references/stats-event-envelope.md deleted file mode 100644 index e9cf79f5..00000000 --- a/.agents/skills/aoa-session-route-forks/references/stats-event-envelope.md +++ /dev/null @@ -1,39 +0,0 @@ -# Stats Event Envelope - -Use this shared envelope when the session-harvest family emits one bounded -finish receipt. - -Canonical owner: - -- `aoa-stats` owns the shared envelope and active event-kind vocabulary at - `repo:aoa-stats/schemas/stats-event-envelope.schema.json`. -- owner repos keep payload meaning in their own receipt schemas. - -## Required fields - -- `event_kind` -- `event_id` -- `observed_at` -- `run_ref` -- `session_ref` -- `actor_ref` -- `object_ref` -- `evidence_refs` -- `payload` - -## Optional fields - -- `supersedes` -- `notes` -- `owner_ref` -- `related_event_refs` - -## Rules - -- Keep receipts append-only. -- If a correction is needed, emit a new receipt and set `supersedes`. -- Link to inspectable artifacts through `evidence_refs` instead of duplicating - raw transcripts, patches, or reports. -- Keep `payload` bounded to the skill's own emitted packet or card set. -- Do not let receipt presence act as proof, routing authority, or score - authority. diff --git a/.agents/skills/aoa-session-self-diagnose/SKILL.md b/.agents/skills/aoa-session-self-diagnose/SKILL.md deleted file mode 100644 index 52b8a0ea..00000000 --- a/.agents/skills/aoa-session-self-diagnose/SKILL.md +++ /dev/null @@ -1,121 +0,0 @@ ---- -name: aoa-session-self-diagnose -description: Classify drift, friction, proof gaps, ownership confusion, and repeated failure patterns from a reviewed session into a bounded diagnosis packet without mutating anything yet. Use when the next honest move is diagnosis before repair and the reviewed material points to repeated contradictions, blockers, or boundary blur. Do not use for live sessions, for issues that are already fully diagnosed, or when the real task is final quest-promotion triage. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: evaluated - aoa_invocation_mode: explicit-only - aoa_source_skill_path: skills/core/session-growth/aoa-session-self-diagnose/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0080,AOA-T-0081 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-session-self-diagnose - -## Intent -Use this skill to turn a reviewed session into a `DIAGNOSIS_PACKET`. - -It should answer: what drifted, what hurt, what boundary blurred, what proof is -missing, what is only a hypothesis, and what repair shape is most plausible. - -## Trigger boundary -Use this skill when: -- a reviewed session contains repeated friction, contradiction, or drift -- the next honest move is diagnosis before repair -- boundary confusion or missing proof may be more important than immediate output production -- blocked automation readiness may need root-cause classification before any automation claim becomes honest -- the same class of problem may be appearing across sessions -- checkpoint, closeout, generated, or earlier-session hints suggest a problem but must be reread against reviewed evidence before becoming diagnosis - -Do not use this skill when: -- the session is still live -- the issue is already fully diagnosed and only needs repair execution -- the material is a celebration recap with no meaningful friction -- the route is actually a single quest-promotion decision -- the only input is an unreviewed checkpoint note, live frustration, generated summary, or stale neighboring-session hint - -## Inputs -- reviewed session artifact or harvest packet -- observed frictions, failures, or contradictions -- relevant owner layers and touched repos -- previous related session evidence if available -- checkpoint, closeout, generated, or earlier-session hints clearly marked as hints, not diagnosis evidence -- known stale, contested, or missing evidence refs - -## Outputs -- `DIAGNOSIS_PACKET` with drift types, symptoms, probable causes, repair shapes, and owner hints -- evidence posture for each meaningful symptom and probable cause, such as reviewed symptom, reviewed inference, provisional hint, contested evidence, stale evidence, or unknown -- severity or urgency notes when evidence supports them -- explicit unknowns when diagnosis remains incomplete -- optional blocked-automation findings such as unstable inputs, hidden approval, - rollback gaps, or secret coupling -- optional handoff to `aoa-session-self-repair` -- one `DIAGNOSIS_PACKET_RECEIPT` using - `references/stats-event-envelope.md` and - `references/diagnosis-packet-receipt-schema.yaml` -- one `CORE_SKILL_APPLICATION_RECEIPT` using - `references/core-skill-application-receipt-schema.yaml` - -## Procedure -1. gather reviewed symptoms and evidence refs, separating confirmed session evidence from checkpoint hints, closeout cues, generated summaries, stale evidence, or neighboring-session echoes -2. separate symptom from probable cause and assign an evidence posture before naming any cause as likely -3. classify drift types such as boundary drift, proof debt, role leakage, memory contamination, route collapse, compaction damage, or repeated blocker patterns -4. pair each probable cause with either supporting refs, disconfirming refs, or an explicit unknown; when evidence is thin, keep the cause as a provisional hypothesis -5. call out blocked automation causes when the route looks repetitive but still fails readiness because of unstable inputs, hidden authority, weak rollback posture, or secret coupling -6. map each diagnosis toward the likely owner layer without turning owner hints into final authority -7. suggest a repair shape without silently performing it -8. preserve unknowns where evidence does not justify stronger claims -9. emit one bounded `DIAGNOSIS_PACKET_RECEIPT` when the diagnosis packet - closes, keeping the payload smaller than the diagnosis itself -10. when the finish path closes, emit one `CORE_SKILL_APPLICATION_RECEIPT` - that points back to the bounded detail receipt and records one finished - kernel-skill application - -## Contracts -- diagnosis is read-only -- one odd anecdote is not enough for structural certainty -- probable cause must remain probabilistic when evidence is thin -- evidence posture must stay visible when a claim comes from a hint, stale source, generated summary, or contested evidence -- owner hints must not override owner-layer law -- no hidden mutation or silent patching -- diagnosis does not grant automation readiness by itself -- the receipt remains descriptive and cannot become proof or repair authority -- the generic core receipt remains subordinate to the diagnosis receipt and - cannot become diagnosis, proof, or repair authority -- receipt corrections use `supersedes` rather than silent overwrite - -## Risks and anti-patterns -- mistaking symptom for cause -- using vague vibes as diagnosis -- smuggling repair work into diagnosis -- turning every inconvenience into a system flaw -- blaming one owner layer for a cross-layer issue -- treating automation frustration as if it automatically proved readiness -- treating a checkpoint hint, stale note, or generated summary as reviewed diagnosis evidence -- presenting probable cause as settled root cause without enough evidence posture -- letting a diagnosis receipt read like a final blame or repair verdict - -## Verification -- confirm each diagnosis cites evidence refs -- confirm symptoms and causes are separated -- confirm each meaningful probable cause carries an evidence posture and does not outrun its evidence -- confirm a likely owner layer is named -- confirm unknowns are preserved where needed -- confirm no mutation happened -- confirm any emitted receipt stays evidence-linked and smaller than the diagnosis packet -- confirm any emitted `CORE_SKILL_APPLICATION_RECEIPT` points to the detail - diagnosis receipt and stays finish-only - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0080 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/recovery/diagnosis-repair/session-drift-taxonomy/TECHNIQUE.md` and sections: Intent, Outputs, Risks, Validation -- AOA-T-0081 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/recovery/diagnosis-repair/diagnosis-from-reviewed-evidence/TECHNIQUE.md` and sections: Intent, Inputs, Outputs, Core procedure, Contracts, Validation - -## Adaptation points -Project overlays may add: -- local drift taxonomies -- repo-specific failure classes -- severity bands diff --git a/.agents/skills/aoa-session-self-diagnose/agents/openai.yaml b/.agents/skills/aoa-session-self-diagnose/agents/openai.yaml deleted file mode 100644 index 33cf95fd..00000000 --- a/.agents/skills/aoa-session-self-diagnose/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Session Self Diagnose - short_description: Diagnose reviewed session drift - default_prompt: Use $aoa-session-self-diagnose to turn reviewed session evidence into a diagnosis packet with drift types, symptoms, probable causes, repair shapes, and owner hints. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: manual - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-session-self-diagnose/assets/large-logo.svg b/.agents/skills/aoa-session-self-diagnose/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-session-self-diagnose/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-session-self-diagnose/assets/small-logo.svg b/.agents/skills/aoa-session-self-diagnose/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-session-self-diagnose/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-session-self-diagnose/checks/review.md b/.agents/skills/aoa-session-self-diagnose/checks/review.md deleted file mode 100644 index 0647da11..00000000 --- a/.agents/skills/aoa-session-self-diagnose/checks/review.md +++ /dev/null @@ -1,35 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing work that turns one reviewed session into a -bounded `DIAGNOSIS_PACKET`. - -## When it applies - -- the route needs diagnosis before repair -- repeated friction, contradiction, proof debt, or boundary drift survived the - reviewed session -- the reviewer must check whether symptoms, causes, and owner hints stayed - separate and honest - -## Review checklist - -- [ ] The source artifact was reviewed and bounded before diagnosis. -- [ ] Each diagnosis cites concrete evidence refs. -- [ ] Symptoms and probable causes stay separate. -- [ ] Probable causes remain probabilistic when evidence is thin. -- [ ] Each meaningful symptom and probable cause carries an evidence posture such as reviewed symptom, reviewed inference, provisional hint, contested evidence, stale evidence, or unknown. -- [ ] Checkpoint, closeout, generated, or stale hints were not treated as settled diagnosis evidence. -- [ ] A likely owner layer is named without pretending the verdict is already final. -- [ ] Unknowns are preserved where evidence is incomplete. -- [ ] No hidden mutation or silent repair happened. -- [ ] Cross-layer issues are not lazily blamed on one convenient owner. -- [ ] Any `DIAGNOSIS_PACKET_RECEIPT` stayed evidence-linked and descriptive rather than blame-shaped. -- [ ] Any `CORE_SKILL_APPLICATION_RECEIPT` pointed to the detail diagnosis receipt and stayed generic finish telemetry only. - -## Not a fit - -- live or unreviewed sessions -- issues that are already fully diagnosed and only need repair execution -- single promotion verdict questions that belong to `aoa-quest-harvest` diff --git a/.agents/skills/aoa-session-self-diagnose/examples/runtime.md b/.agents/skills/aoa-session-self-diagnose/examples/runtime.md deleted file mode 100644 index e5a49d02..00000000 --- a/.agents/skills/aoa-session-self-diagnose/examples/runtime.md +++ /dev/null @@ -1,50 +0,0 @@ -# Runtime Example - -## Scenario - -A reviewed session repeatedly mixed technique language with skill language, -lost proof boundaries during recap, and kept reopening the same ownership -confusion in follow-up steps. - -## Why this skill fits - -The next honest move is not immediate repair or promotion. -It is a bounded read-only diagnosis pass that separates symptoms from probable -causes and names the likely owner layers involved. - -## Expected inputs - -- reviewed session artifact or harvest packet -- observed frictions, contradictions, or failures -- touched owner layers and repos -- any earlier related evidence if available -- checkpoint, closeout, generated, or earlier-session hints marked as hints - -## Expected outputs - -- one `DIAGNOSIS_PACKET` -- named drift types, symptoms, probable causes, and repair shapes -- evidence posture for each meaningful symptom and probable cause -- owner hints and explicit unknowns -- optional handoff to `aoa-session-self-repair` -- one `DIAGNOSIS_PACKET_RECEIPT` that records diagnosis types, confidence - band, and evidence-linked owner hints -- one `CORE_SKILL_APPLICATION_RECEIPT` that records the finished - `aoa-session-self-diagnose` run and points back to the detail receipt - -## Boundary notes - -- Do not use this skill for live-session debugging. -- Do not perform the repair inside the diagnosis pass. -- Do not turn one anecdote into structural certainty. - -## Verification notes - -- Confirm the diagnosis cites evidence. -- Confirm symptoms and causes are separated. -- Confirm likely causes do not outrun their evidence posture. -- Confirm unknowns stay visible where evidence is weak. -- Confirm the finish receipt stays smaller than the diagnosis packet and does - not read like a final repair verdict. -- Confirm the generic core receipt points back to the diagnosis receipt and - does not claim repair or proof authority. diff --git a/.agents/skills/aoa-session-self-diagnose/references/core-skill-application-receipt-schema.yaml b/.agents/skills/aoa-session-self-diagnose/references/core-skill-application-receipt-schema.yaml deleted file mode 100644 index 143a49bc..00000000 --- a/.agents/skills/aoa-session-self-diagnose/references/core-skill-application-receipt-schema.yaml +++ /dev/null @@ -1,22 +0,0 @@ -receipt_name: CORE_SKILL_APPLICATION_RECEIPT -event_kind: core_skill_application_receipt -envelope_ref: references/stats-event-envelope.md -kernel_id: project-core-session-growth-v1 -skill_name: aoa-session-self-diagnose -required_payload_fields: - - kernel_id - - skill_name - - application_stage - - detail_event_kind - - detail_receipt_ref -optional_payload_fields: - - route_ref - - surface_detection_context -rules: - - `application_stage` must equal `finish` - - `kernel_id` must equal `project-core-session-growth-v1` - - `skill_name` must equal `aoa-session-self-diagnose` - - `detail_event_kind` must equal `diagnosis_packet_receipt` - - `detail_receipt_ref` must point to the bounded finish receipt for the same completed run - - include `route_ref` only when the detail receipt already names it honestly - - if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth; it must not claim non-skill activation diff --git a/.agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml b/.agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml deleted file mode 100644 index 18a783b6..00000000 --- a/.agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml +++ /dev/null @@ -1,23 +0,0 @@ -receipt_name: DIAGNOSIS_PACKET_RECEIPT -event_kind: diagnosis_packet_receipt -envelope_ref: references/stats-event-envelope.md -required_payload_fields: - - skill_name - - result_kind - - diagnosis_types - - symptom_refs - - probable_cause_hypotheses - - confidence_band - - evidence_posture - - owner_hints -optional_payload_fields: - - route_ref - - blocked_automation_causes - - repair_handoff - - unknowns -rules: - - set `skill_name` to `aoa-session-self-diagnose` - - set `result_kind` to `diagnosis_packet` - - keep probable causes probabilistic when evidence is thin - - '`evidence_posture` must separate reviewed symptoms, reviewed inferences, provisional hints, contested evidence, stale evidence, and unknowns' - - checkpoint, closeout, generated, or stale hints must not appear as settled diagnosis evidence diff --git a/.agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md b/.agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md deleted file mode 100644 index e9cf79f5..00000000 --- a/.agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md +++ /dev/null @@ -1,39 +0,0 @@ -# Stats Event Envelope - -Use this shared envelope when the session-harvest family emits one bounded -finish receipt. - -Canonical owner: - -- `aoa-stats` owns the shared envelope and active event-kind vocabulary at - `repo:aoa-stats/schemas/stats-event-envelope.schema.json`. -- owner repos keep payload meaning in their own receipt schemas. - -## Required fields - -- `event_kind` -- `event_id` -- `observed_at` -- `run_ref` -- `session_ref` -- `actor_ref` -- `object_ref` -- `evidence_refs` -- `payload` - -## Optional fields - -- `supersedes` -- `notes` -- `owner_ref` -- `related_event_refs` - -## Rules - -- Keep receipts append-only. -- If a correction is needed, emit a new receipt and set `supersedes`. -- Link to inspectable artifacts through `evidence_refs` instead of duplicating - raw transcripts, patches, or reports. -- Keep `payload` bounded to the skill's own emitted packet or card set. -- Do not let receipt presence act as proof, routing authority, or score - authority. diff --git a/.agents/skills/aoa-session-self-repair/SKILL.md b/.agents/skills/aoa-session-self-repair/SKILL.md deleted file mode 100644 index e5ce63a1..00000000 --- a/.agents/skills/aoa-session-self-repair/SKILL.md +++ /dev/null @@ -1,121 +0,0 @@ ---- -name: aoa-session-self-repair -description: Turn a reviewed diagnosis packet into the smallest honest repair packet with checkpoint posture, rollback markers, health checks, and explicit owner-layer targets instead of silent self-mutation. Use when diagnosis already exists and the next honest move is a bounded repair plan or repair-ready packet. Do not use without a reviewed diagnosis, for playbook-scale rollout work, or for vague self-improvement rhetoric with no bounded target. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: evaluated - aoa_invocation_mode: explicit-only - aoa_source_skill_path: skills/core/session-growth/aoa-session-self-repair/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0082,AOA-T-0083 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-session-self-repair - -## Intent -Use this skill to author a bounded `REPAIR_PACKET`. - -The repair packet should be small, explicit, reversible where needed, and -aligned with checkpoint posture before any important system surface is changed. -It should also say whether the repair is only proposed, prepared, executing, -verified, blocked, or handed off. - -## Trigger boundary -Use this skill when: -- a reviewed diagnosis already exists -- the next honest move is a bounded repair plan or repair-ready packet -- the route may change skill, playbook, agent, eval, or memo surfaces and needs explicit checkpoint posture -- the route may need prerequisite repair before later automation becomes honest -- repair can still be kept inside one bounded execution unit -- a prepared repair packet or receipt must not be mistaken for executed or verified repair - -Do not use this skill when: -- there is no reviewed diagnosis yet -- the repair is actually a large scenario rollout better owned by a playbook -- the route is trying to bypass approval, rollback, or health-check posture -- the request is vague self-improvement rhetoric with no bounded target -- the route only needs a diagnosis packet, route fork, automation-readiness scan, or final quest-promotion verdict - -## Inputs -- reviewed diagnosis packet -- owner-layer candidates -- risk and approval posture -- known validation surfaces -- current rollback anchors if any -- current execution state, if a repair packet already exists -- evidence showing whether validation actually ran or is only planned - -## Outputs -- `REPAIR_PACKET` with target owner repo, smallest diff shape, approval need, rollback marker, health check, and improvement-log stub -- explicit repair execution posture such as proposed, prepared, executing, verified, blocked, or handoff_required -- optional repair quest when execution should remain deferred -- optional automation-readiness prerequisite packet when the real need is to - stabilize a route before later automation scanning or seeding -- explicit stop conditions and escalation points -- one `REPAIR_CYCLE_RECEIPT` using `references/stats-event-envelope.md` and - `references/repair-cycle-receipt-schema.yaml` -- one `CORE_SKILL_APPLICATION_RECEIPT` using - `references/core-skill-application-receipt-schema.yaml` - -## Procedure -1. start from the reviewed diagnosis rather than from general aspiration -2. choose the smallest honest repair shape -3. name the primary owner repo and target artifact class -4. state the repair execution posture before writing any outcome language: proposed, prepared, executing, verified, blocked, or handoff_required -5. record checkpoint posture: constitution or policy check, approval gate, rollback marker, post-change health check, bounded iteration limit, improvement log -6. if validation has not actually run, keep health checks as planned checks and set execution posture below verified -7. if the target route was blocked automation, emit the smallest prerequisite repair that would make later automation classification more honest -8. define validation and stop conditions -9. emit a repair quest instead of mutating immediately when risk or approval posture requires it -10. emit one `REPAIR_CYCLE_RECEIPT` when the repair packet or repair-quest handoff closes, keeping the receipt smaller than the packet -11. when the finish path closes, emit one `CORE_SKILL_APPLICATION_RECEIPT` - that points back to the bounded repair receipt and records one finished - kernel-skill application - -## Contracts -- self-repair is not free self-modification -- important surface changes must pass checkpoint posture -- repair packets stay bounded and reviewable -- prepared repair packets are not executed repairs, and executed repairs are not verified repairs unless validation evidence is present -- role law changes route to `aoa-agents` -- proof-law changes route to `aoa-evals` -- scenario-scale repair routes to `aoa-playbooks` -- repair does not smuggle live automation authority into the packet -- repair-cycle receipts stay descriptive and append-only -- generic core receipts stay subordinate to the repair receipt and do not - replace checkpoint or repair meaning -- receipt corrections use `supersedes` rather than silent overwrite - -## Risks and anti-patterns -- silent doctrine edits -- approval bypass -- retry loops disguised as repair -- using repair to hide broader governance debt -- changing too many surfaces at once -- letting a repair receipt pretend the repair is already verified when it is only planned -- using `resolved`, `prepared`, or `finished` without saying what was actually executed and verified - -## Verification -- confirm diagnosis exists and is cited -- confirm the chosen repair is the smallest honest shape -- confirm checkpoint fields are present -- confirm repair execution posture is explicit and does not overclaim validation -- confirm validation and rollback posture are named -- confirm escalation route exists if the repair widens -- confirm any emitted receipt cites diagnosis and validation refs without duplicating the whole packet -- confirm any emitted `CORE_SKILL_APPLICATION_RECEIPT` points to the repair - detail receipt and stays finish-only - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0082 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/recovery/diagnosis-repair/repair-shape-from-diagnosis/TECHNIQUE.md` and sections: Intent, Inputs, Outputs, Core procedure, Validation -- AOA-T-0083 from `8Dionysus/aoa-techniques` at `3b1d5d623569aa4920b87280d0db0e911d2e29d5` using path `techniques/recovery/diagnosis-repair/checkpoint-bound-self-repair/TECHNIQUE.md` and sections: Outputs, Contracts, Risks, Validation - -## Adaptation points -Project overlays may add: -- local approval classes -- repo-specific rollback anchors -- bounded repair templates diff --git a/.agents/skills/aoa-session-self-repair/agents/openai.yaml b/.agents/skills/aoa-session-self-repair/agents/openai.yaml deleted file mode 100644 index 62dcf022..00000000 --- a/.agents/skills/aoa-session-self-repair/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Session Self Repair - short_description: Author checkpointed repair packets - default_prompt: Use $aoa-session-self-repair to turn a reviewed diagnosis packet into a bounded repair packet with owner target, checkpoint posture, rollback marker, health check, and stop conditions. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: manual - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-session-self-repair/assets/large-logo.svg b/.agents/skills/aoa-session-self-repair/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-session-self-repair/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-session-self-repair/assets/small-logo.svg b/.agents/skills/aoa-session-self-repair/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-session-self-repair/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-session-self-repair/checks/review.md b/.agents/skills/aoa-session-self-repair/checks/review.md deleted file mode 100644 index d7273f5e..00000000 --- a/.agents/skills/aoa-session-self-repair/checks/review.md +++ /dev/null @@ -1,34 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing work that turns a reviewed diagnosis into a -bounded `REPAIR_PACKET`. - -## When it applies - -- a diagnosis already exists and the next honest move is repair planning -- the reviewer must check checkpoint posture, rollback thinking, and owner-layer - fit -- the route must stay smaller than a playbook-scale rollout - -## Review checklist - -- [ ] A reviewed diagnosis exists and is cited explicitly. -- [ ] The chosen repair is the smallest honest shape. -- [ ] The primary owner repo and artifact class are named. -- [ ] Repair execution posture is explicit: proposed, prepared, executing, verified, blocked, or handoff_required. -- [ ] Prepared repair is not described as executed, and executed repair is not described as verified without validation evidence. -- [ ] Checkpoint posture is explicit: policy fit, approval gate, rollback marker, health check, iteration limit, and improvement log. -- [ ] Validation and stop conditions are named. -- [ ] Escalation exists if the repair widens beyond one bounded unit. -- [ ] Role-law and proof-law changes were routed to the correct owner layers. -- [ ] No silent doctrine edit or approval bypass happened. -- [ ] Any `REPAIR_CYCLE_RECEIPT` stayed append-only, diagnosis-linked, and smaller than the repair packet. -- [ ] Any `CORE_SKILL_APPLICATION_RECEIPT` pointed to the repair detail receipt and stayed generic finish telemetry only. - -## Not a fit - -- repair work without a reviewed diagnosis -- broad scenario rollouts that belong in `aoa-playbooks` -- vague self-improvement rhetoric with no bounded target diff --git a/.agents/skills/aoa-session-self-repair/examples/runtime.md b/.agents/skills/aoa-session-self-repair/examples/runtime.md deleted file mode 100644 index c89516f5..00000000 --- a/.agents/skills/aoa-session-self-repair/examples/runtime.md +++ /dev/null @@ -1,50 +0,0 @@ -# Runtime Example - -## Scenario - -A reviewed diagnosis packet found repeated owner-layer collapse and missing -trigger-boundary fixtures in the session-harvest family. - -## Why this skill fits - -The next honest move is a bounded repair packet with checkpoint posture, -rollback thinking, and explicit owner targets rather than immediate silent -mutation. - -## Expected inputs - -- reviewed diagnosis packet -- target owner-layer candidates -- risk and approval posture -- known validation surfaces -- rollback anchors if available -- whether the repair is proposed, prepared, executing, verified, blocked, or handed off - -## Expected outputs - -- one `REPAIR_PACKET` -- a smallest diff shape or repair quest -- execution posture that distinguishes prepared repair from executed or verified repair -- approval need, rollback marker, health check, and improvement-log stub -- explicit stop conditions and escalation points -- one `REPAIR_CYCLE_RECEIPT` with diagnosis refs, checkpoint posture, and - bounded verification refs -- one `CORE_SKILL_APPLICATION_RECEIPT` that records the finished - `aoa-session-self-repair` run and points back to the detail receipt - -## Boundary notes - -- Do not use this skill without a reviewed diagnosis. -- Do not bypass approval or rollback posture. -- Do not turn a playbook-scale rollout into one fake "repair packet". - -## Verification notes - -- Confirm checkpoint fields are present. -- Confirm execution posture is present and does not overclaim validation. -- Confirm the repair stays bounded. -- Confirm escalation is named if the route widens. -- Confirm the finish receipt cites rollback and health-check posture without - pretending the repair is already fully verified. -- Confirm the generic core receipt points back to the repair receipt and does - not replace checkpoint posture or repair meaning. diff --git a/.agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md b/.agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md deleted file mode 100644 index fa93e974..00000000 --- a/.agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md +++ /dev/null @@ -1,40 +0,0 @@ -# Self-Repair Checkpoint Bridge - -`aoa-session-self-repair` should stay skill-shaped, but it must respect the -self-agent checkpoint stack. - -## Required checkpoints - -- constitution or policy check -- approval gate -- rollback marker -- post-change health check -- bounded iteration limit -- explicit improvement log -- execution posture: proposed, prepared, executing, verified, blocked, or - handoff_required - -## Repair rule - -Self-repair may propose or author the smallest bounded repair packet, but it -must not silently mutate important system surfaces without naming checkpoint -posture. -Prepared repair is not executed repair, and executed repair is not verified -repair unless the health check evidence exists. - -## Good repair outputs - -- repair quest -- bounded skill delta -- playbook correction note -- owner-layer issue packet -- explicit validation plan -- improvement-log stub - -## Anti-patterns - -- "the system fixed itself" -- hidden doctrine changes -- role-law changes without `aoa-agents` -- proof-law changes without `aoa-evals` -- silent retries disguised as reanchor diff --git a/.agents/skills/aoa-session-self-repair/references/core-skill-application-receipt-schema.yaml b/.agents/skills/aoa-session-self-repair/references/core-skill-application-receipt-schema.yaml deleted file mode 100644 index 432ca32d..00000000 --- a/.agents/skills/aoa-session-self-repair/references/core-skill-application-receipt-schema.yaml +++ /dev/null @@ -1,22 +0,0 @@ -receipt_name: CORE_SKILL_APPLICATION_RECEIPT -event_kind: core_skill_application_receipt -envelope_ref: references/stats-event-envelope.md -kernel_id: project-core-session-growth-v1 -skill_name: aoa-session-self-repair -required_payload_fields: - - kernel_id - - skill_name - - application_stage - - detail_event_kind - - detail_receipt_ref -optional_payload_fields: - - route_ref - - surface_detection_context -rules: - - `application_stage` must equal `finish` - - `kernel_id` must equal `project-core-session-growth-v1` - - `skill_name` must equal `aoa-session-self-repair` - - `detail_event_kind` must equal `repair_cycle_receipt` - - `detail_receipt_ref` must point to the bounded finish receipt for the same completed run - - include `route_ref` only when the detail receipt already names it honestly - - if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth; it must not claim non-skill activation diff --git a/.agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml b/.agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml deleted file mode 100644 index 16495b35..00000000 --- a/.agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml +++ /dev/null @@ -1,21 +0,0 @@ -receipt_name: REPAIR_CYCLE_RECEIPT -event_kind: repair_cycle_receipt -envelope_ref: references/stats-event-envelope.md -required_payload_fields: - - repair_cycle_state - - execution_posture - - linked_diagnosis_refs - - action_family - - approval_posture - - rollback_marker - - health_check_refs -optional_payload_fields: - - resolution_status - - escalation_route - - iteration_limit -rules: - - keep the receipt smaller than the REPAIR_PACKET itself - - distinguish prepared, executing, verified, blocked, and handoff_required states - - do not describe a prepared packet as executed or verified unless validation evidence exists - - make checkpoint posture explicit without granting silent mutation authority - - reopen or correction should arrive through a new receipt, not silent overwrite diff --git a/.agents/skills/aoa-session-self-repair/references/stats-event-envelope.md b/.agents/skills/aoa-session-self-repair/references/stats-event-envelope.md deleted file mode 100644 index e9cf79f5..00000000 --- a/.agents/skills/aoa-session-self-repair/references/stats-event-envelope.md +++ /dev/null @@ -1,39 +0,0 @@ -# Stats Event Envelope - -Use this shared envelope when the session-harvest family emits one bounded -finish receipt. - -Canonical owner: - -- `aoa-stats` owns the shared envelope and active event-kind vocabulary at - `repo:aoa-stats/schemas/stats-event-envelope.schema.json`. -- owner repos keep payload meaning in their own receipt schemas. - -## Required fields - -- `event_kind` -- `event_id` -- `observed_at` -- `run_ref` -- `session_ref` -- `actor_ref` -- `object_ref` -- `evidence_refs` -- `payload` - -## Optional fields - -- `supersedes` -- `notes` -- `owner_ref` -- `related_event_refs` - -## Rules - -- Keep receipts append-only. -- If a correction is needed, emit a new receipt and set `supersedes`. -- Link to inspectable artifacts through `evidence_refs` instead of duplicating - raw transcripts, patches, or reports. -- Keep `payload` bounded to the skill's own emitted packet or card set. -- Do not let receipt presence act as proof, routing authority, or score - authority. diff --git a/.agents/skills/aoa-source-of-truth-check/SKILL.md b/.agents/skills/aoa-source-of-truth-check/SKILL.md deleted file mode 100644 index c23c0257..00000000 --- a/.agents/skills/aoa-source-of-truth-check/SKILL.md +++ /dev/null @@ -1,119 +0,0 @@ ---- -name: aoa-source-of-truth-check -description: Clarify which files are authoritative for repository guidance, operational instructions, architecture, and status, and keep entrypoint docs short and link-driven once canonical homes exist. Use when docs overlap, conflict, or confuse contributors about which file to trust. Do not use for purely code-local tasks or when authoritative files are already clear and the main need is decision rationale. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: canonical - aoa_invocation_mode: explicit-preferred - aoa_source_skill_path: skills/core/engineering/aoa-source-of-truth-check/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0013,AOA-T-0002,AOA-T-0009 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-source-of-truth-check - -## Intent -Use this skill to clarify which repository surfaces are authoritative for status, architecture, source behavior, configuration, run instructions, policy, and change guidance. - -## Trigger boundary -Use this skill when: -- a repository has several docs that may overlap or conflict -- contributors may not know which file, source surface, config, schema, manifest, report, or export to trust first -- a change touches docs, source, config, process, generated output, or operational guidance and the question is which surface is authoritative -- confusion exists between overview docs and authoritative docs -- one authoritative source must stay aligned across multiple downstream consumer surfaces -- top-level status docs such as `README` or `MANIFEST` are accumulating status/history that should live in canonical homes instead -- the repository already has canonical detail surfaces and the summary docs should stay short, navigable, and link-driven -- root docs, mechanics packages, source/config/schema surfaces, legacy receipts, provenance bridges, decisions, generated surfaces, runtime receipts, or owner-local handoff docs are being confused with one another -- a public repository must stay portable while still pointing to project-local, ecosystem, or downstream owner context - -Do not use this skill when: -- the repository is tiny and has no meaningful source-of-truth ambiguity -- the task is purely code-local with no guidance, configuration, generated/export, or policy authority impact -- the authoritative files are already clear and the main need is recording rationale for a decision; use `aoa-adr-write` -- the main problem is deciding whether logic belongs in the core or at the edge; use `aoa-core-logic-boundary` first -- the main problem is broader policy design rather than document authority or ownership -- the task is only about building or maintaining a derived docs surface; that belongs in a separate review-surface workflow -- the generated or exported surface has a known source owner and only needs a deterministic rebuild or no-drift check - -## Inputs -- repository guidance, source, configuration, schema, manifest, generated/export, operational, and status surfaces -- target area of ambiguity or overlap -- known canonical files or source-owned surfaces if any -- active, legacy, provenance, generated, or decision surfaces involved -- owner repositories or stronger owner layers involved -- current contributor confusion points - -## Outputs -- clearer source-of-truth map -- active/current versus historical/provenance/generated placement map -- fan-out map when one source feeds multiple downstream consumers -- note of overlaps or conflicts -- proposed or implemented document role clarification -- lightweight snapshot guidance for entrypoint docs when canonical homes already exist -- verification summary - -## Procedure -1. identify the main docs, source/config/schema surfaces, route cards, generated outputs, mechanics surfaces, runtime receipts, legacy/provenance bridges, and owner-local handoff files involved in the target area -2. when the authority question spans more than ordinary docs, choose the smallest useful shape from `references/authority-surface-shapes.md` -3. determine which file or surface should be authoritative for each concern and which surfaces are entrypoints, active contracts, provenance bridges, historical receipts, generated companions, operational receipts, or decision rationale -4. note any overlap, contradiction, role ambiguity, or stale route caused by old growth rather than current source truth -5. if one source feeds multiple consumers, name each consumer and refresh them from the same source -6. if top-level status docs are bloating, trim them into short snapshots and route detail to canonical homes -7. when historical or raw material matters, route it through legacy/provenance rather than letting it burden the active contract -8. clarify or propose clarifying ownership and purpose without inserting broad law blocks into unrelated sections -9. keep the change bounded to the authority surface under review -10. verify that the result reduces ambiguity for future changes and preserves standalone readability where the repo is public - -## Contracts -- authoritative sources should be visible and named explicitly -- overview documents should not silently replace canonical ones -- lightweight entrypoint docs should link outward instead of duplicating chronology or changing counters -- active behavior should live in active surfaces; legacy and provenance should preserve lineage without becoming the first route -- generated, exported, compact, and derived surfaces should remain subordinate to source-authored files -- public portable surfaces should not require a full local ecosystem deployment to make sense, even when project-owner routes are linked -- role separation should reduce confusion, not create extra ceremony -- the resulting guidance should be understandable to another human or agent - -## Risks and anti-patterns -- over-formalizing a tiny docs surface -- creating many labels without reducing ambiguity -- moving truth across files without clearly signaling the change -- letting summaries masquerade as canonical instructions -- trimming top-level docs too aggressively before canonical homes are actually available -- widening the skill into generic docs hygiene or derived surface maintenance -- treating provenance as trash archive, or treating raw legacy as the active contract -- inserting direct law/local-form blocks everywhere instead of making the existing route surface clearer -- hiding sibling-owner authority inside a local docs surface because the local repo is nearby -- letting a generated, compact, installed, or runtime convenience surface override the authored source it describes - -## Verification -- confirm the main source-of-truth ambiguity was reduced -- confirm authoritative files are named explicitly -- confirm overlaps or conflicts were surfaced rather than hidden -- confirm summary docs stay short and route detail to canonical homes where those already exist -- confirm active, legacy/provenance, generated, and decision surfaces keep distinct roles when they are involved -- confirm generated, exported, compact, installed, and runtime receipt surfaces remain weaker than their source owners -- confirm public portable surfaces remain understandable without hidden local system knowledge -- confirm the result helps future contributors orient faster - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0013 from `8Dionysus/aoa-techniques` at `cd276f040d55d490bd015b8698c7a5d594b9f875` using path `techniques/instruction/instruction-surface/single-source-rule-distribution/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation -- AOA-T-0002 from `8Dionysus/aoa-techniques` at `cd276f040d55d490bd015b8698c7a5d594b9f875` using path `techniques/instruction/docs-boundary/source-of-truth-layout/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation -- AOA-T-0009 from `8Dionysus/aoa-techniques` at `cd276f040d55d490bd015b8698c7a5d594b9f875` using path `techniques/instruction/docs-boundary/lightweight-status-snapshot/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation - -## Adaptation points -Future project overlays may add: -- local doc hierarchies -- mixed ADR, architecture, and operations doc maps that split authority by concern -- preferred canonical-file patterns -- local review rules for doc changes -- repository-specific examples of authoritative surfaces -- lightweight snapshot rules for README or MANIFEST surfaces -- rules for keeping entrypoint docs short once deeper canonical homes already exist -- legacy/provenance placement rules and generated-surface rebuild checks -- local authority examples from `references/authority-surface-shapes.md` diff --git a/.agents/skills/aoa-source-of-truth-check/agents/openai.yaml b/.agents/skills/aoa-source-of-truth-check/agents/openai.yaml deleted file mode 100644 index 874618bd..00000000 --- a/.agents/skills/aoa-source-of-truth-check/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Source Of Truth Check - short_description: Clarify authoritative docs - default_prompt: Use $aoa-source-of-truth-check to map which files are authoritative, surface overlaps, and keep top-level guidance short and link-driven. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: invoke - allow_implicit_invocation: true diff --git a/.agents/skills/aoa-source-of-truth-check/assets/large-logo.svg b/.agents/skills/aoa-source-of-truth-check/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-source-of-truth-check/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-source-of-truth-check/assets/small-logo.svg b/.agents/skills/aoa-source-of-truth-check/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-source-of-truth-check/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-source-of-truth-check/examples/example.md b/.agents/skills/aoa-source-of-truth-check/examples/example.md deleted file mode 100644 index a1bef97e..00000000 --- a/.agents/skills/aoa-source-of-truth-check/examples/example.md +++ /dev/null @@ -1,45 +0,0 @@ -# Example - -## Scenario - -A repository has a top-level `README`, `ROADMAP`, runbook, source manifest, generated export, and preserved legacy receipts. The entrypoint docs have started collecting historical audit detail, generated report fields, and package-local notes even though canonical source surfaces and provenance bridges already exist. - -## Why this skill fits - -- the main problem is authority mapping across docs, source manifests, generated outputs, run guidance, and provenance -- contributors need a clearer map of which surface to trust first -- the goal is to keep top-level docs short and link-driven once canonical homes already exist -- the generated export must remain subordinate to the source-owned manifest or builder -- the legacy material must stay recoverable without becoming the active contract - -## Expected inputs - -- the set of documents, manifests, generated outputs, and operational surfaces that currently overlap -- the area of ambiguity, such as setup, deployment, incident response, or status reporting -- any known canonical files, source-owned configs, schemas, manifests, builders, or unclear ownership rules -- active, legacy/provenance, generated, and decision surfaces that may be carrying the same meaning -- examples of contributor confusion caused by the overlap or bloated snapshot docs - -## Expected outputs - -- a clearer source-of-truth map for the affected concerns -- a placement decision for active behavior, source-owned manifests, historical evidence, generated companions, and decision rationale -- notes on conflicting or duplicated guidance -- lightweight snapshot guidance for `README` or `MANIFEST` when canonical homes already exist -- a short verification summary explaining why the authority route is easier to navigate - -## Boundary notes - -- this example is about clarifying authority and ownership, plus keeping summary docs lightweight -- it is not about writing a decision record unless the main unresolved problem is rationale rather than conflicting docs -- it is not about generic docs cleanup when no canonical homes exist yet -- it is not about rebuilding a generated export when the source owner is already clear -- it is not about erasing legacy evidence; it is about routing active readers through current surfaces first - -## Verification notes - -- verify that each concern now has a named authoritative file or source-owned surface -- verify that overview docs no longer silently compete with canonical instructions -- verify that top-level snapshot docs stay short and route detail outward -- verify that legacy/provenance and generated surfaces remain discoverable but subordinate to active source surfaces -- verify that a new contributor could orient faster after the clarification diff --git a/.agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md b/.agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md deleted file mode 100644 index 677e2cec..00000000 --- a/.agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md +++ /dev/null @@ -1,50 +0,0 @@ -# Authority Surface Shapes - -Use this reference when source-of-truth ambiguity is wider than ordinary docs. -It is not a checklist. Pick the smallest shape that names one concern, one -authoritative source, weaker companion surfaces, and one verification path. - -## How To Use - -1. Name the concern readers are confused about. -2. Name every surface that appears to carry authority for that concern. -3. Choose the narrowest authority shape below. -4. State which surface is authoritative and what the others are allowed to do. -5. Verify that future readers can follow the route without hidden local context. - -## Shape Set - -| Shape | Authoritative For | Weaker Surfaces | Common Failure | Verify | -|---|---|---|---|---| -| Overview to canonical detail | Orientation, start route, public entry, or quick status. | README, MANIFEST, START_HERE, index docs, route cards. | Overview silently becomes the real manual. | Overview names canonical homes and stays short. | -| Source, config, schema, or manifest | Runtime behavior, allowed values, validation shape, registry identity. | Generated docs, examples, reports, compact catalogs, installed copies. | Generated summary overrides source-owned fields. | Source path is named; generated surfaces rebuild from it. | -| Operations or runbook | How to run, deploy, recover, rotate, or inspect a live surface. | README snippets, issue notes, incident history, one-off terminal logs. | Historical incident text becomes current run guidance. | Runbook owns current commands; history links outward. | -| Generated, exported, compact, or installed | Derived transport, routing aid, release artifact, compatibility view. | Catalogs, exports, installed skill copies, compact indexes, SDK reports. | Derived surface is treated as authoring truth. | Builder/source owner is named; no-drift or rebuild check passes. | -| Legacy, provenance, or history | Lineage, receipts, preserved raw material, audit trail. | Active contracts, roadmap, tutorial docs, generated indexes. | Raw old wording becomes active instruction. | Active path links to provenance without copying legacy law into it. | -| Decision, ADR, or review note | Why a choice was made, reviewed gate result, rationale and alternatives. | README, roadmap, changelog, code comment, generated report. | Rationale is hidden in status prose or mistaken for current procedure. | Decision surface is linked where future maintainers need the why. | -| Public entrypoint with project overlay | Portable public meaning plus route to local owner context. | Local runtime paths, ecosystem-only names, downstream mirrors. | Public surface requires private deployment knowledge to make sense. | Public text stands alone and links owner context as extra depth. | -| Sibling or downstream owner context | Which repo, organ, or layer owns meaning outside the local surface. | Local summaries, bridge notes, generated cross-repo indexes. | Nearby local file captures authority that belongs to another owner. | Owner route is explicit; local file stays a pointer or consumer. | -| Status, roadmap, or changelog | Current direction, planned movement, shipped changes, or open follow-up. | README counters, old plans, release reports, checkpoint notes. | Status documents accumulate history that belongs elsewhere. | Current status is short; history and detailed plans have named homes. | - -## Compact Authority Pass - -| Field | Answer | -|---|---| -| Concern | | -| Candidate authority surfaces | | -| Shape selected | | -| Authoritative source | | -| Weaker companions | | -| Consumer/downstream surfaces | | -| Conflict or stale route | | -| Verification path | | - -## Verification - -- the authoritative surface is named in plain language -- weaker surfaces are allowed to orient, summarize, transport, or preserve - evidence without becoming source truth -- generated, exported, compact, installed, and runtime receipt surfaces remain - subordinate to authored sources -- public surfaces remain understandable without hidden deployment knowledge -- sibling or downstream owner context is linked without being swallowed locally diff --git a/.agents/skills/aoa-summon/SKILL.md b/.agents/skills/aoa-summon/SKILL.md deleted file mode 100644 index a34be2df..00000000 --- a/.agents/skills/aoa-summon/SKILL.md +++ /dev/null @@ -1,166 +0,0 @@ ---- -name: aoa-summon -description: Delegate one bounded child route through quest-passport law, local coding-agent execution defaults, hard gates for progression, self-agent, and stress posture, and governed return into reviewed closeout. Use when a parent route already has a real anchor and named outputs and the honest next move is a narrower child reviewer, evaluator, verifier, or leaf helper rather than a larger orchestration layer. Do not use when the route lacks an anchor, the outputs are unnamed, the work is `d3+` and still needs a split, or remote delegation is being used to bypass proof, approval, or closeout posture. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: evaluated - aoa_invocation_mode: explicit-only - aoa_source_skill_path: skills/core/session-growth/aoa-summon/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0078,AOA-T-0079,AOA-T-0062,AOA-T-0058 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-summon - -## Intent -Use this skill to decide whether and how to launch one bounded child route from -an already-anchored parent route. - -The goal is not delegation theater. -The goal is to preserve quest-passport law, local coding-agent execution, -stress narrowing, progression and self-agent gates, return planning, -checkpoint-aware reviewed closeout, and owner-local publication mapping. - -## Trigger boundary -Use this skill when: -- a parent route already has a real anchor and named expected outputs -- a narrower child actor would help through bounded review, evaluation, leaf - implementation, or local verification -- the child result must map back into return, closeout, and owner-publication - surfaces -- local coding-agent execution is the honest default unless a separate execution - surface is actually required - -Do not use this skill when: -- the parent route still lacks a real anchor or named outputs -- multiple plausible next routes still compete and need fork cards first -- the route is `d3+` and still needs a split before any child launch -- delegation would widen authority, hide approval posture, or bypass a human - gate -- the task is asking for a whole orchestration mesh rather than one bounded - child route -- remote transport is being requested for prestige rather than necessity - -## Inputs -- a quest passport with difficulty, risk, control mode, and delegate tier -- a summon request with desired role or child target, transport preference, one - parent anchor (`route_anchor`, `parent_task_id`, or `session_ref`), and - named expected outputs -- named expected outputs for the child route -- optional reviewed artifact path, stress bundle ref, checkpoint note ref, - local agent trace ref, progression overlay ref, self-agent checkpoint ref, and - audit refs - -## Outputs -- one summon decision with allowed or blocked posture -- one chosen lane such as `codex_local_leaf`, `codex_local_reviewed`, - `remote_reviewed`, `split_required`, or `human_gate` -- `execution_surface`, `cohort_pattern`, `reason_codes`, and `blocked_actions` -- optional `codex_local_target` -- `return_plan`, `checkpoint_bridge_plan`, `memo_export_plan`, and - `owner_publication_plan` -- return receipt or acceptance expectation when the child crosses an actor, - session, or owner boundary -- `closeout_required`, `checkpoint_required`, and `progression_required` - -## Procedure -1. start from the parent anchor and quest passport, not from raw pressure to delegate -2. default `transport_preference` to `codex_local` when the request leaves it open -3. verify that expected outputs are named before picking a lane -4. classify the lane with difficulty, risk, control mode, requested role, and - `references/passport-lane-matrix.v3.md` -5. keep low-risk `d0_probe`, `d1_patch`, and bounded `d2_slice` leaf work in - `codex_local_leaf` when anchor and outputs are clear -6. keep local reviewer, evaluator, and architect-like narrowing work in - `codex_local_reviewed` -7. allow `remote_reviewed` only when a separate endpoint or execution surface - is actually required -8. if difficulty is `d3+`, return `split_required` instead of launching child execution -9. if stress posture says `stop_before_mutation`, only allow a narrowing - non-mutating child; otherwise gate to human review -10. if `require_progression` is true or the route depends on reviewed unlock - posture, require a reviewed progression overlay before summon -11. if the route is self-agent or policy-sensitive, require reviewed - self-agent checkpoint posture before summon -12. emit return, checkpoint bridge, memo export, and owner publication plans - that stay subordinate to reviewed closeout and owner truth -13. name whether a return receipt or acceptance state is needed before the - parent route may continue -14. apply `references/no-raw-traces-rule.md` so child traces remain aids rather - than proof or memo canon -15. map failed, narrowed, or blocked child states back into return posture - instead of letting them disappear - -## Contracts -- this skill governs one bounded child route; it does not grant hidden - orchestration authority -- local coding-agent child targeting is the default first choice, not an afterthought -- branch choice must already be settled; unresolved route choice belongs to - `aoa-session-route-forks` -- the SDK-owned E2E fixture at - `repo:aoa-sdk/examples/a2a/summon_return_checkpoint_e2e.fixture.json` - may be used to check this skill's v3 request/result contract, but it does not - move summon law into `aoa-sdk` -- stress may narrow or block, but it may never widen authority -- remote transport follows the same passport, return, checkpoint, and closeout - law as local transport -- `d3+` routes split first -- progression and self-agent gates are real blockers when required evidence is - missing -- child traces, memos, and receipts do not replace rereading the reviewed - parent artifact -- terminal publication stays inside canonical owner families, and memo export - stays reviewed and candidate-oriented -- failed, narrowed, or blocked child results still map into an explicit return - surface -- cross-boundary child work needs an explicit receipt or acceptance expectation - before the parent route treats the child result as returned - -## Risks and anti-patterns -- treating delegation as progress without anchor or output clarity -- using summon to skip branch choice when several next routes still compete -- using a remote child route to bypass local proof, approval, or closeout - posture -- allowing child scope to widen beyond the parent passport -- reading child traces as proof authority or memo canon -- skipping the required split for `d3+` work -- publishing terminal meaning into derived layers before owner-local landing - -## Verification -- confirm the passport and parent anchor exist -- confirm expected outputs are named -- confirm branch choice is already settled; otherwise route to - `aoa-session-route-forks` -- confirm the chosen lane matches difficulty, risk, control mode, and requested - role -- confirm any E2E fixture check validates `summon_request` and `summon_result` - against `references/summon-request-v3.schema.json` and - `references/summon-result-v3.schema.json` -- confirm `d3+` routes split before summon -- confirm stress only narrows or blocks -- confirm progression and self-agent gates are not bypassed -- confirm return, checkpoint bridge, and publication plans stay explicit for - nonterminal or failed child outcomes -- confirm cross-boundary child work has a return receipt or acceptance - expectation before parent continuation -- confirm terminal publication stays owner-local and memo export stays reviewed - and candidate-oriented -- confirm traces stay subordinate to reviewed closeout and parent reread - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0078 from `8Dionysus/aoa-techniques` at `b0f7e094bf81abaf0895a729d504a97f3af91ae8` using path `techniques/governance/decision-routing/decision-fork-cards/TECHNIQUE.md` and sections: Intent, Inputs, Outputs, Core procedure, Contracts, Validation -- AOA-T-0079 from `8Dionysus/aoa-techniques` at `b0f7e094bf81abaf0895a729d504a97f3af91ae8` using path `techniques/governance/decision-routing/risk-passport-lift/TECHNIQUE.md` and sections: Intent, Inputs, Outputs, Contracts, Risks, Validation -- AOA-T-0062 from `8Dionysus/aoa-techniques` at `b0f7e094bf81abaf0895a729d504a97f3af91ae8` using path `techniques/continuity/handoff-continuation/episode-bounded-agent-loop/TECHNIQUE.md` and sections: Intent, Outputs, Core procedure, Contracts, Risks, Validation -- AOA-T-0058 from `8Dionysus/aoa-techniques` at `b0f7e094bf81abaf0895a729d504a97f3af91ae8` using path `techniques/continuity/handoff-continuation/receipt-confirmed-handoff-packet/TECHNIQUE.md` and sections: Intent, Outputs, Core procedure, Contracts, Risks, Validation - -## Adaptation points -- project overlays may add local child-role labels, control modes, or transport - labels -- project overlays may map local reviewed-closeout or checkpoint families onto - the core summon result without weakening the gates -- project overlays may specialize owner publication families or memo candidate - classes while keeping the parent return route explicit diff --git a/.agents/skills/aoa-summon/agents/openai.yaml b/.agents/skills/aoa-summon/agents/openai.yaml deleted file mode 100644 index 8d97c27b..00000000 --- a/.agents/skills/aoa-summon/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA Summon - short_description: Summon one bounded child route - default_prompt: Use $aoa-summon to decide whether one anchored parent route may launch a bounded child helper, pick the honest lane, and return explicit gate, return, and closeout plans. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: manual - allow_implicit_invocation: false diff --git a/.agents/skills/aoa-summon/assets/large-logo.svg b/.agents/skills/aoa-summon/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-summon/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-summon/assets/small-logo.svg b/.agents/skills/aoa-summon/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-summon/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-summon/checks/review.md b/.agents/skills/aoa-summon/checks/review.md deleted file mode 100644 index 455ee3ba..00000000 --- a/.agents/skills/aoa-summon/checks/review.md +++ /dev/null @@ -1,36 +0,0 @@ -# Review Checklist - -## Purpose - -Use this checklist when reviewing work that decides whether one bounded child -route may be summoned from an already-anchored parent route. - -## When it applies - -- a parent route wants a narrower child reviewer, evaluator, verifier, or leaf - implementation helper -- the reviewer must check lane choice, gating posture, and return planning -- the route may cross progression, self-agent, or stress posture -- the output must stay child-route governance rather than hidden orchestration - -## Review checklist - -- [ ] The parent route has a real anchor and named expected outputs. -- [ ] Branch choice is already settled; unresolved competing routes were sent to `aoa-session-route-forks` first. -- [ ] The quest passport is present and was actually used for lane selection. -- [ ] `codex_local` remained the default unless a separate execution surface was genuinely needed. -- [ ] `d3+` work was blocked into `split_required` instead of being launched directly. -- [ ] Stress posture only narrowed or blocked the route and did not widen authority. -- [ ] Progression and self-agent gates were checked when the route required them. -- [ ] The result names a lane, execution surface, reason codes, and blocked actions when relevant. -- [ ] Return, checkpoint bridge, memo export, and owner publication plans stayed explicit. -- [ ] Cross-boundary child work has a receipt or acceptance expectation before the parent route continues. -- [ ] Child traces were kept subordinate to reviewed closeout and did not become proof or memo canon. -- [ ] Remote transport, when allowed, preserved the same passport and closeout law as local execution. - -## Not a fit - -- parent routes with no real anchor or unnamed outputs -- `d3+` routes that still need decomposition -- requests for broad orchestration authority rather than one bounded child route -- attempts to use remote delegation as a shortcut around approval, checkpoint, or reviewed closeout posture diff --git a/.agents/skills/aoa-summon/examples/runtime.md b/.agents/skills/aoa-summon/examples/runtime.md deleted file mode 100644 index f177a066..00000000 --- a/.agents/skills/aoa-summon/examples/runtime.md +++ /dev/null @@ -1,61 +0,0 @@ -# Runtime Example - -## Scenario - -A reviewed `aoa-sdk` route already has a parent task anchor, a clear list of -expected outputs, and a bounded need for a local coding-agent reviewer to inspect one -package-layer fix before the parent route proceeds to validation. - -## Why this skill fits - -The parent route is already real and anchored. What is needed is not a whole -new orchestration layer but one bounded child route that keeps the same -passport, returns explicit outputs, and maps cleanly back into reviewed -closeout. - -## Expected inputs - -- a quest passport with the parent difficulty, risk, control mode, and - delegate tier -- a summon request naming the child role, transport preference, anchor, and - expected outputs -- the reviewed parent artifact or route note -- optional stress, checkpoint, or progression refs when the route needs them - -## Expected outputs - -- one summon decision that selects the local reviewed execution lane -- one local child target with named expected outputs -- reason codes explaining why local reviewed execution is sufficient -- a return plan that says how the child result rejoins the parent route -- a checkpoint bridge plan for reviewed closeout if the child narrows but does - not fully finish the route -- an owner publication plan that keeps terminal meaning in the parent owner - repo rather than in derived traces - -The SDK-owned fixture -`repo:aoa-sdk/examples/a2a/summon_return_checkpoint_e2e.fixture.json` is the -current full-chain check for this scenario. It should validate this skill's v3 -`summon_request` and `summon_result` schemas while leaving the SDK helper, -checkpoint bridge, memo candidate, eval packet, runtime dry-run receipt, and -routing re-entry in their owning repositories. - -## Boundary notes - -- Do not use this skill until the parent route has a real anchor and named outputs. -- Do not use this skill while several next routes still compete; use - `aoa-session-route-forks` first. -- Do not let `d3+` work skip the split step. -- Do not let remote transport bypass the same gates that local execution must satisfy. -- Treat historical fixture suffixes such as wave labels as lineage only. Skill - output should use stable v3 request/result names and explicit route refs. - -## Verification notes - -- Confirm the lane is justified by the passport and requested role. -- Confirm local coding-agent execution stayed the default. -- Confirm return and closeout planning are explicit. -- Confirm receipt or acceptance expectations are clear when the child crosses - actor, session, or owner boundaries. -- Confirm any traces remain subordinate to reviewed closeout. -- Confirm owner publication stays in the canonical owner family. diff --git a/.agents/skills/aoa-summon/references/no-raw-traces-rule.md b/.agents/skills/aoa-summon/references/no-raw-traces-rule.md deleted file mode 100644 index 24817bd5..00000000 --- a/.agents/skills/aoa-summon/references/no-raw-traces-rule.md +++ /dev/null @@ -1,5 +0,0 @@ -# No raw traces rule - -Child traces may assist reviewed closeout and checkpoint bridge planning, but -they are not memo canon, proof authority, or a substitute for rereading the -reviewed session artifact. diff --git a/.agents/skills/aoa-summon/references/passport-lane-matrix.v3.md b/.agents/skills/aoa-summon/references/passport-lane-matrix.v3.md deleted file mode 100644 index 787add11..00000000 --- a/.agents/skills/aoa-summon/references/passport-lane-matrix.v3.md +++ /dev/null @@ -1,11 +0,0 @@ -# Passport lane matrix v3 - -| Passport / posture | Honest lane | -| --- | --- | -| `d0_probe` or `d1_patch`, low risk, clear anchor, clear outputs | `codex_local_leaf` | -| bounded `d2_slice`, low risk, review helper role | `codex_local_reviewed` | -| high risk but narrowing child role and explicit reviewed closeout | `codex_local_reviewed` or explicit `remote_reviewed` | -| `d3+` | `split_required` | -| progression unlock required but missing | `human_gate` | -| self-agent checkpoint incomplete | `human_gate` | -| stress says `stop_before_mutation` | `human_gate` unless the child is only narrowing and non-mutating | diff --git a/.agents/skills/aoa-summon/references/summon-request-v3.schema.json b/.agents/skills/aoa-summon/references/summon-request-v3.schema.json deleted file mode 100644 index b569a57a..00000000 --- a/.agents/skills/aoa-summon/references/summon-request-v3.schema.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.invalid/aoa-summon/request-v3.schema.json", - "title": "aoa-summon request v3", - "type": "object", - "additionalProperties": false, - "required": ["quest_passport", "summon_request", "expected_outputs"], - "allOf": [ - { - "anyOf": [ - { - "properties": { - "quest_passport": { - "required": ["route_anchor"], - "properties": { - "route_anchor": {"type": "string", "minLength": 1} - } - } - } - }, - { - "properties": { - "summon_request": { - "required": ["parent_task_id"], - "properties": { - "parent_task_id": {"type": "string", "minLength": 1} - } - } - } - }, - { - "properties": { - "summon_request": { - "required": ["session_ref"], - "properties": { - "session_ref": {"type": "string", "minLength": 1} - } - } - } - } - ] - } - ], - "properties": { - "quest_passport": { - "type": "object", - "additionalProperties": true, - "required": ["difficulty", "risk", "control_mode", "delegate_tier"], - "properties": { - "difficulty": {"type": "string"}, - "risk": {"type": "string"}, - "control_mode": {"type": "string"}, - "delegate_tier": {"type": "string"}, - "fallback_tier": {"type": ["string", "null"]}, - "wrapper_class": {"type": ["string", "null"]}, - "route_anchor": {"type": ["string", "null"]}, - "expected_artifacts": { - "type": "array", - "items": {"type": "string"} - }, - "self_agent": {"type": "boolean"} - } - }, - "summon_request": { - "type": "object", - "additionalProperties": true, - "properties": { - "desired_role": {"type": ["string", "null"]}, - "child_agent_id": {"type": ["string", "null"]}, - "transport_preference": { - "type": "string", - "enum": ["codex_local", "a2a_remote", "either"] - }, - "parent_task_id": {"type": ["string", "null"]}, - "session_ref": {"type": ["string", "null"]}, - "expected_outputs": { - "type": "array", - "minItems": 1, - "items": {"type": "string"} - }, - "reviewed_artifact_path": {"type": ["string", "null"]}, - "require_progression": {"type": "boolean"} - } - }, - "expected_outputs": { - "type": "array", - "minItems": 1, - "items": {"type": "string"} - }, - "progression_overlay_ref": {"type": ["string", "null"]}, - "self_agent_checkpoint_ref": {"type": ["string", "null"]}, - "stress_bundle_ref": {"type": ["string", "null"]}, - "checkpoint_note_ref": {"type": ["string", "null"]}, - "codex_trace_ref": {"type": ["string", "null"]}, - "reviewed_artifact_path": {"type": ["string", "null"]}, - "audit_refs": { - "type": "array", - "items": {"type": "string"} - } - } -} diff --git a/.agents/skills/aoa-summon/references/summon-result-v3.schema.json b/.agents/skills/aoa-summon/references/summon-result-v3.schema.json deleted file mode 100644 index e623ebe9..00000000 --- a/.agents/skills/aoa-summon/references/summon-result-v3.schema.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://example.invalid/aoa-summon/result-v3.schema.json", - "title": "aoa-summon result v3", - "type": "object", - "additionalProperties": true, - "required": ["allowed", "lane", "execution_surface", "cohort_pattern", "closeout_required"], - "properties": { - "allowed": {"type": "boolean"}, - "lane": {"type": "string"}, - "execution_surface": {"type": "string"}, - "cohort_pattern": {"type": "string"}, - "closeout_required": {"type": "boolean"}, - "checkpoint_required": {"type": "boolean"}, - "progression_required": {"type": "boolean"}, - "requested_posture": {"type": ["string", "null"]}, - "reason_codes": { - "type": "array", - "items": {"type": "string"} - }, - "blocked_actions": { - "type": "array", - "items": {"type": "string"} - }, - "expected_outputs": { - "type": "array", - "items": {"type": "string"} - }, - "codex_local_target": {"type": ["object", "null"]}, - "return_plan": {"type": ["object", "null"]}, - "checkpoint_bridge_plan": {"type": ["object", "null"]}, - "return_receipt_plan": {"type": ["object", "null"]}, - "memo_export_plan": {"type": ["object", "null"]}, - "owner_publication_plan": { - "type": "array", - "items": {"type": "object"} - } - } -} diff --git a/.agents/skills/aoa-tdd-slice/SKILL.md b/.agents/skills/aoa-tdd-slice/SKILL.md deleted file mode 100644 index b1d3d1f9..00000000 --- a/.agents/skills/aoa-tdd-slice/SKILL.md +++ /dev/null @@ -1,95 +0,0 @@ ---- -name: aoa-tdd-slice -description: Implement a bounded feature slice through test-first discipline, minimal implementation, and explicit refactor boundaries. Use when a behavior change can be specified in tests before code and confidence or regression resistance matters. Do not use for undefined exploratory work, one-off glue, or broader architectural restructuring. -license: Apache-2.0 -compatibility: Designed for Codex or similar coding agents with repository file access and an interactive shell. Network access is optional and only needed when repository validation or referenced workflows require it. -metadata: - aoa_scope: core - aoa_status: canonical - aoa_invocation_mode: explicit-preferred - aoa_source_skill_path: skills/core/engineering/aoa-tdd-slice/SKILL.md - aoa_source_repo: 8Dionysus/aoa-skills - aoa_technique_dependencies: AOA-T-0014,AOA-T-0001 - aoa_portable_profile: codex-facing-wave-3 ---- - -# aoa-tdd-slice - -## Intent -Use test-first discipline to implement a small behavior slice with a clear observable target, minimal implementation, and explicit verification. - -## Trigger boundary -Use this skill when: -- a behavior change can be expressed as tests before implementation -- a module, CLI, builder, parser, validator, schema check, generated/export path, adapter, router, or workflow step has observable behavior that can be specified before implementation -- the task fits a bounded slice rather than a broad rewrite -- confidence and regression resistance matter enough to justify a red-green-refactor loop - -Do not use this skill when: -- the task is purely exploratory and behavior is still undefined -- the task is mostly one-off glue with no reusable logic -- the main problem is a stable interface or boundary contract rather than a feature slice; use `aoa-contract-test` -- the main problem is invariant coverage rather than slice implementation; use `aoa-property-invariants` -- the main problem is source-of-truth, ownership, or guidance authority rather than observable behavior; use `aoa-source-of-truth-check` -- the behavior cannot be observed without broad architecture work, long-running discovery, or a new proof strategy -- broader architectural restructuring is the real need - -## Inputs -- desired behavior -- target module, command, builder, validator, adapter, generated/export path, or workflow step -- constraints and non-goals -- available test surface -- fixture, golden, schema, fake adapter, CLI, or focused smoke surface when relevant - -## Outputs -- new or updated tests -- minimal implementation -- small refactor if needed -- verification summary -- explicit slice boundary and untouched behavior - -## Procedure -1. define the desired behavior in a bounded way -2. when the behavior is wider than a simple module change, choose the smallest useful shape from `references/tdd-slice-shapes.md` -3. add or update tests before implementation -4. make the smallest change that satisfies the tests -5. refactor only inside the declared slice after the behavior is green -6. run the tests and record the result -7. report what behavior is now specified, what surface was intentionally untouched, and what remains out of scope - -## Contracts -- behavior should be made explicit before implementation when reasonably possible -- the implementation should stay bounded to the slice -- unrelated refactors should be avoided -- tests should express behavior, not incidental implementation detail -- generated/export behavior should be tested through the source-owned builder or fixture path, not by hand-editing derived output -- workflow or CLI behavior should test the stable machine-readable contract, exit state, or observable route rather than incidental log prose -- refactor work should start only after the focused behavior check is green - -## Risks and anti-patterns -- writing tests that merely mirror the implementation -- turning a small slice into a hidden architectural rewrite -- using TDD ritualistically where the problem is not well-shaped yet -- overfitting tests to brittle internal details -- treating snapshot churn, generated file bytes, or current sort order as the behavior unless consumers rely on it -- adding a broad fixture matrix before the slice has one clear target behavior - -## Verification -- confirm tests were added or updated first when the task was suitable for TDD -- confirm the implementation stayed bounded -- confirm the relevant test suite passed -- confirm the report names the covered behavior and the untouched behavior -- confirm any generated/export or workflow assertion still points back to the source-owned behavior under test - -## Technique traceability -Manifest-backed techniques: -- AOA-T-0014 from `8Dionysus/aoa-techniques` at `cd276f040d55d490bd015b8698c7a5d594b9f875` using path `techniques/execution/agent-workflows-core/tdd-slice/TECHNIQUE.md` and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation -- AOA-T-0001 from `8Dionysus/aoa-techniques` at `cd276f040d55d490bd015b8698c7a5d594b9f875` using path `techniques/execution/agent-workflows-core/plan-diff-apply-verify-report/TECHNIQUE.md` and sections: Contracts, Validation - -## Adaptation points -Project overlays should add: -- local test commands -- local module boundaries -- guidance for when TDD is mandatory versus optional -- local CLI, builder, validator, adapter, generated/export, or workflow examples from `references/tdd-slice-shapes.md` -- local rules for when fixtures, snapshots, or golden files are stable enough to test diff --git a/.agents/skills/aoa-tdd-slice/agents/openai.yaml b/.agents/skills/aoa-tdd-slice/agents/openai.yaml deleted file mode 100644 index 3f542ebf..00000000 --- a/.agents/skills/aoa-tdd-slice/agents/openai.yaml +++ /dev/null @@ -1,10 +0,0 @@ -interface: - display_name: AoA TDD Slice - short_description: Build slices test-first - default_prompt: Use $aoa-tdd-slice to define behavior in tests first, make the smallest implementation change, and report what stays out of scope. - icon_small: ./assets/small-logo.svg - icon_large: ./assets/large-logo.svg - brand_color: '#2563EB' -policy: - implicit_activation_policy: invoke - allow_implicit_invocation: true diff --git a/.agents/skills/aoa-tdd-slice/assets/large-logo.svg b/.agents/skills/aoa-tdd-slice/assets/large-logo.svg deleted file mode 100644 index 85b236bc..00000000 --- a/.agents/skills/aoa-tdd-slice/assets/large-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-tdd-slice/assets/small-logo.svg b/.agents/skills/aoa-tdd-slice/assets/small-logo.svg deleted file mode 100644 index af2b530a..00000000 --- a/.agents/skills/aoa-tdd-slice/assets/small-logo.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/.agents/skills/aoa-tdd-slice/examples/example.md b/.agents/skills/aoa-tdd-slice/examples/example.md deleted file mode 100644 index e6afa485..00000000 --- a/.agents/skills/aoa-tdd-slice/examples/example.md +++ /dev/null @@ -1,37 +0,0 @@ -# Example - -## Scenario - -A catalog builder needs a new behavior: when a source bundle declares an optional support reference, the generated compact export should include that reference once with its source path, while existing bundles without support references should continue to export unchanged. - -## Why this skill fits - -- the desired behavior is clear before implementation starts -- the change is small enough to stay inside one bounded slice -- confidence matters because downstream readers rely on the generated export shape -- the test can drive the source-to-output mapping without hand-editing the generated artifact - -## Expected inputs - -- the desired source-to-export behavior and the exact fixture shape -- the builder or command that produces the compact export -- the existing test surface for builder behavior -- non-goals such as redesigning catalog schema, rewriting routing, or changing unrelated export fields - -## Expected outputs - -- a failing test that expresses the new support-reference mapping before implementation -- the smallest implementation change that makes the test pass -- a short verification summary naming the relevant passing tests - -## Boundary notes - -- this example is about a bounded behavior slice, not a broader rewrite of the validation framework -- unrelated cleanup such as renaming modules, changing generated sort order, or rewriting export packaging stays out of scope -- it is not a source-of-truth decision because the source owner is already clear; the task is to specify one observable builder behavior - -## Verification notes - -- add or update the builder fixture test first -- run the focused test suite that covers source bundles with and without support references -- report the covered behavior and note that unrelated export fields were left untouched diff --git a/.agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md b/.agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md deleted file mode 100644 index 912e1b83..00000000 --- a/.agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md +++ /dev/null @@ -1,49 +0,0 @@ -# TDD Slice Shapes - -Use this reference when the test-first slice is wider than a simple function or -method change. It is not a checklist. Pick the smallest shape that names one -observable behavior, one red check, one minimal green implementation, and one -refactor stop-line. - -## How To Use - -1. Name the behavior in terms a consumer or maintainer can observe. -2. Choose the narrowest slice shape below. -3. Write the red check before changing implementation. -4. Make the smallest green change. -5. Refactor only inside the declared slice after the check passes. - -## Shape Set - -| Shape | Red Check | Minimal Green | Refactor Boundary | Avoid | Verify | -|---|---|---|---|---|---| -| Pure module behavior | Unit or focused regression test for input, output, error, or state. | Change the smallest rule or branch. | The module or function under test. | Testing private helper choreography. | Focused unit tests plus relevant existing suite. | -| CLI or tool behavior | Command invocation, exit code, machine-readable report, or stable stderr/stdout contract. | Add the flag, parser branch, or report field. | Command handler and report shape only. | Freezing incidental log prose. | CLI test with success and failure path when useful. | -| Parser, validator, schema, or manifest | Valid and invalid fixture that names the accepted or rejected shape. | Add the narrow validation or parse rule. | Parser/validator and fixture set. | Treating current formatting as semantic behavior. | Fixture test plus schema or invalid-case failure. | -| Builder or generated/export path | Source fixture rebuilds one derived artifact or detects no-drift. | Update source-to-output mapping, not derived output by hand. | Builder and source fixture. | Making generated artifacts the source of truth. | Rebuild/no-drift check plus focused assertion. | -| Router or selection behavior | Equivalent inputs route the same; decisive signal changes route. | Add or adjust the small selection rule. | Router rule and its fixtures. | Encoding incidental ordering as law. | Permutation or tie-break test with claim limit. | -| Adapter or facade behavior | Fake adapter or facade test for one observable dependency interaction. | Add the narrow port call or mapping. | Facade/adapter seam already chosen. | Redesigning the dependency boundary mid-slice. | Fake plus one smoke if the real adapter is cheap and available. | -| Workflow or gate behavior | Minimal route trial, state transition, receipt field, or stop condition. | Add the narrow phase, gate, or receipt rule. | Workflow step and receipt/report fields. | Turning one slice into a whole process rewrite. | Focused workflow test plus negative skip case when relevant. | -| Regression repair | Failing test that reproduces the observed break. | Fix the smallest behavior that makes the regression pass. | Fault-local code and tests. | Broad cleanup before the regression is pinned. | Regression test stays in suite and explains the behavior. | - -## Compact Slice Pass - -| Field | Answer | -|---|---| -| Observable behavior | | -| Shape selected | | -| Red check | | -| Minimal green change | | -| Refactor boundary | | -| Out of scope | | -| Existing checks to rerun | | -| Claim limit | | - -## Verification - -- the first failing check constrains consumer-visible or maintainer-visible - behavior -- the green change is smaller than a redesign -- generated/export assertions point back to source-owned builder behavior -- snapshots or goldens are treated as stable only when consumers rely on them -- the closeout names both covered behavior and untouched behavior diff --git a/AGENTS.md b/AGENTS.md index a90ebdca..a4dcd923 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -35,6 +35,23 @@ It does not own: playbooks, KAG substrate meaning, cross-owner aggregation, or stats summaries - private project operations, secrets, or infrastructure detail +## Skill home boundary + +`aoa-techniques` currently owns no repository-local skill bundle. Do not create +an empty top-level `skills/` port and do not copy shared AoA bundles into +`.agents/skills/`. Shared skills reach agents through host or user-profile +projections outside this repository; technique discovery starts from authored +routes, `TECHNIQUE.md` bundles, and derived readers that return to those +sources. + +A future repository-local skill is admissible only after one concrete +`aoa-techniques` capability demonstrates a distinct trigger, input/output +contract, independent composition value, failure boundary, and repeatable +benefit in manual no-skill and coexistence trials. A technique-to-skill idea is +only a proposal: route it through Method-growth and AOA-T-0102 to the receiving +owner without treating proposal, acceptance, activation, or projection as the +same event. + [DESIGN](DESIGN.md) names the repository system form. [DESIGN.AGENTS](DESIGN.AGENTS.md) names the agent-facing surface form. This card is the operational route card for agents. @@ -143,6 +160,8 @@ Update only the ones that moved; otherwise say no update was needed. - Do not turn a technique into a skill, eval, route, playbook, memory object, role contract, runtime behavior, or ToS source. +- Do not recreate `.agents/skills/` as a repository cache for shared bundles or + add an empty `skills/` home without an admitted repo-owned capability. - Do not treat generated catalogs, capsules, source-lift outputs, or AGENTS mesh mirrors as authored meaning. - Do not hide project-private residue, secrets, unreduced transcripts, or diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a788b0d..d0ddd69d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is intentionally simple and human-first. ## [Unreleased] +### Changed + +- removed the foreign `.agents/skills/` bundle cache and its six copied helper + scripts; `aoa-techniques` now declares no repository-local skill home until a + repo-specific capability proves a distinct trigger, contract, composition + value, and repeatable benefit through manual no-skill and coexistence trials + ## [0.5.0] - 2026-07-13 ### Summary diff --git a/config/agents_mesh.json b/config/agents_mesh.json index df444443..1ab9a30c 100644 --- a/config/agents_mesh.json +++ b/config/agents_mesh.json @@ -16,7 +16,6 @@ ], "canonical_cards": [ ".agents/AGENTS.md", - ".agents/skills/AGENTS.md", ".agents/spark/AGENTS.md", ".github/AGENTS.md", "AGENTS.md", diff --git a/docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md b/docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md new file mode 100644 index 00000000..ab78f111 --- /dev/null +++ b/docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md @@ -0,0 +1,118 @@ +# Keep The Technique Canon Without A Skill Home + +Status: accepted +Date: 2026-07-16 + +## Index Metadata + +- Decision ID: AOA-TECH-D-0069 +- Original date: 2026-07-16 +- Surface classes: agent route, repository topology, owner boundary +- Technique axes: owner boundary, execution shape +- Mechanic parents: method-growth +- Guard families: owner boundary, prompt visibility, script topology, generated/read-model +- Posture: accepted no-home boundary + +## Context + +`aoa-techniques` carried 25 shared AoA skill bundles under `.agents/skills/`. +They were copied companions rather than repository-owned capabilities. Ten of +those bundles competed in the repository's initial agent prompt, and six +copied helper scripts were described by the local script inventory as if they +were active `aoa-techniques` organs. + +That topology contradicted the current owner contract. This repository owns +atomic, public, reusable technique truth. Stateful workflows belong to +`aoa-skills`, recurring choreography belongs to `aoa-playbooks`, and routing +policy belongs to `aoa-routing`. A copied bundle can still look locally useful +while obscuring those boundaries, consuming prompt budget, and making a +projection appear to be owner truth. + +## Options considered + +1. Keep the 25 copied bundles and document them as advisory companions. +2. Replace them with a broad `aoa-techniques` search, selection, adaptation, + validation, retry, and publication skill. +3. Remove the copied projection and keep no repository-local skill home until + one repo-specific capability passes an explicit admission boundary. + +## Decision + +Choose option 3. `aoa-techniques` has no top-level `skills/` home and no +`.agents/skills/` projection while it owns no admitted repository-local skill. +Do not create an empty home port. Shared AoA bundles are supplied by host or +user-profile projections outside this repository. + +Technique discovery and use start from authored route cards, indexes, and +`TECHNIQUE.md` bundles. Generated readers and KAG indexes may help discovery, +but they remain derived source-returning surfaces rather than skill truth. + +A future repository-local bundle is admissible only when one concrete +capability has a distinct trigger, input/output contract, independent +composition value, bounded failure modes, and repeatable benefit in manual +positive, negative, no-skill, coexistence, and held-out trials. Technique-side +Method-growth and AOA-T-0102 may emit a proposal handoff to a receiving owner; +proposal, acceptance, activation, and projection remain separate events. + +This decision supersedes AOA-TECH-D-0068 only where that record allowed copied +skill-local helpers to remain as active advisory script surfaces. The broader +script-inventory decision remains current. + +## Rationale + +Manual prompt inspection showed the copied bundles were agent-visible even +though this repository did not own them. After removing the projection, a +clean agent could still locate a requested technique, return to its authored +source and boundary, and avoid treating generated readers or tests as +authority. A separate negative trial correctly rejected a proposed broad +repository skill because its trigger, workflow owner, and verification +contract were not independently established. + +These observations support removing interference, not claiming universal +no-skill superiority. The no-home posture is deliberately reversible when a +real repo-specific capability proves additive value. + +## Consequences + +- Remove all 25 copied bundles and their prompt-visible metadata. +- Remove six copied helper scripts from the local script topology, smoke tests, + and inventory. +- Rebuild the AGENTS mesh and repo-local KAG projections without deleted paths + as current artifacts; KAG event history may preserve their removal as + provenance. +- Keep shared skill visibility in host or user-profile projections owned + outside `aoa-techniques`. +- Do not add a permanent skill validator merely to enforce an empty directory; + current route, inventory, mesh, and source-return checks cover the surviving + owner surfaces. +- Revisit the boundary if repeated real tasks produce a repo-specific candidate + that passes the stated manual admission trials. + +## Source surfaces + +- `AGENTS.md` +- `README.md` +- `CHARTER.md` +- `docs/TECHNIQUE_ATOM_CONTRACT.md` +- `.agents/AGENTS.md` +- `mechanics/method-growth/README.md` +- `mechanics/method-growth/TECHNIQUE_TO_SKILL_HANDOFF.md` +- `techniques/governance/promotion-boundary/skill-proposal-handoff-packet/TECHNIQUE.md` +- `docs/validation/SCRIPT_TOPOLOGY.md` +- `config/agents_mesh.json` + +## Follow-up route + +Revisit only when real `aoa-techniques` work yields a stable repository-local +trigger and contract. Route a technique-derived proposal through Method-growth +and AOA-T-0102; route admission, activation, versioning, and shared projection +to the receiving skill owner. + +## Verification + +- `source-fast` checks current owner routes, semantic AGENTS guidance, script + inventory coverage, and the absence of stale active paths. +- `generated` checks decision indexes, AGENTS mesh, and repo-local KAG parity. +- `release` checks the public repository after the broad projection removal. +- Manual prompt inspection and positive, negative, no-skill, coexistence, and + held-out trials remain the admission authority for any future skill candidate. diff --git a/docs/decisions/indexes/by-date.md b/docs/decisions/indexes/by-date.md index 16a2cfc9..25827290 100644 --- a/docs/decisions/indexes/by-date.md +++ b/docs/decisions/indexes/by-date.md @@ -108,3 +108,7 @@ ## 2026-06-03 - [AOA-TECH-D-0068 Script Surface Inventory](../AOA-TECH-D-0068-script-surface-inventory.md) (`docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md`) + +## 2026-07-16 + +- [AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home](../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md) (`docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md`) diff --git a/docs/decisions/indexes/by-guard.md b/docs/decisions/indexes/by-guard.md index 369887e6..6437f83a 100644 --- a/docs/decisions/indexes/by-guard.md +++ b/docs/decisions/indexes/by-guard.md @@ -117,6 +117,7 @@ - [AOA-TECH-D-0066 Validation Lane Command Authority](../AOA-TECH-D-0066-validation-lane-command-authority.md) (`docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md`) - [AOA-TECH-D-0067 Validator Owner Modules](../AOA-TECH-D-0067-validator-owner-modules.md) (`docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md`) - [AOA-TECH-D-0068 Script Surface Inventory](../AOA-TECH-D-0068-script-surface-inventory.md) (`docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md`) +- [AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home](../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md) (`docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md`) ## AGENTS/mesh @@ -171,9 +172,18 @@ - [AOA-TECH-D-0068 Script Surface Inventory](../AOA-TECH-D-0068-script-surface-inventory.md) (`docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md`) +## owner boundary + +- [AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home](../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md) (`docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md`) + +## prompt visibility + +- [AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home](../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md) (`docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md`) + ## script topology - [AOA-TECH-D-0068 Script Surface Inventory](../AOA-TECH-D-0068-script-surface-inventory.md) (`docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md`) +- [AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home](../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md) (`docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md`) ## source contract diff --git a/docs/decisions/indexes/by-mechanic.md b/docs/decisions/indexes/by-mechanic.md index ee3899c0..64a13f3e 100644 --- a/docs/decisions/indexes/by-mechanic.md +++ b/docs/decisions/indexes/by-mechanic.md @@ -49,6 +49,7 @@ - [AOA-TECH-D-0028 Method-Growth Pattern Adoption Gate](../AOA-TECH-D-0028-method-growth-pattern-adoption-gate.md) (`docs/decisions/AOA-TECH-D-0028-method-growth-pattern-adoption-gate.md`) - [AOA-TECH-D-0029 Method-Growth Retention Review](../AOA-TECH-D-0029-method-growth-retention-review.md) (`docs/decisions/AOA-TECH-D-0029-method-growth-retention-review.md`) - [AOA-TECH-D-0030 Method-Growth Skill Proposal Handoff](../AOA-TECH-D-0030-method-growth-skill-proposal-handoff.md) (`docs/decisions/AOA-TECH-D-0030-method-growth-skill-proposal-handoff.md`) +- [AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home](../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md) (`docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md`) ## questbook diff --git a/docs/decisions/indexes/by-number.md b/docs/decisions/indexes/by-number.md index c6e425c5..9dcc5380 100644 --- a/docs/decisions/indexes/by-number.md +++ b/docs/decisions/indexes/by-number.md @@ -72,3 +72,4 @@ | AOA-TECH-D-0066 | 2026-06-02 | [AOA-TECH-D-0066 Validation Lane Command Authority](../AOA-TECH-D-0066-validation-lane-command-authority.md) | `docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md` | validation guard, release/tooling, GitHub workflow, docs route | validation lane | release-support | CI lane, release/tooling, generated/read-model, docs route | accepted | | AOA-TECH-D-0067 | 2026-06-02 | [AOA-TECH-D-0067 Validator Owner Modules](../AOA-TECH-D-0067-validator-owner-modules.md) | `docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md` | validation guard, release/tooling, docs route | validation lane | release-support | validator topology, generated/read-model, source contract | accepted | | AOA-TECH-D-0068 | 2026-06-03 | [AOA-TECH-D-0068 Script Surface Inventory](../AOA-TECH-D-0068-script-surface-inventory.md) | `docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md` | validation guard, release/tooling, docs route | validation lane | release-support | script topology, command authority, generated/read-model, source contract | accepted | +| AOA-TECH-D-0069 | 2026-07-16 | [AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home](../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md) | `docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md` | agent route, repository topology, owner boundary | owner boundary, execution shape | method-growth | owner boundary, prompt visibility, script topology, generated/read-model | accepted no-home boundary | diff --git a/docs/decisions/indexes/by-surface.md b/docs/decisions/indexes/by-surface.md index ddd869c5..b3b5eb4c 100644 --- a/docs/decisions/indexes/by-surface.md +++ b/docs/decisions/indexes/by-surface.md @@ -121,6 +121,7 @@ - [AOA-TECH-D-0057 Spark Registry-Backed Technique Lane](../AOA-TECH-D-0057-spark-registry-backed-technique-lane.md) (`docs/decisions/AOA-TECH-D-0057-spark-registry-backed-technique-lane.md`) - [AOA-TECH-D-0059 Agent Neighbor Doc Command Ownership](../AOA-TECH-D-0059-agent-neighbor-doc-command-ownership.md) (`docs/decisions/AOA-TECH-D-0059-agent-neighbor-doc-command-ownership.md`) - [AOA-TECH-D-0060 AGENTS Mesh Canonical Closure](../AOA-TECH-D-0060-agents-mesh-canonical-closure.md) (`docs/decisions/AOA-TECH-D-0060-agents-mesh-canonical-closure.md`) +- [AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home](../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md) (`docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md`) ## generated/readout @@ -165,8 +166,16 @@ - [AOA-TECH-D-0066 Validation Lane Command Authority](../AOA-TECH-D-0066-validation-lane-command-authority.md) (`docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md`) +## owner boundary + +- [AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home](../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md) (`docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md`) + ## release/tooling - [AOA-TECH-D-0066 Validation Lane Command Authority](../AOA-TECH-D-0066-validation-lane-command-authority.md) (`docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md`) - [AOA-TECH-D-0067 Validator Owner Modules](../AOA-TECH-D-0067-validator-owner-modules.md) (`docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md`) - [AOA-TECH-D-0068 Script Surface Inventory](../AOA-TECH-D-0068-script-surface-inventory.md) (`docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md`) + +## repository topology + +- [AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home](../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md) (`docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md`) diff --git a/docs/decisions/indexes/by-technique-axis.md b/docs/decisions/indexes/by-technique-axis.md index 1d4d870d..099e9081 100644 --- a/docs/decisions/indexes/by-technique-axis.md +++ b/docs/decisions/indexes/by-technique-axis.md @@ -121,6 +121,14 @@ - [AOA-TECH-D-0065 Canonical Decision IDs And Indexes](../AOA-TECH-D-0065-canonical-decision-ids-and-indexes.md) (`docs/decisions/AOA-TECH-D-0065-canonical-decision-ids-and-indexes.md`) +## execution shape + +- [AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home](../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md) (`docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md`) + +## owner boundary + +- [AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home](../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md) (`docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md`) + ## validation lane - [AOA-TECH-D-0066 Validation Lane Command Authority](../AOA-TECH-D-0066-validation-lane-command-authority.md) (`docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md`) diff --git a/docs/readers/repo/REPO_DOC_SURFACES.md b/docs/readers/repo/REPO_DOC_SURFACES.md index a2b80248..c41365da 100644 --- a/docs/readers/repo/REPO_DOC_SURFACES.md +++ b/docs/readers/repo/REPO_DOC_SURFACES.md @@ -60,7 +60,7 @@ Use these when the question is how to contribute safely, publicly, and within th | doc | bounded role | top-level sections | |---|---|---| -| [AGENTS.md](../../../AGENTS.md) (`AGENTS.md`) | contributor doctrine for public-safe planning, focused diffs, verification, and reporting | `Applies to`, `Role`, `Owner lane`, `Read before editing`, `Route modes`, `AGENTS stack law`, `Memory route`, `GitHub landing workflow`, `Post-change route review`, `Boundaries`, `Route away when`, `Validation`, `Closeout`, `Historical Reference` | +| [AGENTS.md](../../../AGENTS.md) (`AGENTS.md`) | contributor doctrine for public-safe planning, focused diffs, verification, and reporting | `Applies to`, `Role`, `Owner lane`, `Skill home boundary`, `Read before editing`, `Route modes`, `AGENTS stack law`, `Memory route`, `GitHub landing workflow`, `Post-change route review`, `Boundaries`, `Route away when`, `Validation`, `Closeout`, `Historical Reference` | | [Contributing to aoa-techniques](../../../CONTRIBUTING.md) (`CONTRIBUTING.md`) | public contribution path, review criteria, and status-transition rules | `What belongs here`, `Before opening a PR`, `External provenance`, `GitHub intake surfaces`, `Preferred PR scope`, `Recommended PR title format`, `Review criteria`, `Status transitions`, `Security` | | [SECURITY.md](../../../SECURITY.md) (`SECURITY.md`) | private reporting route and public-hygiene security expectations | `Purpose`, `Report privately if you find`, `Do not post publicly`, `Security expectations for contributors`, `Public hygiene checklist` | | [Code of Conduct](../../../CODE_OF_CONDUCT.md) (`CODE_OF_CONDUCT.md`) | public collaboration and enforcement expectations for contributors | `Our standard`, `Enforcement` | diff --git a/docs/validation/SCRIPT_TOPOLOGY.md b/docs/validation/SCRIPT_TOPOLOGY.md index e292964c..49ebbdbc 100644 --- a/docs/validation/SCRIPT_TOPOLOGY.md +++ b/docs/validation/SCRIPT_TOPOLOGY.md @@ -44,7 +44,6 @@ tracked Python cache residue. | `projection_builder` | generated/read-model writes from source | may write tracked projections; must not define source meaning | | `projection_validator_module` | generated/read-model parity checks | compares projections; does not own technique truth | | `part_local_builder` / `part_local_validator` | mechanic-owned candidate artifacts | discovered by `scripts/run_part_local_tests.py` from part homes | -| `skill_local_contract_tool` | exported skill companion contract helpers | advisory/local-only; not CI hard gates for this repo | | `agent_lane_validator` | Spark lane registry and scenario shape | release-owned, not PR source-fast | | `lane_executor`, `lane_loader`, `release_entrypoint`, `test_runner` | command execution and release/test orchestration | load command authority from `config/validation_lanes.json` | | `compatibility_adapter` | old import/CLI surfaces | keep thin; rule ownership stays elsewhere | @@ -85,11 +84,6 @@ runtime policy, proof verdict, memory authority, or a release command. The Spark lane validator is release-owned and validates agent-lane registry, scenario, result, and handoff shape. It does not belong in PR `source-fast`. -The `.agents/skills/*/scripts` helpers are deterministic contract tools inside -exported skill companion material. They can model approval, dry-run, -readiness, and risk contracts, but they do not become `aoa-techniques` runtime -policy enforcement and are not hidden hard gates. - ## Promotion Rule A script may move from advisory/local-only into a blocking lane only when a diff --git a/docs/validation/VALIDATOR_TOPOLOGY.md b/docs/validation/VALIDATOR_TOPOLOGY.md index 65367100..f88b898c 100644 --- a/docs/validation/VALIDATOR_TOPOLOGY.md +++ b/docs/validation/VALIDATOR_TOPOLOGY.md @@ -108,5 +108,5 @@ The broader script-surface map lives in [`SCRIPT_TOPOLOGY.md`](SCRIPT_TOPOLOGY.md) and [`script_inventory.json`](script_inventory.json). That inventory covers every active file under `*/scripts/*`, including mechanic-local scripts, Spark lane -scripts, exported skill companion helpers, and script-local `AGENTS.md` route -cards. It is descriptive coverage, not command authority. +scripts, and script-local `AGENTS.md` route cards. It is descriptive coverage, +not command authority. diff --git a/docs/validation/script_inventory.json b/docs/validation/script_inventory.json index 01f767ae..3e501e2a 100644 --- a/docs/validation/script_inventory.json +++ b/docs/validation/script_inventory.json @@ -22,90 +22,6 @@ "disposition" ], "script_surfaces": [ - { - "path": ".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py", - "family": "skill_local_contract_tool", - "organ_lane": "capability/security contract", - "owner_surface": ".agents/skills/aoa-dry-run-first/SKILL.md", - "source_truth": [".agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json"], - "reads": ["stdin or caller-provided JSON payload"], - "writes": [], - "side_effects": "prints deterministic JSON; no repo writes", - "validation_lane": "advisory", - "ci_inclusion": "local-only helper; import and CLI smoke covered by tests/test_script_topology.py", - "test_target": "tests/test_script_topology.py", - "disposition": "keep" - }, - { - "path": ".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py", - "family": "skill_local_contract_tool", - "organ_lane": "capability/security contract", - "owner_surface": ".agents/skills/aoa-dry-run-first/SKILL.md", - "source_truth": [".agents/skills/aoa-dry-run-first/checks/review.md"], - "reads": ["stdin or caller-provided JSON payload"], - "writes": [], - "side_effects": "prints deterministic JSON; no repo writes", - "validation_lane": "advisory", - "ci_inclusion": "local-only helper; import smoke covered by tests/test_script_topology.py", - "test_target": "tests/test_script_topology.py", - "disposition": "keep" - }, - { - "path": ".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py", - "family": "skill_local_contract_tool", - "organ_lane": "capability/security contract", - "owner_surface": ".agents/skills/aoa-local-stack-bringup/SKILL.md", - "source_truth": [".agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json"], - "reads": ["stdin or caller-provided JSON payload"], - "writes": [], - "side_effects": "prints deterministic JSON; no repo writes or process launch", - "validation_lane": "advisory", - "ci_inclusion": "local-only helper; import and CLI smoke covered by tests/test_script_topology.py", - "test_target": "tests/test_script_topology.py", - "disposition": "keep" - }, - { - "path": ".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py", - "family": "skill_local_contract_tool", - "organ_lane": "capability/security contract", - "owner_surface": ".agents/skills/aoa-local-stack-bringup/SKILL.md", - "source_truth": [".agents/skills/aoa-local-stack-bringup/checks/review.md"], - "reads": ["stdin or caller-provided JSON/text payload"], - "writes": [], - "side_effects": "prints deterministic JSON; no repo writes or process launch", - "validation_lane": "advisory", - "ci_inclusion": "local-only helper; import smoke covered by tests/test_script_topology.py", - "test_target": "tests/test_script_topology.py", - "disposition": "keep" - }, - { - "path": ".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py", - "family": "skill_local_contract_tool", - "organ_lane": "capability/security contract", - "owner_surface": ".agents/skills/aoa-safe-infra-change/SKILL.md", - "source_truth": [".agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json"], - "reads": ["stdin or caller-provided JSON payload"], - "writes": [], - "side_effects": "prints deterministic JSON; no repo writes or infrastructure mutation", - "validation_lane": "advisory", - "ci_inclusion": "local-only helper; import and CLI smoke covered by tests/test_script_topology.py", - "test_target": "tests/test_script_topology.py", - "disposition": "keep" - }, - { - "path": ".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py", - "family": "skill_local_contract_tool", - "organ_lane": "capability/security contract", - "owner_surface": ".agents/skills/aoa-safe-infra-change/SKILL.md", - "source_truth": [".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md"], - "reads": ["stdin or caller-provided JSON/text payload"], - "writes": [], - "side_effects": "prints deterministic JSON; no repo writes or infrastructure mutation", - "validation_lane": "advisory", - "ci_inclusion": "local-only helper; import smoke covered by tests/test_script_topology.py", - "test_target": "tests/test_script_topology.py", - "disposition": "keep" - }, { "path": ".agents/spark/scripts/validate_spark_lane.py", "family": "agent_lane_validator", diff --git a/generated/agents_mesh.min.json b/generated/agents_mesh.min.json index 63e6dceb..442aa4ed 100644 --- a/generated/agents_mesh.min.json +++ b/generated/agents_mesh.min.json @@ -1 +1 @@ -{"authority_ref":"docs/guardrails/AGENTS_MESH_PROTOCOL.md","canonical_required_headings":["## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"cards":[{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":62,"missing_canonical_headings":[],"path":".agents/AGENTS.md","sha256":"c8cbf70144517f13109472b85242c297781b2c2d006edbb050dcc0b51799ffca","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":49,"missing_canonical_headings":[],"path":".agents/skills/AGENTS.md","sha256":"295428abcc11ea87d2a1b1e2c610e632f60076ccec7d836154888c865eb5ba90","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":85,"missing_canonical_headings":[],"path":".agents/spark/AGENTS.md","sha256":"d6b9ad231144e3099391deaac2303e6691680382215a9cfa4247a7501c41e17d","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Platform sync","## Validation","## Closeout"],"line_count":82,"missing_canonical_headings":[],"path":".github/AGENTS.md","sha256":"613833c8cab13f9573c3b9756d00b3208c2ba9369e761f9f37d4658f2c3fcb48","shape_status":"canonical"},{"first_line_ok":true,"heading_count":15,"headings":["# AGENTS.md","## Applies to","## Role","## Owner lane","## Read before editing","## Route modes","## AGENTS stack law","## Memory route","## GitHub landing workflow","## Post-change route review","## Boundaries","## Route away when","## Validation","## Closeout","## Historical Reference"],"line_count":200,"missing_canonical_headings":[],"path":"AGENTS.md","sha256":"2baf594ab9f8e7ed6efb041872cfd5a9bf9e07becc167089b6fff6d0a9e6b6a6","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":57,"missing_canonical_headings":[],"path":"config/AGENTS.md","sha256":"4249336cd0715f26a08618b7667bd459a3339d9a7ab00fa0fdf6df3f62c35107","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":67,"missing_canonical_headings":[],"path":"docs/AGENTS.md","sha256":"25501b6bd53ae906a645c06229c6870e4c1a64278e329667dde12630fe62acc9","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":75,"missing_canonical_headings":[],"path":"docs/decisions/AGENTS.md","sha256":"f3cbb0acbf4daa2717006fcc0007b8e5b89f5e8d59d9bd2f06163d08c178e1aa","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":69,"missing_canonical_headings":[],"path":"docs/guardrails/AGENTS.md","sha256":"e148b1e72b725e4920425ffca74a0d7181bb016de59add14e3bc1e8dc039c827","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":52,"missing_canonical_headings":[],"path":"docs/readers/AGENTS.md","sha256":"faae2cb24ececc8cd58d00445dda7f76b084143cf961c6b27f93d7dffe681973","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":69,"missing_canonical_headings":[],"path":"docs/review/AGENTS.md","sha256":"9c5d219be6882c1e5f396fb34196aadc50c42c318e08f2ae7898950528a80351","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":74,"missing_canonical_headings":[],"path":"docs/selection/AGENTS.md","sha256":"0d19d147c5ff726a75287652ae4d05966fed4066fa000ccde86ad0804f11aee9","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":69,"missing_canonical_headings":[],"path":"docs/source-lift/AGENTS.md","sha256":"27d916075be0a89265479e0568b0b7bd523eff3d6bb9a3a2b6a4e6456cf8de64","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":56,"missing_canonical_headings":[],"path":"docs/validation/AGENTS.md","sha256":"f062632c34d2d2f8f3e860861003413c0bfbd9b08cee3949270c77d89ac220a3","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":43,"missing_canonical_headings":[],"path":"evals/AGENTS.md","sha256":"d61e15d2bf526314ebc5534c1dc53d44b3e87ebed29edc54e91fa3b752ab4047","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Required Shape","## Validation","## Closeout"],"line_count":63,"missing_canonical_headings":[],"path":"examples/AGENTS.md","sha256":"b958ff62afc3dd87d67e68204dd392854b337467b586cf581eb4442a8e704ed9","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":65,"missing_canonical_headings":[],"path":"generated/AGENTS.md","sha256":"bf7680fae9bf67491b1da546f7ec067b1843a087f1cb665d928012a7982448d1","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Operating Card","## Read before editing","## Source Routes","## Boundaries","## Validation","## Closeout"],"line_count":69,"missing_canonical_headings":[],"path":"kag/AGENTS.md","sha256":"1eaceae85a3ebb6b8625557fe9bb98d639334c32e1fd7b6954d24cd104f8d246","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":63,"missing_canonical_headings":[],"path":"legacy/AGENTS.md","sha256":"79d928cf27868c68420fcf3873ac7f09e28e1172ae27daefa0eadd64e6a8290f","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":56,"missing_canonical_headings":[],"path":"legacy/archive/AGENTS.md","sha256":"0007f43690ef581d0a3b3b9788a795fee9d21eb1899f724e118ed13316cb2bc0","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":54,"missing_canonical_headings":[],"path":"legacy/raw/AGENTS.md","sha256":"9d1ef2ac1bdcd6cbaa5cc3735c6b48ff5766ddb60229877eac02f29e8067ef48","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":52,"missing_canonical_headings":[],"path":"legacy/receipts/AGENTS.md","sha256":"23aa7f236f5e04ff64b46c8516bfda87f8fd1f21eca8a02c333cc3b10f4b06e0","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Owner lane","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":124,"missing_canonical_headings":[],"path":"mechanics/AGENTS.md","sha256":"fe8ce974c2a12b7400464b4e5479efea4ebd79a5cbec4dade14715a4b7979502","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Source split","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":67,"missing_canonical_headings":[],"path":"mechanics/agon/AGENTS.md","sha256":"b5773a027867161b828014a87207a80bfdd4bbb7a2ffd5932a17d57cae372959","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":48,"missing_canonical_headings":[],"path":"mechanics/agon/legacy/AGENTS.md","sha256":"b74f63c3979fa86d9747ddc472b41facb0c204e5daacf1d755447703bd243c28","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":44,"missing_canonical_headings":[],"path":"mechanics/agon/parts/AGENTS.md","sha256":"3e1f494fc6b6b1bb600d038e2f1f3b9517bc9e55b08ae2ee0c731c06f3f6bd62","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":54,"missing_canonical_headings":[],"path":"mechanics/antifragility/AGENTS.md","sha256":"04061b4607dc30e89136c0d7096df3d5921b669d0a7c2156b0240730da268510","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":47,"missing_canonical_headings":[],"path":"mechanics/antifragility/legacy/AGENTS.md","sha256":"8f470692ce965d92026d535dc35233464ef2bbb34f4eaf6fb221985ab281fdd7","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":52,"missing_canonical_headings":[],"path":"mechanics/antifragility/parts/AGENTS.md","sha256":"b636f113c3ab684d78ba983ded38b2549c178f29286b9b18afe603f470d2bf62","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Source split","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":63,"missing_canonical_headings":[],"path":"mechanics/audit/AGENTS.md","sha256":"0609d9c47ee04e19f60debc4feb8ea82ad9cf2ad23dd1a981c2a4b8f83509908","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":48,"missing_canonical_headings":[],"path":"mechanics/audit/legacy/AGENTS.md","sha256":"fe0ff8e2324b19ec035b0178ee7776a0c833bc12562871e894942575f7ee07a1","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":44,"missing_canonical_headings":[],"path":"mechanics/audit/parts/AGENTS.md","sha256":"1cab2e8285183b1ef06dab38b7b25b02613374bc678fe1b31054ce04ea55721b","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":58,"missing_canonical_headings":[],"path":"mechanics/boundary-bridge/AGENTS.md","sha256":"c5ee92e7f754bac6f9a8f9e3f86662b1826b8208be60d91c67d82913d8ad3c38","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/boundary-bridge/legacy/AGENTS.md","sha256":"ed08ef9392f49d113844fe8a8edfabed0625f426ea6fb3309e25330cd86e1fa1","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":53,"missing_canonical_headings":[],"path":"mechanics/boundary-bridge/parts/AGENTS.md","sha256":"e3d70cc7cca40f8a1da5b05e470acba9a1475d6b320187495c88c9715c7ffd76","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":57,"missing_canonical_headings":[],"path":"mechanics/checkpoint/AGENTS.md","sha256":"ba34075a1204f4014a77cd6f757092988344fe5bb67488cb35d033898c74c957","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/checkpoint/legacy/AGENTS.md","sha256":"ed71d577e7221e7b671627e1645bcdf9fcce32f3663a5314b2553ea16c3552e0","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":52,"missing_canonical_headings":[],"path":"mechanics/checkpoint/parts/AGENTS.md","sha256":"411f2856254a7c5ee049eaf9f2ce2fccea092463fbcf05f43c62edfdb29a0a63","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Source split","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":96,"missing_canonical_headings":[],"path":"mechanics/distillation/AGENTS.md","sha256":"db60b1d2146c8797035b9a8fd17a28de8ff9870900b63591f897587d9304e6ef","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":42,"missing_canonical_headings":[],"path":"mechanics/distillation/legacy/AGENTS.md","sha256":"51a47cf7bd2df06be438da1093b1cdaa01826697b5d121c7dc5c5a3ca71ee72e","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":44,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/AGENTS.md","sha256":"2f3e536e17c19abef1b5e2c58c72cdaef4486fc9224dc68409e5c314eb81d3da","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":60,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/candidate-intake/AGENTS.md","sha256":"c4fa9860f0131f71f9299b0529c5c4d8824ef3dad70972e7c0b5e22a5235a951","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":85,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/technique-reform-ingress/AGENTS.md","sha256":"d4fb3921061ad3eadfde25ec740483ec951d642eff4341c740efd508c672df84","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":53,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/technique-reform-ingress/config/AGENTS.md","sha256":"b0f7cb509bcac4c88e43fc5c9f39464e67f5bc93961ec26e2355833a84e8c85b","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":53,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/technique-reform-ingress/data/AGENTS.md","sha256":"13e5ad1ff983b7d1e48444728b2e4b9edfd79ac6d8303ffe3349ad9e895854a7","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":56,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/technique-reform-ingress/reports/AGENTS.md","sha256":"d6d2ca69c617153b88d1613fd084dfe02d6bdc0b41c292ad5ee37aadd5c25067","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":79,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/technique-reform-ingress/reviews/AGENTS.md","sha256":"7639ec9dea2c9ef8c40ee1ca80125d88d9af5531be4b30bd158421d42b702775","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":53,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/technique-reform-ingress/scripts/AGENTS.md","sha256":"826cad57f19ddbffa09c98ed6b61e022d34b2f84167527918cfd3473e57142f0","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Source split","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":64,"missing_canonical_headings":[],"path":"mechanics/experience/AGENTS.md","sha256":"8917cbc109dfed5ab3d9d01c70adac34066c4f63087a31db2c72e3a040c2e6a3","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/experience/legacy/AGENTS.md","sha256":"8ab75859f68beb79a9cde58f45d6cfb37035c812d5ed2a2575f684266332ec9d","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":44,"missing_canonical_headings":[],"path":"mechanics/experience/parts/AGENTS.md","sha256":"2723a4d2ea63110aec33110e10a5b4a51748dd0873f48438f6a970bffb116bee","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":51,"missing_canonical_headings":[],"path":"mechanics/growth-cycle/AGENTS.md","sha256":"d96dc243756ee7158380b102a6db5611a5c6c41ca1ffe4215cb0d1ce6497493f","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/growth-cycle/legacy/AGENTS.md","sha256":"910066ce88e40cd0e3492aae3369e766a5ac6df9f0143041c9a4c0fa6cc6d8fc","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":51,"missing_canonical_headings":[],"path":"mechanics/growth-cycle/parts/AGENTS.md","sha256":"a95f36eea9749ba3a3ba5159e54dc1841934c72334fcab5f05cc980cc748ce6a","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Source split","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":63,"missing_canonical_headings":[],"path":"mechanics/method-growth/AGENTS.md","sha256":"badf03ec874db6375e90952c60b3872418e2b7788eade63eacd1f473220cba2d","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/method-growth/legacy/AGENTS.md","sha256":"ae941addba60190a162c806bb73de6b904d0c19bd5447bb5e352da1e2638da93","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":43,"missing_canonical_headings":[],"path":"mechanics/method-growth/parts/AGENTS.md","sha256":"5fc8772addecfc010b125474d92a809f94b6269b2f09a1b5d4b931523cc8e9b1","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":58,"missing_canonical_headings":[],"path":"mechanics/questbook/AGENTS.md","sha256":"c3bfe7733b215efecf9ed9e9dcdef07c5bd76c4cb3bb71a82789410fdcf166c2","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/questbook/legacy/AGENTS.md","sha256":"fb8e7c997ece6f2f2a66dc21674e260a1ecc5344878860d0c102546d573f8063","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":54,"missing_canonical_headings":[],"path":"mechanics/questbook/parts/AGENTS.md","sha256":"382b37ff5d3f90b8e10e3fb43a06a11039c702e292f10ea8f296f2ef970eb2f3","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":51,"missing_canonical_headings":[],"path":"mechanics/recurrence/AGENTS.md","sha256":"f25cc64a173ed291ae99f475cd41de8ad5d1b14ed0d658442e68308cbe5b93b8","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/recurrence/legacy/AGENTS.md","sha256":"70dbddb3c9d1a0313beb756ae2fce94b1fcf9626264f44ac04c6e86892532c09","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":53,"missing_canonical_headings":[],"path":"mechanics/recurrence/parts/AGENTS.md","sha256":"f4782cac5fd9ac13f78e4229d7f9a850668eeabaf6e3263e7db4d67559734acc","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":53,"missing_canonical_headings":[],"path":"mechanics/recurrence/parts/live-observation-producers/scripts/AGENTS.md","sha256":"4b035510f7b89e6ed96e9bcecfdf7d589d6cf43faed067c441062a9dc2606240","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":51,"missing_canonical_headings":[],"path":"mechanics/release-support/AGENTS.md","sha256":"c97cd62c8b22500a968644f1a333230987586af28b7765bf91114ae0cdc95dd9","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/release-support/legacy/AGENTS.md","sha256":"8ffd4265732f887de092b6abf7038c0f10eccb8ba59177d775a7719f197ff753","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":51,"missing_canonical_headings":[],"path":"mechanics/release-support/parts/AGENTS.md","sha256":"1dd7befaa1719f4cc60c4a030bea74043e606bcfd8ef16f5d8f3187f0d643cba","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Owner Lane","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":89,"missing_canonical_headings":[],"path":"mechanics/rpg/AGENTS.md","sha256":"97943993751889bebffefcace950bf563562570ff2c8cccbd81f8f1596c37cf7","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":45,"missing_canonical_headings":[],"path":"mechanics/rpg/legacy/AGENTS.md","sha256":"3cf7302ce890f54fe770f378b64afae5f55d268244044b88a2e4e01ebd19de26","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":45,"missing_canonical_headings":[],"path":"mechanics/rpg/parts/AGENTS.md","sha256":"2dd19aa74f7fc904443e2d44393a7ba0fd955d9a2e3205e202e2a06796a4c19d","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":44,"missing_canonical_headings":[],"path":"mechanics/tests/AGENTS.md","sha256":"2c1dd52b65ff7c3c1c4429f5692fcb967c24e5309b1b3d149d8212c7b1215ef9","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Candidate Route","## Reviewed Landing Route","## Validation","## Closeout"],"line_count":80,"missing_canonical_headings":[],"path":"memo/AGENTS.md","sha256":"d111f6695ba5ee4cf570450b6ef1f14d2d0859d7bc10d8fc6322cab419bd61e2","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":48,"missing_canonical_headings":[],"path":"quests/AGENTS.md","sha256":"6f6c1e4bcde970d168ddb90ed50e3e128af83134fddc916d247e89b18bcfc0f8","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":54,"missing_canonical_headings":[],"path":"quests/agon/AGENTS.md","sha256":"5c09ab7257f014983c06b9202bf1b23e6dfba96cd40cb386e0202e8ebfc22e33","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":54,"missing_canonical_headings":[],"path":"quests/techniques/AGENTS.md","sha256":"e0160327badb89296df25a765c7d99854e806b3fbfdbd35451262313352a654d","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":49,"missing_canonical_headings":[],"path":"schemas/AGENTS.md","sha256":"c4ad483cba61e6ebedb2d97663854a0f0770dfcb741bd68bccf217d232cb47e2","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":66,"missing_canonical_headings":[],"path":"scripts/AGENTS.md","sha256":"b21852bb5884f61e19c722292fdd6883813ea385b5eb2a413e41d72db3ef65a9","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":73,"missing_canonical_headings":[],"path":"scripts/validators/AGENTS.md","sha256":"7d5854a90bdf88a5fadab629e1352a6816a04c4b752702a774b3abf57b3119b1","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":47,"missing_canonical_headings":[],"path":"stats/AGENTS.md","sha256":"487c331a007d383597c96a84c5f6f615f13ef1cba3a2e6659af894290a98659e","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":65,"missing_canonical_headings":[],"path":"techniques/AGENTS.md","sha256":"a76c718ad1736c20c88b31ffe3d4dd9e3e1b81e63e8a1880105b2348f4098a58","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":72,"missing_canonical_headings":[],"path":"techniques/agent-workflows/AGENTS.md","sha256":"f6797d4ff6a798518d0bd46cd16f30ff2de7aea43780638bcafa933a9e527dde","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":79,"missing_canonical_headings":[],"path":"techniques/continuity/AGENTS.md","sha256":"3c90ec66af5505b2fd251f4b193230ea5c068e073dd60b1221e4ddcf9e2f2a49","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":76,"missing_canonical_headings":[],"path":"techniques/docs/AGENTS.md","sha256":"42960c461514541d92b9fc7e87920ecc7c2c24eeb2d7136e936c712f86e36570","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":74,"missing_canonical_headings":[],"path":"techniques/evaluation/AGENTS.md","sha256":"b6697128652c78aa4e25d2bc89067bcc9dbe6afda8365ca3f788d0735c695951","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":89,"missing_canonical_headings":[],"path":"techniques/execution/AGENTS.md","sha256":"1c31be06ca0be16d944914e871e0f2ce92b106e1926e4718e62915a1fdfef53d","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":89,"missing_canonical_headings":[],"path":"techniques/governance/AGENTS.md","sha256":"e39e826a270fd54576fa648a3611f1879a1f05df321aa66786caed686bb29d82","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":90,"missing_canonical_headings":[],"path":"techniques/history/AGENTS.md","sha256":"70a3851b47b3470f222463121e23fa216c76a1d3d6861e229cc8161aa03ab755","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":78,"missing_canonical_headings":[],"path":"techniques/ingest/AGENTS.md","sha256":"2c99392e7e3616d1bbae85099afe6331a2cd2aa13b2275d8e013878b65c276eb","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":104,"missing_canonical_headings":[],"path":"techniques/instruction/AGENTS.md","sha256":"d768ac55b23adb3d03382eb12bb453c8a15dfbeb628c85c6f294cf7372a70ea2","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":78,"missing_canonical_headings":[],"path":"techniques/knowledge-lift/AGENTS.md","sha256":"1b71092edc7071a921ddfea2cdb8b78d604b3f9b2b0f7543c818f174dd81faaa","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":114,"missing_canonical_headings":[],"path":"techniques/proof/AGENTS.md","sha256":"7d741003ccf10cb4e145285d7296267a1f568fc26be4fc1e53a2833c98aae77f","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":81,"missing_canonical_headings":[],"path":"techniques/recovery/AGENTS.md","sha256":"ae4b08fca0a2f3c856d405577bb16fe91c924923fbac684078433bb467ee9b57","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":79,"missing_canonical_headings":[],"path":"techniques/tool-use/AGENTS.md","sha256":"868e6914ded774acddd3e15ae9aeebfadf4f200dfb411660f1adb4abb61897e2","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":45,"missing_canonical_headings":[],"path":"templates/AGENTS.md","sha256":"3b96a5adc3ec746b3e319a22a4c165f4e6c352b2a348037d5434a3c7f4313c9e","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":62,"missing_canonical_headings":[],"path":"tests/AGENTS.md","sha256":"fd9b39d29f61072a219597669884cba0cb428a694b37283a8410424ce516e0f8","shape_status":"canonical"}],"config_ref":"config/agents_mesh.json","counts":{"canonical":95,"cards":95,"migration":0},"design_ref":"DESIGN.AGENTS.md","generated_ref":"generated/agents_mesh.min.json","root_agents_ref":"AGENTS.md","schema_version":"aoa_techniques_agents_mesh_index_v1","source_of_truth":"agents-md-mesh-v1","system_design_ref":"DESIGN.md"} +{"authority_ref":"docs/guardrails/AGENTS_MESH_PROTOCOL.md","canonical_required_headings":["## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"cards":[{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":65,"missing_canonical_headings":[],"path":".agents/AGENTS.md","sha256":"1cef1dd9cd708c10bd402a113f3d9820cb220d8fb9dd27eea29a51f4eb5dfacb","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":85,"missing_canonical_headings":[],"path":".agents/spark/AGENTS.md","sha256":"d6b9ad231144e3099391deaac2303e6691680382215a9cfa4247a7501c41e17d","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Platform sync","## Validation","## Closeout"],"line_count":82,"missing_canonical_headings":[],"path":".github/AGENTS.md","sha256":"613833c8cab13f9573c3b9756d00b3208c2ba9369e761f9f37d4658f2c3fcb48","shape_status":"canonical"},{"first_line_ok":true,"heading_count":16,"headings":["# AGENTS.md","## Applies to","## Role","## Owner lane","## Skill home boundary","## Read before editing","## Route modes","## AGENTS stack law","## Memory route","## GitHub landing workflow","## Post-change route review","## Boundaries","## Route away when","## Validation","## Closeout","## Historical Reference"],"line_count":219,"missing_canonical_headings":[],"path":"AGENTS.md","sha256":"7355d6baaad16e5c9fda498c937183e936f8c0a41f908aceb16d2840c6478e92","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":57,"missing_canonical_headings":[],"path":"config/AGENTS.md","sha256":"4249336cd0715f26a08618b7667bd459a3339d9a7ab00fa0fdf6df3f62c35107","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":67,"missing_canonical_headings":[],"path":"docs/AGENTS.md","sha256":"25501b6bd53ae906a645c06229c6870e4c1a64278e329667dde12630fe62acc9","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":75,"missing_canonical_headings":[],"path":"docs/decisions/AGENTS.md","sha256":"f3cbb0acbf4daa2717006fcc0007b8e5b89f5e8d59d9bd2f06163d08c178e1aa","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":69,"missing_canonical_headings":[],"path":"docs/guardrails/AGENTS.md","sha256":"e148b1e72b725e4920425ffca74a0d7181bb016de59add14e3bc1e8dc039c827","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":52,"missing_canonical_headings":[],"path":"docs/readers/AGENTS.md","sha256":"faae2cb24ececc8cd58d00445dda7f76b084143cf961c6b27f93d7dffe681973","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":69,"missing_canonical_headings":[],"path":"docs/review/AGENTS.md","sha256":"9c5d219be6882c1e5f396fb34196aadc50c42c318e08f2ae7898950528a80351","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":74,"missing_canonical_headings":[],"path":"docs/selection/AGENTS.md","sha256":"0d19d147c5ff726a75287652ae4d05966fed4066fa000ccde86ad0804f11aee9","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":69,"missing_canonical_headings":[],"path":"docs/source-lift/AGENTS.md","sha256":"27d916075be0a89265479e0568b0b7bd523eff3d6bb9a3a2b6a4e6456cf8de64","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":56,"missing_canonical_headings":[],"path":"docs/validation/AGENTS.md","sha256":"f062632c34d2d2f8f3e860861003413c0bfbd9b08cee3949270c77d89ac220a3","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":43,"missing_canonical_headings":[],"path":"evals/AGENTS.md","sha256":"d61e15d2bf526314ebc5534c1dc53d44b3e87ebed29edc54e91fa3b752ab4047","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Required Shape","## Validation","## Closeout"],"line_count":63,"missing_canonical_headings":[],"path":"examples/AGENTS.md","sha256":"b958ff62afc3dd87d67e68204dd392854b337467b586cf581eb4442a8e704ed9","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":65,"missing_canonical_headings":[],"path":"generated/AGENTS.md","sha256":"bf7680fae9bf67491b1da546f7ec067b1843a087f1cb665d928012a7982448d1","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Operating Card","## Read before editing","## Source Routes","## Boundaries","## Validation","## Closeout"],"line_count":69,"missing_canonical_headings":[],"path":"kag/AGENTS.md","sha256":"1eaceae85a3ebb6b8625557fe9bb98d639334c32e1fd7b6954d24cd104f8d246","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":63,"missing_canonical_headings":[],"path":"legacy/AGENTS.md","sha256":"79d928cf27868c68420fcf3873ac7f09e28e1172ae27daefa0eadd64e6a8290f","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":56,"missing_canonical_headings":[],"path":"legacy/archive/AGENTS.md","sha256":"0007f43690ef581d0a3b3b9788a795fee9d21eb1899f724e118ed13316cb2bc0","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":54,"missing_canonical_headings":[],"path":"legacy/raw/AGENTS.md","sha256":"9d1ef2ac1bdcd6cbaa5cc3735c6b48ff5766ddb60229877eac02f29e8067ef48","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":52,"missing_canonical_headings":[],"path":"legacy/receipts/AGENTS.md","sha256":"23aa7f236f5e04ff64b46c8516bfda87f8fd1f21eca8a02c333cc3b10f4b06e0","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Owner lane","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":124,"missing_canonical_headings":[],"path":"mechanics/AGENTS.md","sha256":"fe8ce974c2a12b7400464b4e5479efea4ebd79a5cbec4dade14715a4b7979502","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Source split","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":67,"missing_canonical_headings":[],"path":"mechanics/agon/AGENTS.md","sha256":"b5773a027867161b828014a87207a80bfdd4bbb7a2ffd5932a17d57cae372959","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":48,"missing_canonical_headings":[],"path":"mechanics/agon/legacy/AGENTS.md","sha256":"b74f63c3979fa86d9747ddc472b41facb0c204e5daacf1d755447703bd243c28","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":44,"missing_canonical_headings":[],"path":"mechanics/agon/parts/AGENTS.md","sha256":"3e1f494fc6b6b1bb600d038e2f1f3b9517bc9e55b08ae2ee0c731c06f3f6bd62","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":54,"missing_canonical_headings":[],"path":"mechanics/antifragility/AGENTS.md","sha256":"04061b4607dc30e89136c0d7096df3d5921b669d0a7c2156b0240730da268510","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":47,"missing_canonical_headings":[],"path":"mechanics/antifragility/legacy/AGENTS.md","sha256":"8f470692ce965d92026d535dc35233464ef2bbb34f4eaf6fb221985ab281fdd7","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":52,"missing_canonical_headings":[],"path":"mechanics/antifragility/parts/AGENTS.md","sha256":"b636f113c3ab684d78ba983ded38b2549c178f29286b9b18afe603f470d2bf62","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Source split","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":63,"missing_canonical_headings":[],"path":"mechanics/audit/AGENTS.md","sha256":"0609d9c47ee04e19f60debc4feb8ea82ad9cf2ad23dd1a981c2a4b8f83509908","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":48,"missing_canonical_headings":[],"path":"mechanics/audit/legacy/AGENTS.md","sha256":"fe0ff8e2324b19ec035b0178ee7776a0c833bc12562871e894942575f7ee07a1","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":44,"missing_canonical_headings":[],"path":"mechanics/audit/parts/AGENTS.md","sha256":"1cab2e8285183b1ef06dab38b7b25b02613374bc678fe1b31054ce04ea55721b","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":58,"missing_canonical_headings":[],"path":"mechanics/boundary-bridge/AGENTS.md","sha256":"c5ee92e7f754bac6f9a8f9e3f86662b1826b8208be60d91c67d82913d8ad3c38","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/boundary-bridge/legacy/AGENTS.md","sha256":"ed08ef9392f49d113844fe8a8edfabed0625f426ea6fb3309e25330cd86e1fa1","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":53,"missing_canonical_headings":[],"path":"mechanics/boundary-bridge/parts/AGENTS.md","sha256":"e3d70cc7cca40f8a1da5b05e470acba9a1475d6b320187495c88c9715c7ffd76","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":57,"missing_canonical_headings":[],"path":"mechanics/checkpoint/AGENTS.md","sha256":"ba34075a1204f4014a77cd6f757092988344fe5bb67488cb35d033898c74c957","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/checkpoint/legacy/AGENTS.md","sha256":"ed71d577e7221e7b671627e1645bcdf9fcce32f3663a5314b2553ea16c3552e0","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":52,"missing_canonical_headings":[],"path":"mechanics/checkpoint/parts/AGENTS.md","sha256":"411f2856254a7c5ee049eaf9f2ce2fccea092463fbcf05f43c62edfdb29a0a63","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Source split","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":96,"missing_canonical_headings":[],"path":"mechanics/distillation/AGENTS.md","sha256":"db60b1d2146c8797035b9a8fd17a28de8ff9870900b63591f897587d9304e6ef","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":42,"missing_canonical_headings":[],"path":"mechanics/distillation/legacy/AGENTS.md","sha256":"51a47cf7bd2df06be438da1093b1cdaa01826697b5d121c7dc5c5a3ca71ee72e","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":44,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/AGENTS.md","sha256":"2f3e536e17c19abef1b5e2c58c72cdaef4486fc9224dc68409e5c314eb81d3da","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":60,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/candidate-intake/AGENTS.md","sha256":"c4fa9860f0131f71f9299b0529c5c4d8824ef3dad70972e7c0b5e22a5235a951","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":85,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/technique-reform-ingress/AGENTS.md","sha256":"d4fb3921061ad3eadfde25ec740483ec951d642eff4341c740efd508c672df84","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":53,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/technique-reform-ingress/config/AGENTS.md","sha256":"b0f7cb509bcac4c88e43fc5c9f39464e67f5bc93961ec26e2355833a84e8c85b","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":53,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/technique-reform-ingress/data/AGENTS.md","sha256":"13e5ad1ff983b7d1e48444728b2e4b9edfd79ac6d8303ffe3349ad9e895854a7","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":56,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/technique-reform-ingress/reports/AGENTS.md","sha256":"d6d2ca69c617153b88d1613fd084dfe02d6bdc0b41c292ad5ee37aadd5c25067","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":79,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/technique-reform-ingress/reviews/AGENTS.md","sha256":"7639ec9dea2c9ef8c40ee1ca80125d88d9af5531be4b30bd158421d42b702775","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":53,"missing_canonical_headings":[],"path":"mechanics/distillation/parts/technique-reform-ingress/scripts/AGENTS.md","sha256":"826cad57f19ddbffa09c98ed6b61e022d34b2f84167527918cfd3473e57142f0","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Source split","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":64,"missing_canonical_headings":[],"path":"mechanics/experience/AGENTS.md","sha256":"8917cbc109dfed5ab3d9d01c70adac34066c4f63087a31db2c72e3a040c2e6a3","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/experience/legacy/AGENTS.md","sha256":"8ab75859f68beb79a9cde58f45d6cfb37035c812d5ed2a2575f684266332ec9d","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":44,"missing_canonical_headings":[],"path":"mechanics/experience/parts/AGENTS.md","sha256":"2723a4d2ea63110aec33110e10a5b4a51748dd0873f48438f6a970bffb116bee","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":51,"missing_canonical_headings":[],"path":"mechanics/growth-cycle/AGENTS.md","sha256":"d96dc243756ee7158380b102a6db5611a5c6c41ca1ffe4215cb0d1ce6497493f","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/growth-cycle/legacy/AGENTS.md","sha256":"910066ce88e40cd0e3492aae3369e766a5ac6df9f0143041c9a4c0fa6cc6d8fc","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":51,"missing_canonical_headings":[],"path":"mechanics/growth-cycle/parts/AGENTS.md","sha256":"a95f36eea9749ba3a3ba5159e54dc1841934c72334fcab5f05cc980cc748ce6a","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Source split","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":63,"missing_canonical_headings":[],"path":"mechanics/method-growth/AGENTS.md","sha256":"badf03ec874db6375e90952c60b3872418e2b7788eade63eacd1f473220cba2d","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/method-growth/legacy/AGENTS.md","sha256":"ae941addba60190a162c806bb73de6b904d0c19bd5447bb5e352da1e2638da93","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":43,"missing_canonical_headings":[],"path":"mechanics/method-growth/parts/AGENTS.md","sha256":"5fc8772addecfc010b125474d92a809f94b6269b2f09a1b5d4b931523cc8e9b1","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":58,"missing_canonical_headings":[],"path":"mechanics/questbook/AGENTS.md","sha256":"c3bfe7733b215efecf9ed9e9dcdef07c5bd76c4cb3bb71a82789410fdcf166c2","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/questbook/legacy/AGENTS.md","sha256":"fb8e7c997ece6f2f2a66dc21674e260a1ecc5344878860d0c102546d573f8063","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":54,"missing_canonical_headings":[],"path":"mechanics/questbook/parts/AGENTS.md","sha256":"382b37ff5d3f90b8e10e3fb43a06a11039c702e292f10ea8f296f2ef970eb2f3","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":51,"missing_canonical_headings":[],"path":"mechanics/recurrence/AGENTS.md","sha256":"f25cc64a173ed291ae99f475cd41de8ad5d1b14ed0d658442e68308cbe5b93b8","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/recurrence/legacy/AGENTS.md","sha256":"70dbddb3c9d1a0313beb756ae2fce94b1fcf9626264f44ac04c6e86892532c09","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":53,"missing_canonical_headings":[],"path":"mechanics/recurrence/parts/AGENTS.md","sha256":"f4782cac5fd9ac13f78e4229d7f9a850668eeabaf6e3263e7db4d67559734acc","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":53,"missing_canonical_headings":[],"path":"mechanics/recurrence/parts/live-observation-producers/scripts/AGENTS.md","sha256":"4b035510f7b89e6ed96e9bcecfdf7d589d6cf43faed067c441062a9dc2606240","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":51,"missing_canonical_headings":[],"path":"mechanics/release-support/AGENTS.md","sha256":"c97cd62c8b22500a968644f1a333230987586af28b7765bf91114ae0cdc95dd9","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":46,"missing_canonical_headings":[],"path":"mechanics/release-support/legacy/AGENTS.md","sha256":"8ffd4265732f887de092b6abf7038c0f10eccb8ba59177d775a7719f197ff753","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":51,"missing_canonical_headings":[],"path":"mechanics/release-support/parts/AGENTS.md","sha256":"1dd7befaa1719f4cc60c4a030bea74043e606bcfd8ef16f5d8f3187f0d643cba","shape_status":"canonical"},{"first_line_ok":true,"heading_count":8,"headings":["# AGENTS.md","## Applies to","## Role","## Owner Lane","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":89,"missing_canonical_headings":[],"path":"mechanics/rpg/AGENTS.md","sha256":"97943993751889bebffefcace950bf563562570ff2c8cccbd81f8f1596c37cf7","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":45,"missing_canonical_headings":[],"path":"mechanics/rpg/legacy/AGENTS.md","sha256":"3cf7302ce890f54fe770f378b64afae5f55d268244044b88a2e4e01ebd19de26","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":45,"missing_canonical_headings":[],"path":"mechanics/rpg/parts/AGENTS.md","sha256":"2dd19aa74f7fc904443e2d44393a7ba0fd955d9a2e3205e202e2a06796a4c19d","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":44,"missing_canonical_headings":[],"path":"mechanics/tests/AGENTS.md","sha256":"2c1dd52b65ff7c3c1c4429f5692fcb967c24e5309b1b3d149d8212c7b1215ef9","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Candidate Route","## Reviewed Landing Route","## Validation","## Closeout"],"line_count":80,"missing_canonical_headings":[],"path":"memo/AGENTS.md","sha256":"d111f6695ba5ee4cf570450b6ef1f14d2d0859d7bc10d8fc6322cab419bd61e2","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":48,"missing_canonical_headings":[],"path":"quests/AGENTS.md","sha256":"6f6c1e4bcde970d168ddb90ed50e3e128af83134fddc916d247e89b18bcfc0f8","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":54,"missing_canonical_headings":[],"path":"quests/agon/AGENTS.md","sha256":"5c09ab7257f014983c06b9202bf1b23e6dfba96cd40cb386e0202e8ebfc22e33","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":54,"missing_canonical_headings":[],"path":"quests/techniques/AGENTS.md","sha256":"e0160327badb89296df25a765c7d99854e806b3fbfdbd35451262313352a654d","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":49,"missing_canonical_headings":[],"path":"schemas/AGENTS.md","sha256":"c4ad483cba61e6ebedb2d97663854a0f0770dfcb741bd68bccf217d232cb47e2","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":66,"missing_canonical_headings":[],"path":"scripts/AGENTS.md","sha256":"b21852bb5884f61e19c722292fdd6883813ea385b5eb2a413e41d72db3ef65a9","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":73,"missing_canonical_headings":[],"path":"scripts/validators/AGENTS.md","sha256":"7d5854a90bdf88a5fadab629e1352a6816a04c4b752702a774b3abf57b3119b1","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":47,"missing_canonical_headings":[],"path":"stats/AGENTS.md","sha256":"487c331a007d383597c96a84c5f6f615f13ef1cba3a2e6659af894290a98659e","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":65,"missing_canonical_headings":[],"path":"techniques/AGENTS.md","sha256":"a76c718ad1736c20c88b31ffe3d4dd9e3e1b81e63e8a1880105b2348f4098a58","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":72,"missing_canonical_headings":[],"path":"techniques/agent-workflows/AGENTS.md","sha256":"f6797d4ff6a798518d0bd46cd16f30ff2de7aea43780638bcafa933a9e527dde","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":79,"missing_canonical_headings":[],"path":"techniques/continuity/AGENTS.md","sha256":"3c90ec66af5505b2fd251f4b193230ea5c068e073dd60b1221e4ddcf9e2f2a49","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":76,"missing_canonical_headings":[],"path":"techniques/docs/AGENTS.md","sha256":"42960c461514541d92b9fc7e87920ecc7c2c24eeb2d7136e936c712f86e36570","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":74,"missing_canonical_headings":[],"path":"techniques/evaluation/AGENTS.md","sha256":"b6697128652c78aa4e25d2bc89067bcc9dbe6afda8365ca3f788d0735c695951","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":89,"missing_canonical_headings":[],"path":"techniques/execution/AGENTS.md","sha256":"1c31be06ca0be16d944914e871e0f2ce92b106e1926e4718e62915a1fdfef53d","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":89,"missing_canonical_headings":[],"path":"techniques/governance/AGENTS.md","sha256":"e39e826a270fd54576fa648a3611f1879a1f05df321aa66786caed686bb29d82","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":90,"missing_canonical_headings":[],"path":"techniques/history/AGENTS.md","sha256":"70a3851b47b3470f222463121e23fa216c76a1d3d6861e229cc8161aa03ab755","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":78,"missing_canonical_headings":[],"path":"techniques/ingest/AGENTS.md","sha256":"2c99392e7e3616d1bbae85099afe6331a2cd2aa13b2275d8e013878b65c276eb","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":104,"missing_canonical_headings":[],"path":"techniques/instruction/AGENTS.md","sha256":"d768ac55b23adb3d03382eb12bb453c8a15dfbeb628c85c6f294cf7372a70ea2","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":78,"missing_canonical_headings":[],"path":"techniques/knowledge-lift/AGENTS.md","sha256":"1b71092edc7071a921ddfea2cdb8b78d604b3f9b2b0f7543c818f174dd81faaa","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":114,"missing_canonical_headings":[],"path":"techniques/proof/AGENTS.md","sha256":"7d741003ccf10cb4e145285d7296267a1f568fc26be4fc1e53a2833c98aae77f","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":81,"missing_canonical_headings":[],"path":"techniques/recovery/AGENTS.md","sha256":"ae4b08fca0a2f3c856d405577bb16fe91c924923fbac684078433bb467ee9b57","shape_status":"canonical"},{"first_line_ok":true,"heading_count":9,"headings":["# AGENTS.md","## Applies to","## Role","## Current Shelves","## Read before editing","## Trunk Rules","## Boundaries","## Validation","## Closeout"],"line_count":79,"missing_canonical_headings":[],"path":"techniques/tool-use/AGENTS.md","sha256":"868e6914ded774acddd3e15ae9aeebfadf4f200dfb411660f1adb4abb61897e2","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":45,"missing_canonical_headings":[],"path":"templates/AGENTS.md","sha256":"3b96a5adc3ec746b3e319a22a4c165f4e6c352b2a348037d5434a3c7f4313c9e","shape_status":"canonical"},{"first_line_ok":true,"heading_count":7,"headings":["# AGENTS.md","## Applies to","## Role","## Read before editing","## Boundaries","## Validation","## Closeout"],"line_count":62,"missing_canonical_headings":[],"path":"tests/AGENTS.md","sha256":"fd9b39d29f61072a219597669884cba0cb428a694b37283a8410424ce516e0f8","shape_status":"canonical"}],"config_ref":"config/agents_mesh.json","counts":{"canonical":94,"cards":94,"migration":0},"design_ref":"DESIGN.AGENTS.md","generated_ref":"generated/agents_mesh.min.json","root_agents_ref":"AGENTS.md","schema_version":"aoa_techniques_agents_mesh_index_v1","source_of_truth":"agents-md-mesh-v1","system_design_ref":"DESIGN.md"} diff --git a/generated/repo_doc_surface_manifest.json b/generated/repo_doc_surface_manifest.json index ebb2681d..74872628 100644 --- a/generated/repo_doc_surface_manifest.json +++ b/generated/repo_doc_surface_manifest.json @@ -246,6 +246,7 @@ "Applies to", "Role", "Owner lane", + "Skill home boundary", "Read before editing", "Route modes", "AGENTS stack law", diff --git a/generated/repo_doc_surface_manifest.min.json b/generated/repo_doc_surface_manifest.min.json index 46e29bf9..cd1f9a05 100644 --- a/generated/repo_doc_surface_manifest.min.json +++ b/generated/repo_doc_surface_manifest.min.json @@ -1 +1 @@ -{"manifest_version":1,"source_of_truth":"markdown-repo-doc-surfaces-v1","docs":[{"doc_id":"readme","doc_path":"README.md","title":"aoa-techniques","surface_group":"entrypoint/map","bounded_role":"root entrypoint for repository purpose, scope, and first handoff","top_level_sections":["What This Repository Does","Start Here","Route Modes","Technique Check","Current Contour","Practice Mechanics","Technical Districts","Machine Companions","Working Rule"]},{"doc_id":"charter","doc_path":"CHARTER.md","title":"aoa-techniques Charter","surface_group":"canon/authority","bounded_role":"root authority boundary for the reusable practice canon and standalone plus AoA organ posture","top_level_sections":["Purpose","Authority Boundary","Mission","What This Repository Owns","Routed To Stronger Owners","Canon Discipline","Review Rule"]},{"doc_id":"design","doc_path":"DESIGN.md","title":"aoa-techniques System Design","surface_group":"canon/authority","bounded_role":"root system-form surface for the reusable practice canon and standalone plus AoA organ posture","top_level_sections":["Role","Design Thesis","Design as Appearance","Design as Anatomy","Design as Operation","Design as Aim","Design Principles","Good Design Feels Like","Bad Design Smells Like","Relationship to Other Root Surfaces","Use by Agents"]},{"doc_id":"design_agents","doc_path":"DESIGN.AGENTS.md","title":"aoa-techniques Agent Surface Design","surface_group":"canon/authority","bounded_role":"root agent-surface design form for the AGENTS mesh and portable agent guidance","top_level_sections":["Role","Design Thesis","Design as Appearance","Design as Anatomy","Design as Operation","Design as Authority","Canonical Card Shape","Applies to","Role","Read before editing","Boundaries","Validation","Closeout","Migration Posture","Design Principles"]},{"doc_id":"start_here","doc_path":"docs/START_HERE.md","title":"Start Here","surface_group":"entrypoint/map","bounded_role":"repo-owned self-serve entrypoint for route selection, corpus posture, and stay-here versus leave-here decisions","top_level_sections":["What This Repo Is","If You Need One Technique Now","If You Need To Understand Maturity And Review","If You Need Derived Surfaces","Current Corpus Posture","Repo-Only Operating Contract","When To Leave This Repo","Release And Validation"]},{"doc_id":"ecosystem_context","doc_path":"docs/ECOSYSTEM_CONTEXT.md","title":"Ecosystem Context","surface_group":"entrypoint/map","bounded_role":"repo-owned positioning note for the AoA ontology spine, neighboring layer boundaries, and why scenario-level method stays in aoa-playbooks","top_level_sections":["Why This Repo Exists","Ontology Spine Inheritance","Method And Neighboring Layers","Boundary Reminder"]},{"doc_id":"root_surface_law","doc_path":"docs/ROOT_SURFACE_LAW.md","title":"Root Surface Law","surface_group":"canon/authority","bounded_role":"root and docs-root placement law for keeping public entry surfaces compact and owner-routed","top_level_sections":["Root Principle","Docs-Root Principle","Allowed Root Surfaces","Surfaces That Should Not Live In Root","Decision Procedure Before Adding A Root File","Current Root Decisions","Final Rule"]},{"doc_id":"technique_atom_contract","doc_path":"docs/TECHNIQUE_ATOM_CONTRACT.md","title":"Technique Atom Contract","surface_group":"canon/authority","bounded_role":"canonical contract for one atomic executable technique rather than a skill, playbook, chain, or workflow object","top_level_sections":["Core Contract","Standalone Portability Target","Small-Agent Target","Scale Target","Not A Skill","Authoring Checks","Distillation Rule","Template And Capsule Implication","Review Outcome"]},{"doc_id":"technique_topology_contract","doc_path":"docs/TECHNIQUE_TOPOLOGY_CONTRACT.md","title":"Technique Topology Contract","surface_group":"canon/authority","bounded_role":"classification topology contract for scaling the technique corpus beyond overloaded domains or flat categories","top_level_sections":["Purpose","Topology Law","Axis Stack","Current Axes","Future Axes","Relation Topology","Growth Rules","Mechanics Interface","Next Honest Build Path"]},{"doc_id":"technique_tree_contract","doc_path":"docs/TECHNIQUE_TREE_CONTRACT.md","title":"Technique Tree Contract","surface_group":"canon/authority","bounded_role":"corpus tree contract for current scalable technique path architecture across trunks, shelves, and leaf bundles","top_level_sections":["Purpose","Tree Law","Tree Stack","Current Trunks","Tree Versus Facets","Path Change Rules","Leaf Bundle Rules","Generated Projection Path","Stop Lines","Current Closeout","Next Honest Build Path"]},{"doc_id":"technique_index","doc_path":"TECHNIQUE_INDEX.md","title":"TECHNIQUE_INDEX","surface_group":"canon/authority","bounded_role":"public corpus map by status, technique id, and domain","top_level_sections":["Canonical techniques","Promoted techniques","Deprecated techniques","Notes"]},{"doc_id":"docs_readme","doc_path":"docs/README.md","title":"Documentation Map","surface_group":"entrypoint/map","bounded_role":"docs-layer map for deeper guides, generated surfaces, and recommended reading paths after the main entrypoint","top_level_sections":["Start Here","Root Docs","Districts","Reader Routes","Lift Anchors","Claim Routes","Change Routes","Recommended Reading Paths","Adjacent Routes","Notes"]},{"doc_id":"agents","doc_path":"AGENTS.md","title":"AGENTS.md","surface_group":"contribution/policy","bounded_role":"contributor doctrine for public-safe planning, focused diffs, verification, and reporting","top_level_sections":["Applies to","Role","Owner lane","Read before editing","Route modes","AGENTS stack law","Memory route","GitHub landing workflow","Post-change route review","Boundaries","Route away when","Validation","Closeout","Historical Reference"]},{"doc_id":"contributing","doc_path":"CONTRIBUTING.md","title":"Contributing to aoa-techniques","surface_group":"contribution/policy","bounded_role":"public contribution path, review criteria, and status-transition rules","top_level_sections":["What belongs here","Before opening a PR","External provenance","GitHub intake surfaces","Preferred PR scope","Recommended PR title format","Review criteria","Status transitions","Security"]},{"doc_id":"security","doc_path":"SECURITY.md","title":"SECURITY.md","surface_group":"contribution/policy","bounded_role":"private reporting route and public-hygiene security expectations","top_level_sections":["Purpose","Report privately if you find","Do not post publicly","Security expectations for contributors","Public hygiene checklist"]},{"doc_id":"code_of_conduct","doc_path":"CODE_OF_CONDUCT.md","title":"Code of Conduct","surface_group":"contribution/policy","bounded_role":"public collaboration and enforcement expectations for contributors","top_level_sections":["Our standard","Enforcement"]},{"doc_id":"roadmap","doc_path":"ROADMAP.md","title":"Roadmap","surface_group":"status/release","bounded_role":"live repo-level direction and horizon posture for technique-canon growth","top_level_sections":["Authority","Update Rule","Current Direction","Current Checked Contour","Horizon: Root Clarity","Horizon: Technique Atom","Horizon: Corpus Topology","Horizon: Corpus Tree","Horizon: Small-Agent Usability","Horizon: Mechanics To Canon","Horizon: Evidence And Promotion","Horizon: Standalone Portability","Horizon: Generated Companions","When The Time Comes","Standing Direction"]},{"doc_id":"questbook","doc_path":"QUESTBOOK.md","title":"QUESTBOOK.md \u2014 aoa-techniques","surface_group":"status/release","bounded_role":"compact root index for durable technique-canon obligations that should survive the current diff","top_level_sections":["Update trigger","Frontier","Near","Latent / parked","Harvest candidates","Backing files","Rule"]},{"doc_id":"changelog","doc_path":"CHANGELOG.md","title":"Changelog","surface_group":"status/release","bounded_role":"release and unreleased status history for the public corpus","top_level_sections":["[Unreleased]","[0.5.0] - 2026-07-13","[0.4.5] - 2026-05-18","[0.4.2] - 2026-04-23","[0.4.1] - 2026-04-19","[0.4.0] - 2026-04-10","[0.3.0] - 2026-04-01","[0.2.0] - 2026-03-23","[0.1.0] - 2026-03-17"]},{"doc_id":"docs_releasing","doc_path":"docs/RELEASING.md","title":"Releasing `aoa-techniques`","surface_group":"status/release","bounded_role":"bounded release flow and validation path for public docs and technique updates","top_level_sections":["Release goals","Recommended release flow","Generated surface checklist","Release note shape","Versioning guidance","What not to optimize yet","Current stance"]}]} +{"manifest_version":1,"source_of_truth":"markdown-repo-doc-surfaces-v1","docs":[{"doc_id":"readme","doc_path":"README.md","title":"aoa-techniques","surface_group":"entrypoint/map","bounded_role":"root entrypoint for repository purpose, scope, and first handoff","top_level_sections":["What This Repository Does","Start Here","Route Modes","Technique Check","Current Contour","Practice Mechanics","Technical Districts","Machine Companions","Working Rule"]},{"doc_id":"charter","doc_path":"CHARTER.md","title":"aoa-techniques Charter","surface_group":"canon/authority","bounded_role":"root authority boundary for the reusable practice canon and standalone plus AoA organ posture","top_level_sections":["Purpose","Authority Boundary","Mission","What This Repository Owns","Routed To Stronger Owners","Canon Discipline","Review Rule"]},{"doc_id":"design","doc_path":"DESIGN.md","title":"aoa-techniques System Design","surface_group":"canon/authority","bounded_role":"root system-form surface for the reusable practice canon and standalone plus AoA organ posture","top_level_sections":["Role","Design Thesis","Design as Appearance","Design as Anatomy","Design as Operation","Design as Aim","Design Principles","Good Design Feels Like","Bad Design Smells Like","Relationship to Other Root Surfaces","Use by Agents"]},{"doc_id":"design_agents","doc_path":"DESIGN.AGENTS.md","title":"aoa-techniques Agent Surface Design","surface_group":"canon/authority","bounded_role":"root agent-surface design form for the AGENTS mesh and portable agent guidance","top_level_sections":["Role","Design Thesis","Design as Appearance","Design as Anatomy","Design as Operation","Design as Authority","Canonical Card Shape","Applies to","Role","Read before editing","Boundaries","Validation","Closeout","Migration Posture","Design Principles"]},{"doc_id":"start_here","doc_path":"docs/START_HERE.md","title":"Start Here","surface_group":"entrypoint/map","bounded_role":"repo-owned self-serve entrypoint for route selection, corpus posture, and stay-here versus leave-here decisions","top_level_sections":["What This Repo Is","If You Need One Technique Now","If You Need To Understand Maturity And Review","If You Need Derived Surfaces","Current Corpus Posture","Repo-Only Operating Contract","When To Leave This Repo","Release And Validation"]},{"doc_id":"ecosystem_context","doc_path":"docs/ECOSYSTEM_CONTEXT.md","title":"Ecosystem Context","surface_group":"entrypoint/map","bounded_role":"repo-owned positioning note for the AoA ontology spine, neighboring layer boundaries, and why scenario-level method stays in aoa-playbooks","top_level_sections":["Why This Repo Exists","Ontology Spine Inheritance","Method And Neighboring Layers","Boundary Reminder"]},{"doc_id":"root_surface_law","doc_path":"docs/ROOT_SURFACE_LAW.md","title":"Root Surface Law","surface_group":"canon/authority","bounded_role":"root and docs-root placement law for keeping public entry surfaces compact and owner-routed","top_level_sections":["Root Principle","Docs-Root Principle","Allowed Root Surfaces","Surfaces That Should Not Live In Root","Decision Procedure Before Adding A Root File","Current Root Decisions","Final Rule"]},{"doc_id":"technique_atom_contract","doc_path":"docs/TECHNIQUE_ATOM_CONTRACT.md","title":"Technique Atom Contract","surface_group":"canon/authority","bounded_role":"canonical contract for one atomic executable technique rather than a skill, playbook, chain, or workflow object","top_level_sections":["Core Contract","Standalone Portability Target","Small-Agent Target","Scale Target","Not A Skill","Authoring Checks","Distillation Rule","Template And Capsule Implication","Review Outcome"]},{"doc_id":"technique_topology_contract","doc_path":"docs/TECHNIQUE_TOPOLOGY_CONTRACT.md","title":"Technique Topology Contract","surface_group":"canon/authority","bounded_role":"classification topology contract for scaling the technique corpus beyond overloaded domains or flat categories","top_level_sections":["Purpose","Topology Law","Axis Stack","Current Axes","Future Axes","Relation Topology","Growth Rules","Mechanics Interface","Next Honest Build Path"]},{"doc_id":"technique_tree_contract","doc_path":"docs/TECHNIQUE_TREE_CONTRACT.md","title":"Technique Tree Contract","surface_group":"canon/authority","bounded_role":"corpus tree contract for current scalable technique path architecture across trunks, shelves, and leaf bundles","top_level_sections":["Purpose","Tree Law","Tree Stack","Current Trunks","Tree Versus Facets","Path Change Rules","Leaf Bundle Rules","Generated Projection Path","Stop Lines","Current Closeout","Next Honest Build Path"]},{"doc_id":"technique_index","doc_path":"TECHNIQUE_INDEX.md","title":"TECHNIQUE_INDEX","surface_group":"canon/authority","bounded_role":"public corpus map by status, technique id, and domain","top_level_sections":["Canonical techniques","Promoted techniques","Deprecated techniques","Notes"]},{"doc_id":"docs_readme","doc_path":"docs/README.md","title":"Documentation Map","surface_group":"entrypoint/map","bounded_role":"docs-layer map for deeper guides, generated surfaces, and recommended reading paths after the main entrypoint","top_level_sections":["Start Here","Root Docs","Districts","Reader Routes","Lift Anchors","Claim Routes","Change Routes","Recommended Reading Paths","Adjacent Routes","Notes"]},{"doc_id":"agents","doc_path":"AGENTS.md","title":"AGENTS.md","surface_group":"contribution/policy","bounded_role":"contributor doctrine for public-safe planning, focused diffs, verification, and reporting","top_level_sections":["Applies to","Role","Owner lane","Skill home boundary","Read before editing","Route modes","AGENTS stack law","Memory route","GitHub landing workflow","Post-change route review","Boundaries","Route away when","Validation","Closeout","Historical Reference"]},{"doc_id":"contributing","doc_path":"CONTRIBUTING.md","title":"Contributing to aoa-techniques","surface_group":"contribution/policy","bounded_role":"public contribution path, review criteria, and status-transition rules","top_level_sections":["What belongs here","Before opening a PR","External provenance","GitHub intake surfaces","Preferred PR scope","Recommended PR title format","Review criteria","Status transitions","Security"]},{"doc_id":"security","doc_path":"SECURITY.md","title":"SECURITY.md","surface_group":"contribution/policy","bounded_role":"private reporting route and public-hygiene security expectations","top_level_sections":["Purpose","Report privately if you find","Do not post publicly","Security expectations for contributors","Public hygiene checklist"]},{"doc_id":"code_of_conduct","doc_path":"CODE_OF_CONDUCT.md","title":"Code of Conduct","surface_group":"contribution/policy","bounded_role":"public collaboration and enforcement expectations for contributors","top_level_sections":["Our standard","Enforcement"]},{"doc_id":"roadmap","doc_path":"ROADMAP.md","title":"Roadmap","surface_group":"status/release","bounded_role":"live repo-level direction and horizon posture for technique-canon growth","top_level_sections":["Authority","Update Rule","Current Direction","Current Checked Contour","Horizon: Root Clarity","Horizon: Technique Atom","Horizon: Corpus Topology","Horizon: Corpus Tree","Horizon: Small-Agent Usability","Horizon: Mechanics To Canon","Horizon: Evidence And Promotion","Horizon: Standalone Portability","Horizon: Generated Companions","When The Time Comes","Standing Direction"]},{"doc_id":"questbook","doc_path":"QUESTBOOK.md","title":"QUESTBOOK.md \u2014 aoa-techniques","surface_group":"status/release","bounded_role":"compact root index for durable technique-canon obligations that should survive the current diff","top_level_sections":["Update trigger","Frontier","Near","Latent / parked","Harvest candidates","Backing files","Rule"]},{"doc_id":"changelog","doc_path":"CHANGELOG.md","title":"Changelog","surface_group":"status/release","bounded_role":"release and unreleased status history for the public corpus","top_level_sections":["[Unreleased]","[0.5.0] - 2026-07-13","[0.4.5] - 2026-05-18","[0.4.2] - 2026-04-23","[0.4.1] - 2026-04-19","[0.4.0] - 2026-04-10","[0.3.0] - 2026-04-01","[0.2.0] - 2026-03-23","[0.1.0] - 2026-03-17"]},{"doc_id":"docs_releasing","doc_path":"docs/RELEASING.md","title":"Releasing `aoa-techniques`","surface_group":"status/release","bounded_role":"bounded release flow and validation path for public docs and technique updates","top_level_sections":["Release goals","Recommended release flow","Generated surface checklist","Release note shape","Versioning guidance","What not to optimize yet","Current stance"]}]} diff --git a/kag/indexes/repo_anchor_index.json b/kag/indexes/repo_anchor_index.json index 11fbc6b5..3e86b968 100644 --- a/kag/indexes/repo_anchor_index.json +++ b/kag/indexes/repo_anchor_index.json @@ -13,18 +13,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a661e0ee10f9f48961545d2b","label":"parts/stage-technique-anchors","locator":{"end_column":210,"end_line":12,"fragment":"","pointer":"","start_column":138,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:growth-cycle-parts","target_ref":"parts/stage-technique-anchors/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:12:138:0:parts/stage-technique-anchors/README.md","source_record_id":"aoa:aoa-techniques:artifact:0005dd1f769882e57df585ef","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d2e352dee46dede5b3d5b1bb","label":"PROVENANCE","locator":{"end_column":240,"end_line":12,"fragment":"","pointer":"","start_column":213,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:growth-cycle-parts","target_ref":"PROVENANCE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:12:213:1:PROVENANCE.md","source_record_id":"aoa:aoa-techniques:artifact:0005dd1f769882e57df585ef","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8ffbfdde2ffed809d71d1780","label":"Part Rule","locator":{"end_column":12,"end_line":14,"fragment":"part-rule","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:part-rule","source_record_id":"aoa:aoa-techniques:artifact:0005dd1f769882e57df585ef","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cb5517415ee3f11a717f7b0c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:63200fbecfcbe3fbaec7db56","label":"aoa-commit-growth-seam","locator":{"end_column":24,"end_line":16,"fragment":"aoa-commit-growth-seam","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-commit-growth-seam","source_record_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1bfb7dadb90e8f6e3b92600c","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d21fe58bf06720ad62a2b58d","label":"Trigger boundary","locator":{"end_column":19,"end_line":27,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:315aab106a1b88d9484c4cdf","label":"Inputs","locator":{"end_column":9,"end_line":51,"fragment":"inputs","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7ebe4684407c5bdb0484acde","label":"Outputs","locator":{"end_column":10,"end_line":59,"fragment":"outputs","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b1cb2b83a1fd43b73312546d","label":"Procedure","locator":{"end_column":12,"end_line":68,"fragment":"procedure","pointer":"","start_column":1,"start_line":68},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f5dfdaa340205c596f5a866c","label":"Contracts","locator":{"end_column":12,"end_line":85,"fragment":"contracts","pointer":"","start_column":1,"start_line":85},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:80d074901970dc46056b98bf","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":94,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":94},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:32c7325909582bb8871ca6de","label":"Verification","locator":{"end_column":15,"end_line":103,"fragment":"verification","pointer":"","start_column":1,"start_line":103},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c565af77421f7628ef8885a9","label":"Technique traceability","locator":{"end_column":25,"end_line":113,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":113},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4f19caf722c04f1883b6d88f","label":"Adaptation points","locator":{"end_column":20,"end_line":118,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":118},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2b322946fb0441937b930d14","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/$schema","source_record_id":"aoa:aoa-techniques:artifact:00427a327754e82dd374ebc8","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:64dbc11856416cf0ef041109","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/$id","source_record_id":"aoa:aoa-techniques:artifact:00427a327754e82dd374ebc8","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:71bcd980d0d3ad7499a2c1c7","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/title","source_record_id":"aoa:aoa-techniques:artifact:00427a327754e82dd374ebc8","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, @@ -87,18 +75,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0ccdd7d8c19936241401f012","label":"Checks","locator":{"end_column":9,"end_line":193,"fragment":"checks","pointer":"","start_column":1,"start_line":193},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checks","source_record_id":"aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3be566cf8cc8f9233a006ee7","label":"Promotion history","locator":{"end_column":20,"end_line":197,"fragment":"promotion-history","pointer":"","start_column":1,"start_line":197},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-history","source_record_id":"aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1b803f51c82a07cb3adaf1cb","label":"Future evolution","locator":{"end_column":19,"end_line":202,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":202},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5169fa4934223be05134b570","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e9c289fe01f3e14696b46984","label":"aoa-quest-harvest","locator":{"end_column":19,"end_line":16,"fragment":"aoa-quest-harvest","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-quest-harvest","source_record_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1655b83391b8d7b38df565e4","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:96c5e0ad994bcc4fb85a8364","label":"Trigger boundary","locator":{"end_column":19,"end_line":26,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:27b5977b21a9fb7e9d87538b","label":"Inputs","locator":{"end_column":9,"end_line":51,"fragment":"inputs","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:35f44fa6bece7bbbf7d6e9cf","label":"Outputs","locator":{"end_column":10,"end_line":62,"fragment":"outputs","pointer":"","start_column":1,"start_line":62},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:042ade72d80a4e23a436b4fd","label":"Procedure","locator":{"end_column":12,"end_line":78,"fragment":"procedure","pointer":"","start_column":1,"start_line":78},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:74abc976eed6d95aed428b71","label":"Contracts","locator":{"end_column":12,"end_line":105,"fragment":"contracts","pointer":"","start_column":1,"start_line":105},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d448a29053b98fbbccb6d3ee","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":123,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":123},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e517740d90024cdcf3022215","label":"Verification","locator":{"end_column":15,"end_line":135,"fragment":"verification","pointer":"","start_column":1,"start_line":135},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:28fca694546d2ab7f7ced796","label":"Technique traceability","locator":{"end_column":25,"end_line":150,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":150},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1d0f3c0e442da3bc19f189bc","label":"Adaptation points","locator":{"end_column":20,"end_line":155,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":155},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:955475f1440c4addf33d4d0e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:00a2848773b5fb5770c32213","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b9cea210b8f328a4bf824dfc","label":"Origin Evidence","locator":{"end_column":17,"end_line":1,"fragment":"origin-evidence","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:origin-evidence","source_record_id":"aoa:aoa-techniques:artifact:00a2848773b5fb5770c32213","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a99a9f525a03227504d4bcd","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:00a2848773b5fb5770c32213","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -513,6 +489,7 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6815eb16ff1caa54279ada8c","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":142,"end_line":72,"fragment":"","pointer":"","start_column":34,"start_line":72},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decisions-by-number","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:72:34:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:edad1b14a2d4768a6c3b3ad0","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":122,"end_line":73,"fragment":"","pointer":"","start_column":34,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decisions-by-number","target_ref":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:73:34:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:48c5bc03aa4e22dd879fe200","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":124,"end_line":74,"fragment":"","pointer":"","start_column":34,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decisions-by-number","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:74:34:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:501c2375a468a3ee490fcef0","label":"AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home","locator":{"end_column":160,"end_line":75,"fragment":"","pointer":"","start_column":34,"start_line":75},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decisions-by-number","target_ref":"../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:75:34:0:../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","source_record_id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7cbca15d67e40d53c37e270b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d8126bb96dbf174121658517","label":"fragmented-agent-context","locator":{"end_column":26,"end_line":43,"fragment":"fragmented-agent-context","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fragmented-agent-context","source_record_id":"aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ce310ae50634c53f3e7486e4","label":"Intent","locator":{"end_column":9,"end_line":45,"fragment":"intent","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -535,30 +512,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ec2440a6e4a0af67d955dd3f","label":"Checks","locator":{"end_column":9,"end_line":170,"fragment":"checks","pointer":"","start_column":1,"start_line":170},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checks","source_record_id":"aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a1c3fb1d2c3003bc243ae665","label":"Promotion history","locator":{"end_column":20,"end_line":174,"fragment":"promotion-history","pointer":"","start_column":1,"start_line":174},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-history","source_record_id":"aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:beb5926943d3deddd85ec2ca","label":"Future evolution","locator":{"end_column":19,"end_line":179,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":179},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3f509b03ec463b21d870ea1a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:da09f706760417e77e5c1aef","label":"aoa-session-route-forks","locator":{"end_column":25,"end_line":16,"fragment":"aoa-session-route-forks","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-session-route-forks","source_record_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ce0f9e891da877ec05d62859","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6cbd7d3217d5db6fcfc25305","label":"Trigger boundary","locator":{"end_column":19,"end_line":25,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4f9688583305dd5c9d0e1464","label":"Inputs","locator":{"end_column":9,"end_line":40,"fragment":"inputs","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e8b6e6be59fa9d2c7d36207d","label":"Outputs","locator":{"end_column":10,"end_line":47,"fragment":"outputs","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:63dc37af7c1461e2089b0be1","label":"Procedure","locator":{"end_column":12,"end_line":59,"fragment":"procedure","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:116169de21d1b3b5e89bfa52","label":"Contracts","locator":{"end_column":12,"end_line":75,"fragment":"contracts","pointer":"","start_column":1,"start_line":75},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0b521e6de01ad032bf175965","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":88,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":88},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:78e91714f59a17a7022612e6","label":"Verification","locator":{"end_column":15,"end_line":97,"fragment":"verification","pointer":"","start_column":1,"start_line":97},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ef4985f404145643a8fbf546","label":"Technique traceability","locator":{"end_column":25,"end_line":108,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":108},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:59b60fe1e41891561ea351d6","label":"Adaptation points","locator":{"end_column":20,"end_line":113,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":113},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d83d810703e24547eeb52473","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:11c46ababbfc59f0323ef545","label":"aoa-safe-infra-change","locator":{"end_column":23,"end_line":16,"fragment":"aoa-safe-infra-change","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-safe-infra-change","source_record_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fd33b1987f3e57dfe9f62c51","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d1672284b40df2b6569a7139","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:920339976fae61e517a76c28","label":"Inputs","locator":{"end_column":9,"end_line":34,"fragment":"inputs","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0dcf394ef3121a906a92db48","label":"Outputs","locator":{"end_column":10,"end_line":41,"fragment":"outputs","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b6045a67be74727ab9442af2","label":"Procedure","locator":{"end_column":12,"end_line":47,"fragment":"procedure","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5667114b15c6b60c572d0407","label":"Contracts","locator":{"end_column":12,"end_line":55,"fragment":"contracts","pointer":"","start_column":1,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3a41e574a24029bc6bafa693","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":61,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":61},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eb85162f2aa9a3d727922d43","label":"Verification","locator":{"end_column":15,"end_line":67,"fragment":"verification","pointer":"","start_column":1,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1982097fca1a594bb63c6ee9","label":"Technique traceability","locator":{"end_column":25,"end_line":74,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":74},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9ea602c02ce9908993a0dd75","label":"Adaptation points","locator":{"end_column":20,"end_line":79,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":79},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:219843d89f34e6d8eee191c1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:038fe3ff8700fe443a6c6452","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8918581136f9292d67f5959e","label":"single-scoped-evidence-reference","locator":{"end_column":34,"end_line":46,"fragment":"single-scoped-evidence-reference","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:single-scoped-evidence-reference","source_record_id":"aoa:aoa-techniques:artifact:038fe3ff8700fe443a6c6452","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:59e2600f650a3e99c7afc791","label":"Intent","locator":{"end_column":9,"end_line":48,"fragment":"intent","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:038fe3ff8700fe443a6c6452","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -691,18 +644,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2d7fb1d3970be8c8d893e2c3","label":"Fresh public-safety check","locator":{"end_column":28,"end_line":22,"fragment":"fresh-public-safety-check","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fresh-public-safety-check","source_record_id":"aoa:aoa-techniques:artifact:0484d8c314cacd77c85cac4e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e7e8b461460597d841589ea7","label":"Remaining gaps","locator":{"end_column":17,"end_line":27,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:0484d8c314cacd77c85cac4e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:74b408b300309e45f21fd351","label":"Recommendation","locator":{"end_column":17,"end_line":34,"fragment":"recommendation","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:0484d8c314cacd77c85cac4e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e6b95507566e68b3d9dea079","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3d8fc22b66fbf1f22cd7e166","label":"aoa-session-donor-harvest","locator":{"end_column":27,"end_line":16,"fragment":"aoa-session-donor-harvest","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-session-donor-harvest","source_record_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:048cbb58ae93aa508b7de9a7","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:96ed5e5d1f32f07692d50839","label":"Trigger boundary","locator":{"end_column":19,"end_line":23,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1203e9e7cd215b05c3816455","label":"Inputs","locator":{"end_column":9,"end_line":41,"fragment":"inputs","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:54496d74551c164ba07138ce","label":"Outputs","locator":{"end_column":10,"end_line":53,"fragment":"outputs","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f80101f6bbe23c0a47949ca4","label":"Procedure","locator":{"end_column":12,"end_line":80,"fragment":"procedure","pointer":"","start_column":1,"start_line":80},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:39dca34a721298853337cbcc","label":"Contracts","locator":{"end_column":12,"end_line":135,"fragment":"contracts","pointer":"","start_column":1,"start_line":135},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:47b8719654bd29bd270cadea","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":157,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":157},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2bf1ead248393fcefe381f8e","label":"Verification","locator":{"end_column":15,"end_line":175,"fragment":"verification","pointer":"","start_column":1,"start_line":175},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c35da28b978e1afad7aaf156","label":"Technique traceability","locator":{"end_column":25,"end_line":199,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":199},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9597bb2ac67ca524b63ce57b","label":"Adaptation points","locator":{"end_column":20,"end_line":205,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":205},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9cf1bdba14f947e813c8686f","label":"Release Support","locator":{"end_column":17,"end_line":1,"fragment":"release-support","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:release-support","source_record_id":"aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d4d0162479655530148090ae","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:72ce59740e3dcab2165fb991","label":"Mechanic card","locator":{"end_column":16,"end_line":13,"fragment":"mechanic-card","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mechanic-card","source_record_id":"aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -817,68 +758,69 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5c491756a3834bda7c61aea0","label":"Changelog","locator":{"end_column":11,"end_line":1,"fragment":"changelog","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changelog","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7e2d3b35a864b791fb421223","label":"[Unreleased]","locator":{"end_column":15,"end_line":7,"fragment":"unreleased","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:unreleased","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e4ba01dfc37be08080faf4bb","label":"[0.5.0] - 2026-07-13","locator":{"end_column":23,"end_line":9,"fragment":"050-2026-07-13","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:050-2026-07-13","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ac6bc418af79e0b37eced8f3","label":"Summary","locator":{"end_column":11,"end_line":11,"fragment":"summary","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:summary","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f08ff5ec15eee90fb6199735","label":"Added","locator":{"end_column":9,"end_line":31,"fragment":"added","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3d711f496bcc5b2440f299cc","label":"Changed","locator":{"end_column":11,"end_line":52,"fragment":"changed","pointer":"","start_column":1,"start_line":52},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c25259eb5a72a9ccf17cda89","label":"Fixed","locator":{"end_column":9,"end_line":75,"fragment":"fixed","pointer":"","start_column":1,"start_line":75},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fixed","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:99573b4e09ca7111c6ca23dc","label":"Included changes","locator":{"end_column":20,"end_line":88,"fragment":"included-changes","pointer":"","start_column":1,"start_line":88},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:included-changes","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5ee7e4cc79ad96fa09516a21","label":"Validation","locator":{"end_column":14,"end_line":131,"fragment":"validation","pointer":"","start_column":1,"start_line":131},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8e4d05fa11e020328a406a34","label":"Notes","locator":{"end_column":9,"end_line":141,"fragment":"notes","pointer":"","start_column":1,"start_line":141},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1908089921335844f51fa3b1","label":"[0.4.5] - 2026-05-18","locator":{"end_column":23,"end_line":149,"fragment":"045-2026-05-18","pointer":"","start_column":1,"start_line":149},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:045-2026-05-18","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1e32edd3cfff0ddce3ce1a67","label":"Summary","locator":{"end_column":11,"end_line":151,"fragment":"summary-1","pointer":"","start_column":1,"start_line":151},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:summary-1","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2fffad0247a3e56e6f72e6e8","label":"Added","locator":{"end_column":9,"end_line":166,"fragment":"added-1","pointer":"","start_column":1,"start_line":166},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added-1","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:139220a649d28a7bb985c8b8","label":"Changed","locator":{"end_column":11,"end_line":202,"fragment":"changed-1","pointer":"","start_column":1,"start_line":202},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed-1","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:12f352b9ba68a503b6d58510","label":"CHARTER","locator":{"end_column":82,"end_line":204,"fragment":"","pointer":"","start_column":61,"start_line":204},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-1","target_ref":"CHARTER.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:204:61:1:CHARTER.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1e51e6c8b16be71b8c69a5f5","label":"README","locator":{"end_column":59,"end_line":204,"fragment":"","pointer":"","start_column":40,"start_line":204},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-1","target_ref":"README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:204:40:0:README.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:55107567aef5cde3d0396eef","label":"DESIGN","locator":{"end_column":22,"end_line":205,"fragment":"","pointer":"","start_column":3,"start_line":205},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-1","target_ref":"DESIGN.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:205:3:0:DESIGN.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c41ed92fbf79466b43afd6aa","label":"ROADMAP","locator":{"end_column":80,"end_line":205,"fragment":"","pointer":"","start_column":59,"start_line":205},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-1","target_ref":"ROADMAP.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:205:59:2:ROADMAP.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d8820f600f31cf5f50a32678","label":"DESIGN.AGENTS","locator":{"end_column":57,"end_line":205,"fragment":"","pointer":"","start_column":24,"start_line":205},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-1","target_ref":"DESIGN.AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:205:24:1:DESIGN.AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6f4514206e5707a586450341","label":"CONTRIBUTING","locator":{"end_column":34,"end_line":206,"fragment":"","pointer":"","start_column":3,"start_line":206},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-1","target_ref":"CONTRIBUTING.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:206:3:0:CONTRIBUTING.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:da8c3d65f852dddcb739e006","label":"QUESTBOOK","locator":{"end_column":65,"end_line":206,"fragment":"","pointer":"","start_column":40,"start_line":206},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-1","target_ref":"QUESTBOOK.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:206:40:1:QUESTBOOK.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e1ca00a23d34439806f688db","label":"README","locator":{"end_column":32,"end_line":229,"fragment":"","pointer":"","start_column":13,"start_line":229},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-1","target_ref":"README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:229:13:0:README.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:39c71373cfddf902edaeaae0","label":"Included in this release","locator":{"end_column":28,"end_line":1006,"fragment":"included-in-this-release","pointer":"","start_column":1,"start_line":1006},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:included-in-this-release","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b9f80570e4e7fc9d1c98a2b0","label":"TECHNIQUE_INDEX","locator":{"end_column":40,"end_line":1009,"fragment":"","pointer":"","start_column":3,"start_line":1009},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:included-in-this-release","target_ref":"TECHNIQUE_INDEX.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:1009:3:0:TECHNIQUE_INDEX.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3a168e7d9c5e09c0724e414c","label":"Validation","locator":{"end_column":14,"end_line":1033,"fragment":"validation-1","pointer":"","start_column":1,"start_line":1033},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-1","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4624613328cb251ba81dac35","label":"Notes","locator":{"end_column":9,"end_line":1040,"fragment":"notes-1","pointer":"","start_column":1,"start_line":1040},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes-1","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7431ce729615553f6cc4bda8","label":"[0.4.2] - 2026-04-23","locator":{"end_column":23,"end_line":1055,"fragment":"042-2026-04-23","pointer":"","start_column":1,"start_line":1055},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:042-2026-04-23","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4857e22ae29ddc5da1a44b6d","label":"Summary","locator":{"end_column":11,"end_line":1057,"fragment":"summary-2","pointer":"","start_column":1,"start_line":1057},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:summary-2","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1c193534c5ea65a4f9ae5ba7","label":"Added","locator":{"end_column":9,"end_line":1069,"fragment":"added-2","pointer":"","start_column":1,"start_line":1069},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added-2","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7aa33d38b6d3fcd327dcef22","label":"Changed","locator":{"end_column":11,"end_line":1082,"fragment":"changed-2","pointer":"","start_column":1,"start_line":1082},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed-2","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:946aa91d3613caa4a346705f","label":"Validation","locator":{"end_column":14,"end_line":1090,"fragment":"validation-2","pointer":"","start_column":1,"start_line":1090},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-2","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ab626c5a9ab48ab30413fc82","label":"Notes","locator":{"end_column":9,"end_line":1097,"fragment":"notes-2","pointer":"","start_column":1,"start_line":1097},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes-2","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6900140521e486bde4c55873","label":"[0.4.1] - 2026-04-19","locator":{"end_column":23,"end_line":1102,"fragment":"041-2026-04-19","pointer":"","start_column":1,"start_line":1102},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:041-2026-04-19","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1f82f141cbbda0da0d0fdeaf","label":"Summary","locator":{"end_column":11,"end_line":1104,"fragment":"summary-3","pointer":"","start_column":1,"start_line":1104},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:summary-3","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fe94506f4e0ba5e549389dbf","label":"Added","locator":{"end_column":9,"end_line":1113,"fragment":"added-3","pointer":"","start_column":1,"start_line":1113},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added-3","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:44d8076590f6da96c4d9f67b","label":"Changed","locator":{"end_column":11,"end_line":1118,"fragment":"changed-3","pointer":"","start_column":1,"start_line":1118},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed-3","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6b0c1e1ee70f158be52afc80","label":"Validation","locator":{"end_column":14,"end_line":1124,"fragment":"validation-3","pointer":"","start_column":1,"start_line":1124},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-3","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a557974e536e46f7c68a8b8","label":"Notes","locator":{"end_column":9,"end_line":1128,"fragment":"notes-3","pointer":"","start_column":1,"start_line":1128},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes-3","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2ebc6741f31cf641bc3a90c6","label":"[0.4.0] - 2026-04-10","locator":{"end_column":23,"end_line":1133,"fragment":"040-2026-04-10","pointer":"","start_column":1,"start_line":1133},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:040-2026-04-10","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a392fbdf0d8ae00b5f554c05","label":"Summary","locator":{"end_column":11,"end_line":1135,"fragment":"summary-4","pointer":"","start_column":1,"start_line":1135},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:summary-4","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:96088691c39fa0f5bd359d6e","label":"Validation","locator":{"end_column":14,"end_line":1141,"fragment":"validation-4","pointer":"","start_column":1,"start_line":1141},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-4","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5e47fdebb57477cfc11f4064","label":"Notes","locator":{"end_column":9,"end_line":1145,"fragment":"notes-4","pointer":"","start_column":1,"start_line":1145},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes-4","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dccabd6ed03f90c8d15779dc","label":"Added","locator":{"end_column":9,"end_line":1149,"fragment":"added-4","pointer":"","start_column":1,"start_line":1149},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added-4","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f829cbe0ddddc4127ecc5a4c","label":"Changed","locator":{"end_column":11,"end_line":1158,"fragment":"changed-4","pointer":"","start_column":1,"start_line":1158},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed-4","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:50deb972c03fcc0332a63a8d","label":"Included in this release","locator":{"end_column":28,"end_line":1165,"fragment":"included-in-this-release-1","pointer":"","start_column":1,"start_line":1165},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:included-in-this-release-1","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1bb26559352bd5f3b415e55d","label":"[0.3.0] - 2026-04-01","locator":{"end_column":23,"end_line":1177,"fragment":"030-2026-04-01","pointer":"","start_column":1,"start_line":1177},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:030-2026-04-01","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c6f3d2e090cc419330e1e243","label":"Summary","locator":{"end_column":11,"end_line":1183,"fragment":"summary-5","pointer":"","start_column":1,"start_line":1183},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:summary-5","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d290e2967c6e555de4adcc73","label":"Added","locator":{"end_column":9,"end_line":1189,"fragment":"added-5","pointer":"","start_column":1,"start_line":1189},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added-5","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1194e3e17086feaf10f7d08b","label":"Changed","locator":{"end_column":11,"end_line":1220,"fragment":"changed-5","pointer":"","start_column":1,"start_line":1220},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed-5","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1ada99bf59599319698031cb","label":"Included in this release","locator":{"end_column":28,"end_line":1228,"fragment":"included-in-this-release-2","pointer":"","start_column":1,"start_line":1228},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:included-in-this-release-2","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a100fe7070771e633f36e6d8","label":"Validation","locator":{"end_column":14,"end_line":1233,"fragment":"validation-5","pointer":"","start_column":1,"start_line":1233},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-5","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c881722b7597ffea260fe258","label":"Notes","locator":{"end_column":9,"end_line":1237,"fragment":"notes-5","pointer":"","start_column":1,"start_line":1237},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes-5","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:257a5135f4b678bee6b8f4fc","label":"[0.2.0] - 2026-03-23","locator":{"end_column":23,"end_line":1241,"fragment":"020-2026-03-23","pointer":"","start_column":1,"start_line":1241},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:020-2026-03-23","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:18ed09843b494f402dfd8a02","label":"Added","locator":{"end_column":9,"end_line":1247,"fragment":"added-6","pointer":"","start_column":1,"start_line":1247},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added-6","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6171b741774fd30aa838df24","label":"Changed","locator":{"end_column":11,"end_line":1256,"fragment":"changed-6","pointer":"","start_column":1,"start_line":1256},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed-6","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:adc9ef59bed830f6f76b1d2b","label":"Included in this release","locator":{"end_column":28,"end_line":1264,"fragment":"included-in-this-release-3","pointer":"","start_column":1,"start_line":1264},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:included-in-this-release-3","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7d1ba259801b3802771aa938","label":"TECHNIQUE_INDEX","locator":{"end_column":96,"end_line":1266,"fragment":"","pointer":"","start_column":59,"start_line":1266},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:included-in-this-release-3","target_ref":"TECHNIQUE_INDEX.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:1266:59:0:TECHNIQUE_INDEX.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e4897d880e7dc150cb33ee20","label":"Validation","locator":{"end_column":14,"end_line":1273,"fragment":"validation-6","pointer":"","start_column":1,"start_line":1273},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-6","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:27ced1754bd8042b6c9822da","label":"Notes","locator":{"end_column":9,"end_line":1278,"fragment":"notes-6","pointer":"","start_column":1,"start_line":1278},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes-6","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d6781bf8cccea27ada9077b2","label":"[0.1.0] - 2026-03-17","locator":{"end_column":23,"end_line":1284,"fragment":"010-2026-03-17","pointer":"","start_column":1,"start_line":1284},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:010-2026-03-17","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e190911ec2b370af511deafd","label":"Added","locator":{"end_column":9,"end_line":1291,"fragment":"added-7","pointer":"","start_column":1,"start_line":1291},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added-7","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:06136dd584b5387cd8b49efc","label":"Included in this release","locator":{"end_column":28,"end_line":1301,"fragment":"included-in-this-release-4","pointer":"","start_column":1,"start_line":1301},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:included-in-this-release-4","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d2312072dbe3e0da15b29fb0","label":"Validation","locator":{"end_column":14,"end_line":1313,"fragment":"validation-7","pointer":"","start_column":1,"start_line":1313},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-7","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4762488e937225dd535d94f4","label":"Notes","locator":{"end_column":9,"end_line":1320,"fragment":"notes-7","pointer":"","start_column":1,"start_line":1320},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes-7","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3d711f496bcc5b2440f299cc","label":"Changed","locator":{"end_column":11,"end_line":9,"fragment":"changed","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e4ba01dfc37be08080faf4bb","label":"[0.5.0] - 2026-07-13","locator":{"end_column":23,"end_line":16,"fragment":"050-2026-07-13","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:050-2026-07-13","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ac6bc418af79e0b37eced8f3","label":"Summary","locator":{"end_column":11,"end_line":18,"fragment":"summary","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:summary","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f08ff5ec15eee90fb6199735","label":"Added","locator":{"end_column":9,"end_line":38,"fragment":"added","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:139220a649d28a7bb985c8b8","label":"Changed","locator":{"end_column":11,"end_line":59,"fragment":"changed-1","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed-1","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c25259eb5a72a9ccf17cda89","label":"Fixed","locator":{"end_column":9,"end_line":82,"fragment":"fixed","pointer":"","start_column":1,"start_line":82},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fixed","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:99573b4e09ca7111c6ca23dc","label":"Included changes","locator":{"end_column":20,"end_line":95,"fragment":"included-changes","pointer":"","start_column":1,"start_line":95},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:included-changes","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5ee7e4cc79ad96fa09516a21","label":"Validation","locator":{"end_column":14,"end_line":138,"fragment":"validation","pointer":"","start_column":1,"start_line":138},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8e4d05fa11e020328a406a34","label":"Notes","locator":{"end_column":9,"end_line":148,"fragment":"notes","pointer":"","start_column":1,"start_line":148},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1908089921335844f51fa3b1","label":"[0.4.5] - 2026-05-18","locator":{"end_column":23,"end_line":156,"fragment":"045-2026-05-18","pointer":"","start_column":1,"start_line":156},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:045-2026-05-18","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1e32edd3cfff0ddce3ce1a67","label":"Summary","locator":{"end_column":11,"end_line":158,"fragment":"summary-1","pointer":"","start_column":1,"start_line":158},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:summary-1","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2fffad0247a3e56e6f72e6e8","label":"Added","locator":{"end_column":9,"end_line":173,"fragment":"added-1","pointer":"","start_column":1,"start_line":173},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added-1","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7aa33d38b6d3fcd327dcef22","label":"Changed","locator":{"end_column":11,"end_line":209,"fragment":"changed-2","pointer":"","start_column":1,"start_line":209},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed-2","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4a3ea3dc23685c6f18d347ee","label":"CHARTER","locator":{"end_column":82,"end_line":211,"fragment":"","pointer":"","start_column":61,"start_line":211},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-2","target_ref":"CHARTER.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:211:61:1:CHARTER.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:940b0cb188aec455fd02940c","label":"README","locator":{"end_column":59,"end_line":211,"fragment":"","pointer":"","start_column":40,"start_line":211},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-2","target_ref":"README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:211:40:0:README.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:53cc262569a306423cbcbf87","label":"ROADMAP","locator":{"end_column":80,"end_line":212,"fragment":"","pointer":"","start_column":59,"start_line":212},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-2","target_ref":"ROADMAP.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:212:59:2:ROADMAP.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8467a49d2a09f4fd489326a9","label":"DESIGN.AGENTS","locator":{"end_column":57,"end_line":212,"fragment":"","pointer":"","start_column":24,"start_line":212},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-2","target_ref":"DESIGN.AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:212:24:1:DESIGN.AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f74dc26691e06cae65ce12ab","label":"DESIGN","locator":{"end_column":22,"end_line":212,"fragment":"","pointer":"","start_column":3,"start_line":212},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-2","target_ref":"DESIGN.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:212:3:0:DESIGN.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:17dbc9ad40efe2b68bd5ed11","label":"CONTRIBUTING","locator":{"end_column":34,"end_line":213,"fragment":"","pointer":"","start_column":3,"start_line":213},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-2","target_ref":"CONTRIBUTING.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:213:3:0:CONTRIBUTING.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:988fd4bdbb25cccc487efff8","label":"QUESTBOOK","locator":{"end_column":65,"end_line":213,"fragment":"","pointer":"","start_column":40,"start_line":213},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-2","target_ref":"QUESTBOOK.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:213:40:1:QUESTBOOK.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:55111c4c904076dab0c6fcea","label":"README","locator":{"end_column":32,"end_line":236,"fragment":"","pointer":"","start_column":13,"start_line":236},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:changed-2","target_ref":"README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:236:13:0:README.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:39c71373cfddf902edaeaae0","label":"Included in this release","locator":{"end_column":28,"end_line":1013,"fragment":"included-in-this-release","pointer":"","start_column":1,"start_line":1013},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:included-in-this-release","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e31a57da513adc88952bf1af","label":"TECHNIQUE_INDEX","locator":{"end_column":40,"end_line":1016,"fragment":"","pointer":"","start_column":3,"start_line":1016},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:included-in-this-release","target_ref":"TECHNIQUE_INDEX.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:1016:3:0:TECHNIQUE_INDEX.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3a168e7d9c5e09c0724e414c","label":"Validation","locator":{"end_column":14,"end_line":1040,"fragment":"validation-1","pointer":"","start_column":1,"start_line":1040},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-1","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4624613328cb251ba81dac35","label":"Notes","locator":{"end_column":9,"end_line":1047,"fragment":"notes-1","pointer":"","start_column":1,"start_line":1047},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes-1","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7431ce729615553f6cc4bda8","label":"[0.4.2] - 2026-04-23","locator":{"end_column":23,"end_line":1062,"fragment":"042-2026-04-23","pointer":"","start_column":1,"start_line":1062},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:042-2026-04-23","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4857e22ae29ddc5da1a44b6d","label":"Summary","locator":{"end_column":11,"end_line":1064,"fragment":"summary-2","pointer":"","start_column":1,"start_line":1064},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:summary-2","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1c193534c5ea65a4f9ae5ba7","label":"Added","locator":{"end_column":9,"end_line":1076,"fragment":"added-2","pointer":"","start_column":1,"start_line":1076},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added-2","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:44d8076590f6da96c4d9f67b","label":"Changed","locator":{"end_column":11,"end_line":1089,"fragment":"changed-3","pointer":"","start_column":1,"start_line":1089},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed-3","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:946aa91d3613caa4a346705f","label":"Validation","locator":{"end_column":14,"end_line":1097,"fragment":"validation-2","pointer":"","start_column":1,"start_line":1097},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-2","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ab626c5a9ab48ab30413fc82","label":"Notes","locator":{"end_column":9,"end_line":1104,"fragment":"notes-2","pointer":"","start_column":1,"start_line":1104},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes-2","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6900140521e486bde4c55873","label":"[0.4.1] - 2026-04-19","locator":{"end_column":23,"end_line":1109,"fragment":"041-2026-04-19","pointer":"","start_column":1,"start_line":1109},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:041-2026-04-19","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1f82f141cbbda0da0d0fdeaf","label":"Summary","locator":{"end_column":11,"end_line":1111,"fragment":"summary-3","pointer":"","start_column":1,"start_line":1111},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:summary-3","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fe94506f4e0ba5e549389dbf","label":"Added","locator":{"end_column":9,"end_line":1120,"fragment":"added-3","pointer":"","start_column":1,"start_line":1120},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added-3","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f829cbe0ddddc4127ecc5a4c","label":"Changed","locator":{"end_column":11,"end_line":1125,"fragment":"changed-4","pointer":"","start_column":1,"start_line":1125},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed-4","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6b0c1e1ee70f158be52afc80","label":"Validation","locator":{"end_column":14,"end_line":1131,"fragment":"validation-3","pointer":"","start_column":1,"start_line":1131},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-3","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a557974e536e46f7c68a8b8","label":"Notes","locator":{"end_column":9,"end_line":1135,"fragment":"notes-3","pointer":"","start_column":1,"start_line":1135},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes-3","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2ebc6741f31cf641bc3a90c6","label":"[0.4.0] - 2026-04-10","locator":{"end_column":23,"end_line":1140,"fragment":"040-2026-04-10","pointer":"","start_column":1,"start_line":1140},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:040-2026-04-10","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a392fbdf0d8ae00b5f554c05","label":"Summary","locator":{"end_column":11,"end_line":1142,"fragment":"summary-4","pointer":"","start_column":1,"start_line":1142},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:summary-4","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:96088691c39fa0f5bd359d6e","label":"Validation","locator":{"end_column":14,"end_line":1148,"fragment":"validation-4","pointer":"","start_column":1,"start_line":1148},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-4","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5e47fdebb57477cfc11f4064","label":"Notes","locator":{"end_column":9,"end_line":1152,"fragment":"notes-4","pointer":"","start_column":1,"start_line":1152},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes-4","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dccabd6ed03f90c8d15779dc","label":"Added","locator":{"end_column":9,"end_line":1156,"fragment":"added-4","pointer":"","start_column":1,"start_line":1156},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added-4","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1194e3e17086feaf10f7d08b","label":"Changed","locator":{"end_column":11,"end_line":1165,"fragment":"changed-5","pointer":"","start_column":1,"start_line":1165},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed-5","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:50deb972c03fcc0332a63a8d","label":"Included in this release","locator":{"end_column":28,"end_line":1172,"fragment":"included-in-this-release-1","pointer":"","start_column":1,"start_line":1172},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:included-in-this-release-1","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1bb26559352bd5f3b415e55d","label":"[0.3.0] - 2026-04-01","locator":{"end_column":23,"end_line":1184,"fragment":"030-2026-04-01","pointer":"","start_column":1,"start_line":1184},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:030-2026-04-01","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c6f3d2e090cc419330e1e243","label":"Summary","locator":{"end_column":11,"end_line":1190,"fragment":"summary-5","pointer":"","start_column":1,"start_line":1190},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:summary-5","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d290e2967c6e555de4adcc73","label":"Added","locator":{"end_column":9,"end_line":1196,"fragment":"added-5","pointer":"","start_column":1,"start_line":1196},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added-5","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6171b741774fd30aa838df24","label":"Changed","locator":{"end_column":11,"end_line":1227,"fragment":"changed-6","pointer":"","start_column":1,"start_line":1227},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed-6","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1ada99bf59599319698031cb","label":"Included in this release","locator":{"end_column":28,"end_line":1235,"fragment":"included-in-this-release-2","pointer":"","start_column":1,"start_line":1235},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:included-in-this-release-2","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a100fe7070771e633f36e6d8","label":"Validation","locator":{"end_column":14,"end_line":1240,"fragment":"validation-5","pointer":"","start_column":1,"start_line":1240},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-5","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c881722b7597ffea260fe258","label":"Notes","locator":{"end_column":9,"end_line":1244,"fragment":"notes-5","pointer":"","start_column":1,"start_line":1244},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes-5","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:257a5135f4b678bee6b8f4fc","label":"[0.2.0] - 2026-03-23","locator":{"end_column":23,"end_line":1248,"fragment":"020-2026-03-23","pointer":"","start_column":1,"start_line":1248},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:020-2026-03-23","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:18ed09843b494f402dfd8a02","label":"Added","locator":{"end_column":9,"end_line":1254,"fragment":"added-6","pointer":"","start_column":1,"start_line":1254},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added-6","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fa10de401f49db01625757e2","label":"Changed","locator":{"end_column":11,"end_line":1263,"fragment":"changed-7","pointer":"","start_column":1,"start_line":1263},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:changed-7","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:adc9ef59bed830f6f76b1d2b","label":"Included in this release","locator":{"end_column":28,"end_line":1271,"fragment":"included-in-this-release-3","pointer":"","start_column":1,"start_line":1271},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:included-in-this-release-3","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a46e2a0768e89a2cc85e35c5","label":"TECHNIQUE_INDEX","locator":{"end_column":96,"end_line":1273,"fragment":"","pointer":"","start_column":59,"start_line":1273},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:included-in-this-release-3","target_ref":"TECHNIQUE_INDEX.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:1273:59:0:TECHNIQUE_INDEX.md","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e4897d880e7dc150cb33ee20","label":"Validation","locator":{"end_column":14,"end_line":1280,"fragment":"validation-6","pointer":"","start_column":1,"start_line":1280},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-6","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:27ced1754bd8042b6c9822da","label":"Notes","locator":{"end_column":9,"end_line":1285,"fragment":"notes-6","pointer":"","start_column":1,"start_line":1285},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes-6","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d6781bf8cccea27ada9077b2","label":"[0.1.0] - 2026-03-17","locator":{"end_column":23,"end_line":1291,"fragment":"010-2026-03-17","pointer":"","start_column":1,"start_line":1291},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:010-2026-03-17","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e190911ec2b370af511deafd","label":"Added","locator":{"end_column":9,"end_line":1298,"fragment":"added-7","pointer":"","start_column":1,"start_line":1298},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:added-7","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:06136dd584b5387cd8b49efc","label":"Included in this release","locator":{"end_column":28,"end_line":1308,"fragment":"included-in-this-release-4","pointer":"","start_column":1,"start_line":1308},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:included-in-this-release-4","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d2312072dbe3e0da15b29fb0","label":"Validation","locator":{"end_column":14,"end_line":1320,"fragment":"validation-7","pointer":"","start_column":1,"start_line":1320},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-7","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4762488e937225dd535d94f4","label":"Notes","locator":{"end_column":9,"end_line":1327,"fragment":"notes-7","pointer":"","start_column":1,"start_line":1327},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes-7","source_record_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:17e76e12b67da533ec38f6d8","label":"Second Context Adaptation","locator":{"end_column":27,"end_line":1,"fragment":"second-context-adaptation","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:second-context-adaptation","source_record_id":"aoa:aoa-techniques:artifact:065c9dd7b95c9b26a5bd313c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b521ba8b77b361ce0a567769","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:065c9dd7b95c9b26a5bd313c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f277f44102785196338b4e18","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:065c9dd7b95c9b26a5bd313c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -890,18 +832,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a3d67da5c97bc0e7d00f0820","label":"Result","locator":{"end_column":9,"end_line":42,"fragment":"result","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:result","source_record_id":"aoa:aoa-techniques:artifact:065c9dd7b95c9b26a5bd313c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4cb1e3b5a0107b2393bd6e01","label":"Sealed Decision Techniques","locator":{"end_column":28,"end_line":1,"fragment":"sealed-decision-techniques","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:sealed-decision-techniques","source_record_id":"aoa:aoa-techniques:artifact:0672337180c92a8f701af9bc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e61bf410ff1ea751bb503a41","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:0672337180c92a8f701af9bc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7aa97653c8b8d1cb9aca1f2b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c0fd0a8fcc5f5d3bab7bfe05","label":"aoa-session-self-diagnose","locator":{"end_column":27,"end_line":16,"fragment":"aoa-session-self-diagnose","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-session-self-diagnose","source_record_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d7065e27753970d8d79bef9c","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d0c79c31697c41ef441310e5","label":"Trigger boundary","locator":{"end_column":19,"end_line":24,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:51e6743791707d2f43da9a6c","label":"Inputs","locator":{"end_column":9,"end_line":40,"fragment":"inputs","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:782cae9cdc19856c5c4cfcc5","label":"Outputs","locator":{"end_column":10,"end_line":48,"fragment":"outputs","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:803c9f4a6f418fea8bd6afb0","label":"Procedure","locator":{"end_column":12,"end_line":62,"fragment":"procedure","pointer":"","start_column":1,"start_line":62},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c69c110626861dc61a6eb1ed","label":"Contracts","locator":{"end_column":12,"end_line":77,"fragment":"contracts","pointer":"","start_column":1,"start_line":77},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:68579b5f7fc1cc5cd1925f71","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":90,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":90},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:98461c8c00cf2a08343fa25e","label":"Verification","locator":{"end_column":15,"end_line":101,"fragment":"verification","pointer":"","start_column":1,"start_line":101},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:18e714660b8790b8f1183fd2","label":"Technique traceability","locator":{"end_column":25,"end_line":112,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":112},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4761d124dc95f3c3c06cf842","label":"Adaptation points","locator":{"end_column":20,"end_line":117,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":117},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3aee93cd19526263b33bcd4f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:067b443aae36c54cf6f35e04","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7649753916683eaa87995ac7","label":"Canonical Readiness","locator":{"end_column":21,"end_line":1,"fragment":"canonical-readiness","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:canonical-readiness","source_record_id":"aoa:aoa-techniques:artifact:067b443aae36c54cf6f35e04","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:41f442bee43cdb4d63763f00","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:067b443aae36c54cf6f35e04","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1051,7 +981,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:69903f5d5a9bb1a37c7e032c","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decision","source_record_id":"aoa:aoa-techniques:artifact:0914e3c074cf8e909266390d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:161a766294d65d57e7c2320a","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:consequences","source_record_id":"aoa:aoa-techniques:artifact:0914e3c074cf8e909266390d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:607dd79906fa218475d7793e","label":"Verification","locator":{"end_column":15,"end_line":54,"fragment":"verification","pointer":"","start_column":1,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:0914e3c074cf8e909266390d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c32051c8d766091e5b4fc84b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:094ebac0e7e2f3ce57cf25e2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:32a27814862d3ce33db9e67e","label":"Landed Published-Summary Pilot Review","locator":{"end_column":39,"end_line":1,"fragment":"landed-published-summary-pilot-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:landed-published-summary-pilot-review","source_record_id":"aoa:aoa-techniques:artifact:094ed56e0ed651d3bb7231fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3e47b840df1e43697325b1ab","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:094ed56e0ed651d3bb7231fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:80e6597044d6ea00218c22f4","label":"Technique Reform Ingress","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"","start_column":1,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:landed-published-summary-pilot-review","target_ref":"../README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:1:0:../README.md","source_record_id":"aoa:aoa-techniques:artifact:094ed56e0ed651d3bb7231fd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1126,7 +1055,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:697a23623d65ffbd9cc635cd","label":"What Not To Do","locator":{"end_column":17,"end_line":53,"fragment":"what-not-to-do","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:what-not-to-do","source_record_id":"aoa:aoa-techniques:artifact:09c6d259edca1d6a9dfe5990","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b5df0b2c79c96dac1b4cbb0e","label":"Adoption Rule","locator":{"end_column":16,"end_line":62,"fragment":"adoption-rule","pointer":"","start_column":1,"start_line":62},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adoption-rule","source_record_id":"aoa:aoa-techniques:artifact:09c6d259edca1d6a9dfe5990","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ab994d75f59f0da18ae58822","label":"Boundaries","locator":{"end_column":13,"end_line":73,"fragment":"boundaries","pointer":"","start_column":1,"start_line":73},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:09c6d259edca1d6a9dfe5990","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:38dad3927ac983e1ddac2eeb","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:09cb49ad526692a9aa564893","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:24bd93659cbc613dbefbc1c8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:0a22e613b3ca39e8a6b78ab0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8800a2c052e82190b898f4a9","label":"Adverse Effects Review","locator":{"end_column":24,"end_line":1,"fragment":"adverse-effects-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adverse-effects-review","source_record_id":"aoa:aoa-techniques:artifact:0a22e613b3ca39e8a6b78ab0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4ca3f17b710662e1f104f681","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:0a22e613b3ca39e8a6b78ab0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1489,14 +1417,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c4afe7e812e45175798ef841","label":"What Did Not Change","locator":{"end_column":22,"end_line":166,"fragment":"what-did-not-change","pointer":"","start_column":1,"start_line":166},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:what-did-not-change","source_record_id":"aoa:aoa-techniques:artifact:0cbfc31da990762d893d8446","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ec698563b6ca46f30bf79187","label":"Public-Safety Read","locator":{"end_column":21,"end_line":178,"fragment":"public-safety-read","pointer":"","start_column":1,"start_line":178},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:public-safety-read","source_record_id":"aoa:aoa-techniques:artifact:0cbfc31da990762d893d8446","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:67994e926aefb1202eeffca2","label":"Next Honest Move","locator":{"end_column":19,"end_line":186,"fragment":"next-honest-move","pointer":"","start_column":1,"start_line":186},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:next-honest-move","source_record_id":"aoa:aoa-techniques:artifact:0cbfc31da990762d893d8446","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:18bdd444bb0f4a4346f0f85a","label":"Example","locator":{"end_column":9,"end_line":1,"fragment":"example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:example","source_record_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:79a3e8edf71ea39d9090a49f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2d820497bf34f284837d03bc","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:adc50dc05740a374815a536f","label":"Why this skill fits","locator":{"end_column":22,"end_line":10,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4f3cb2472e18f73e57a81324","label":"Expected inputs","locator":{"end_column":18,"end_line":16,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:30421d63418a8355e9d69969","label":"Expected outputs","locator":{"end_column":19,"end_line":23,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:75b798d0fac64e6b431f8769","label":"Boundary notes","locator":{"end_column":17,"end_line":30,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:238a8e29ea5d4dc4dc4bd0fc","label":"Verification notes","locator":{"end_column":21,"end_line":36,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9094361c2c386e851f15942b","label":"External Origin Note","locator":{"end_column":22,"end_line":1,"fragment":"external-origin-note","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:external-origin-note","source_record_id":"aoa:aoa-techniques:artifact:0d01fe846fbaefe4f33240a7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e01f9be9d69000f340dd0e8b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:0d01fe846fbaefe4f33240a7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9c35e3673b39e356d706ec8c","label":"Source","locator":{"end_column":9,"end_line":6,"fragment":"source","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source","source_record_id":"aoa:aoa-techniques:artifact:0d01fe846fbaefe4f33240a7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1557,17 +1477,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:19a68e963dc04618b80e3264","label":"Detection signals","locator":{"end_column":20,"end_line":36,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:0d7d8fdd15295cc71564a806","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:044b95f2bf6d757ec4d6c735","label":"Mitigations","locator":{"end_column":14,"end_line":44,"fragment":"mitigations","pointer":"","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:0d7d8fdd15295cc71564a806","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:11d05f1acd0e98bf865bc3a1","label":"Recommendation","locator":{"end_column":17,"end_line":51,"fragment":"recommendation","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:0d7d8fdd15295cc71564a806","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2cdbe0196968b08e4502fe6d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f084f489b64918643fd20e86","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f841d752bf35b793ea514769","label":"display_name","locator":{"end_column":41,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f8d48a6be63b944c66d0d420","label":"short_description","locator":{"end_column":57,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9afa5af42cd82cae938db179","label":"default_prompt","locator":{"end_column":231,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c8b2bf62562bc1e17faac4a4","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a41ceb861590166a0e05f5b6","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a22822f25536df5c89a3bec","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f5df596e6127eb3d3efcd27f","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:167752b6798dd14c61a6c5a7","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:44b39b60ba706224476d66bf","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7f61c0c5f6b37486a992a502","label":"Second Context Adaptation","locator":{"end_column":27,"end_line":1,"fragment":"second-context-adaptation","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:second-context-adaptation","source_record_id":"aoa:aoa-techniques:artifact:0db3a09da673f5e520a120db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f381ca6590d7db58cb834d07","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:0db3a09da673f5e520a120db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:098939a8ffce880d120b3900","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:0db3a09da673f5e520a120db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1657,10 +1566,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e5288cfb8ce657b945876c6e","label":"Alternatives","locator":{"end_column":15,"end_line":50,"fragment":"alternatives","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:alternatives","source_record_id":"aoa:aoa-techniques:artifact:0ea885b3861d2dc4374d2246","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:922b92b5319a443ff9194fa9","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:consequences","source_record_id":"aoa:aoa-techniques:artifact:0ea885b3861d2dc4374d2246","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4829c5d63738ca64e357ea20","label":"Verification","locator":{"end_column":15,"end_line":73,"fragment":"verification","pointer":"","start_column":1,"start_line":73},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:0ea885b3861d2dc4374d2246","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dcd4a89083ede84fff11ea89","label":"_load_payload","locator":{"end_column":27,"end_line":17,"fragment":"","pointer":"","start_column":1,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:sys.stdin.read"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"_load_payload","semantic_key":"python:function:_load_payload","source_record_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a23300fcb3b9ea778c46921","label":"check_gaps","locator":{"end_column":6,"end_line":91,"fragment":"","pointer":"","start_column":1,"start_line":20},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:apply_step.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:gaps.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:gaps.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:gaps.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:gaps.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:gaps.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:gaps.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:gaps.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:gaps.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:gaps.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:step.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:step.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:step.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_gaps","target_ref":"python:str"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"check_gaps","semantic_key":"python:function:check_gaps","source_record_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:64e4bda4c0bf95f30b4ae9b3","label":"main","locator":{"end_column":50,"end_line":105,"fragment":"","pointer":"","start_column":1,"start_line":94},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_load_payload"},{"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:check_gaps"},{"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: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"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0f885bc444060de8d27f0242","label":"Docs-Boundary Tree Pilot Receipt","locator":{"end_column":34,"end_line":1,"fragment":"docs-boundary-tree-pilot-receipt","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:docs-boundary-tree-pilot-receipt","source_record_id":"aoa:aoa-techniques:artifact:0ebc3ef5fa668d86e712471d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2013fe9a2f06a3d450011a01","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:0ebc3ef5fa668d86e712471d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:73e7c1e1c651623f431d83e7","label":"Status","locator":{"end_column":9,"end_line":5,"fragment":"status","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:status","source_record_id":"aoa:aoa-techniques:artifact:0ebc3ef5fa668d86e712471d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1816,32 +1721,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:429a3beaba423891034c9912","label":"Decision","locator":{"end_column":11,"end_line":29,"fragment":"decision","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decision","source_record_id":"aoa:aoa-techniques:artifact:0fe95e87cea317c6e77f45a6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c2567447ec63797e0804025c","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:consequences","source_record_id":"aoa:aoa-techniques:artifact:0fe95e87cea317c6e77f45a6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:732b66cd0a8c58645af89a04","label":"Verification","locator":{"end_column":15,"end_line":61,"fragment":"verification","pointer":"","start_column":1,"start_line":61},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:0fe95e87cea317c6e77f45a6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d5a37533745ac0ae6a130a02","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e8c53eaeb680654fa8dbf7bb","label":"receipt_name","locator":{"end_column":50,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:42bc63c073764c2b9e486868","label":"event_kind","locator":{"end_column":48,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:78f5fa9496b803e5882def90","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:11e54ad44041731e1f057ece","label":"required_payload_fields","locator":{"end_column":24,"end_line":4,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:17cb5bca152dc69b78663290","label":"context_ref","locator":{"end_column":15,"end_line":5,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cda23d2aabe64e1a13c97601","label":"executed_skills","locator":{"end_column":19,"end_line":6,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a59152b64371a58ed348530","label":"stage_results","locator":{"end_column":17,"end_line":7,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e53d0868923aad2ae17a6b6d","label":"produced_receipt_refs","locator":{"end_column":25,"end_line":8,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b98b9061aafe891a5f9ad2ce","label":"final_stop_reason","locator":{"end_column":21,"end_line":9,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3344069fce14d3ba931c2872","label":"optional_payload_fields","locator":{"end_column":24,"end_line":10,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d4b586afe694332f83973268","label":"checkpoint_note_ref","locator":{"end_column":23,"end_line":11,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:669f36b62999ffd96e07077c","label":"surface_handoff_ref","locator":{"end_column":23,"end_line":12,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6f6d57201da9f5a2af140d2e","label":"accepted_focus_hints","locator":{"end_column":24,"end_line":13,"fragment":"","pointer":"/optional_payload_fields/2","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:80f80f6c18d4b9af034ade8e","label":"rejected_focus_hints","locator":{"end_column":24,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/3","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7454761797d3e3195ccc85ff","label":"unresolved_focus_hints","locator":{"end_column":26,"end_line":15,"fragment":"","pointer":"/optional_payload_fields/4","start_column":3,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d6e5d13c4a3d50de717552fe","label":"skipped_skills","locator":{"end_column":18,"end_line":16,"fragment":"","pointer":"/optional_payload_fields/5","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/5","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:98870f9ef480f89abd7aaa9c","label":"deferred_skills","locator":{"end_column":19,"end_line":17,"fragment":"","pointer":"/optional_payload_fields/6","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/6","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aba63dd01df9c3a309da6d77","label":"produced_artifact_refs","locator":{"end_column":26,"end_line":18,"fragment":"","pointer":"/optional_payload_fields/7","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/7","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:30fdfb4bd5e6ab0a325d0bb1","label":"rules","locator":{"end_column":6,"end_line":19,"fragment":"","pointer":"/rules","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a3094a747d40d98780e7cd72","label":"the report must reflect the fixed order `aoa-session-donor-harvest -> aoa-session-progression-lift -> aoa-quest-harvest`","locator":{"end_column":124,"end_line":20,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5fa6dbb813eb0ec9583e4360","label":"checkpoint notes and handoffs remain shortlist hints, not final authority","locator":{"end_column":77,"end_line":21,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ef181d2359a311fe6339a223","label":"at least one reviewed artifact ref must stay inspectable through the paired closeout context","locator":{"end_column":96,"end_line":22,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f139fa99eba384308a8c6b48","label":"each stage result must be `executed`, `skipped`, `deferred`, or `stopped` with an evidence-linked reason","locator":{"end_column":108,"end_line":23,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:111f5a49e020affafc198709","label":"skipped or deferred stages must not be represented as final verdicts","locator":{"end_column":72,"end_line":24,"fragment":"","pointer":"/rules/4","start_column":3,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/4","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f367bc61c729ab1d2a9fcf78","label":"stats refresh remains downstream and must not be represented as an executed bridge stage","locator":{"end_column":92,"end_line":25,"fragment":"","pointer":"/rules/5","start_column":3,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/5","source_record_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b340afafd0806c4cece8744d","label":"Adverse Effects Review","locator":{"end_column":24,"end_line":1,"fragment":"adverse-effects-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adverse-effects-review","source_record_id":"aoa:aoa-techniques:artifact:103b587717e7a88551b13655","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b5b106e71d323cbf28c76a0e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:103b587717e7a88551b13655","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:77da15c931e910509e57c7d5","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:103b587717e7a88551b13655","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1911,7 +1790,6 @@ {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:11420bb0d1bbdb1bfbe4aab7","label":"canon","locator":{"end_column":9,"end_line":52,"fragment":"","pointer":"/tags/2","start_column":3,"start_line":52},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/tags/2","source_record_id":"aoa:aoa-techniques:artifact:1091cc9174e245fe28528e91","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e0ff046627080a9f03f12886","label":"notes","locator":{"end_column":77,"end_line":53,"fragment":"","pointer":"/notes","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/notes","source_record_id":"aoa:aoa-techniques:artifact:1091cc9174e245fe28528e91","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ec727757cb564fe1d9b2db0d","label":"public_safe","locator":{"end_column":17,"end_line":56,"fragment":"","pointer":"/public_safe","start_column":1,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/public_safe","source_record_id":"aoa:aoa-techniques:artifact:1091cc9174e245fe28528e91","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4eb5daf1db3b5bf49e72f4c1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:109dd8267de795f43ceb8882","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:adb755aceb293f2af7e0a333","label":"Canonical Readiness","locator":{"end_column":21,"end_line":1,"fragment":"canonical-readiness","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:canonical-readiness","source_record_id":"aoa:aoa-techniques:artifact:10af0fef4a120085a701499c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f9999bd107dd3407c134ece5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:10af0fef4a120085a701499c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7db6e72fa531e8bf7775ac35","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:10af0fef4a120085a701499c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2144,7 +2022,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9ada8b17e177e8dd9034493d","label":"Risks introduced by adaptation","locator":{"end_column":33,"end_line":23,"fragment":"risks-introduced-by-adaptation","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-introduced-by-adaptation","source_record_id":"aoa:aoa-techniques:artifact:1370b2599c4ffe9026f4a330","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:77ebe39b3917b689404bc854","label":"Evidence","locator":{"end_column":11,"end_line":28,"fragment":"evidence","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:1370b2599c4ffe9026f4a330","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dba01c42784a1f21fa72975d","label":"Result","locator":{"end_column":9,"end_line":34,"fragment":"result","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:result","source_record_id":"aoa:aoa-techniques:artifact:1370b2599c4ffe9026f4a330","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:70fa9eff724b915e67129fee","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:13ea3af4d96e46f27186ab12","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:83e3d6e7c15d17a3511ed3f7","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:13fa736e001dfaf859f13456","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ac24a9650e9805108537f3b2","label":"Checkpoint Legacy","locator":{"end_column":19,"end_line":1,"fragment":"checkpoint-legacy","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checkpoint-legacy","source_record_id":"aoa:aoa-techniques:artifact:13fa736e001dfaf859f13456","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:15235d3a2fa128c34b5d0fb4","label":"Layout","locator":{"end_column":9,"end_line":9,"fragment":"layout","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:layout","source_record_id":"aoa:aoa-techniques:artifact:13fa736e001dfaf859f13456","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2160,17 +2037,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:99f38cff6263003f89174ee6","label":"Risks introduced by adaptation","locator":{"end_column":33,"end_line":24,"fragment":"risks-introduced-by-adaptation","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-introduced-by-adaptation","source_record_id":"aoa:aoa-techniques:artifact:142113491b85e0edffb0d4e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fe113cdda618cd242c0f3012","label":"Evidence","locator":{"end_column":11,"end_line":29,"fragment":"evidence","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:142113491b85e0edffb0d4e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0e49c3e30afa3b92a2b28e84","label":"Result","locator":{"end_column":9,"end_line":35,"fragment":"result","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:result","source_record_id":"aoa:aoa-techniques:artifact:142113491b85e0edffb0d4e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:03bd32774352bfebb4ebc7ed","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:97a8145afcc816b3dc5dce07","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aa7cc141d67458a1c6db7e24","label":"display_name","locator":{"end_column":41,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b4c1c68f32c8159bd970d089","label":"short_description","locator":{"end_column":52,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:983fa31828b2ca4e3e5dbc91","label":"default_prompt","locator":{"end_column":183,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7ed807560dd5158b20946d1e","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:210afc4ddefa72f6feb55849","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6d942e2f73c22f861d090285","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e7010701ff9fbefca8108e5a","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2e504bb3ff8d68bd16fbe484","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a6ae63dec2dab19cccf4d2d1","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:138dda76ae9951a23f25a215","label":"Canonical Readiness","locator":{"end_column":21,"end_line":1,"fragment":"canonical-readiness","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:canonical-readiness","source_record_id":"aoa:aoa-techniques:artifact:147b1920ad413781f2acf8f7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e52d2f16726c85c536cdac17","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:147b1920ad413781f2acf8f7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:055efde6b4434de27c74053c","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:147b1920ad413781f2acf8f7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2458,19 +2324,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9d6038e99a935e6b5d62ab2d","label":"harvest-packet-contract","locator":{"end_column":117,"end_line":99,"fragment":"","pointer":"","start_column":3,"start_line":99},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:nearest-overlaps","target_ref":"../../../../../techniques/continuity/donor-harvest/harvest-packet-contract/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:99:3:0:../../../../../techniques/continuity/donor-harvest/harvest-packet-contract/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:171083c92df90597b8c6d473","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cafb8b587dbdbd5c5e49e6d2","label":"Stop Lines","locator":{"end_column":13,"end_line":103,"fragment":"stop-lines","pointer":"","start_column":1,"start_line":103},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stop-lines","source_record_id":"aoa:aoa-techniques:artifact:171083c92df90597b8c6d473","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:286dbe6c1a0598f36b7ebdf8","label":"Next Move","locator":{"end_column":12,"end_line":113,"fragment":"next-move","pointer":"","start_column":1,"start_line":113},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:next-move","source_record_id":"aoa:aoa-techniques:artifact:171083c92df90597b8c6d473","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2119e707a815ab6dffe0eadc","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9eaba76c47dcb7719323f1a7","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:14ff37e8b6175f5ce75def7e","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7ceab4fe74ffddb3b720d377","label":"Why this skill fits","locator":{"end_column":22,"end_line":8,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f5db487d22b5478fbe2ff5aa","label":"Expected inputs","locator":{"end_column":18,"end_line":14,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ba78bf44b546f844fdf9dff2","label":"Expected outputs","locator":{"end_column":19,"end_line":23,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:817d85f69c7083132d7a5cd3","label":"Boundary notes","locator":{"end_column":17,"end_line":35,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5b81732f113eb03f23c781cd","label":"Verification notes","locator":{"end_column":21,"end_line":41,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:44ed3db44950975b757cd2c5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b336d6e1fc24250b08c00c01","label":"Stats Event Envelope","locator":{"end_column":22,"end_line":1,"fragment":"stats-event-envelope","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stats-event-envelope","source_record_id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3dfd62c003303fbf414cc2f2","label":"Required fields","locator":{"end_column":18,"end_line":12,"fragment":"required-fields","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:required-fields","source_record_id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6f983f6f09eaf906a16d28f0","label":"Optional fields","locator":{"end_column":18,"end_line":24,"fragment":"optional-fields","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:optional-fields","source_record_id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c875f80f86ba97fd44428cbe","label":"Rules","locator":{"end_column":8,"end_line":31,"fragment":"rules","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rules","source_record_id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1ea81f0dac0eceb6b925f047","label":"External Origin Note","locator":{"end_column":22,"end_line":1,"fragment":"external-origin-note","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:external-origin-note","source_record_id":"aoa:aoa-techniques:artifact:173af73b76539da21362336f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:599b451e8a780b6aaef722f7","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:173af73b76539da21362336f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:124f39153cf940ce92f6a69a","label":"Source","locator":{"end_column":9,"end_line":6,"fragment":"source","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source","source_record_id":"aoa:aoa-techniques:artifact:173af73b76539da21362336f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2486,14 +2339,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:939c3a00368eb70b8fb57f35","label":"Fresh public-safety check","locator":{"end_column":28,"end_line":24,"fragment":"fresh-public-safety-check","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fresh-public-safety-check","source_record_id":"aoa:aoa-techniques:artifact:173bb2ce439323b54d6ad014","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aed0ce00034f9c453e25573a","label":"Remaining gaps","locator":{"end_column":17,"end_line":31,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:173bb2ce439323b54d6ad014","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:efca40d47cda36e13725a819","label":"Recommendation","locator":{"end_column":17,"end_line":38,"fragment":"recommendation","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:173bb2ce439323b54d6ad014","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7955adcaf003db2c2d0ab54b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ea073554ea410d3b626da660","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3749cb2b3471ec804c63e4e0","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f32ad07f4f3101f22e17d82f","label":"Why this skill fits","locator":{"end_column":22,"end_line":10,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:52b15e9a716434a81b74c8ca","label":"Expected inputs","locator":{"end_column":18,"end_line":17,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5c713882433b016683af551c","label":"Expected outputs","locator":{"end_column":19,"end_line":25,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3352d88859e8b65da432fa5a","label":"Boundary notes","locator":{"end_column":17,"end_line":34,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3d7efea234d354512fead66a","label":"Verification notes","locator":{"end_column":21,"end_line":42,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d0a678f1411d5ec7284adb24","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:17887a255a778da6f8fe0313","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e1116d199ec2ba93dd6c6c17","label":"IncomingTopologyTestCase","locator":{"end_column":51,"end_line":150,"fragment":"","pointer":"","start_column":1,"start_line":68},"outbound_refs":[],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"IncomingTopologyTestCase","semantic_key":"python:class:IncomingTopologyTestCase","source_record_id":"aoa:aoa-techniques:artifact:17887a255a778da6f8fe0313","symbol_kind":"class","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bffe5a8574997fe9746991e9","label":"test_root_incoming_directory_is_retired","locator":{"end_column":49,"end_line":70,"fragment":"","pointer":"","start_column":5,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:IncomingTopologyTestCase.test_root_incoming_directory_is_retired","target_ref":"python:ROOT_INCOMING.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:IncomingTopologyTestCase.test_root_incoming_directory_is_retired","target_ref":"python:self.assertFalse"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"IncomingTopologyTestCase.test_root_incoming_directory_is_retired","semantic_key":"python:method:IncomingTopologyTestCase.test_root_incoming_directory_is_retired","source_record_id":"aoa:aoa-techniques:artifact:17887a255a778da6f8fe0313","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2638,7 +2483,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:58d4fc13b4408bf6a893fc6a","label":"Detection signals","locator":{"end_column":20,"end_line":24,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:18a15ed29dddfa298f96e2d9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:373adde9bdce06b6871efeb0","label":"Mitigations","locator":{"end_column":14,"end_line":29,"fragment":"mitigations","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:18a15ed29dddfa298f96e2d9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:25ab8ebb89b3ab69944a0efb","label":"Recommendation","locator":{"end_column":17,"end_line":33,"fragment":"recommendation","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:18a15ed29dddfa298f96e2d9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4d55155a160e18d7a3006a12","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:18b74e5a5ff59df8a04c275f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:001cd766f9c3cb4e5b97a013","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/properties","source_record_id":"aoa:aoa-techniques:artifact:18bc96e9868f1e17e0e9159c","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:451313f54ce385fca458a37f","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/$id","source_record_id":"aoa:aoa-techniques:artifact:18bc96e9868f1e17e0e9159c","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:720fc62a40ae3ece64725cfd","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:18bc96e9868f1e17e0e9159c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2647,28 +2491,6 @@ {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a415f792652158ef7c25d8b4","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/title","source_record_id":"aoa:aoa-techniques:artifact:18bc96e9868f1e17e0e9159c","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a5756cb4f9ced9544783827e","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/additionalProperties","source_record_id":"aoa:aoa-techniques:artifact:18bc96e9868f1e17e0e9159c","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aee81fb1b6b74c6798824439","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/required","source_record_id":"aoa:aoa-techniques:artifact:18bc96e9868f1e17e0e9159c","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ae15c341c9e16d3e0d8953de","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c19649a050d050bba04efe70","label":"receipt_name","locator":{"end_column":36,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:58851f154f2653905461e40b","label":"event_kind","locator":{"end_column":34,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:07bb5f10ae5cb65c4f354638","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c997469439cdbe7c69327c02","label":"required_payload_fields","locator":{"end_column":24,"end_line":4,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c0b0dfe149813f9b20746137","label":"extract_kind_counts","locator":{"end_column":23,"end_line":5,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:73c4124a18147eaa585305c9","label":"owner_layer_distribution","locator":{"end_column":28,"end_line":6,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:83e0a2294e0e94d0003afb1e","label":"accepted_candidate_refs","locator":{"end_column":27,"end_line":7,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e7d4504fca5ff65f4349874e","label":"deferred_or_dropped_refs","locator":{"end_column":28,"end_line":8,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:812331dde982c4e714ac29dc","label":"evidence_density_summary","locator":{"end_column":28,"end_line":9,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ba03470dfd256ab50e4427fb","label":"optional_payload_fields","locator":{"end_column":24,"end_line":10,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6b29d75c86d898a622d5e12d","label":"candidate_lineage_refs","locator":{"end_column":26,"end_line":11,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1cf87fafd9854dee78f08ac7","label":"candidate_lineage_entries","locator":{"end_column":29,"end_line":12,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:000485fe997176ba6163ca30","label":"automation_candidate_present","locator":{"end_column":32,"end_line":13,"fragment":"","pointer":"/optional_payload_fields/2","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:df0c1a76843c06d4ccde7227","label":"handoff_targets","locator":{"end_column":19,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/3","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2b3f967680d0ba73e4e6b43a","label":"chosen_next_artifact_refs","locator":{"end_column":29,"end_line":15,"fragment":"","pointer":"/optional_payload_fields/4","start_column":3,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:721bd7c9c7884f0a5eb36748","label":"rules","locator":{"end_column":6,"end_line":16,"fragment":"","pointer":"/rules","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c5341755c33c828dec219421","label":"summarize the completed HARVEST_PACKET instead of duplicating its full body","locator":{"end_column":79,"end_line":17,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dff6c0ccb2c5ce4d140b51fb","label":"keep counts descriptive and evidence-linked rather than proof-shaped","locator":{"end_column":72,"end_line":18,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:96f0e7dec9e59fee742594e6","label":"record only bounded candidate, lineage, or deferral refs, not raw session history","locator":{"end_column":85,"end_line":19,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9df68ff4488192a5f32fa40b","label":"candidate_lineage_entries may carry candidate_ref, cluster_ref, owner_hypothesis, owner_shape, nearest_wrong_target, status_posture, evidence_refs, supersedes, merged_into, and drop_reason","locator":{"end_column":192,"end_line":20,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:84728e113bd5ddf895dda6ab","label":"candidate_lineage_entries must not carry seed_ref or object_ref; Dionysus and the final owner repo own those identities","locator":{"end_column":123,"end_line":21,"fragment":"","pointer":"/rules/4","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/4","source_record_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:35582fd3576d4cd7a603a947","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:191ad0abb176c1ea9da5725b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aeb394e10818151f81165eef","label":"Skill Vs Command Boundary Checklist","locator":{"end_column":37,"end_line":1,"fragment":"skill-vs-command-boundary-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:skill-vs-command-boundary-checklist","source_record_id":"aoa:aoa-techniques:artifact:191ad0abb176c1ea9da5725b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:21fb041775366b802482f596","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:191c9d2a98c01eab39bfbac1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2781,8 +2603,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:71392140c8312529efdbb030","label":"Scenario","locator":{"end_column":11,"end_line":5,"fragment":"scenario","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:1a6a55dac727ba44504278d7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:93b927159b5ceb8c073f3ff4","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:flow","source_record_id":"aoa:aoa-techniques:artifact:1a6a55dac727ba44504278d7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ab5dba0bbadb7719499e4a93","label":"Why this stays bounded","locator":{"end_column":25,"end_line":17,"fragment":"why-this-stays-bounded","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-stays-bounded","source_record_id":"aoa:aoa-techniques:artifact:1a6a55dac727ba44504278d7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:692a44da6364bcb137656e4d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1a6ce3b916ace93f658c1d4c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7f90613e6b081e4c0dcd3b36","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1a6da3c4c87b99e8491ed6b0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a6b1e36a9bb825f326d7c5d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1a98078cacce08b047d4253f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:51cff9008e615da250107f90","label":"Adverse Effects Review","locator":{"end_column":24,"end_line":1,"fragment":"adverse-effects-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adverse-effects-review","source_record_id":"aoa:aoa-techniques:artifact:1a98078cacce08b047d4253f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d4513702ca2e0151a7f6a79a","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:1a98078cacce08b047d4253f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2793,17 +2613,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:05968a7ea2b92c07dccebfa9","label":"Detection signals","locator":{"end_column":20,"end_line":31,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:1a98078cacce08b047d4253f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:938515489b87a891a284ba92","label":"Mitigations","locator":{"end_column":14,"end_line":38,"fragment":"mitigations","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:1a98078cacce08b047d4253f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e77938d770997efc7f00373c","label":"Recommendation","locator":{"end_column":17,"end_line":45,"fragment":"recommendation","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:1a98078cacce08b047d4253f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:627c662361b82bdfbd5a87f4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a436485e55d15895d08e8c20","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d2ae356488edfb2fbca74285","label":"display_name","locator":{"end_column":35,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d728e494e188610c8a95490b","label":"short_description","locator":{"end_column":56,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9586f8432ba45dca40c1dc60","label":"default_prompt","locator":{"end_column":166,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a936781559d335f98fc6f0ef","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:140e2721291450c63089d467","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4988190b2c7d33feca44a7b9","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9fec8cebe489f422ca8bacff","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fd1ed0d1a9853f7cca297d7e","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:90d602076925f1dbc25023c2","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:40f24552880f04352b583aac","label":"Minimal local-first session index","locator":{"end_column":35,"end_line":1,"fragment":"minimal-local-first-session-index","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-local-first-session-index","source_record_id":"aoa:aoa-techniques:artifact:1acf1eaa6c1b0680033215c1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a5987e44cb53cbda345ee32c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1acf1eaa6c1b0680033215c1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:992cac1059bd001c475bab13","label":"External Import Review","locator":{"end_column":24,"end_line":1,"fragment":"external-import-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:external-import-review","source_record_id":"aoa:aoa-techniques:artifact:1ad3864abfff4fd72f6b2cc2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2826,14 +2635,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7a919a79d4af5800ad21930a","label":"Detection signals","locator":{"end_column":20,"end_line":26,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:1aff5de6da719f00a6b52451","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6196dbb7b5638c3175b913c3","label":"Mitigations","locator":{"end_column":14,"end_line":32,"fragment":"mitigations","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:1aff5de6da719f00a6b52451","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f1d10cd63c2bfbea1286bc3a","label":"Recommendation","locator":{"end_column":17,"end_line":38,"fragment":"recommendation","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:1aff5de6da719f00a6b52451","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:15a40ac016c396d54e040946","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:43e110274cba07d3bd0500f2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:92c2581fac2c1e38b2ab9ac7","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4465bf52dcd3f2ad86f2114e","label":"Why this skill fits","locator":{"end_column":22,"end_line":10,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b2ac6b74fa643ab21e8a9c5e","label":"Expected inputs","locator":{"end_column":18,"end_line":16,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0769e79bf9352ec18ac27122","label":"Expected outputs","locator":{"end_column":19,"end_line":24,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7ebcf25ee1e1288f3cac8734","label":"Boundary notes","locator":{"end_column":17,"end_line":37,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5f1343bd87af0594ba1fd8e3","label":"Verification notes","locator":{"end_column":21,"end_line":43,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:332f4d2a061c701c20efaf2d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1b51b9a4fa704c7421aee187","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:82dac3c7f59d363de1da6556","label":"Minimal Isolated Service Stop","locator":{"end_column":31,"end_line":1,"fragment":"minimal-isolated-service-stop","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-isolated-service-stop","source_record_id":"aoa:aoa-techniques:artifact:1b51b9a4fa704c7421aee187","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4ee32f0fa296f6d992327fbb","label":"Situation","locator":{"end_column":12,"end_line":5,"fragment":"situation","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:situation","source_record_id":"aoa:aoa-techniques:artifact:1b51b9a4fa704c7421aee187","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3041,30 +2842,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bef45af7982e9723a40c51d2","label":"Implementation Order Used","locator":{"end_column":28,"end_line":270,"fragment":"implementation-order-used","pointer":"","start_column":1,"start_line":270},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:implementation-order-used","source_record_id":"aoa:aoa-techniques:artifact:1d00f3183a26fa3258156678","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:96f200d1b044426f3bd8a7be","label":"Open Design Questions","locator":{"end_column":24,"end_line":288,"fragment":"open-design-questions","pointer":"","start_column":1,"start_line":288},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:open-design-questions","source_record_id":"aoa:aoa-techniques:artifact:1d00f3183a26fa3258156678","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b4bbc7dc84c79fbf37ff8c33","label":"Non-Negotiables For The Future Pass","locator":{"end_column":38,"end_line":302,"fragment":"non-negotiables-for-the-future-pass","pointer":"","start_column":1,"start_line":302},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:non-negotiables-for-the-future-pass","source_record_id":"aoa:aoa-techniques:artifact:1d00f3183a26fa3258156678","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:04c1174677c114085dc68cef","label":"receipt_name","locator":{"end_column":38,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5efbdce7ff66c835981c9aea","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:36dbd19555037994cba7b28a","label":"event_kind","locator":{"end_column":36,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2f6bdbc1357a7232908d3adb","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3d6347dd18628e06fae1a48a","label":"required_payload_fields","locator":{"end_column":24,"end_line":4,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f29cd239fa9c11907e197830","label":"skill_name","locator":{"end_column":14,"end_line":5,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:52dbcd3bcfa87329a6a34343","label":"result_kind","locator":{"end_column":15,"end_line":6,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:91ec0b8864887a264214a29b","label":"diagnosis_types","locator":{"end_column":19,"end_line":7,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9a66aad032cb07476cb83280","label":"symptom_refs","locator":{"end_column":16,"end_line":8,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c3e53fe34b30a666031b501b","label":"probable_cause_hypotheses","locator":{"end_column":29,"end_line":9,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c6253f174cb0ee2f99d02d27","label":"confidence_band","locator":{"end_column":19,"end_line":10,"fragment":"","pointer":"/required_payload_fields/5","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/5","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2801717f998f669020c387a1","label":"evidence_posture","locator":{"end_column":20,"end_line":11,"fragment":"","pointer":"/required_payload_fields/6","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/6","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:09a00f5c94503a63d9b9bac4","label":"owner_hints","locator":{"end_column":15,"end_line":12,"fragment":"","pointer":"/required_payload_fields/7","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/7","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7489e37992a2c85e0b636721","label":"optional_payload_fields","locator":{"end_column":24,"end_line":13,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7afd302dee7c86ca3688ef00","label":"route_ref","locator":{"end_column":13,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e4f1c528c88699397238e0ba","label":"blocked_automation_causes","locator":{"end_column":29,"end_line":15,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a71cffbcb36da2de31d9f034","label":"repair_handoff","locator":{"end_column":18,"end_line":16,"fragment":"","pointer":"/optional_payload_fields/2","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bff87191f23db4a24c602971","label":"unknowns","locator":{"end_column":12,"end_line":17,"fragment":"","pointer":"/optional_payload_fields/3","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4c7364cce5f2d25cb18441e2","label":"rules","locator":{"end_column":6,"end_line":18,"fragment":"","pointer":"/rules","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2fabe1e47c1b8d8c500de4d8","label":"set `skill_name` to `aoa-session-self-diagnose`","locator":{"end_column":51,"end_line":19,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0bcb118b343a1699ce5369db","label":"set `result_kind` to `diagnosis_packet`","locator":{"end_column":43,"end_line":20,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a9174905d2d8738ffcfca94","label":"keep probable causes probabilistic when evidence is thin","locator":{"end_column":60,"end_line":21,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:35345c5f13125c740ae88beb","label":"'`evidence_posture` must separate reviewed symptoms, reviewed inferences, provisional hints, contested evidence, stale evidence, and unknowns'","locator":{"end_column":146,"end_line":22,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:12f0d951cf41f167922e1d5b","label":"checkpoint, closeout, generated, or stale hints must not appear as settled diagnosis evidence","locator":{"end_column":97,"end_line":23,"fragment":"","pointer":"/rules/4","start_column":3,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/4","source_record_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3a92cf550cbb4276881c9c4f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1d3e9aa02ec1437e8e00eb66","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:da36ba2da5006de6c4a1282c","label":"Governance Technique Precedent","locator":{"end_column":32,"end_line":1,"fragment":"governance-technique-precedent","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:governance-technique-precedent","source_record_id":"aoa:aoa-techniques:artifact:1d3e9aa02ec1437e8e00eb66","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:67b353b1412cb31d34b8988d","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:1d3e9aa02ec1437e8e00eb66","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3082,13 +2859,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6fb8588b06338bcaefa291a8","label":"Detection signals","locator":{"end_column":20,"end_line":26,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:1d7350a9603840506726b710","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:afa8b3eff155a5aa58f28886","label":"Mitigations","locator":{"end_column":14,"end_line":31,"fragment":"mitigations","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:1d7350a9603840506726b710","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:36f57cf3bc55e90c9607ce6f","label":"Recommendation","locator":{"end_column":17,"end_line":36,"fragment":"recommendation","pointer":"","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:1d7350a9603840506726b710","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:017b59f8a5fdc694f4d0d16e","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/additionalProperties","source_record_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:12360fc673a3655cf21f1a97","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/properties","source_record_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:16700c92ece666135760a992","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/type","source_record_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5be980bf4843ab56f137fd35","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d2cbcb910a266d1214b3d943","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/$schema","source_record_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d9b7bf7a62709d8f5b242878","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/title","source_record_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e0dfb1534362faea366142a8","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/required","source_record_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:afbbf316a793168113b9e43e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e2bc173c1cc0204a33c4f3dc","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agentsmd","source_record_id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0875308edfa07a2b25c09fd2","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:applies-to","source_record_id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3097,12 +2867,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c0476c40c4e1039b82dc9492","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4e9851ca47f3767381759b44","label":"Validation","locator":{"end_column":13,"end_line":47,"fragment":"validation","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:da464a8fccd50484692f9d4f","label":"Closeout","locator":{"end_column":11,"end_line":65,"fragment":"closeout","pointer":"","start_column":1,"start_line":65},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout","source_record_id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:16e27d3f880108a2270124ee","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4fb31f538569150aa1227395","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bd16e71164cf585b44f86c33","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ec4a08ff2bf2c213ebd8f911","label":"When it applies","locator":{"end_column":18,"end_line":7,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:609ed92c94f26a1020f22414","label":"Review checklist","locator":{"end_column":19,"end_line":13,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:13ea2162333d986c8bd36b05","label":"Not a fit","locator":{"end_column":12,"end_line":21,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:77748376d04485fff420ee2d","label":"Canonical Readiness","locator":{"end_column":21,"end_line":1,"fragment":"canonical-readiness","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:canonical-readiness","source_record_id":"aoa:aoa-techniques:artifact:1ddc58e6cf7d2f297d306f7c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e622d5b323cfe6898da53a7e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:1ddc58e6cf7d2f297d306f7c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c099d9ac7377c87585934109","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:1ddc58e6cf7d2f297d306f7c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3457,22 +3221,8 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ee1fcc5a401a5573b142b75b","label":"5. Activate one narrow strict surface only","locator":{"end_column":45,"end_line":54,"fragment":"5-activate-one-narrow-strict-surface-only","pointer":"","start_column":1,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:5-activate-one-narrow-strict-surface-only","source_record_id":"aoa:aoa-techniques:artifact:2002924304ceb7f1e77f3b23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1c2e90f525e653640c6b1190","label":"6. Preserve diagnostics after strict failure","locator":{"end_column":47,"end_line":68,"fragment":"6-preserve-diagnostics-after-strict-failure","pointer":"","start_column":1,"start_line":68},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:6-preserve-diagnostics-after-strict-failure","source_record_id":"aoa:aoa-techniques:artifact:2002924304ceb7f1e77f3b23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3d1ed5b376024bb4180cc991","label":"Anti-drift rule","locator":{"end_column":18,"end_line":76,"fragment":"anti-drift-rule","pointer":"","start_column":1,"start_line":76},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:anti-drift-rule","source_record_id":"aoa:aoa-techniques:artifact:2002924304ceb7f1e77f3b23","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:822766081dc706c4a5596d8d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4b5819a4748b17254f20c722","label":"aoa-change-protocol","locator":{"end_column":21,"end_line":16,"fragment":"aoa-change-protocol","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-change-protocol","source_record_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:463c48c01189bdceb7ec73d2","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a2f0fd48769e626db5a0d89","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:80e3e92d6064e26618046075","label":"Inputs","locator":{"end_column":9,"end_line":32,"fragment":"inputs","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ad3beb499550a17b7217f23d","label":"Outputs","locator":{"end_column":10,"end_line":41,"fragment":"outputs","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4201a92d98f55150fc9998e6","label":"Procedure","locator":{"end_column":12,"end_line":48,"fragment":"procedure","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ce3367891a1e5200ccc13b55","label":"Contracts","locator":{"end_column":12,"end_line":59,"fragment":"contracts","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b271d17ec95cf866f0884488","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":68,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":68},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:66ea452a6a98a267ede56195","label":"Verification","locator":{"end_column":15,"end_line":77,"fragment":"verification","pointer":"","start_column":1,"start_line":77},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1213196701c283d5bc7b9e1d","label":"Technique traceability","locator":{"end_column":25,"end_line":85,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":85},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3e11f9cdd1beb22c5dc7e44d","label":"Adaptation points","locator":{"end_column":20,"end_line":90,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":90},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6c39a251db7fa6b3877d1219","label":"Stateless Single-Shot Agent Checklist","locator":{"end_column":39,"end_line":1,"fragment":"stateless-single-shot-agent-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stateless-single-shot-agent-checklist","source_record_id":"aoa:aoa-techniques:artifact:2025513516b5905193ae6cd9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e23496f55bf5af4224f48ed4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2025513516b5905193ae6cd9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4c0c5c4275db3c470bf7a29f","label":"No raw traces rule","locator":{"end_column":20,"end_line":1,"fragment":"no-raw-traces-rule","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:no-raw-traces-rule","source_record_id":"aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a8559b11d2bfba23b122d053","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5abce934a81d3838683ec0e3","label":"Technique Selection","locator":{"end_column":21,"end_line":1,"fragment":"technique-selection","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-selection","source_record_id":"aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f52b31200117cf58f657747e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:03091fe104289f4f303e3fbb","label":"readers AGENTS","locator":{"end_column":82,"end_line":4,"fragment":"","pointer":"","start_column":41,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technique-selection","target_ref":"../AGENTS.md#validation"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:41:0:../AGENTS.md#validation","source_record_id":"aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3978,12 +3728,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9358c93f5d43b7aa1bfa6784","label":"AOA-T-0066","locator":{"end_column":102,"end_line":299,"fragment":"","pointer":"","start_column":3,"start_line":299},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:history","target_ref":"../../../techniques/history/history-artifacts/transcript-replay-artifact/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:299:3:0:../../../techniques/history/history-artifacts/transcript-replay-artifact/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:105a8a9116420c38c545322c","label":"AOA-T-0067","locator":{"end_column":106,"end_line":300,"fragment":"","pointer":"","start_column":3,"start_line":300},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:history","target_ref":"../../../techniques/history/history-artifacts/transcript-linked-code-lineage/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:300:3:0:../../../techniques/history/history-artifacts/transcript-linked-code-lineage/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ea5783b6ab4f5f777ffd1145","label":"Current Catalog Audit","locator":{"end_column":24,"end_line":302,"fragment":"current-catalog-audit","pointer":"","start_column":1,"start_line":302},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:current-catalog-audit","source_record_id":"aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3f54ed16a4f39acc4dd101b9","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9226515b032099158c22fd8a","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0d85bf52c166f1fa7d70dd5a","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8a8e98884cad34cbedf4f5b1","label":"When it applies","locator":{"end_column":18,"end_line":8,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2652ecfffc73174b15150fc9","label":"Review checklist","locator":{"end_column":19,"end_line":16,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:60591ad87b9b42563e8e81b2","label":"Not a fit","locator":{"end_column":12,"end_line":31,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:462e9e2f4825c2289ed67d08","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:207d028a244119d51928639b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6ff1a7b71d5e823bd93218c2","label":"Recovery Practice Bridge","locator":{"end_column":26,"end_line":1,"fragment":"recovery-practice-bridge","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recovery-practice-bridge","source_record_id":"aoa:aoa-techniques:artifact:207d028a244119d51928639b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0b5e3ce9a41300affbdb0fff","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:207d028a244119d51928639b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4272,14 +4016,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:390c4996b227344787727d5c","label":"Activation state","locator":{"end_column":19,"end_line":10,"fragment":"activation-state","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:activation-state","source_record_id":"aoa:aoa-techniques:artifact:24c5f3398d058bb26c34e573","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bed03763ebf35bf4db7b1ea0","label":"What this shard tracks","locator":{"end_column":25,"end_line":19,"fragment":"what-this-shard-tracks","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:what-this-shard-tracks","source_record_id":"aoa:aoa-techniques:artifact:24c5f3398d058bb26c34e573","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a98c7cfce850d842b5ef6629","label":"Operating posture","locator":{"end_column":20,"end_line":35,"fragment":"operating-posture","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:operating-posture","source_record_id":"aoa:aoa-techniques:artifact:24c5f3398d058bb26c34e573","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8fb790cf8a9c45122b4f3cc6","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9a47b4c355ea23788b854a07","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2aeef47bfdc406ef50ae560b","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6bcffbf83d888aa29bcefeda","label":"Why this skill fits","locator":{"end_column":22,"end_line":9,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c1d1b8ed634715634b507b12","label":"Expected inputs","locator":{"end_column":18,"end_line":16,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:394a51a47d8838148e5a2119","label":"Expected outputs","locator":{"end_column":19,"end_line":24,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3d9ca9e9de72ffbc76838e7e","label":"Boundary notes","locator":{"end_column":17,"end_line":32,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a79120958e008991959fcab1","label":"Verification notes","locator":{"end_column":21,"end_line":41,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2c234357d93af3aa108a0e07","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:24f952fceed043566fc03f8b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f65b2caacba5be3791b1fade","label":"Review-Evidence Direct-Read Migration Review","locator":{"end_column":46,"end_line":1,"fragment":"review-evidence-direct-read-migration-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-evidence-direct-read-migration-review","source_record_id":"aoa:aoa-techniques:artifact:24f952fceed043566fc03f8b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:315b43ef247a0d8365f3db57","label":"Technique Reform Ingress","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"","start_column":1,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:review-evidence-direct-read-migration-review","target_ref":"../README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:1:0:../README.md","source_record_id":"aoa:aoa-techniques:artifact:24f952fceed043566fc03f8b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4646,7 +4382,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3fb25ba099806ae457fad7de","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decision","source_record_id":"aoa:aoa-techniques:artifact:29fadf3816529f045ee4b961","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:474385ba3b469745e2e2772f","label":"Consequences","locator":{"end_column":15,"end_line":52,"fragment":"consequences","pointer":"","start_column":1,"start_line":52},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:consequences","source_record_id":"aoa:aoa-techniques:artifact:29fadf3816529f045ee4b961","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:083f579a733a8ee7f6ab0e0c","label":"Verification","locator":{"end_column":15,"end_line":65,"fragment":"verification","pointer":"","start_column":1,"start_line":65},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:29fadf3816529f045ee4b961","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6eda777f8251f2c549f2f886","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2a1c9fd8cf4ca8d810044304","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a591c2003c96c381d0865a31","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2a3d50858d47e6b718f53cc4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fef37de8e39c59ca3d650e8a","label":"Minimal single-missing-evidence request","locator":{"end_column":41,"end_line":1,"fragment":"minimal-single-missing-evidence-request","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-single-missing-evidence-request","source_record_id":"aoa:aoa-techniques:artifact:2a3d50858d47e6b718f53cc4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fef88c03c0bd2ffd010a2904","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2a642426970f2a18a85178cf","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4698,22 +4433,6 @@ {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b6140771cf4ec911e63b096e","label":"test_prompt_without_done_or_handoff_is_rejected","locator":{"end_column":69,"end_line":126,"fragment":"","pointer":"","start_column":5,"start_line":102},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_prompt_without_done_or_handoff_is_rejected","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_prompt_without_done_or_handoff_is_rejected","target_ref":"python:prompt.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_prompt_without_done_or_handoff_is_rejected","target_ref":"python:prompt.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_prompt_without_done_or_handoff_is_rejected","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_prompt_without_done_or_handoff_is_rejected","target_ref":"python:self.assertNotEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_prompt_without_done_or_handoff_is_rejected","target_ref":"python:self.run_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_prompt_without_done_or_handoff_is_rejected","target_ref":"python:shutil.copytree"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_prompt_without_done_or_handoff_is_rejected","target_ref":"python:shutil.ignore_patterns"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_prompt_without_done_or_handoff_is_rejected","target_ref":"python:temp_spark_root.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_prompt_without_done_or_handoff_is_rejected","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_prompt_without_done_or_handoff_is_rejected","target_ref":"python:write_validation_lanes_stub"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"SparkLaneTestCase.test_prompt_without_done_or_handoff_is_rejected","semantic_key":"python:method:SparkLaneTestCase.test_prompt_without_done_or_handoff_is_rejected","source_record_id":"aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ddb7517f4ce346795d1ff900","label":"test_templates_have_done_or_handoff_shape","locator":{"end_column":91,"end_line":134,"fragment":"","pointer":"","start_column":5,"start_line":128},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_templates_have_done_or_handoff_shape","target_ref":"python:handoff_template.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_templates_have_done_or_handoff_shape","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_templates_have_done_or_handoff_shape","target_ref":"python:result_template.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_templates_have_done_or_handoff_shape","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SparkLaneTestCase.test_templates_have_done_or_handoff_shape","target_ref":"python:self.assertIn"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"SparkLaneTestCase.test_templates_have_done_or_handoff_shape","semantic_key":"python:method:SparkLaneTestCase.test_templates_have_done_or_handoff_shape","source_record_id":"aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4c1199b4f0ce4d0b0c09ec89","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2b4945591edfeaa4cf4d3f15","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:69755c426b6e4dd041959645","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aff9c7d601c0fe33040ecbc5","label":"Stats Event Envelope","locator":{"end_column":22,"end_line":1,"fragment":"stats-event-envelope","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stats-event-envelope","source_record_id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a45faeae6f27e8b004d7c408","label":"Required fields","locator":{"end_column":18,"end_line":12,"fragment":"required-fields","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:required-fields","source_record_id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:31ff1aacbd3bd54c3c255b95","label":"Optional fields","locator":{"end_column":18,"end_line":24,"fragment":"optional-fields","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:optional-fields","source_record_id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e7fe9b18bf60bb08afc0b42b","label":"Rules","locator":{"end_column":8,"end_line":31,"fragment":"rules","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rules","source_record_id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:95d61df6eadeb973aa7ba8dd","label":"Family Shape Around `aoa-session-donor-harvest`","locator":{"end_column":49,"end_line":1,"fragment":"family-shape-around-aoa-session-donor-harvest","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:family-shape-around-aoa-session-donor-harvest","source_record_id":"aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bddc83db6ae7871e9ad78e45","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:033f78f18fc08b846b144ac0","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/type","source_record_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2d88b356c2e18d421cee811b","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/$schema","source_record_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:58e834c2fbd791670d8929cd","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/title","source_record_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8480123cec12591cb62a06c3","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/$id","source_record_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a6bca21ff480e1e6367da9bd","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:affb1f2846e7ceffc052ca4a","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/properties","source_record_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cc38a527a10d488420e5e662","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/additionalProperties","source_record_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cc76f3ae02a43b59571752fe","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/required","source_record_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fdcc42eac872fd2d3240697d","label":"allOf","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/allOf","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/allOf","source_record_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:66a80e4be71018e2727a452c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2bf761cf21e5b4d6e862bd33","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f4ca6eb327968a90377b778a","label":"schema_version","locator":{"end_column":17,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/schema_version","source_record_id":"aoa:aoa-techniques:artifact:2bf761cf21e5b4d6e862bd33","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:02aa24009f46cfa39059a6b6","label":"axis_name","locator":{"end_column":27,"end_line":2,"fragment":"","pointer":"/axis_name","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/axis_name","source_record_id":"aoa:aoa-techniques:artifact:2bf761cf21e5b4d6e862bd33","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -5110,18 +4829,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f42ba04c0937477e3ecd0110","label":"Future evolution","locator":{"end_column":19,"end_line":199,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":199},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:2cb5af8a68242b1e3c187f3f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:65c0cb2f1296365767bc5201","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2ccf5f5cf945fc7d5b551741","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c8d9b039990a2bc6aafc1907","label":"episode-bounded-agent-loop checklist","locator":{"end_column":38,"end_line":1,"fragment":"episode-bounded-agent-loop-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:episode-bounded-agent-loop-checklist","source_record_id":"aoa:aoa-techniques:artifact:2ccf5f5cf945fc7d5b551741","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:04a807a1f7901a1c9da73657","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e0773684182df5087f9961a3","label":"aoa-summon","locator":{"end_column":12,"end_line":16,"fragment":"aoa-summon","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-summon","source_record_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:41f69be9984851095dd487bd","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e4050837abaa9782ca8b3a3c","label":"Trigger boundary","locator":{"end_column":19,"end_line":27,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6e82aa530147d27d23ecfa7c","label":"Inputs","locator":{"end_column":9,"end_line":47,"fragment":"inputs","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2471191d475765a2b1bf1140","label":"Outputs","locator":{"end_column":10,"end_line":57,"fragment":"outputs","pointer":"","start_column":1,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e0f20e2b8d858bc60857d392","label":"Procedure","locator":{"end_column":12,"end_line":69,"fragment":"procedure","pointer":"","start_column":1,"start_line":69},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1b33ad5decfdc228c6f2db1a","label":"Contracts","locator":{"end_column":12,"end_line":97,"fragment":"contracts","pointer":"","start_column":1,"start_line":97},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cf97d5cd8446fa3c53f8388c","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":122,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":122},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:049b3888b23f7b1a96e17351","label":"Verification","locator":{"end_column":15,"end_line":132,"fragment":"verification","pointer":"","start_column":1,"start_line":132},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:148088579354016777333f4e","label":"Technique traceability","locator":{"end_column":25,"end_line":153,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":153},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:95f98e96a4d05032521d4ddc","label":"Adaptation points","locator":{"end_column":20,"end_line":160,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":160},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:54f71638aa206fddf12b1f68","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2cfa23f4afaa2e91dfe3cec2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d6901e28f779cceec91d5c5c","label":"Canonical Readiness","locator":{"end_column":21,"end_line":1,"fragment":"canonical-readiness","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:canonical-readiness","source_record_id":"aoa:aoa-techniques:artifact:2cfa23f4afaa2e91dfe3cec2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b76de27b643e02031c6cdf04","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:2cfa23f4afaa2e91dfe3cec2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -5131,18 +4838,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1379b24005d4525c8378532a","label":"Fresh public-safety check","locator":{"end_column":28,"end_line":22,"fragment":"fresh-public-safety-check","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fresh-public-safety-check","source_record_id":"aoa:aoa-techniques:artifact:2cfa23f4afaa2e91dfe3cec2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fcd2de7fd8b31a1a0e69e612","label":"Remaining gaps","locator":{"end_column":17,"end_line":27,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:2cfa23f4afaa2e91dfe3cec2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7c542c1f98136c211249a6d8","label":"Recommendation","locator":{"end_column":17,"end_line":33,"fragment":"recommendation","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:2cfa23f4afaa2e91dfe3cec2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0766969695a59702ee0e8b47","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a325c5c908f58daa33c72400","label":"aoa-session-self-repair","locator":{"end_column":25,"end_line":16,"fragment":"aoa-session-self-repair","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-session-self-repair","source_record_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8958bdf3cf9e0e0d41c3bc38","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:776536bdab307c100d69ac79","label":"Trigger boundary","locator":{"end_column":19,"end_line":26,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8e5da45fd32b2610fce7558d","label":"Inputs","locator":{"end_column":9,"end_line":42,"fragment":"inputs","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ea04b964b356e840f417fa83","label":"Outputs","locator":{"end_column":10,"end_line":51,"fragment":"outputs","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:436144d52ddddf2e2018f687","label":"Procedure","locator":{"end_column":12,"end_line":63,"fragment":"procedure","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5e2147526997567c53b76ff2","label":"Contracts","locator":{"end_column":12,"end_line":78,"fragment":"contracts","pointer":"","start_column":1,"start_line":78},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:33462c187a16a61ace7e5f33","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":92,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":92},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f74b03fc6678011a14ca8996","label":"Verification","locator":{"end_column":15,"end_line":101,"fragment":"verification","pointer":"","start_column":1,"start_line":101},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:622498c459568a29acb8a894","label":"Technique traceability","locator":{"end_column":25,"end_line":112,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":112},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5e37f4dc155bc1b5c150ccec","label":"Adaptation points","locator":{"end_column":20,"end_line":117,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":117},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c63f0900852087a3386b25c0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2d17986cd1d443e66dc5bd7b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d307f642b14655bc130c9c26","label":"External Origin Note","locator":{"end_column":22,"end_line":1,"fragment":"external-origin-note","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:external-origin-note","source_record_id":"aoa:aoa-techniques:artifact:2d17986cd1d443e66dc5bd7b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2d300ca765ac347e68e43d9a","label":"Source","locator":{"end_column":9,"end_line":6,"fragment":"source","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source","source_record_id":"aoa:aoa-techniques:artifact:2d17986cd1d443e66dc5bd7b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -5160,29 +4855,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:976065b28606a70b414b71eb","label":"Recommendation","locator":{"end_column":17,"end_line":63,"fragment":"recommendation","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:2d22b8c8148327f2a70f1990","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:48a66bf6a15eb2aeb8544049","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2d4324af86755a673c1fded3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:78d1509f484f3a48269a570d","label":"Spark Result","locator":{"end_column":14,"end_line":1,"fragment":"spark-result","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:spark-result","source_record_id":"aoa:aoa-techniques:artifact:2d4324af86755a673c1fded3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9d0da0d219675a21d2862ce8","label":"receipt_name","locator":{"end_column":44,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d4489ab3d4e1629a2bb89686","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a532ecbf4210b993823a72e9","label":"event_kind","locator":{"end_column":42,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0f0b6d16ad5adfb47cf025b6","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0d2767bcc957c08202b5c3e2","label":"kernel_id","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"/kernel_id","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/kernel_id","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4c332caa56afd036fcc8e24c","label":"skill_name","locator":{"end_column":43,"end_line":5,"fragment":"","pointer":"/skill_name","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/skill_name","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:db8caa5af8345a9b0e3fef63","label":"required_payload_fields","locator":{"end_column":24,"end_line":6,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:00a63628e88b6680e7fcdd0d","label":"kernel_id","locator":{"end_column":13,"end_line":7,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b03b82f0124605cc10035bef","label":"skill_name","locator":{"end_column":14,"end_line":8,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:89ed964d53a9378ede139494","label":"application_stage","locator":{"end_column":21,"end_line":9,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6091f4f09f2933f0d99f1af7","label":"detail_event_kind","locator":{"end_column":21,"end_line":10,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1bcdb7cc6015fb02ce817a6e","label":"detail_receipt_ref","locator":{"end_column":22,"end_line":11,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:05b1101232b2171ba32d41c2","label":"optional_payload_fields","locator":{"end_column":24,"end_line":12,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:db54d53fff50738ce44485e2","label":"route_ref","locator":{"end_column":13,"end_line":13,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7ebfb1272e910eb742bbdc39","label":"surface_detection_context","locator":{"end_column":29,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:307b494397f0115cdb862a6f","label":"rules","locator":{"end_column":6,"end_line":15,"fragment":"","pointer":"/rules","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fce8c67fdd709d1dce760822","label":"`application_stage` must equal `finish`","locator":{"end_column":43,"end_line":16,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e70b9ae10dcca36498fb67ae","label":"`kernel_id` must equal `project-core-session-growth-v1`","locator":{"end_column":59,"end_line":17,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:45466a0fa2142d40c033124d","label":"`skill_name` must equal `aoa-automation-opportunity-scan`","locator":{"end_column":61,"end_line":18,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7628b3b2c686809d9d45eb07","label":"`detail_event_kind` must equal `automation_candidate_receipt`","locator":{"end_column":65,"end_line":19,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:21f17fdd57647a8de3007555","label":"`detail_receipt_ref` must point to the bounded finish receipt for the same completed run","locator":{"end_column":92,"end_line":20,"fragment":"","pointer":"/rules/4","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/4","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:42317ede50f52c9089ebd551","label":"include `route_ref` only when the detail receipt already names it honestly","locator":{"end_column":78,"end_line":21,"fragment":"","pointer":"/rules/5","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/5","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:061cd29d08ddd5a76e4617e6","label":"if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth; it must not claim non-skill activation","locator":{"end_column":175,"end_line":22,"fragment":"","pointer":"/rules/6","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/6","source_record_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8450115d72082900c1e5b532","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2d7b5fcb07d26e217bf7c471","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b8a250594070399653992a8d","label":"Canonical Readiness","locator":{"end_column":21,"end_line":1,"fragment":"canonical-readiness","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:canonical-readiness","source_record_id":"aoa:aoa-techniques:artifact:2d7b5fcb07d26e217bf7c471","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4b5cdaf2478b2e0c59262278","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:2d7b5fcb07d26e217bf7c471","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -5201,18 +4873,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f04783d4be1bf499a84e3a9a","label":"Alternatives","locator":{"end_column":15,"end_line":40,"fragment":"alternatives","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:alternatives","source_record_id":"aoa:aoa-techniques:artifact:2d91002001af478a6259135d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:83c45d423effee22605c3941","label":"Consequences","locator":{"end_column":15,"end_line":52,"fragment":"consequences","pointer":"","start_column":1,"start_line":52},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:consequences","source_record_id":"aoa:aoa-techniques:artifact:2d91002001af478a6259135d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dd066e79047e95397092009e","label":"Verification","locator":{"end_column":15,"end_line":66,"fragment":"verification","pointer":"","start_column":1,"start_line":66},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:2d91002001af478a6259135d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3b2f31fba5c75d1bacff69ef","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:92bb6f74e15be12898e033ec","label":"aoa-session-progression-lift","locator":{"end_column":30,"end_line":16,"fragment":"aoa-session-progression-lift","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-session-progression-lift","source_record_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:243c888bcf2fbf52fc945ee0","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4939d95e6399d69562717a96","label":"Trigger boundary","locator":{"end_column":19,"end_line":26,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:da869e89873dcefa047a6274","label":"Inputs","locator":{"end_column":9,"end_line":48,"fragment":"inputs","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:830ac690a1ecfc74a64fd965","label":"Outputs","locator":{"end_column":10,"end_line":58,"fragment":"outputs","pointer":"","start_column":1,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2ba7c2dc9d93e5e17296c38c","label":"Procedure","locator":{"end_column":12,"end_line":74,"fragment":"procedure","pointer":"","start_column":1,"start_line":74},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5d0886f73ee32cb96ea4bac4","label":"Contracts","locator":{"end_column":12,"end_line":106,"fragment":"contracts","pointer":"","start_column":1,"start_line":106},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9e7ba690fb4bbdb4232fad2a","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":122,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":122},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6cd8fb47b3489b2b90278868","label":"Verification","locator":{"end_column":15,"end_line":135,"fragment":"verification","pointer":"","start_column":1,"start_line":135},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e342355c8da19dd9049b67c3","label":"Technique traceability","locator":{"end_column":25,"end_line":148,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":148},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fb8e2d16ea86a6634724d3be","label":"Adaptation points","locator":{"end_column":20,"end_line":153,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":153},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dc93511bc6d52ccb2f727174","label":"Derived Projection Anchors","locator":{"end_column":28,"end_line":1,"fragment":"derived-projection-anchors","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:derived-projection-anchors","source_record_id":"aoa:aoa-techniques:artifact:2da7fee81d15fb0159639ca2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f03a5c8a5d1739fa0ad05200","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2da7fee81d15fb0159639ca2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:60c10164a0969e99244f8bd9","label":"Anchor Map","locator":{"end_column":13,"end_line":10,"fragment":"anchor-map","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:anchor-map","source_record_id":"aoa:aoa-techniques:artifact:2da7fee81d15fb0159639ca2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -6202,12 +5862,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6d58fa216c6e1c632722fd9f","label":"Migration Blast Radius","locator":{"end_column":25,"end_line":122,"fragment":"migration-blast-radius","pointer":"","start_column":1,"start_line":122},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:migration-blast-radius","source_record_id":"aoa:aoa-techniques:artifact:2e01bd1a08f270365a53064e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2bfd3980420d449b3806073c","label":"Stop Lines","locator":{"end_column":13,"end_line":140,"fragment":"stop-lines","pointer":"","start_column":1,"start_line":140},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stop-lines","source_record_id":"aoa:aoa-techniques:artifact:2e01bd1a08f270365a53064e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:750fe738db95086e08abcb0d","label":"Next Honest Move","locator":{"end_column":19,"end_line":152,"fragment":"next-honest-move","pointer":"","start_column":1,"start_line":152},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:next-honest-move","source_record_id":"aoa:aoa-techniques:artifact:2e01bd1a08f270365a53064e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:239b4dcb1a7cd0a15a51b87a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a3f0c79ff4601aba6e7081cc","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5d7d53510b6b128440f28e78","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:063bdef569002cacc6c3f182","label":"When it applies","locator":{"end_column":18,"end_line":7,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1ff74df73434b870f3240124","label":"Review checklist","locator":{"end_column":19,"end_line":13,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:511d38386ebd2963a2bc07c0","label":"Not a fit","locator":{"end_column":12,"end_line":21,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6ed6f343c3f37e1bacff56c5","label":"Second Context Adaptation","locator":{"end_column":27,"end_line":1,"fragment":"second-context-adaptation","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:second-context-adaptation","source_record_id":"aoa:aoa-techniques:artifact:2e9afa7ac254b40d3d8a3a91","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b197402282325a216cf433eb","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:2e9afa7ac254b40d3d8a3a91","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7bbc4cd070fc000ca077a356","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:2e9afa7ac254b40d3d8a3a91","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -6338,11 +5992,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c01dd8f4accb88b1836c11ac","label":"What Did Not Change","locator":{"end_column":22,"end_line":175,"fragment":"what-did-not-change","pointer":"","start_column":1,"start_line":175},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:what-did-not-change","source_record_id":"aoa:aoa-techniques:artifact:302bfdd03b2d5e324a5c69c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bd817458dc63dab8c6a16503","label":"Public-Safety Read","locator":{"end_column":21,"end_line":186,"fragment":"public-safety-read","pointer":"","start_column":1,"start_line":186},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:public-safety-read","source_record_id":"aoa:aoa-techniques:artifact:302bfdd03b2d5e324a5c69c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4ac18b1f04d06e8f4243757c","label":"Next Honest Move","locator":{"end_column":19,"end_line":194,"fragment":"next-honest-move","pointer":"","start_column":1,"start_line":194},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:next-honest-move","source_record_id":"aoa:aoa-techniques:artifact:302bfdd03b2d5e324a5c69c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0d1846cf2586a6e0fe69cf2a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a513cd3f3fe0590b1c9b175e","label":"Stats Event Envelope","locator":{"end_column":22,"end_line":1,"fragment":"stats-event-envelope","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stats-event-envelope","source_record_id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f67a75d1c77fd345edbdbf74","label":"Required fields","locator":{"end_column":18,"end_line":12,"fragment":"required-fields","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:required-fields","source_record_id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f6aecaa526bf7a272707e53c","label":"Optional fields","locator":{"end_column":18,"end_line":24,"fragment":"optional-fields","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:optional-fields","source_record_id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:281ddfd66b6404ae7a6b8c69","label":"Rules","locator":{"end_column":8,"end_line":31,"fragment":"rules","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rules","source_record_id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:239b0cafa33bcf86998a07c0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:306109b542eff7632f136b0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:da10389dfeb5abe744c2b32f","label":"Kind Ambiguity Audit","locator":{"end_column":22,"end_line":1,"fragment":"kind-ambiguity-audit","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:kind-ambiguity-audit","source_record_id":"aoa:aoa-techniques:artifact:306109b542eff7632f136b0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:62cdd9b1d91958e19d3c8a03","label":"reports AGENTS","locator":{"end_column":79,"end_line":4,"fragment":"","pointer":"","start_column":41,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:kind-ambiguity-audit","target_ref":"AGENTS.md#validation"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:41:0:AGENTS.md#validation","source_record_id":"aoa:aoa-techniques:artifact:306109b542eff7632f136b0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -6381,25 +6030,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fe3010de8a0f4eaf75c159aa","label":"AOA-T-0060","locator":{"end_column":122,"end_line":61,"fragment":"","pointer":"","start_column":3,"start_line":61},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:handoff-vs-workflow","target_ref":"../../../../../techniques/continuity/handoff-continuation/session-opening-ritual-before-work/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:61:3:0:../../../../../techniques/continuity/handoff-continuation/session-opening-ritual-before-work/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:306109b542eff7632f136b0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f2498bef904a2312a5518b5e","label":"AOA-T-0061","locator":{"end_column":121,"end_line":62,"fragment":"","pointer":"","start_column":3,"start_line":62},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:handoff-vs-workflow","target_ref":"../../../../../techniques/continuity/handoff-continuation/cross-repo-resource-map-bootstrap/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:62:3:0:../../../../../techniques/continuity/handoff-continuation/cross-repo-resource-map-bootstrap/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:306109b542eff7632f136b0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d72579c1c15548ef70e87d9e","label":"Boundaries","locator":{"end_column":13,"end_line":64,"fragment":"boundaries","pointer":"","start_column":1,"start_line":64},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:306109b542eff7632f136b0e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1bccc17ccf262492993bda9b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3182d66b68f6396b5c53f86d","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:31c562a80a26708efe3276ed","label":"display_name","locator":{"end_column":44,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d40d5fb423caf6713bff5b6b","label":"short_description","locator":{"end_column":54,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:62c41e299e31d6a7f93f9d09","label":"default_prompt","locator":{"end_column":176,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f3e61a44093dbfc32fb30c3d","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8cbef48258419181b6f3b071","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a42ea03af3f05f9afb38118d","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b5782a86cc5188f8cd5f876e","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a39dd402ec7bc0f276ea8253","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a4104ebaf4a781dbf258ba48","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bb40d082c98289c9095ecba6","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c69ff88c69391d705b9fcf15","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3e64b9b02253ff7a2ad1397b","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:66179d5c3b1b1b3ad60c4e6b","label":"Why this skill fits","locator":{"end_column":22,"end_line":7,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4ce3d6dfa821e26795590d11","label":"Expected inputs","locator":{"end_column":18,"end_line":11,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:74a830442e6156ed155d24fa","label":"Expected outputs","locator":{"end_column":19,"end_line":18,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1d564319ad7874fdb6281577","label":"Boundary notes","locator":{"end_column":17,"end_line":24,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cdd155b3da7d057004644594","label":"Verification notes","locator":{"end_column":21,"end_line":30,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9c9f5b1c76bed5272d350894","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agentsmd","source_record_id":"aoa:aoa-techniques:artifact:30bc9b7a1a2970e45e814b8d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c890315e91a4b02ac157dac7","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:30bc9b7a1a2970e45e814b8d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3c291639892e4510b901b343","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:applies-to","source_record_id":"aoa:aoa-techniques:artifact:30bc9b7a1a2970e45e814b8d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -6421,14 +6051,6 @@ {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:11cd442994d62b46e6882a13","label":"test_review_sources_point_to_current_paths_but_keep_pilot_accounting","locator":{"end_column":48,"end_line":161,"fragment":"","pointer":"","start_column":5,"start_line":146},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:InstructionSurfaceTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:InstructionSurfaceTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:InstructionSurfaceTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:InstructionSurfaceTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"InstructionSurfaceTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","semantic_key":"python:method:InstructionSurfaceTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","source_record_id":"aoa:aoa-techniques:artifact:30beb9906bb62b4db5c4db13","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:73fc7237741027de01ea403b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:30efe099755fefdc9583cea2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7f0b60beca75ef2f8d345112","label":"minimal checkpoint-bound-self-repair","locator":{"end_column":38,"end_line":1,"fragment":"minimal-checkpoint-bound-self-repair","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-checkpoint-bound-self-repair","source_record_id":"aoa:aoa-techniques:artifact:30efe099755fefdc9583cea2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8450e468d7bbfc9cfd4526f8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8482747a72dd7b032c1affb5","label":"Example","locator":{"end_column":9,"end_line":1,"fragment":"example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:example","source_record_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d90b360b8f2e5a99e844fecf","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a846ab25e81f3df2d8064874","label":"Why this skill fits","locator":{"end_column":22,"end_line":7,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:029cd932f20e5d0795a66780","label":"Expected inputs","locator":{"end_column":18,"end_line":13,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6f6d58a9c190b9ec9e4caee4","label":"Expected outputs","locator":{"end_column":19,"end_line":20,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fbe202005951a15835647822","label":"Boundary notes","locator":{"end_column":17,"end_line":26,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b3d0dd3b93994e16aa013664","label":"Verification notes","locator":{"end_column":21,"end_line":32,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dbc9a338828d881346ca8692","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:314954ac1748b9101fead3f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fc450d57a2dc215b8ae5c3a4","label":"Canonical Readiness","locator":{"end_column":21,"end_line":1,"fragment":"canonical-readiness","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:canonical-readiness","source_record_id":"aoa:aoa-techniques:artifact:314954ac1748b9101fead3f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:96e2038ee2239e2e1a796d20","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:314954ac1748b9101fead3f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -6984,28 +6606,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:82ae7ec044e1195b11ca2117","label":"Checks","locator":{"end_column":9,"end_line":243,"fragment":"checks","pointer":"","start_column":1,"start_line":243},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checks","source_record_id":"aoa:aoa-techniques:artifact:332ea68de8fa28c783d9a17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e6adc4fdeafcc07333b65ebe","label":"Promotion history","locator":{"end_column":20,"end_line":247,"fragment":"promotion-history","pointer":"","start_column":1,"start_line":247},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-history","source_record_id":"aoa:aoa-techniques:artifact:332ea68de8fa28c783d9a17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:789791b0a55c8baaf456d33e","label":"Future evolution","locator":{"end_column":19,"end_line":257,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":257},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:332ea68de8fa28c783d9a17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9c99f866699785bae53f44f0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e2e8b85b504c42e1373383d9","label":"receipt_name","locator":{"end_column":34,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0411b8eee2b0d5c44000b338","label":"event_kind","locator":{"end_column":32,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e336661260621438a4b80c91","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:65768d58891dd53f8d2265b5","label":"required_payload_fields","locator":{"end_column":24,"end_line":4,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1b30f977b88fe504bd81e1aa","label":"repair_cycle_state","locator":{"end_column":22,"end_line":5,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7b2a6100481bc85c0e6e51b5","label":"execution_posture","locator":{"end_column":21,"end_line":6,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:13ebc6235632f43a483c755b","label":"linked_diagnosis_refs","locator":{"end_column":25,"end_line":7,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8fb5c062f25228db48a44356","label":"action_family","locator":{"end_column":17,"end_line":8,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1866636a52f80096d7581615","label":"approval_posture","locator":{"end_column":20,"end_line":9,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:45184779f80980a72e513ae8","label":"rollback_marker","locator":{"end_column":19,"end_line":10,"fragment":"","pointer":"/required_payload_fields/5","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/5","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:49d32195c7cd247e4beae813","label":"health_check_refs","locator":{"end_column":21,"end_line":11,"fragment":"","pointer":"/required_payload_fields/6","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/6","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:737947d0955909add069c82a","label":"optional_payload_fields","locator":{"end_column":24,"end_line":12,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8b8a05be2915643805863536","label":"resolution_status","locator":{"end_column":21,"end_line":13,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:173deca078545b47fc0ab334","label":"escalation_route","locator":{"end_column":20,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:53740d6d85a4bb6a600c71e4","label":"iteration_limit","locator":{"end_column":19,"end_line":15,"fragment":"","pointer":"/optional_payload_fields/2","start_column":3,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aab652717dfc5c6baa04d08b","label":"rules","locator":{"end_column":6,"end_line":16,"fragment":"","pointer":"/rules","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:40a1c6507111420713730617","label":"keep the receipt smaller than the REPAIR_PACKET itself","locator":{"end_column":58,"end_line":17,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:37f011f025fd59cdf66a2f7e","label":"distinguish prepared, executing, verified, blocked, and handoff_required states","locator":{"end_column":83,"end_line":18,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b27ed931af4b365e3fae0ee8","label":"do not describe a prepared packet as executed or verified unless validation evidence exists","locator":{"end_column":95,"end_line":19,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5c3c30d7518450c9547397b4","label":"make checkpoint posture explicit without granting silent mutation authority","locator":{"end_column":79,"end_line":20,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d5f0d68512e6481634a895e5","label":"reopen or correction should arrive through a new receipt, not silent overwrite","locator":{"end_column":82,"end_line":21,"fragment":"","pointer":"/rules/4","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/4","source_record_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ae1adb0c57c9b0d09d25e1ae","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:339c4cd09bf4a9cb40880968","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b32b25b064feac352e7e5c5e","label":"Second Context Adaptation","locator":{"end_column":27,"end_line":1,"fragment":"second-context-adaptation","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:second-context-adaptation","source_record_id":"aoa:aoa-techniques:artifact:339c4cd09bf4a9cb40880968","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8e78c58fe03800ad4f51449f","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:339c4cd09bf4a9cb40880968","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -7172,7 +6772,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4d284c321edf90b75a53fde9","label":"Decision","locator":{"end_column":11,"end_line":27,"fragment":"decision","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decision","source_record_id":"aoa:aoa-techniques:artifact:351454b54fbbcc270019a868","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c9d129417b8fee7d107c9db5","label":"Consequences","locator":{"end_column":15,"end_line":43,"fragment":"consequences","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:consequences","source_record_id":"aoa:aoa-techniques:artifact:351454b54fbbcc270019a868","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:145db71df60500555f54db18","label":"Verification","locator":{"end_column":15,"end_line":50,"fragment":"verification","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:351454b54fbbcc270019a868","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:33dacadb439212fe273f5d11","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:3557634eec6bdb53d6d4db40","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:3570302f879fbf8bebc76db7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:88756eec052ba73ed2b5bb89","label":"Validator Owner Modules","locator":{"end_column":25,"end_line":1,"fragment":"validator-owner-modules","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validator-owner-modules","source_record_id":"aoa:aoa-techniques:artifact:3570302f879fbf8bebc76db7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5bbbe2a8b4f4f2149fb88265","label":"Index Metadata","locator":{"end_column":17,"end_line":6,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:index-metadata","source_record_id":"aoa:aoa-techniques:artifact:3570302f879fbf8bebc76db7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -7220,12 +6819,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c9b0d2ad53a2ea61c4c0a35f","label":"legacy","locator":{"end_column":62,"end_line":89,"fragment":"","pointer":"","start_column":36,"start_line":89},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:historical-provenance","target_ref":"legacy/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:89:36:0:legacy/README.md","source_record_id":"aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0c05cf96cbc97c84b5fadf6e","label":"Owner boundary","locator":{"end_column":17,"end_line":92,"fragment":"owner-boundary","pointer":"","start_column":1,"start_line":92},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:owner-boundary","source_record_id":"aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c5a1ea4e3433c28a389387e6","label":"Growth posture","locator":{"end_column":17,"end_line":98,"fragment":"growth-posture","pointer":"","start_column":1,"start_line":98},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:growth-posture","source_record_id":"aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:08c9f206beaba2835ee630fd","label":"Decision Boundary Lenses","locator":{"end_column":26,"end_line":1,"fragment":"decision-boundary-lenses","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decision-boundary-lenses","source_record_id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f662582d794db930554d475e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:55b082eda9d327c66fcf9752","label":"How To Use","locator":{"end_column":13,"end_line":8,"fragment":"how-to-use","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:how-to-use","source_record_id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fa650f2815f854446ad77807","label":"Lens Set","locator":{"end_column":11,"end_line":18,"fragment":"lens-set","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:lens-set","source_record_id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9b697453326c237a39b26a3f","label":"Compact Decision-Lens Pass","locator":{"end_column":29,"end_line":35,"fragment":"compact-decision-lens-pass","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:compact-decision-lens-pass","source_record_id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6f7190bfba84213fd2b22be5","label":"Verification","locator":{"end_column":15,"end_line":51,"fragment":"verification","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:700085380996660c0bbfa3f4","label":"Candidate Intake","locator":{"end_column":18,"end_line":1,"fragment":"candidate-intake","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:candidate-intake","source_record_id":"aoa:aoa-techniques:artifact:35d77bf50f6518f4f2e625ff","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:88163f45079ac3717b6d402f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:35d77bf50f6518f4f2e625ff","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0c418ff4d9a377e05c5f4c78","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:current-state","source_record_id":"aoa:aoa-techniques:artifact:35d77bf50f6518f4f2e625ff","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -7526,14 +7119,6 @@ {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:96677d8ffc2c3d30e4cddc85","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/additionalProperties","source_record_id":"aoa:aoa-techniques:artifact:3a3bd621fa3f89067f3ff545","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:be7f9f5d8560caf56a8b5fda","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/required","source_record_id":"aoa:aoa-techniques:artifact:3a3bd621fa3f89067f3ff545","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c3543ff02b49c9637c946e76","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/$schema","source_record_id":"aoa:aoa-techniques:artifact:3a3bd621fa3f89067f3ff545","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3ace09279a778dd2c4e8734b","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:97e1be4eae0493b2728a556f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4e7f61b3947448eeb35b770f","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:14c074cd188da0c28e3a801e","label":"Why this skill fits","locator":{"end_column":22,"end_line":7,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7de461194df08991ddc14ca5","label":"Expected inputs","locator":{"end_column":18,"end_line":11,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:996a10a137c8ddd3c2bcfcc1","label":"Expected outputs","locator":{"end_column":19,"end_line":19,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:124a00888aa1198b9bbb475b","label":"Boundary notes","locator":{"end_column":17,"end_line":26,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:735d05ce4f377e6cbbd99f64","label":"Verification notes","locator":{"end_column":21,"end_line":32,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:07b8eb96affec93aefb2a3b1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:3a7a467abfef80ded0604b28","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5ba37ff96bf444e5b0bc4294","label":"reviews","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/reviews","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/reviews","source_record_id":"aoa:aoa-techniques:artifact:3a7a467abfef80ded0604b28","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ebf5ffb5254add539f2225fc","label":"manifest_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/manifest_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/manifest_version","source_record_id":"aoa:aoa-techniques:artifact:3a7a467abfef80ded0604b28","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, @@ -7820,7 +7405,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5bc2e3c6a1472a7a008c77f5","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:consequences","source_record_id":"aoa:aoa-techniques:artifact:3ca81daef9bca21d83cd08a7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:001060ddda38a734346d2f06","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:3cd8e2a07b6eb3cf3fffafac","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ecc25a17efa5247bde9a23b2","label":"Skill Marketplace Curation Checklist","locator":{"end_column":38,"end_line":1,"fragment":"skill-marketplace-curation-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:skill-marketplace-curation-checklist","source_record_id":"aoa:aoa-techniques:artifact:3cd8e2a07b6eb3cf3fffafac","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a26e09dcbd2ffa7f33c0ddc4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:3d0a60fd65ad9c43db97ec5d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:36c764d82e231fa18da3c875","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:3d0c4c10ce0f0cc12921a214","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:81530770bfdd774552b260ae","label":"template-backed-field-extraction-after-ocr","locator":{"end_column":44,"end_line":43,"fragment":"template-backed-field-extraction-after-ocr","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:template-backed-field-extraction-after-ocr","source_record_id":"aoa:aoa-techniques:artifact:3d0c4c10ce0f0cc12921a214","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1591e193090b0a51c0f536ab","label":"Intent","locator":{"end_column":9,"end_line":45,"fragment":"intent","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:3d0c4c10ce0f0cc12921a214","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -7997,17 +7581,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1c466877c4bcfed47a43186b","label":"public-safe-artifact-sanitization","locator":{"end_column":138,"end_line":108,"fragment":"","pointer":"","start_column":3,"start_line":108},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:nearest-overlaps","target_ref":"../../../../../techniques/instruction/docs-boundary/public-safe-artifact-sanitization/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:108:3:0:../../../../../techniques/instruction/docs-boundary/public-safe-artifact-sanitization/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:3ed1bb127f65309292d92079","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eb1f45882d422223a51cbfa3","label":"Stop Lines","locator":{"end_column":13,"end_line":112,"fragment":"stop-lines","pointer":"","start_column":1,"start_line":112},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stop-lines","source_record_id":"aoa:aoa-techniques:artifact:3ed1bb127f65309292d92079","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8cfcd88699fbd336d3968882","label":"Next Move","locator":{"end_column":12,"end_line":123,"fragment":"next-move","pointer":"","start_column":1,"start_line":123},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:next-move","source_record_id":"aoa:aoa-techniques:artifact:3ed1bb127f65309292d92079","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:72b92249051a1295a1fdc195","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8def9c61798c960c73c36c2f","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e7c0afc5935a762850de1b43","label":"display_name","locator":{"end_column":39,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:27090d881668997332b361a9","label":"short_description","locator":{"end_column":49,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0840629e523000d0e7b92ff8","label":"default_prompt","locator":{"end_column":181,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e569b342b8724c4b18ffbfb6","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2be2ee6b48aa7960e7b3ad07","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9699cc1064a4707ebc86180f","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:531920d6811d83d188372641","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:708841181d5f422cc5db4c7a","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8d62b5ca99249f3e9dd9f9fc","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3bb58326fa489b1aba02a064","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:3f21f1424c231b9e7323c3f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7e1a61af6714732279e2529f","label":"ReleaseCheckStabilizerTests","locator":{"end_column":10,"end_line":143,"fragment":"","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ReleaseCheckStabilizerTests","semantic_key":"python:class:ReleaseCheckStabilizerTests","source_record_id":"aoa:aoa-techniques:artifact:3f21f1424c231b9e7323c3f2","symbol_kind":"class","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2fc92caaf3a3484af4ad7443","label":"test_release_lane_commands_resolve_release_lane_from_loader","locator":{"end_column":69,"end_line":22,"fragment":"","pointer":"","start_column":5,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ReleaseCheckStabilizerTests.test_release_lane_commands_resolve_release_lane_from_loader","target_ref":"python:command_sequence_for_lane.assert_called_once_with"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ReleaseCheckStabilizerTests.test_release_lane_commands_resolve_release_lane_from_loader","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ReleaseCheckStabilizerTests.test_release_lane_commands_resolve_release_lane_from_loader","target_ref":"python:release_check.release_lane_commands"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ReleaseCheckStabilizerTests.test_release_lane_commands_resolve_release_lane_from_loader","target_ref":"python:self.assertEqual"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ReleaseCheckStabilizerTests.test_release_lane_commands_resolve_release_lane_from_loader","semantic_key":"python:method:ReleaseCheckStabilizerTests.test_release_lane_commands_resolve_release_lane_from_loader","source_record_id":"aoa:aoa-techniques:artifact:3f21f1424c231b9e7323c3f2","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, @@ -8048,12 +7621,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:404ee46841f8228369b463fd","label":"Boundaries","locator":{"end_column":13,"end_line":24,"fragment":"boundaries","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:3f9a778b411bd0a36e67cf1a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ea9aa3597b3ba3de85971486","label":"Validation","locator":{"end_column":13,"end_line":33,"fragment":"validation","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:3f9a778b411bd0a36e67cf1a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f627f898c99a2b9689622abe","label":"Closeout","locator":{"end_column":11,"end_line":43,"fragment":"closeout","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout","source_record_id":"aoa:aoa-techniques:artifact:3f9a778b411bd0a36e67cf1a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7a245e3c9a226e0b03acb655","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a32eaa6335966eec7b1a1e2d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b89ce7525bf055d0f4293d76","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4c17669d56ce34fa8340e5e3","label":"When it applies","locator":{"end_column":18,"end_line":8,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5055824e2714b57a486f5c81","label":"Review checklist","locator":{"end_column":19,"end_line":15,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bee87bb823b4c2f9d94a656b","label":"Not a fit","locator":{"end_column":12,"end_line":24,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:974293c5e29a58204a632e9f","label":"Intent-Chain Semantic Review","locator":{"end_column":30,"end_line":1,"fragment":"intent-chain-semantic-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent-chain-semantic-review","source_record_id":"aoa:aoa-techniques:artifact:3fa839ffbc7f7e3ef4aea075","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c776ec5b2e0d95daef8773cf","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:3fa839ffbc7f7e3ef4aea075","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:46d801d375a5d2fb9183b85e","label":"Pair Map","locator":{"end_column":11,"end_line":14,"fragment":"pair-map","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:pair-map","source_record_id":"aoa:aoa-techniques:artifact:3fa839ffbc7f7e3ef4aea075","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -8352,7 +7919,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d5df371e4d0edf8925716d5c","label":"Fresh public-safety check","locator":{"end_column":28,"end_line":27,"fragment":"fresh-public-safety-check","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fresh-public-safety-check","source_record_id":"aoa:aoa-techniques:artifact:41d67ac8b66668035b22c04a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7129bdfdf20e1580a82bc9c8","label":"Remaining gaps","locator":{"end_column":17,"end_line":34,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:41d67ac8b66668035b22c04a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:24bd17199a8d579ba52893d3","label":"Recommendation","locator":{"end_column":17,"end_line":39,"fragment":"recommendation","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:41d67ac8b66668035b22c04a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:17583ff356ab62ec4b8faaef","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:41d7907a0164582cfc9b6e36","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:295f8a001d10bc23f115bf02","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:4200cc9b4747b3eecf5ced88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e214f67f3897e8da203b5c4e","label":"Minimal Confirmation Gated Mutating Action","locator":{"end_column":44,"end_line":1,"fragment":"minimal-confirmation-gated-mutating-action","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-confirmation-gated-mutating-action","source_record_id":"aoa:aoa-techniques:artifact:4200cc9b4747b3eecf5ced88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2b9243d7953c126c51bb0b88","label":"Owner Boundary Anchors","locator":{"end_column":24,"end_line":1,"fragment":"owner-boundary-anchors","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:owner-boundary-anchors","source_record_id":"aoa:aoa-techniques:artifact:421b2ff25f00e355af6bb4e6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -8720,11 +8286,6 @@ {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3e682c8558ba62a115f3d81d","label":"validate_evidence","locator":{"end_column":18,"end_line":2385,"fragment":"","pointer":"","start_column":1,"start_line":2347},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_evidence","target_ref":"python:expected_evidence_kind"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_evidence","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_evidence","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_evidence","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_evidence","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_evidence","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_evidence","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_evidence","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_evidence","target_ref":"python:notes_dir.rglob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_evidence","target_ref":"python:path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_evidence","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_evidence","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_evidence","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_evidence","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"validate_evidence","semantic_key":"python:function:validate_evidence","source_record_id":"aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:71150187ac5b0b9e9ecf37b7","label":"validate_relations","locator":{"end_column":33,"end_line":2404,"fragment":"","pointer":"","start_column":1,"start_line":2388},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_relations","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_relations","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_relations","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_relations","target_ref":"python:seen_pairs.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_relations","target_ref":"python:set"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"validate_relations","semantic_key":"python:function:validate_relations","source_record_id":"aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2dfdf96e356899d507d3eb65","label":"validate_technique_source_contracts","locator":{"end_column":19,"end_line":2425,"fragment":"","pointer":"","start_column":1,"start_line":2407},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:collect_techniques"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:load_schema_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_evidence"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_family_scout_alignment"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_kind_axis_alignment"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_kind_overlay"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_memo_agents_portable_validation_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_relations"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_repo_doc_navigation_specs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_repo_doc_surface_specs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_selection_navigation_specs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_selection_working_set_specs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_shadow_question_specs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_shadow_working_set_specs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_source_fast_required_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_technique_source_contracts","target_ref":"python:validate_topology_axes_registry"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"validate_technique_source_contracts","semantic_key":"python:function:validate_technique_source_contracts","source_record_id":"aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4f2cd452f7ae94645c7e3b97","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:67bf4c3243521967e5107f56","label":"Dry-run limitations","locator":{"end_column":21,"end_line":1,"fragment":"dry-run-limitations","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:dry-run-limitations","source_record_id":"aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f29a02a4ff8de1712054de71","label":"Record at least these boundaries","locator":{"end_column":35,"end_line":5,"fragment":"record-at-least-these-boundaries","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:record-at-least-these-boundaries","source_record_id":"aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:52beccd5d8c4a8fd36fa2310","label":"Good language","locator":{"end_column":16,"end_line":12,"fragment":"good-language","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:good-language","source_record_id":"aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bb55a0402abf7efa69474420","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:4452d53f16e627f25a4ad68b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f1615a3346f961e904a56fae","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:44722698e85b27aa1d6af548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f7b5d13736ea60d0e2cab7e9","label":"transcript-linked-code-lineage","locator":{"end_column":32,"end_line":43,"fragment":"transcript-linked-code-lineage","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:transcript-linked-code-lineage","source_record_id":"aoa:aoa-techniques:artifact:44722698e85b27aa1d6af548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c60fc77013e91da65189d439","label":"Intent","locator":{"end_column":9,"end_line":45,"fragment":"intent","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:44722698e85b27aa1d6af548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -8880,18 +8441,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:970c18d8994f2911c24b5513","label":"../parts/","locator":{"end_column":39,"end_line":11,"fragment":"","pointer":"","start_column":17,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:active-bridge","target_ref":"../parts/"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:11:17:0:../parts/","source_record_id":"aoa:aoa-techniques:artifact:455ee43cce4bf734693d48ae","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d09739b06668962db383ab73","label":"Source Index","locator":{"end_column":15,"end_line":13,"fragment":"source-index","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-index","source_record_id":"aoa:aoa-techniques:artifact:455ee43cce4bf734693d48ae","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3a3ebb26d273997b46c206f2","label":"../PROVENANCE.md","locator":{"end_column":57,"end_line":17,"fragment":"","pointer":"","start_column":21,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-index","target_ref":"../PROVENANCE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:17:21:0:../PROVENANCE.md","source_record_id":"aoa:aoa-techniques:artifact:455ee43cce4bf734693d48ae","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a3436fea75ef75cb22a94fc","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bbdd0b2173028f4c7ec20a54","label":"aoa-port-adapter-refactor","locator":{"end_column":27,"end_line":16,"fragment":"aoa-port-adapter-refactor","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-port-adapter-refactor","source_record_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aa258e9f28b37381f8d41516","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4613d6ae5566c163d77602dd","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d0a19ddd8432253cb5e52777","label":"Inputs","locator":{"end_column":9,"end_line":39,"fragment":"inputs","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0fea22c69003eeb6284d806c","label":"Outputs","locator":{"end_column":10,"end_line":47,"fragment":"outputs","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9d93a9f11d122014b825d25b","label":"Procedure","locator":{"end_column":12,"end_line":54,"fragment":"procedure","pointer":"","start_column":1,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fe8fbb7ddad027af38a2ff6d","label":"Contracts","locator":{"end_column":12,"end_line":64,"fragment":"contracts","pointer":"","start_column":1,"start_line":64},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7070b8bedd1bb9c75e3308d3","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":73,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":73},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d5fbbdba7c2e8c21c8200055","label":"Verification","locator":{"end_column":15,"end_line":82,"fragment":"verification","pointer":"","start_column":1,"start_line":82},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:561897ab694c1c70c71ca42f","label":"Technique traceability","locator":{"end_column":25,"end_line":90,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":90},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ef7acca8f65980866cc3d59a","label":"Adaptation points","locator":{"end_column":20,"end_line":95,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":95},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:720155dd6502ec3f28139454","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b8accd2fa14b1cb54a6d3e1f","label":"BoundaryBridgeMechanicsTopologyTestCase","locator":{"end_column":55,"end_line":207,"fragment":"","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"BoundaryBridgeMechanicsTopologyTestCase","semantic_key":"python:class:BoundaryBridgeMechanicsTopologyTestCase","source_record_id":"aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f","symbol_kind":"class","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bf09c24581c05c4eaa4a8fde","label":"test_boundary_bridge_active_surfaces_are_discoverable","locator":{"end_column":71,"end_line":34,"fragment":"","pointer":"","start_column":5,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:BoundaryBridgeMechanicsTopologyTestCase.test_boundary_bridge_active_surfaces_are_discoverable","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:BoundaryBridgeMechanicsTopologyTestCase.test_boundary_bridge_active_surfaces_are_discoverable","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"BoundaryBridgeMechanicsTopologyTestCase.test_boundary_bridge_active_surfaces_are_discoverable","semantic_key":"python:method:BoundaryBridgeMechanicsTopologyTestCase.test_boundary_bridge_active_surfaces_are_discoverable","source_record_id":"aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, @@ -8919,12 +8468,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4c85f84ddbe8087bb059c7c1","label":"Detection signals","locator":{"end_column":20,"end_line":26,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:46158246895d2d162c9c033b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e38dc5b21433f60b7c68e86a","label":"Mitigations","locator":{"end_column":14,"end_line":31,"fragment":"mitigations","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:46158246895d2d162c9c033b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cf55321b487e112f4f413e52","label":"Recommendation","locator":{"end_column":17,"end_line":36,"fragment":"recommendation","pointer":"","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:46158246895d2d162c9c033b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:65a133fd7fd9770fb9753e66","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a570994b2e7dab91a095685b","label":"Harvest Packet Contract","locator":{"end_column":25,"end_line":1,"fragment":"harvest-packet-contract","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:harvest-packet-contract","source_record_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cb97747ab313ab0953c75b8f","label":"Required fields","locator":{"end_column":18,"end_line":6,"fragment":"required-fields","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:required-fields","source_record_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3ff7d348523e9c0d4a207373","label":"Common optional fields","locator":{"end_column":25,"end_line":14,"fragment":"common-optional-fields","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:common-optional-fields","source_record_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:31f78a982497e89fcca43847","label":"Extract record expectations","locator":{"end_column":30,"end_line":28,"fragment":"extract-record-expectations","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:extract-record-expectations","source_record_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:97d7590846e404d1bdaaf546","label":"Contract rule","locator":{"end_column":16,"end_line":50,"fragment":"contract-rule","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contract-rule","source_record_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:99e0c392c315e584232392ce","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:46ad8877bd4594a4a27cd1b6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dec1f3fecac34ccfe4b7c14b","label":"Recurrence Roadmap","locator":{"end_column":20,"end_line":1,"fragment":"recurrence-roadmap","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recurrence-roadmap","source_record_id":"aoa:aoa-techniques:artifact:46ad8877bd4594a4a27cd1b6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4b29231cb9453b5d24d370fe","label":"Current Contour","locator":{"end_column":18,"end_line":7,"fragment":"current-contour","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:current-contour","source_record_id":"aoa:aoa-techniques:artifact:46ad8877bd4594a4a27cd1b6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -8960,11 +8503,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:824b54d39bae6de1da45ffb0","label":"Import-path assessment","locator":{"end_column":25,"end_line":32,"fragment":"import-path-assessment","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:import-path-assessment","source_record_id":"aoa:aoa-techniques:artifact:476ae3c988825c9085bb65ed","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2a1b47ee7a8d9feafb4378b9","label":"Remaining gaps","locator":{"end_column":17,"end_line":38,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:476ae3c988825c9085bb65ed","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9d64b4b4b182c9e9e288d542","label":"Recommendation","locator":{"end_column":17,"end_line":43,"fragment":"recommendation","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:476ae3c988825c9085bb65ed","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6624f264692d6da00e210709","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a1a18fda340e6fdcb7104240","label":"_load_payload","locator":{"end_column":32,"end_line":31,"fragment":"","pointer":"","start_column":1,"start_line":22},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:raw.splitlines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:sys.stdin.read"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"_load_payload","semantic_key":"python:function:_load_payload","source_record_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0fa56ca83e42d7dca88f9442","label":"_flatten","locator":{"end_column":26,"end_line":45,"fragment":"","pointer":"","start_column":1,"start_line":34},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_flatten","target_ref":"python:_flatten"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_flatten","target_ref":"python:_flatten"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_flatten","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_flatten","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_flatten","target_ref":"python:parts.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_flatten","target_ref":"python:parts.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_flatten","target_ref":"python:payload.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_flatten","target_ref":"python:str"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"_flatten","semantic_key":"python:function:_flatten","source_record_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d54c274cb08e0c4172493acc","label":"scan","locator":{"end_column":6,"end_line":66,"fragment":"","pointer":"","start_column":1,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:scan","target_ref":"python:_flatten"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:scan","target_ref":"python:detections.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:scan","target_ref":"python:re.search"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"scan","semantic_key":"python:function:scan","source_record_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5ebb87ff55f4b81ca44e0779","label":"main","locator":{"end_column":13,"end_line":80,"fragment":"","pointer":"","start_column":1,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_load_payload"},{"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.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: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:scan"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0af7c21bf82288d83c2d2457","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:47961174acee7abac82b1c10","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a1f7c913f5daa0dc8a785ef9","label":"Origin Evidence","locator":{"end_column":17,"end_line":1,"fragment":"origin-evidence","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:origin-evidence","source_record_id":"aoa:aoa-techniques:artifact:47961174acee7abac82b1c10","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e6c3954fb406609830cb9af1","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:47961174acee7abac82b1c10","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -8973,7 +8511,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1284bc0a3ce90e8f218be8db","label":"Interpretation","locator":{"end_column":17,"end_line":20,"fragment":"interpretation","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:interpretation","source_record_id":"aoa:aoa-techniques:artifact:47961174acee7abac82b1c10","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1d9465c6a71f27ebb15088df","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:47ac5272418298592bd590d8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f36063a965c95af319fd49f6","label":"main","locator":{"end_column":13,"end_line":23,"fragment":"","pointer":"","start_column":1,"start_line":8},"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:build_semantic_review_manifest_payloads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:full_path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:generated_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:min_path.relative_to"},{"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:write_json_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_json_file"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:47ac5272418298592bd590d8","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b02504a5dd4a3ef16e0a7545","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:47c8c5f010f80c35b04f4c5e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:44f41aa22a73f1f9acf5cee9","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:47cebddd9dcfd9250e9dea8c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6e8e951e32eb28ed524d3a3f","label":"Minimal Skill Vs Command Boundary","locator":{"end_column":35,"end_line":1,"fragment":"minimal-skill-vs-command-boundary","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-skill-vs-command-boundary","source_record_id":"aoa:aoa-techniques:artifact:47cebddd9dcfd9250e9dea8c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0e19f14da21ec4430ed04d65","label":"Reusable skill","locator":{"end_column":17,"end_line":5,"fragment":"reusable-skill","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:reusable-skill","source_record_id":"aoa:aoa-techniques:artifact:47cebddd9dcfd9250e9dea8c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -9059,33 +8596,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:65075c7a0d210cde1e74d692","label":"canonical readiness","locator":{"end_column":553,"end_line":24,"fragment":"","pointer":"","start_column":427,"start_line":24},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-examples","target_ref":"../techniques/execution/agent-workflows-core/plan-diff-apply-verify-report/notes/canonical-readiness.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:24:427:3:../techniques/execution/agent-workflows-core/plan-diff-apply-verify-report/notes/canonical-readiness.md","source_record_id":"aoa:aoa-techniques:artifact:49aaa2819e35a856818ecec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:91830057ac8ef621c56dc35b","label":"Example Shape","locator":{"end_column":16,"end_line":26,"fragment":"example-shape","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:example-shape","source_record_id":"aoa:aoa-techniques:artifact:49aaa2819e35a856818ecec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e90075b7e36ca2249a0d4d27","label":"AGENTS","locator":{"end_column":20,"end_line":36,"fragment":"","pointer":"","start_column":1,"start_line":36},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:example-shape","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:36:1:0:AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:49aaa2819e35a856818ecec8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:07aa41f30f92ca27d95da8d0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1fff1a6ea5219907149ddf60","label":"packet_kind","locator":{"end_column":42,"end_line":1,"fragment":"","pointer":"/packet_kind","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/packet_kind","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b235d6e39948fc7af27d3e03","label":"required_fields","locator":{"end_column":16,"end_line":2,"fragment":"","pointer":"/required_fields","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:240e430893af6e0a317bec6e","label":"candidate_name","locator":{"end_column":18,"end_line":3,"fragment":"","pointer":"/required_fields/0","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields/0","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:86dcd26731b2f7b9b98e89cb","label":"current_manual_route","locator":{"end_column":24,"end_line":4,"fragment":"","pointer":"/required_fields/1","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields/1","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4cab2c3279446a992e18dd12","label":"repeat_signal","locator":{"end_column":17,"end_line":5,"fragment":"","pointer":"/required_fields/2","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields/2","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:159ff7062553b7cb8406ed42","label":"friction_signal","locator":{"end_column":19,"end_line":6,"fragment":"","pointer":"/required_fields/3","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields/3","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e5a170888343d71ab2a67e0b","label":"input_clarity","locator":{"end_column":17,"end_line":7,"fragment":"","pointer":"/required_fields/4","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields/4","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5a70f85b4cef797cff81c802","label":"output_clarity","locator":{"end_column":18,"end_line":8,"fragment":"","pointer":"/required_fields/5","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields/5","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:765af3b61e383b7cb8415891","label":"proof_surface","locator":{"end_column":17,"end_line":9,"fragment":"","pointer":"/required_fields/6","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields/6","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7ba90c9a00329c16e58df27f","label":"reversibility","locator":{"end_column":17,"end_line":10,"fragment":"","pointer":"/required_fields/7","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields/7","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:551b241414c209edb76a30fb","label":"approval_sensitivity","locator":{"end_column":24,"end_line":11,"fragment":"","pointer":"/required_fields/8","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields/8","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2ef08d7584d806f2b4385af9","label":"automation_mode_posture","locator":{"end_column":27,"end_line":12,"fragment":"","pointer":"/required_fields/9","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields/9","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6bfda491c522b5269f64c302","label":"verdict","locator":{"end_column":11,"end_line":13,"fragment":"","pointer":"/required_fields/10","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields/10","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b58cbbaf67c8c108d0d81854","label":"checkpoint_required","locator":{"end_column":23,"end_line":14,"fragment":"","pointer":"/required_fields/11","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields/11","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6f3ea51da893057682d0f066","label":"owner_layer","locator":{"end_column":15,"end_line":15,"fragment":"","pointer":"/required_fields/12","start_column":3,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields/12","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:49f2196c81fa115ffc16bc2f","label":"next_artifact","locator":{"end_column":17,"end_line":16,"fragment":"","pointer":"/required_fields/13","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_fields/13","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2436a89db3ab87199188e4a8","label":"optional_fields","locator":{"end_column":16,"end_line":17,"fragment":"","pointer":"/optional_fields","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_fields","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:06dd7becf4166c0e97ce88c7","label":"schedule_hint","locator":{"end_column":17,"end_line":18,"fragment":"","pointer":"/optional_fields/0","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_fields/0","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:139aaa7f2de818e2c7b05259","label":"nearest_wrong_target","locator":{"end_column":24,"end_line":19,"fragment":"","pointer":"/optional_fields/1","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_fields/1","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:215849fb88c354635f861969","label":"repair_reason","locator":{"end_column":17,"end_line":20,"fragment":"","pointer":"/optional_fields/2","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_fields/2","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4019e01c10503e0f77177687","label":"evidence_refs","locator":{"end_column":17,"end_line":21,"fragment":"","pointer":"/optional_fields/3","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_fields/3","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:076afe6636d78b94b6112338","label":"rules","locator":{"end_column":6,"end_line":22,"fragment":"","pointer":"/rules","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:93bdfdf2eebd3db1e14af2a9","label":"schedule_hint must remain advisory only","locator":{"end_column":43,"end_line":23,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:308cf14519ed8e724695c993","label":"automation_mode_posture must be conservative and must not imply hidden execution authority","locator":{"end_column":94,"end_line":24,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1df2b3f9d5e8ab0175a71a7c","label":"checkpoint_required must be true for self-changing or approval-heavy routes","locator":{"end_column":79,"end_line":25,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:63894230614a4ffb214a367b","label":"verdict must be seed_ready or not_now","locator":{"end_column":41,"end_line":26,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2b2e706798bf18a8c795d1de","label":"wave","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/wave","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/wave","source_record_id":"aoa:aoa-techniques:artifact:49d95df5bbbf21afc44d32be","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:404eda6a5fa5c2d8ba0c7083","label":"techniques","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/techniques","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/techniques","source_record_id":"aoa:aoa-techniques:artifact:49d95df5bbbf21afc44d32be","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5d0b5ebdf5a0dbce70c1b5ae","label":"count","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/count","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/count","source_record_id":"aoa:aoa-techniques:artifact:49d95df5bbbf21afc44d32be","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, @@ -9132,7 +8642,6 @@ {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8c4b27a1d52b76cb617d4c88","label":"techniques","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/techniques","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/techniques","source_record_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eeb2b9cacf5754e080fc657c","label":"source_of_truth","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_of_truth","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/source_of_truth","source_record_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:63e632260c33094359326197","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:4a820cc25ce9e2c1a71bfe6c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:74bcca101d2bac30adc5330c","label":"Kind Readers","locator":{"end_column":14,"end_line":1,"fragment":"kind-readers","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:kind-readers","source_record_id":"aoa:aoa-techniques:artifact:4aa88dc0162e458e182c97dd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e5ae60ce8a8ace7810877563","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:4aa88dc0162e458e182c97dd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3d0d8d0054c237acf60bc876","label":"Technique Kind Guide","locator":{"end_column":97,"end_line":5,"fragment":"","pointer":"","start_column":34,"start_line":5},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:kind-readers","target_ref":"../../selection/TECHNIQUE_KIND_GUIDE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:5:34:0:../../selection/TECHNIQUE_KIND_GUIDE.md","source_record_id":"aoa:aoa-techniques:artifact:4aa88dc0162e458e182c97dd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -9519,13 +9028,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4d4117e6422362cdc71bde75","label":"Detection signals","locator":{"end_column":20,"end_line":32,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:4e5be85dcf04b91b6ae6a3e5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bae1abe45320258393bade71","label":"Mitigations","locator":{"end_column":14,"end_line":39,"fragment":"mitigations","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:4e5be85dcf04b91b6ae6a3e5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dc82688ffa246a3c55e827de","label":"Recommendation","locator":{"end_column":17,"end_line":46,"fragment":"recommendation","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:4e5be85dcf04b91b6ae6a3e5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2894642721c2a89842532951","label":"requested_action","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/requested_action","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/requested_action","source_record_id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:67bb0f9600d091fa8f98c602","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8aae365d320832eb008b52e4","label":"apply_step","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/apply_step","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/apply_step","source_record_id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8c1f2ecfaaffa28b48eb02b0","label":"preview_steps","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/preview_steps","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/preview_steps","source_record_id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b01745008c212cd5e36feb5b","label":"confirmation_required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/confirmation_required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/confirmation_required","source_record_id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b3d8f0577040452500d80c49","label":"limitations","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/limitations","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/limitations","source_record_id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f7b13102e7ec0ae7078ff5e4","label":"touched_surfaces","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/touched_surfaces","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/touched_surfaces","source_record_id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:20a4fd75766b1106d6fa3e3a","label":"Portability Bridge Wave B Runtime Recovery Tool-Use Review","locator":{"end_column":60,"end_line":1,"fragment":"portability-bridge-wave-b-runtime-recovery-tool-use-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:portability-bridge-wave-b-runtime-recovery-tool-use-review","source_record_id":"aoa:aoa-techniques:artifact:4e66fdff1d365acd57cbf978","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:69b605d67753b11dbd164f0b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:4e66fdff1d365acd57cbf978","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0d979b89d5eac37ef326e7e2","label":"Technique Reform Ingress","locator":{"end_column":56,"end_line":3,"fragment":"","pointer":"","start_column":16,"start_line":3},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:portability-bridge-wave-b-runtime-recovery-tool-use-review","target_ref":"../README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:3:16:0:../README.md","source_record_id":"aoa:aoa-techniques:artifact:4e66fdff1d365acd57cbf978","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -9610,11 +9112,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f6ef5b56f03c52e7462bc9b6","label":"Boundaries","locator":{"end_column":13,"end_line":63,"fragment":"boundaries","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:4ed48981ce43ce3a53fd614f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:364bf92dd7ca42399d3c6dc6","label":"Validation","locator":{"end_column":13,"end_line":90,"fragment":"validation","pointer":"","start_column":1,"start_line":90},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:4ed48981ce43ce3a53fd614f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:506cf08f7d519850d503a743","label":"Closeout","locator":{"end_column":11,"end_line":100,"fragment":"closeout","pointer":"","start_column":1,"start_line":100},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout","source_record_id":"aoa:aoa-techniques:artifact:4ed48981ce43ce3a53fd614f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1326bb8791baa1046edd1be2","label":"Confirmation seam","locator":{"end_column":19,"end_line":1,"fragment":"confirmation-seam","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:confirmation-seam","source_record_id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:995dd7656467e68f9ff726c7","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2d7070866dcec9336bf13714","label":"Good confirmation shape","locator":{"end_column":26,"end_line":5,"fragment":"good-confirmation-shape","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:good-confirmation-shape","source_record_id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a2925c0b1f48c9437d0b6070","label":"Example","locator":{"end_column":10,"end_line":11,"fragment":"example","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:example","source_record_id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:637c13884c600fd5026ed23c","label":"Anti-patterns","locator":{"end_column":16,"end_line":15,"fragment":"anti-patterns","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:210497178ebbcde3f47bdf59","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:4f36272c4234dbbae41dbd33","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8eecded0dd87e2080a71d70c","label":"Canonical Readiness","locator":{"end_column":21,"end_line":1,"fragment":"canonical-readiness","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:canonical-readiness","source_record_id":"aoa:aoa-techniques:artifact:4f36272c4234dbbae41dbd33","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:144f43b3f4fe68103b2292f2","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:4f36272c4234dbbae41dbd33","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -9686,14 +9183,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fc015a8c0bd04eb2774acbd3","label":"../PROVENANCE.md","locator":{"end_column":37,"end_line":22,"fragment":"","pointer":"","start_column":1,"start_line":22},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:distillation-parts","target_ref":"../PROVENANCE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:22:1:0:../PROVENANCE.md","source_record_id":"aoa:aoa-techniques:artifact:502ad961e0c7d61ded6ee74a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8f233dc185acc109fbc9ea0a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:502ada8107dbebd5923a23fe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d964ac200ae11e7dab5d01c2","label":"minimal automation-fit-matrix","locator":{"end_column":31,"end_line":1,"fragment":"minimal-automation-fit-matrix","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-automation-fit-matrix","source_record_id":"aoa:aoa-techniques:artifact:502ada8107dbebd5923a23fe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3cc1662b5ee122f6b7dd91a1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b1e80505baa8587120ef33c9","label":"Example","locator":{"end_column":9,"end_line":1,"fragment":"example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:example","source_record_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ce4114db41c6a516e8b61e37","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1f1eeb99eaac9c6ec55c7417","label":"Why this skill fits","locator":{"end_column":22,"end_line":7,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6dba4f574b22b53a81a6563e","label":"Expected inputs","locator":{"end_column":18,"end_line":13,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c745fd8049a901f0712d9f8e","label":"Expected outputs","locator":{"end_column":19,"end_line":20,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f665114b32e79c9f8d784b18","label":"Boundary notes","locator":{"end_column":17,"end_line":27,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:237c80055c1a1db5e59a7393","label":"Verification notes","locator":{"end_column":21,"end_line":33,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:139b1e0f2f037734a7ab1901","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/payload","source_record_id":"aoa:aoa-techniques:artifact:50fc41cfa6ba8c24633c0f32","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7b0aa8051b3c1d66b6f71c67","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/status","source_record_id":"aoa:aoa-techniques:artifact:50fc41cfa6ba8c24633c0f32","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a0d1946256d822c005720a3a","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/kind","source_record_id":"aoa:aoa-techniques:artifact:50fc41cfa6ba8c24633c0f32","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, @@ -9932,12 +9421,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ff4db3ffe9e28c24d95bee27","label":"Checks","locator":{"end_column":9,"end_line":160,"fragment":"checks","pointer":"","start_column":1,"start_line":160},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checks","source_record_id":"aoa:aoa-techniques:artifact:5266d68d508c24d678979ffa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0265f77d1f34343c8bd74ab1","label":"Promotion history","locator":{"end_column":20,"end_line":164,"fragment":"promotion-history","pointer":"","start_column":1,"start_line":164},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-history","source_record_id":"aoa:aoa-techniques:artifact:5266d68d508c24d678979ffa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0f759bdd90e845721c52b0d4","label":"Future evolution","locator":{"end_column":19,"end_line":169,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":169},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:5266d68d508c24d678979ffa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:53b162bae27c18035cd2424b","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e58a756cc935a2795ee351e2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d4441de775c82585f70ff8a1","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8ecf2d96e3d5a76e16e2cf8a","label":"When it applies","locator":{"end_column":18,"end_line":7,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6cc06f197e55f85ef755ceb6","label":"Review checklist","locator":{"end_column":19,"end_line":13,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6711886464363b706457be56","label":"Not a fit","locator":{"end_column":12,"end_line":21,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:89490bb2dd8701620225599e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:528bbfab601636d0cce5d714","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a20999dbd9c713bb110a8f26","label":"Closeout Memo - preflight-reputation-check","locator":{"end_column":44,"end_line":1,"fragment":"closeout-memo-preflight-reputation-check","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout-memo-preflight-reputation-check","source_record_id":"aoa:aoa-techniques:artifact:528bbfab601636d0cce5d714","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:03929567b8606eaf095077ca","label":"Candidate chosen","locator":{"end_column":19,"end_line":8,"fragment":"candidate-chosen","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:candidate-chosen","source_record_id":"aoa:aoa-techniques:artifact:528bbfab601636d0cce5d714","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -10287,12 +9770,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:63ceb3b6de44effbc654849e","label":"Next Work","locator":{"end_column":12,"end_line":20,"fragment":"next-work","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:next-work","source_record_id":"aoa:aoa-techniques:artifact:550ab2a04a7e853406390620","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e567c7eddb41e2b9ef7f3c1e","label":"When Time Comes","locator":{"end_column":18,"end_line":34,"fragment":"when-time-comes","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-time-comes","source_record_id":"aoa:aoa-techniques:artifact:550ab2a04a7e853406390620","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:21995bdde5fc7614e9954eba","label":"Out Of Scope","locator":{"end_column":15,"end_line":44,"fragment":"out-of-scope","pointer":"","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:out-of-scope","source_record_id":"aoa:aoa-techniques:artifact:550ab2a04a7e853406390620","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1f46f60c64c1eb8f86e9cfdb","label":"TDD Slice Shapes","locator":{"end_column":18,"end_line":1,"fragment":"tdd-slice-shapes","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:tdd-slice-shapes","source_record_id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f41d0c32b416a5316c9d8387","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e9ce0a6bfaa470970c460f06","label":"How To Use","locator":{"end_column":13,"end_line":8,"fragment":"how-to-use","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:how-to-use","source_record_id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a82e9c0887462671ef38ba30","label":"Shape Set","locator":{"end_column":12,"end_line":16,"fragment":"shape-set","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:shape-set","source_record_id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6763c60223c91d5755dfffe2","label":"Compact Slice Pass","locator":{"end_column":21,"end_line":29,"fragment":"compact-slice-pass","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:compact-slice-pass","source_record_id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:12586cc03816581b56bfca81","label":"Verification","locator":{"end_column":15,"end_line":42,"fragment":"verification","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:23c462e9b98c602d506b5ef9","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:551aac060212aabeebecce6c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:97c76535a87c442ca1e04aa4","label":"AgonMechanicsTopologyTestCase","locator":{"end_column":66,"end_line":112,"fragment":"","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"AgonMechanicsTopologyTestCase","semantic_key":"python:class:AgonMechanicsTopologyTestCase","source_record_id":"aoa:aoa-techniques:artifact:551aac060212aabeebecce6c","symbol_kind":"class","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:05160c561836a5f418027d6e","label":"test_agon_active_route_surfaces_are_discoverable","locator":{"end_column":71,"end_line":67,"fragment":"","pointer":"","start_column":5,"start_line":64},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AgonMechanicsTopologyTestCase.test_agon_active_route_surfaces_are_discoverable","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AgonMechanicsTopologyTestCase.test_agon_active_route_surfaces_are_discoverable","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"AgonMechanicsTopologyTestCase.test_agon_active_route_surfaces_are_discoverable","semantic_key":"python:method:AgonMechanicsTopologyTestCase.test_agon_active_route_surfaces_are_discoverable","source_record_id":"aoa:aoa-techniques:artifact:551aac060212aabeebecce6c","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, @@ -10320,7 +9797,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e74688eae82d113c377caa95","label":"Fresh public-safety check","locator":{"end_column":28,"end_line":22,"fragment":"fresh-public-safety-check","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fresh-public-safety-check","source_record_id":"aoa:aoa-techniques:artifact:5538dbb7173dee1ab66293ca","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d7f1ee29731a67e598c67fd9","label":"Remaining gaps","locator":{"end_column":17,"end_line":28,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:5538dbb7173dee1ab66293ca","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:889d4ab623b53a5c33ae96e7","label":"Recommendation","locator":{"end_column":17,"end_line":32,"fragment":"recommendation","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:5538dbb7173dee1ab66293ca","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:730c9f45de8d398861c85b43","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:554104d8a235d4a1025a0606","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9e9dbfcb0f723d1b6f2ccc77","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:556adf10fbdb559b3b76ac5f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bef71603b4a68ab4060c9f60","label":"Origin Evidence","locator":{"end_column":17,"end_line":1,"fragment":"origin-evidence","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:origin-evidence","source_record_id":"aoa:aoa-techniques:artifact:556adf10fbdb559b3b76ac5f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:18e3be93c224a0dcf16de1b0","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:556adf10fbdb559b3b76ac5f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -10342,18 +9818,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e49d540c20d7e42c1bba95d6","label":"Ontology Spine Inheritance","locator":{"end_column":29,"end_line":23,"fragment":"ontology-spine-inheritance","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:ontology-spine-inheritance","source_record_id":"aoa:aoa-techniques:artifact:564d64d6e09515e2490437b2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1667161a60a345812e70c491","label":"Method And Neighboring Layers","locator":{"end_column":32,"end_line":39,"fragment":"method-and-neighboring-layers","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:method-and-neighboring-layers","source_record_id":"aoa:aoa-techniques:artifact:564d64d6e09515e2490437b2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9ce93003ce437eac12bee904","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-reminder","source_record_id":"aoa:aoa-techniques:artifact:564d64d6e09515e2490437b2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7b56b547432ff3b5567c06ec","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eec9e94b6d224f67c567e9b8","label":"aoa-bounded-context-map","locator":{"end_column":25,"end_line":16,"fragment":"aoa-bounded-context-map","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-bounded-context-map","source_record_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bad7f268f6a09aca64041100","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:be44a619831c762aab44b7c1","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a8c373c7b0702d7eed23eed0","label":"Inputs","locator":{"end_column":9,"end_line":39,"fragment":"inputs","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c68e0111ee040abb0a2d5d7e","label":"Outputs","locator":{"end_column":10,"end_line":47,"fragment":"outputs","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5612c6463239ec9776337fec","label":"Procedure","locator":{"end_column":12,"end_line":55,"fragment":"procedure","pointer":"","start_column":1,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5253e5adbefecbff4a1e5108","label":"Contracts","locator":{"end_column":12,"end_line":66,"fragment":"contracts","pointer":"","start_column":1,"start_line":66},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1919e7e1a70bd17a06e1a2cb","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":74,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":74},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0f29fc60fee30937153bafd9","label":"Verification","locator":{"end_column":15,"end_line":85,"fragment":"verification","pointer":"","start_column":1,"start_line":85},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:43626b3ecc7ae0b65e7ebf9f","label":"Technique traceability","locator":{"end_column":25,"end_line":94,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":94},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:259a99adb70414803bdb8aa3","label":"Adaptation points","locator":{"end_column":20,"end_line":99,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":99},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:18e87e4e2d240a05c8df0b38","label":"Second Context Adaptation","locator":{"end_column":27,"end_line":1,"fragment":"second-context-adaptation","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:second-context-adaptation","source_record_id":"aoa:aoa-techniques:artifact:56833d74575bfa274e98e02f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1abfdf7c803c95573a77014b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:56833d74575bfa274e98e02f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b8079c575dc2a7006d48778e","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:56833d74575bfa274e98e02f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -10447,17 +9911,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1432384810fc97890f13517b","label":"Stop Lines","locator":{"end_column":13,"end_line":105,"fragment":"stop-lines","pointer":"","start_column":1,"start_line":105},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stop-lines","source_record_id":"aoa:aoa-techniques:artifact:5814487e6018709779f12bb7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1f46ac83f933cd1ca53f72aa","label":"Carry Forward","locator":{"end_column":16,"end_line":115,"fragment":"carry-forward","pointer":"","start_column":1,"start_line":115},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:carry-forward","source_record_id":"aoa:aoa-techniques:artifact:5814487e6018709779f12bb7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c84774305a353735dfd1b159","label":"Validation","locator":{"end_column":13,"end_line":124,"fragment":"validation","pointer":"","start_column":1,"start_line":124},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:5814487e6018709779f12bb7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:14d4bb81cfb40e7ff2e4ed0c","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e9fb17f5d47a8345cb7a46f5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3e0e674f5129a3bda14c0d73","label":"display_name","locator":{"end_column":39,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c833182e8da5ac28bbd9a848","label":"short_description","locator":{"end_column":55,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ef7e4345bc343840ebfed61b","label":"default_prompt","locator":{"end_column":202,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:76b1aaa58217cacc9b6c1590","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:274ac4b6d6db40ff50abd00f","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:58a6bb910a15002d7af325b3","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e587fec64b06311c044c2de6","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d8a33b7cb55bee05ee2f8459","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aa7c16e1d8bb30b5004c4bf9","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:be571ad58b454876ea55dbb7","label":"Portability Bridge Long-Pass Closeout Ledger","locator":{"end_column":46,"end_line":1,"fragment":"portability-bridge-long-pass-closeout-ledger","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:portability-bridge-long-pass-closeout-ledger","source_record_id":"aoa:aoa-techniques:artifact:584c5c2d728fe2c622961ad1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c22c249c88b41751271e550e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:584c5c2d728fe2c622961ad1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e743fb7fdc1228ac734861c2","label":"Technique Reform Ingress","locator":{"end_column":56,"end_line":3,"fragment":"","pointer":"","start_column":16,"start_line":3},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:portability-bridge-long-pass-closeout-ledger","target_ref":"../README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:3:16:0:../README.md","source_record_id":"aoa:aoa-techniques:artifact:584c5c2d728fe2c622961ad1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -10496,24 +9949,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c49a4bdaa2920feab8f38a9a","label":"Fresh public-safety check","locator":{"end_column":28,"end_line":27,"fragment":"fresh-public-safety-check","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fresh-public-safety-check","source_record_id":"aoa:aoa-techniques:artifact:58b04c791cf407b45482db5e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:418be520e86a948444263c7d","label":"Remaining gaps","locator":{"end_column":17,"end_line":34,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:58b04c791cf407b45482db5e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1c44a4bbc213b98f2df1eab1","label":"Recommendation","locator":{"end_column":17,"end_line":40,"fragment":"recommendation","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:58b04c791cf407b45482db5e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2329c354f1f66f2882c03fed","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:51e0b6f4e51ea4e5f1fcc291","label":"aoa-automation-opportunity-scan","locator":{"end_column":33,"end_line":16,"fragment":"aoa-automation-opportunity-scan","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-automation-opportunity-scan","source_record_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1f149c5a164c1aff33a4c018","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:87b1a1a148e895b47b98e9fa","label":"Trigger boundary","locator":{"end_column":19,"end_line":32,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5d91a6640bafb4c99ecc7aba","label":"Inputs","locator":{"end_column":9,"end_line":47,"fragment":"inputs","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:18bb474d59d61ff32da1460f","label":"Outputs","locator":{"end_column":10,"end_line":54,"fragment":"outputs","pointer":"","start_column":1,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eb40030c65ab448171b4d65c","label":"Procedure","locator":{"end_column":12,"end_line":67,"fragment":"procedure","pointer":"","start_column":1,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:baa4ba52db92a0396bdcd543","label":"Contracts","locator":{"end_column":12,"end_line":85,"fragment":"contracts","pointer":"","start_column":1,"start_line":85},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d51a324cb9778fc4e81be6bc","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":101,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":101},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6f66fba45ecc2ab30ef1eef9","label":"Verification","locator":{"end_column":15,"end_line":111,"fragment":"verification","pointer":"","start_column":1,"start_line":111},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:81aff52024d4f3613896e1af","label":"Technique traceability","locator":{"end_column":25,"end_line":124,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":124},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6f0871876cae1759e6730eb7","label":"Adaptation points","locator":{"end_column":20,"end_line":130,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":130},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:33c54d83d74b084b268fc08b","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:acefe65248a17f4aced3e316","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c9c9160a756fc3e75b3ab935","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3769e8a73b761100785f1bb3","label":"When it applies","locator":{"end_column":18,"end_line":8,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4a3290a4ae27b5df2cc24cdd","label":"Review checklist","locator":{"end_column":19,"end_line":16,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:871e03efa56b83a9f4210ef8","label":"Not a fit","locator":{"end_column":12,"end_line":28,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8a67ef51ab2edf6b0b3ffd9b","label":"Adverse Effects Review","locator":{"end_column":24,"end_line":1,"fragment":"adverse-effects-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adverse-effects-review","source_record_id":"aoa:aoa-techniques:artifact:58c2d02d3e74daedc4105cf0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9d801f7ef475f7ca4ba8dbc0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:58c2d02d3e74daedc4105cf0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7bfefded882926168e3d2bb4","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:58c2d02d3e74daedc4105cf0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -10531,17 +9966,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:adeefd4d7328e91744ec939f","label":"Anti-drift rule","locator":{"end_column":18,"end_line":27,"fragment":"anti-drift-rule","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:anti-drift-rule","source_record_id":"aoa:aoa-techniques:artifact:58d19e21db61f98b73bcd99d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4cba27f49176847900190226","label":"Minimal Upstream Skill Health Checking","locator":{"end_column":40,"end_line":1,"fragment":"minimal-upstream-skill-health-checking","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-upstream-skill-health-checking","source_record_id":"aoa:aoa-techniques:artifact:58d8c52a91b7ee6e097f4162","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ba7fff716d9ac6df8273261b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:58d8c52a91b7ee6e097f4162","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7c3bd315914d4dec8f20e920","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fdf9ae9c86c7e5dc96e6a3b7","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:98bc59b91169c18e8017f136","label":"display_name","locator":{"end_column":46,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ab33e2d8b609ff0ef9b57aa8","label":"short_description","locator":{"end_column":62,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ff99389720c3ed6efcf53fc7","label":"default_prompt","locator":{"end_column":211,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0b52302abf0cc96279c646a0","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ff35e2831ede1aba42d0ee0e","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:83fe88b934d9282be9f0c121","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:974000fb3bcf51813d773614","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fd4cd99d3f9f2324527da54b","label":"implicit_activation_policy","locator":{"end_column":37,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0d4c89d412a377e33300ca80","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1d0cbec714985887a30a5215","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:5935dad3224fa5908e9b1dd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a5d205847f3463333d4a3e80","label":"Origin Evidence","locator":{"end_column":17,"end_line":1,"fragment":"origin-evidence","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:origin-evidence","source_record_id":"aoa:aoa-techniques:artifact:5935dad3224fa5908e9b1dd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d26e64900d85e483542c8d95","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:5935dad3224fa5908e9b1dd2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -10601,12 +10025,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a3abf2ab5ae122024713c9b4","label":"Boundaries","locator":{"end_column":13,"end_line":24,"fragment":"boundaries","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:59a00873d5dc847da1ee0db7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4b33d88dc7410cc627fc1dca","label":"Validation","locator":{"end_column":13,"end_line":34,"fragment":"validation","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:59a00873d5dc847da1ee0db7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f0f0bce0a064c50366d677e8","label":"Closeout","locator":{"end_column":11,"end_line":42,"fragment":"closeout","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout","source_record_id":"aoa:aoa-techniques:artifact:59a00873d5dc847da1ee0db7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:33b7d1aec17f4acfe8fdce7b","label":"Authority Surface Shapes","locator":{"end_column":26,"end_line":1,"fragment":"authority-surface-shapes","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:authority-surface-shapes","source_record_id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d933b894b739c95285bc2006","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:88b155b9ac75f4969f0d0a9e","label":"How To Use","locator":{"end_column":13,"end_line":7,"fragment":"how-to-use","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:how-to-use","source_record_id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a37aff4f4593c004f953b97a","label":"Shape Set","locator":{"end_column":12,"end_line":15,"fragment":"shape-set","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:shape-set","source_record_id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9d7e87a730fbc26abd6cd62a","label":"Compact Authority Pass","locator":{"end_column":25,"end_line":29,"fragment":"compact-authority-pass","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:compact-authority-pass","source_record_id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:67b85492799285eb12c7c175","label":"Verification","locator":{"end_column":15,"end_line":42,"fragment":"verification","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7f14543cc65c9efa007746e5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:59ae467af916cdee016de225","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b8ec72179e3a10209701d1a5","label":"episode-bounded-agent-loop","locator":{"end_column":28,"end_line":43,"fragment":"episode-bounded-agent-loop","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:episode-bounded-agent-loop","source_record_id":"aoa:aoa-techniques:artifact:59ae467af916cdee016de225","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1e3e095aef8cdf454726e8f8","label":"Intent","locator":{"end_column":9,"end_line":45,"fragment":"intent","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:59ae467af916cdee016de225","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -10711,18 +10129,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d7a90ce0757a9d4d9c5bf7f2","label":"Fresh public-safety check","locator":{"end_column":28,"end_line":21,"fragment":"fresh-public-safety-check","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fresh-public-safety-check","source_record_id":"aoa:aoa-techniques:artifact:5a8ff3a4f51fa823aea48e94","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c5213646f158ee5ae0595e39","label":"Remaining gaps","locator":{"end_column":17,"end_line":28,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:5a8ff3a4f51fa823aea48e94","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:963b6d5b35a978b6525a3f28","label":"Recommendation","locator":{"end_column":17,"end_line":32,"fragment":"recommendation","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:5a8ff3a4f51fa823aea48e94","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:24b6d9835577d94f77e71b52","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e6cc14001f14739a2c83badd","label":"aoa-property-invariants","locator":{"end_column":25,"end_line":16,"fragment":"aoa-property-invariants","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-property-invariants","source_record_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:70008964a5fa80270888c659","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:380564677f586cb58ef0a64a","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a2cfacd3c0b2dcebf006c9c3","label":"Inputs","locator":{"end_column":9,"end_line":38,"fragment":"inputs","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e3b5737f26e393b4141f58f2","label":"Outputs","locator":{"end_column":10,"end_line":46,"fragment":"outputs","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0fcb37f2301c01271e21d22e","label":"Procedure","locator":{"end_column":12,"end_line":53,"fragment":"procedure","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5d0f971eb981cc90aeb78262","label":"Contracts","locator":{"end_column":12,"end_line":63,"fragment":"contracts","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ca6b033f3bc3d4aca3fa49d1","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":71,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":71},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b50866b17feba9eafa23ad7a","label":"Verification","locator":{"end_column":15,"end_line":82,"fragment":"verification","pointer":"","start_column":1,"start_line":82},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aaaef731130d06dcdfbcd666","label":"Technique traceability","locator":{"end_column":25,"end_line":90,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":90},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c01f8920e9481bfdbef62803","label":"Adaptation points","locator":{"end_column":20,"end_line":95,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":95},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8b2203dee7df3cd1d8df3f75","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:5b00df740809b23874e59462","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d86843817984ff3fae649238","label":"AntifragilityMechanicsTopologyTestCase","locator":{"end_column":48,"end_line":166,"fragment":"","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"AntifragilityMechanicsTopologyTestCase","semantic_key":"python:class:AntifragilityMechanicsTopologyTestCase","source_record_id":"aoa:aoa-techniques:artifact:5b00df740809b23874e59462","symbol_kind":"class","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:061c1f65a05ca7bc7cbba52f","label":"test_antifragility_active_surfaces_are_discoverable","locator":{"end_column":71,"end_line":43,"fragment":"","pointer":"","start_column":5,"start_line":38},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AntifragilityMechanicsTopologyTestCase.test_antifragility_active_surfaces_are_discoverable","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AntifragilityMechanicsTopologyTestCase.test_antifragility_active_surfaces_are_discoverable","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"AntifragilityMechanicsTopologyTestCase.test_antifragility_active_surfaces_are_discoverable","semantic_key":"python:method:AntifragilityMechanicsTopologyTestCase.test_antifragility_active_surfaces_are_discoverable","source_record_id":"aoa:aoa-techniques:artifact:5b00df740809b23874e59462","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, @@ -10882,14 +10288,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ed1d3542fe1b9f4b824e9cef","label":"AOA-T-0066","locator":{"end_column":108,"end_line":184,"fragment":"","pointer":"","start_column":3,"start_line":184},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technique-projection","target_ref":"../../../../../techniques/history/history-artifacts/transcript-replay-artifact/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:184:3:0:../../../../../techniques/history/history-artifacts/transcript-replay-artifact/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:5b933ec3dff555bc66577052","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f1ce24d9ecff8f54a17fa837","label":"AOA-T-0067","locator":{"end_column":112,"end_line":185,"fragment":"","pointer":"","start_column":3,"start_line":185},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technique-projection","target_ref":"../../../../../techniques/history/history-artifacts/transcript-linked-code-lineage/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:185:3:0:../../../../../techniques/history/history-artifacts/transcript-linked-code-lineage/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:5b933ec3dff555bc66577052","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9aa0b608b0c6b77394cef6ef","label":"Boundaries","locator":{"end_column":13,"end_line":187,"fragment":"boundaries","pointer":"","start_column":1,"start_line":187},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:5b933ec3dff555bc66577052","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:733117f053c8a55d7de58264","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agentsmd","source_record_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:766568f058b843c6ab292b82","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bfe3b6769d01e20aa589f324","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:applies-to","source_record_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e1830fe340e57e01d23915ec","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:role","source_record_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b9d4185ca2884fbb7834ed73","label":"Read before editing","locator":{"end_column":22,"end_line":17,"fragment":"read-before-editing","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:read-before-editing","source_record_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2c676b751b5831e3c0cb9001","label":"Boundaries","locator":{"end_column":13,"end_line":23,"fragment":"boundaries","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f6d7ff6606a968d0b51cae77","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a331017e3f7dcb4c8a6ca44","label":"Closeout","locator":{"end_column":11,"end_line":45,"fragment":"closeout","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout","source_record_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:992e4c748b558b55fbbb9482","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9d59ce55178584c070faaea1","label":"AgentsDocSpec","locator":{"end_column":39,"end_line":16,"fragment":"","pointer":"","start_column":1,"start_line":14},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AgentsDocSpec","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"AgentsDocSpec","semantic_key":"python:class:AgentsDocSpec","source_record_id":"aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"class","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:257e1a1428c8d9c1f53fb150","label":"validate","locator":{"end_column":18,"end_line":235,"fragment":"","pointer":"","start_column":1,"start_line":222},"outbound_refs":[{"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: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:spec.path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:spec.path.as_posix"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"validate","semantic_key":"python:function:validate","source_record_id":"aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, @@ -10949,37 +10347,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:17a4b8a77034970a68d6e249","label":"Validation","locator":{"end_column":13,"end_line":52,"fragment":"validation","pointer":"","start_column":1,"start_line":52},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:5ca4cf1c0b847bab1202c4d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5d0e7c59d6f50518a587eeac","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:5cb0ce73afabbfe67b244057","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ad6764588f0811360981324a","label":"recommendation-truth-vs-host-actionability checklist","locator":{"end_column":54,"end_line":1,"fragment":"recommendation-truth-vs-host-actionability-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation-truth-vs-host-actionability-checklist","source_record_id":"aoa:aoa-techniques:artifact:5cb0ce73afabbfe67b244057","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ae2b87fa0b9f0dd26ac2db30","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d1295248f7c138a121dff5ad","label":"Stats Event Envelope","locator":{"end_column":22,"end_line":1,"fragment":"stats-event-envelope","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stats-event-envelope","source_record_id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c5bdc71e46038c4041b8a1c6","label":"Required fields","locator":{"end_column":18,"end_line":12,"fragment":"required-fields","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:required-fields","source_record_id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d7671758b8e35fd04be35ac7","label":"Optional fields","locator":{"end_column":18,"end_line":24,"fragment":"optional-fields","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:optional-fields","source_record_id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:86af5d336adabc229f0bb59a","label":"Rules","locator":{"end_column":8,"end_line":31,"fragment":"rules","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rules","source_record_id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:154b4dd9183739de6133e413","label":"receipt_name","locator":{"end_column":42,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:90fc909d097c46a144a1ed78","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cd574a0d37a6a73dee51356c","label":"event_kind","locator":{"end_column":40,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c2f78b499cc6e9ad438bc242","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e2d56212ed84f2b3dac6b8ad","label":"required_payload_fields","locator":{"end_column":24,"end_line":4,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2d72f1be491f4b753a920656","label":"manual_route_ref","locator":{"end_column":20,"end_line":5,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:17e04d3ba8d918657c57d78c","label":"repeat_signal_posture","locator":{"end_column":25,"end_line":6,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f980125df0745aa2adca8cb0","label":"determinism_posture","locator":{"end_column":23,"end_line":7,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:93e7e38b75adbf71d8788e77","label":"reversibility_posture","locator":{"end_column":25,"end_line":8,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8b06a7d6d4ab94361e0ab6eb","label":"automation_mode_posture","locator":{"end_column":27,"end_line":9,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a3d2e2e73db711ed0f6ce24","label":"checkpoint_required","locator":{"end_column":23,"end_line":10,"fragment":"","pointer":"/required_payload_fields/5","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/5","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:77adf83d59d4739c0599bfdb","label":"seed_ready","locator":{"end_column":14,"end_line":11,"fragment":"","pointer":"/required_payload_fields/6","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/6","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ddd20e2e7e0c98f5e46d5150","label":"next_artifact_hint","locator":{"end_column":22,"end_line":12,"fragment":"","pointer":"/required_payload_fields/7","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/7","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a5efc51c5606743c20de34df","label":"optional_payload_fields","locator":{"end_column":24,"end_line":13,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:87b05ff32b30fd6a64c2aab7","label":"likely_owner_layer","locator":{"end_column":22,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d94d87fb27b63fe81116cf30","label":"not_now_reason","locator":{"end_column":18,"end_line":15,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d72ffed3cc8d16710c318227","label":"proof_surface_notes","locator":{"end_column":23,"end_line":16,"fragment":"","pointer":"/optional_payload_fields/2","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8f6d52491660b1fedc1ac81c","label":"rules","locator":{"end_column":6,"end_line":17,"fragment":"","pointer":"/rules","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:25f6f8e23c9cde5eeaa618b8","label":"keep the receipt detector-shaped rather than scheduler-shaped","locator":{"end_column":65,"end_line":18,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5235ae5e84e2daefb8b2bf71","label":"\"`seed_ready` does not grant live execution authority\"","locator":{"end_column":58,"end_line":19,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2600cb1f4c5d7a53f11c99bb","label":"\"`automation_mode_posture` must name the highest honest mode, not an aspiration\"","locator":{"end_column":84,"end_line":20,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b830ee99795279e553d81420","label":"keep manual-route and evidence refs inspectable instead of duplicating the full packet","locator":{"end_column":90,"end_line":21,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:387cba52baea762aadd8b146","label":"Automation Fit Matrix","locator":{"end_column":23,"end_line":1,"fragment":"automation-fit-matrix","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:automation-fit-matrix","source_record_id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ea0c8561a4c29feccd3026af","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:63796e52e924adcef1c1e31b","label":"Good first candidates","locator":{"end_column":24,"end_line":20,"fragment":"good-first-candidates","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:good-first-candidates","source_record_id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:45e827922c93865d93d5abd7","label":"Bad first candidates","locator":{"end_column":23,"end_line":31,"fragment":"bad-first-candidates","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:bad-first-candidates","source_record_id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:44403101a0b4493f183c55a4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:5d2a59443e9e2ee7f8b1e13a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:57da85915934428ec4fe6ffd","label":"Technique Checklists","locator":{"end_column":22,"end_line":1,"fragment":"technique-checklists","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-checklists","source_record_id":"aoa:aoa-techniques:artifact:5d2a59443e9e2ee7f8b1e13a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e9bd02a0d0adc6462a34f0d8","label":"readers AGENTS","locator":{"end_column":82,"end_line":4,"fragment":"","pointer":"","start_column":41,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technique-checklists","target_ref":"../AGENTS.md#validation"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:41:0:../AGENTS.md#validation","source_record_id":"aoa:aoa-techniques:artifact:5d2a59443e9e2ee7f8b1e13a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -11348,14 +10715,6 @@ {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2e757d8d6009fc2d6f3b87b2","label":"tracked_top_level_dirs","locator":{"end_column":24,"end_line":49,"fragment":"","pointer":"","start_column":1,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_top_level_dirs","target_ref":"python:child.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_top_level_dirs","target_ref":"python:child.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_top_level_dirs","target_ref":"python:raw_path.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_top_level_dirs","target_ref":"python:repo_root.iterdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_top_level_dirs","target_ref":"python:result.stdout.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_top_level_dirs","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_top_level_dirs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_top_level_dirs","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_top_level_dirs","target_ref":"python:tracked_dirs.add"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"tracked_top_level_dirs","semantic_key":"python:function:tracked_top_level_dirs","source_record_id":"aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:983bfe4902701d17ea62d727","label":"validate","locator":{"end_column":18,"end_line":92,"fragment":"","pointer":"","start_column":1,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:canonical_card_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:child.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:child.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:config.get"},{"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:iter_agents_cards"},{"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:load_mesh_config"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:local_card.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:posix_rel"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:repo_root.iterdir"},{"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:top_level_exemptions"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:tracked_top_level_dirs"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"validate","semantic_key":"python:function:validate","source_record_id":"aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:94a08b5d84dbc95dca15ca8a","label":"main","locator":{"end_column":13,"end_line":110,"fragment":"","pointer":"","start_column":1,"start_line":95},"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: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:repo_root_from_script"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:validate"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2a1b62b3dbfe48989b1c24ed","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d5841aba3ecc5b21e45dfa69","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e6ad5ebc426838a3bdc05e35","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:974e1344d66d535923173c91","label":"Why this skill fits","locator":{"end_column":22,"end_line":6,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b12c2fed0e4fab46f36e5150","label":"Expected inputs","locator":{"end_column":18,"end_line":9,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e9299f03debcc9c7db88b69d","label":"Expected outputs","locator":{"end_column":19,"end_line":15,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a494b03112df1611aa8921a","label":"Boundary notes","locator":{"end_column":17,"end_line":20,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dc1a00a0e09aff8bb633f739","label":"Verification notes","locator":{"end_column":21,"end_line":25,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2b9b32a50b514f88ff831762","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:5e0efc9a3eeb298f0fb60abb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b09d7f23953253e4be3930b7","label":"Canonical Readiness","locator":{"end_column":21,"end_line":1,"fragment":"canonical-readiness","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:canonical-readiness","source_record_id":"aoa:aoa-techniques:artifact:5e0efc9a3eeb298f0fb60abb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:91b86ea79a42b6b0db433fcd","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:5e0efc9a3eeb298f0fb60abb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -11862,7 +11221,6 @@ {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:68561a460d8cc9579457a93c","label":"write_projection","locator":{"end_column":94,"end_line":26,"fragment":"","pointer":"","start_column":1,"start_line":19},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_projection","target_ref":"python:build_quest_catalog_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_projection","target_ref":"python:build_quest_dispatch_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_projection","target_ref":"python:write_json_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_projection","target_ref":"python:write_json_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_projection","target_ref":"python:write_json_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_projection","target_ref":"python:write_json_file"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"write_projection","semantic_key":"python:function:write_projection","source_record_id":"aoa:aoa-techniques:artifact:637dddf144a4c6c59d2a17fc","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ce5966ea607cf6262c61355d","label":"check_projection","locator":{"end_column":13,"end_line":52,"fragment":"","pointer":"","start_column":1,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_projection","target_ref":"python:build_quest_catalog_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_projection","target_ref":"python:build_quest_dispatch_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_projection","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_projection","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_projection","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_projection","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_projection","target_ref":"python:read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_projection","target_ref":"python:relative_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_projection","target_ref":"python:relative_path.as_posix"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"check_projection","semantic_key":"python:function:check_projection","source_record_id":"aoa:aoa-techniques:artifact:637dddf144a4c6c59d2a17fc","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a4d1053981fcf294a2f22d34","label":"main","locator":{"end_column":13,"end_line":72,"fragment":"","pointer":"","start_column":1,"start_line":55},"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:check_projection"},{"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:relative_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_projection"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:637dddf144a4c6c59d2a17fc","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7768cc451c48020f6dd1a37b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:63c1b89d3d7da11b5eba53ec","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:63fc5e90642d9c12570091bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bb75d1d0d69ee5aa94b01850","label":"Closed Incoming Packets Distillation Legacy","locator":{"end_column":45,"end_line":1,"fragment":"closed-incoming-packets-distillation-legacy","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closed-incoming-packets-distillation-legacy","source_record_id":"aoa:aoa-techniques:artifact:63fc5e90642d9c12570091bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ec139ff20cc8c06559da0a74","label":"Index Metadata","locator":{"end_column":17,"end_line":6,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:index-metadata","source_record_id":"aoa:aoa-techniques:artifact:63fc5e90642d9c12570091bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -12019,10 +11377,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ae4655dd45cb3c1f39461ba3","label":"REPO_DOC_SURFACE_LIFT_GUIDE.md","locator":{"end_column":137,"end_line":72,"fragment":"","pointer":"","start_column":73,"start_line":72},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:stable-source-surfaces","target_ref":"REPO_DOC_SURFACE_LIFT_GUIDE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:72:73:0:REPO_DOC_SURFACE_LIFT_GUIDE.md","source_record_id":"aoa:aoa-techniques:artifact:65e16107b952e70c8143f444","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:607f7bc1641cf556afc76f0d","label":"First Section-Level Targets","locator":{"end_column":30,"end_line":74,"fragment":"first-section-level-targets","pointer":"","start_column":1,"start_line":74},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:first-section-level-targets","source_record_id":"aoa:aoa-techniques:artifact:65e16107b952e70c8143f444","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:54b63d94a3c5bbd15f33e919","label":"Explicitly Deferred","locator":{"end_column":22,"end_line":87,"fragment":"explicitly-deferred","pointer":"","start_column":1,"start_line":87},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:explicitly-deferred","source_record_id":"aoa:aoa-techniques:artifact:65e16107b952e70c8143f444","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:216e6bc90fdc8136c822acc7","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c3c60c0c4362a365db5ba3ae","label":"_load_payload","locator":{"end_column":27,"end_line":32,"fragment":"","pointer":"","start_column":1,"start_line":26},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:sys.stdin.read"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"_load_payload","semantic_key":"python:function:_load_payload","source_record_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:21585aefc4e24fe3648501af","label":"build_report","locator":{"end_column":6,"end_line":98,"fragment":"","pointer":"","start_column":1,"start_line":35},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:fail_items.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:fail_items.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:warn_items.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:warnings.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:warnings.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:warnings.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:warnings.append"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"build_report","semantic_key":"python:function:build_report","source_record_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a4d08fd67df1a30013fd2de","label":"main","locator":{"end_column":44,"end_line":117,"fragment":"","pointer":"","start_column":1,"start_line":101},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_load_payload"},{"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_report"},{"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: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.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"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8dc829e2b83e630c483a2a81","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:6619541374acff8a5d7ce30f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bb8764c2bb89249b8633c183","label":"External Import Review","locator":{"end_column":24,"end_line":1,"fragment":"external-import-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:external-import-review","source_record_id":"aoa:aoa-techniques:artifact:6619541374acff8a5d7ce30f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c49a53a548eea2e643f7ab2a","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:6619541374acff8a5d7ce30f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -12170,7 +11524,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:09891d8c47c13113b62bafa4","label":"parts/service-clarity/schemas/service_clarity_technique_note_v1.json","locator":{"end_column":163,"end_line":29,"fragment":"","pointer":"","start_column":23,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:part-local-contract-packets","target_ref":"parts/service-clarity/schemas/service_clarity_technique_note_v1.json"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:29:23:0:parts/service-clarity/schemas/service_clarity_technique_note_v1.json","source_record_id":"aoa:aoa-techniques:artifact:66fbb26dd96eaa4473a83948","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a8238e362336b2c82c1fd3fc","label":"parts/service-clarity/examples/service_clarity_technique_note_v1.example.json","locator":{"end_column":324,"end_line":29,"fragment":"","pointer":"","start_column":166,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:part-local-contract-packets","target_ref":"parts/service-clarity/examples/service_clarity_technique_note_v1.example.json"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:29:166:1:parts/service-clarity/examples/service_clarity_technique_note_v1.example.json","source_record_id":"aoa:aoa-techniques:artifact:66fbb26dd96eaa4473a83948","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ff8e6e2a48a345f3536d897c","label":"Part Rule","locator":{"end_column":12,"end_line":31,"fragment":"part-rule","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:part-rule","source_record_id":"aoa:aoa-techniques:artifact:66fbb26dd96eaa4473a83948","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1de1f8253e2a2a511c9629f3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:673475f0067e9658ac1c13dd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c4fbfe50eaf222636761ecf4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:674bbb8aa8fc8c67dceccf36","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ee6397d5023588323304e591","label":"Spark Handoff","locator":{"end_column":15,"end_line":1,"fragment":"spark-handoff","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:spark-handoff","source_record_id":"aoa:aoa-techniques:artifact:674bbb8aa8fc8c67dceccf36","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:15dfa9d0970e249b35dfbb7e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:6777374a660806a4c9d30d33","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -12184,15 +11537,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cb181c86b20e284c71b707cc","label":"Recommendation","locator":{"end_column":17,"end_line":38,"fragment":"recommendation","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:6777374a660806a4c9d30d33","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:09ca4884440c11c6c579ced2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:677db66fbc79c3cd9e73972c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7e2151966b7286b825b3bc00","label":"main","locator":{"end_column":13,"end_line":38,"fragment":"","pointer":"","start_column":1,"start_line":15},"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:build_evidence_note_manifest_payloads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_evidence_note_reader_markdown"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:collect_techniques"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:full_path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:generated_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:load_schema_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:min_path.relative_to"},{"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:reader_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:reader_path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_json_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_json_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_text_file"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:677db66fbc79c3cd9e73972c","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:009bd256df2f438cd8d9cfab","label":"Context Map Template","locator":{"end_column":22,"end_line":1,"fragment":"context-map-template","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:context-map-template","source_record_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:74e614843fef08878688c74a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7c846e75fd1f39f6d235f2bd","label":"Target Ambiguity","locator":{"end_column":19,"end_line":6,"fragment":"target-ambiguity","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:target-ambiguity","source_record_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:938c4a80a2ce165cab36f3ef","label":"Active Boundary Lenses","locator":{"end_column":25,"end_line":11,"fragment":"active-boundary-lenses","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:active-boundary-lenses","source_record_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3f9bfdcec4fed21da5ad1fac","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contexts","source_record_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bcca8f8e55d8587c0e6ceb17","label":"Interfaces","locator":{"end_column":13,"end_line":23,"fragment":"interfaces","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:interfaces","source_record_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:04c4d9126549bb76fa06bc3f","label":"Vocabulary","locator":{"end_column":13,"end_line":29,"fragment":"vocabulary","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:vocabulary","source_record_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d227ce89b5b6bd9b408317b3","label":"Route-Away Lines","locator":{"end_column":19,"end_line":34,"fragment":"route-away-lines","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:route-away-lines","source_record_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5eb2b9d14a137e86c36eaa1f","label":"Verification","locator":{"end_column":15,"end_line":39,"fragment":"verification","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:25c1cc7a28f9da56dce8e0d6","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/$schema","source_record_id":"aoa:aoa-techniques:artifact:678720844c1ec95a7e08b228","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:39ae037483f9994505033b65","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/title","source_record_id":"aoa:aoa-techniques:artifact:678720844c1ec95a7e08b228","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3ace0f29984e1fd682a8323a","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/properties","source_record_id":"aoa:aoa-techniques:artifact:678720844c1ec95a7e08b228","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, @@ -12398,40 +11742,12 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e5f1e6c2e84f190d52219d8d","label":"Fresh public-safety check","locator":{"end_column":28,"end_line":19,"fragment":"fresh-public-safety-check","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fresh-public-safety-check","source_record_id":"aoa:aoa-techniques:artifact:69ded4e434480e32d43f83ad","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fa5c27b7fcb118b750933301","label":"Remaining gaps","locator":{"end_column":17,"end_line":25,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:69ded4e434480e32d43f83ad","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a3eb5909e47b219a6dd6300","label":"Recommendation","locator":{"end_column":17,"end_line":29,"fragment":"recommendation","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:69ded4e434480e32d43f83ad","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:21e11ee5041387f5fe9e9d90","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/required","source_record_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3bd5f38873a8f43ba87071b1","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/properties","source_record_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6e95b1abbb9c44e5cc38dc77","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:78e0668b710fecb7b4d2a329","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/type","source_record_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7c1bf27e2d778e7fcfa6faef","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/$schema","source_record_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ca233ec37a72c9ee864a48c3","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/additionalProperties","source_record_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e9c08a32756a60eecf2e6316","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/title","source_record_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5b4264a880500acbcfe4bb90","label":"Origin Evidence","locator":{"end_column":17,"end_line":1,"fragment":"origin-evidence","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:origin-evidence","source_record_id":"aoa:aoa-techniques:artifact:6a350d904740b759ade9c5d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bb1d83635c4533aab88be0db","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:6a350d904740b759ade9c5d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ceebcea25d4fac12bf942520","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:6a350d904740b759ade9c5d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d3df9560fe52a622e823c6ad","label":"Source project","locator":{"end_column":17,"end_line":7,"fragment":"source-project","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-project","source_record_id":"aoa:aoa-techniques:artifact:6a350d904740b759ade9c5d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:647e229f4080cc8747b4d7fe","label":"Evidence","locator":{"end_column":11,"end_line":15,"fragment":"evidence","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:6a350d904740b759ade9c5d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bb611d1e492cf283f8953140","label":"Interpretation","locator":{"end_column":17,"end_line":23,"fragment":"interpretation","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:interpretation","source_record_id":"aoa:aoa-techniques:artifact:6a350d904740b759ade9c5d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9b999adaf3a894cb2273de8f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aed37cab5e518b14168cd345","label":"receipt_name","locator":{"end_column":39,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cbf43c89daf7be1d7e5b766d","label":"event_kind","locator":{"end_column":37,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d038732806faa144554d2556","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fa2637b11a2cbeefbde30ff0","label":"required_payload_fields","locator":{"end_column":24,"end_line":4,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:42a581e54749f4a61d93f308","label":"scope_ref","locator":{"end_column":13,"end_line":5,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a88638c8a63521ba2f13d56","label":"baseline_posture","locator":{"end_column":20,"end_line":6,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3b0f10c0b770fbb9ffbe39ae","label":"axis_delta_summary","locator":{"end_column":22,"end_line":7,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f307d131d5aafdf9dc43fbc1","label":"axis_evidence_posture","locator":{"end_column":25,"end_line":8,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a561dde6b0a963c6abaa54a3","label":"verdict","locator":{"end_column":11,"end_line":9,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:70a9b9e5db523655166913b6","label":"optional_payload_fields","locator":{"end_column":24,"end_line":10,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a745b13ba8f7ab17e841c34d","label":"caution_refs","locator":{"end_column":16,"end_line":11,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6f0d90b431ed21fe4b36bef6","label":"unlock_hint_refs","locator":{"end_column":20,"end_line":12,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d9cdbdd827c3c3ac19e3abee","label":"automation_readiness_hint","locator":{"end_column":29,"end_line":13,"fragment":"","pointer":"/optional_payload_fields/2","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9175e26a21950ba1b0bd296c","label":"deferred_axis_refs","locator":{"end_column":22,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/3","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:edec73e59f8b4f10ad80d77f","label":"rules","locator":{"end_column":6,"end_line":15,"fragment":"","pointer":"/rules","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ae1a6f14fcb52fe2ba10f42c","label":"keep the receipt multi-axis and descriptive rather than score-shaped","locator":{"end_column":72,"end_line":16,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2a663dfd7e95d455b9eca59d","label":"baseline posture must stay visible before comparative movement is claimed","locator":{"end_column":77,"end_line":17,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3bd249f41ab6131de35fbe73","label":"checkpoint, donor, closeout, and generated hints must not appear as confirmed movement unless reviewed evidence supports them","locator":{"end_column":129,"end_line":18,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f7623243844ff0a3c7e907de","label":"allow hold, reanchor, or downgrade without treating receipt emission as progress by itself","locator":{"end_column":94,"end_line":19,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3386f2ce6f2bf619842abe5f","label":"keep automation hints advisory and non-authoritative","locator":{"end_column":56,"end_line":20,"fragment":"","pointer":"/rules/4","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/4","source_record_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:864d928255cd13bb2b34caa0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:6a8e3af2a7fdbc00fa9cfa38","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:88b084d5e7241d753918e032","label":"Minimal Intent Chain","locator":{"end_column":22,"end_line":1,"fragment":"minimal-intent-chain","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-intent-chain","source_record_id":"aoa:aoa-techniques:artifact:6a8e3af2a7fdbc00fa9cfa38","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9046a92fd11b001670093ea2","label":"Input intent","locator":{"end_column":15,"end_line":5,"fragment":"input-intent","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:input-intent","source_record_id":"aoa:aoa-techniques:artifact:6a8e3af2a7fdbc00fa9cfa38","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -12658,12 +11974,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9e703601888a869d572590e7","label":"Boundaries","locator":{"end_column":13,"end_line":43,"fragment":"boundaries","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:6cbefd43f4835a1bab7f03a9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6fbbd422e0dd5a8663665d00","label":"Validation","locator":{"end_column":13,"end_line":64,"fragment":"validation","pointer":"","start_column":1,"start_line":64},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:6cbefd43f4835a1bab7f03a9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:38a936047de5c722b1e0542b","label":"Closeout","locator":{"end_column":11,"end_line":74,"fragment":"closeout","pointer":"","start_column":1,"start_line":74},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout","source_record_id":"aoa:aoa-techniques:artifact:6cbefd43f4835a1bab7f03a9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:96b740056ce0651862165715","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ecff337358ec01309662d780","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:075c7b936c4f2da7f6a4a632","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8882a82c63c89f74f9e33414","label":"When it applies","locator":{"end_column":18,"end_line":7,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6b4384cfbe39fc2384adaa55","label":"Review checklist","locator":{"end_column":19,"end_line":13,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1b4da24b313939aa73d8d56e","label":"Not a fit","locator":{"end_column":12,"end_line":29,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6686dc8f6a150341ff14d615","label":"Origin Evidence","locator":{"end_column":17,"end_line":1,"fragment":"origin-evidence","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:origin-evidence","source_record_id":"aoa:aoa-techniques:artifact:6d14c791e5b79fccfffabcde","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f953d6f8abcae62fae0e40b0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:6d14c791e5b79fccfffabcde","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ff1a4c06c77b2da304d6492d","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:6d14c791e5b79fccfffabcde","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -12811,27 +12121,26 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e9b5d9744cab7fde05544c29","label":"Public-safety review","locator":{"end_column":23,"end_line":22,"fragment":"public-safety-review","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:public-safety-review","source_record_id":"aoa:aoa-techniques:artifact:6edbd89453a60d0eac643395","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:53cd6eff6da2e7223efb9985","label":"Review notes","locator":{"end_column":15,"end_line":29,"fragment":"review-notes","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-notes","source_record_id":"aoa:aoa-techniques:artifact:6edbd89453a60d0eac643395","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:43cf53fe511bc93ae4a2a19a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:6ee274eb66234bef97bd1ad6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2f56831d807890c4b87af7e7","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:6ef01b8e7e152498e89ee3a5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c5293c51f822a2ea1be12ee2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:92db906d4c5b1728a173d6c0","label":"load_inventory","locator":{"end_column":66,"end_line":75,"fragment":"","pointer":"","start_column":1,"start_line":74},"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","provenance_ref":"deterministic","qualified_name":"load_inventory","semantic_key":"python:function:load_inventory","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:95da84a92f4d674413ddeea7","label":"inventory_entries","locator":{"end_column":47,"end_line":79,"fragment":"","pointer":"","start_column":1,"start_line":78},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inventory_entries","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"inventory_entries","semantic_key":"python:function:inventory_entries","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ff7182f5d22fa7484417ec2d","label":"inventory_paths","locator":{"end_column":60,"end_line":83,"fragment":"","pointer":"","start_column":1,"start_line":82},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inventory_paths","target_ref":"python:inventory_entries"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"inventory_paths","semantic_key":"python:function:inventory_paths","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fbd6a511435d0ada652f05c3","label":"discovered_script_surfaces","locator":{"end_column":6,"end_line":96,"fragment":"","pointer":"","start_column":1,"start_line":86},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discovered_script_surfaces","target_ref":"python:REPO_ROOT.rglob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discovered_script_surfaces","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discovered_script_surfaces","target_ref":"python:path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discovered_script_surfaces","target_ref":"python:relative.startswith"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"discovered_script_surfaces","semantic_key":"python:function:discovered_script_surfaces","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d1c9944b28cc8ea90f21339d","label":"command_script_paths","locator":{"end_column":17,"end_line":105,"fragment":"","pointer":"","start_column":1,"start_line":99},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:command_script_paths","target_ref":"python:part.endswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:command_script_paths","target_ref":"python:paths.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:command_script_paths","target_ref":"python:set"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"command_script_paths","semantic_key":"python:function:command_script_paths","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b8f696cc6fb7c1b71e276c97","label":"all_lane_command_script_paths","locator":{"end_column":42,"end_line":116,"fragment":"","pointer":"","start_column":1,"start_line":108},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:all_lane_command_script_paths","target_ref":"python:command_script_paths"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"all_lane_command_script_paths","semantic_key":"python:function:all_lane_command_script_paths","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f61a442818214c7fc5745ddd","label":"resolve_local_script_ref","locator":{"end_column":16,"end_line":129,"fragment":"","pointer":"","start_column":1,"start_line":119},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_local_script_ref","target_ref":"python:raw_ref.removeprefix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_local_script_ref","target_ref":"python:raw_ref.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_local_script_ref","target_ref":"python:raw_ref.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_local_script_ref","target_ref":"python:resolved.relative_to"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"resolve_local_script_ref","semantic_key":"python:function:resolve_local_script_ref","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:07e5398fc0908ca3f361cb38","label":"import_path_for","locator":{"end_column":31,"end_line":141,"fragment":"","pointer":"","start_column":1,"start_line":133},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:import_path_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:import_path_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:import_path_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:import_path_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:import_path_for","target_ref":"python:sys.path.insert"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:import_path_for","target_ref":"python:sys.path.insert"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:import_path_for","target_ref":"python:sys.path.insert"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"import_path_for","semantic_key":"python:function:import_path_for","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a340dc2bc78d5937850b6c6b","label":"ScriptTopologyTests","locator":{"end_column":52,"end_line":307,"fragment":"","pointer":"","start_column":1,"start_line":144},"outbound_refs":[],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests","semantic_key":"python:class:ScriptTopologyTests","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"class","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cf940a75c3f0aaa55fdc23cd","label":"test_script_inventory_covers_every_active_script_surface","locator":{"end_column":67,"end_line":153,"fragment":"","pointer":"","start_column":5,"start_line":145},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:discovered_script_surfaces"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:load_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:set"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","semantic_key":"python:method:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d0c8b3c354c17498e041c3a7","label":"test_script_inventory_entries_are_complete_and_owner_routed","locator":{"end_column":55,"end_line":171,"fragment":"","pointer":"","start_column":5,"start_line":155},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:inventory_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertIsInstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertIsInstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertIsInstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertIsInstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.subTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:set"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","semantic_key":"python:method:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0441bb28dc1ca8ba0331016e","label":"test_lane_commands_reference_inventoried_scripts_not_hidden_commands","locator":{"end_column":10,"end_line":190,"fragment":"","pointer":"","start_column":5,"start_line":173},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:all_lane_command_script_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:command_script_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:inventory_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:self.assertFalse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:self.assertTrue"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","semantic_key":"python:method:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:61e85fd13a64320d63407a07","label":"test_mechanics_part_local_scripts_are_runner_discovered","locator":{"end_column":45,"end_line":204,"fragment":"","pointer":"","start_column":5,"start_line":192},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","target_ref":"python:command_script_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","target_ref":"python:inventory_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","target_ref":"python:run_part_local_tests.builder_check_commands"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","target_ref":"python:run_part_local_tests.validator_commands"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","target_ref":"python:self.assertTrue"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","semantic_key":"python:method:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3069419b8fa1a0d2d5c85011","label":"test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","locator":{"end_column":60,"end_line":219,"fragment":"","pointer":"","start_column":5,"start_line":206},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","target_ref":"python:all_lane_command_script_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","target_ref":"python:inventory_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","target_ref":"python:path.endswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","target_ref":"python:path.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","semantic_key":"python:method:ScriptTopologyTests.test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6221eb33229a8aed38307b3b","label":"test_side_effect_boundaries_are_visible","locator":{"end_column":78,"end_line":233,"fragment":"","pointer":"","start_column":5,"start_line":221},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:inventory_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:self.assertNotEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_side_effect_boundaries_are_visible","semantic_key":"python:method:ScriptTopologyTests.test_side_effect_boundaries_are_visible","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:15f5f6a0b341d210080b4258","label":"test_python_scripts_import_without_running_main","locator":{"end_column":26,"end_line":250,"fragment":"","pointer":"","start_column":5,"start_line":235},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:import_path_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:importlib.import_module"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:inventory_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:path.endswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:path.removesuffix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:path.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:runpy.run_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:self.subTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:str"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_python_scripts_import_without_running_main","semantic_key":"python:method:ScriptTopologyTests.test_python_scripts_import_without_running_main","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:91b44fc7a71170d9df6ea6dd","label":"test_safe_cli_smoke_commands_stay_non_mutating","locator":{"end_column":18,"end_line":267,"fragment":"","pointer":"","start_column":5,"start_line":252},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_safe_cli_smoke_commands_stay_non_mutating","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_safe_cli_smoke_commands_stay_non_mutating","target_ref":"python:self.subTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_safe_cli_smoke_commands_stay_non_mutating","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_safe_cli_smoke_commands_stay_non_mutating","semantic_key":"python:method:ScriptTopologyTests.test_safe_cli_smoke_commands_stay_non_mutating","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bf3934c5c1550a80d75e68be","label":"test_active_route_docs_do_not_reference_missing_scripts","locator":{"end_column":38,"end_line":296,"fragment":"","pointer":"","start_column":5,"start_line":269},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:REPO_ROOT.glob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:SCRIPT_REF_RE.finditer"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:doc.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:doc.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:match.group"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:match.group"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:resolve_local_script_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","semantic_key":"python:method:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f96290156e1059ab28fb4ac8","label":"test_no_tracked_python_cache_residue_under_script_surfaces","locator":{"end_column":52,"end_line":307,"fragment":"","pointer":"","start_column":5,"start_line":298},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_no_tracked_python_cache_residue_under_script_surfaces","target_ref":"python:result.stdout.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_no_tracked_python_cache_residue_under_script_surfaces","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_no_tracked_python_cache_residue_under_script_surfaces","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_no_tracked_python_cache_residue_under_script_surfaces","semantic_key":"python:method:ScriptTopologyTests.test_no_tracked_python_cache_residue_under_script_surfaces","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:92db906d4c5b1728a173d6c0","label":"load_inventory","locator":{"end_column":66,"end_line":72,"fragment":"","pointer":"","start_column":1,"start_line":71},"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","provenance_ref":"deterministic","qualified_name":"load_inventory","semantic_key":"python:function:load_inventory","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:95da84a92f4d674413ddeea7","label":"inventory_entries","locator":{"end_column":47,"end_line":76,"fragment":"","pointer":"","start_column":1,"start_line":75},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inventory_entries","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"inventory_entries","semantic_key":"python:function:inventory_entries","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ff7182f5d22fa7484417ec2d","label":"inventory_paths","locator":{"end_column":60,"end_line":80,"fragment":"","pointer":"","start_column":1,"start_line":79},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inventory_paths","target_ref":"python:inventory_entries"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"inventory_paths","semantic_key":"python:function:inventory_paths","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fbd6a511435d0ada652f05c3","label":"discovered_script_surfaces","locator":{"end_column":6,"end_line":93,"fragment":"","pointer":"","start_column":1,"start_line":83},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discovered_script_surfaces","target_ref":"python:REPO_ROOT.rglob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discovered_script_surfaces","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discovered_script_surfaces","target_ref":"python:path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discovered_script_surfaces","target_ref":"python:relative.startswith"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"discovered_script_surfaces","semantic_key":"python:function:discovered_script_surfaces","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d1c9944b28cc8ea90f21339d","label":"command_script_paths","locator":{"end_column":17,"end_line":102,"fragment":"","pointer":"","start_column":1,"start_line":96},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:command_script_paths","target_ref":"python:part.endswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:command_script_paths","target_ref":"python:paths.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:command_script_paths","target_ref":"python:set"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"command_script_paths","semantic_key":"python:function:command_script_paths","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b8f696cc6fb7c1b71e276c97","label":"all_lane_command_script_paths","locator":{"end_column":42,"end_line":113,"fragment":"","pointer":"","start_column":1,"start_line":105},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:all_lane_command_script_paths","target_ref":"python:command_script_paths"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"all_lane_command_script_paths","semantic_key":"python:function:all_lane_command_script_paths","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f61a442818214c7fc5745ddd","label":"resolve_local_script_ref","locator":{"end_column":16,"end_line":126,"fragment":"","pointer":"","start_column":1,"start_line":116},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_local_script_ref","target_ref":"python:raw_ref.removeprefix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_local_script_ref","target_ref":"python:raw_ref.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_local_script_ref","target_ref":"python:raw_ref.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_local_script_ref","target_ref":"python:resolved.relative_to"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"resolve_local_script_ref","semantic_key":"python:function:resolve_local_script_ref","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:07e5398fc0908ca3f361cb38","label":"import_path_for","locator":{"end_column":31,"end_line":138,"fragment":"","pointer":"","start_column":1,"start_line":130},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:import_path_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:import_path_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:import_path_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:import_path_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:import_path_for","target_ref":"python:sys.path.insert"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:import_path_for","target_ref":"python:sys.path.insert"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:import_path_for","target_ref":"python:sys.path.insert"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"import_path_for","semantic_key":"python:function:import_path_for","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a340dc2bc78d5937850b6c6b","label":"ScriptTopologyTests","locator":{"end_column":52,"end_line":300,"fragment":"","pointer":"","start_column":1,"start_line":141},"outbound_refs":[],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests","semantic_key":"python:class:ScriptTopologyTests","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"class","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cf940a75c3f0aaa55fdc23cd","label":"test_script_inventory_covers_every_active_script_surface","locator":{"end_column":67,"end_line":150,"fragment":"","pointer":"","start_column":5,"start_line":142},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:discovered_script_surfaces"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:load_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","target_ref":"python:set"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","semantic_key":"python:method:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d0c8b3c354c17498e041c3a7","label":"test_script_inventory_entries_are_complete_and_owner_routed","locator":{"end_column":55,"end_line":168,"fragment":"","pointer":"","start_column":5,"start_line":152},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:inventory_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertIsInstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertIsInstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertIsInstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertIsInstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:self.subTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","target_ref":"python:set"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","semantic_key":"python:method:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0441bb28dc1ca8ba0331016e","label":"test_lane_commands_reference_inventoried_scripts_not_hidden_commands","locator":{"end_column":10,"end_line":187,"fragment":"","pointer":"","start_column":5,"start_line":170},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:all_lane_command_script_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:command_script_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:inventory_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:self.assertFalse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","target_ref":"python:self.assertTrue"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","semantic_key":"python:method:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:61e85fd13a64320d63407a07","label":"test_mechanics_part_local_scripts_are_runner_discovered","locator":{"end_column":45,"end_line":201,"fragment":"","pointer":"","start_column":5,"start_line":189},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","target_ref":"python:command_script_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","target_ref":"python:inventory_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","target_ref":"python:run_part_local_tests.builder_check_commands"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","target_ref":"python:run_part_local_tests.validator_commands"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","target_ref":"python:self.assertTrue"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","semantic_key":"python:method:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3ccf227ede8a00bf19193d30","label":"test_advisory_observation_tools_are_not_hidden_hard_gates","locator":{"end_column":60,"end_line":212,"fragment":"","pointer":"","start_column":5,"start_line":203},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_observation_tools_are_not_hidden_hard_gates","target_ref":"python:all_lane_command_script_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_observation_tools_are_not_hidden_hard_gates","target_ref":"python:inventory_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_observation_tools_are_not_hidden_hard_gates","target_ref":"python:path.endswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_observation_tools_are_not_hidden_hard_gates","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_observation_tools_are_not_hidden_hard_gates","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_observation_tools_are_not_hidden_hard_gates","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_advisory_observation_tools_are_not_hidden_hard_gates","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_advisory_observation_tools_are_not_hidden_hard_gates","semantic_key":"python:method:ScriptTopologyTests.test_advisory_observation_tools_are_not_hidden_hard_gates","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6221eb33229a8aed38307b3b","label":"test_side_effect_boundaries_are_visible","locator":{"end_column":78,"end_line":226,"fragment":"","pointer":"","start_column":5,"start_line":214},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:inventory_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:self.assertNotEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_side_effect_boundaries_are_visible","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_side_effect_boundaries_are_visible","semantic_key":"python:method:ScriptTopologyTests.test_side_effect_boundaries_are_visible","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:15f5f6a0b341d210080b4258","label":"test_python_scripts_import_without_running_main","locator":{"end_column":26,"end_line":243,"fragment":"","pointer":"","start_column":5,"start_line":228},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:import_path_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:importlib.import_module"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:inventory_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:path.endswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:path.removesuffix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:path.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:runpy.run_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:self.subTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_python_scripts_import_without_running_main","target_ref":"python:str"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_python_scripts_import_without_running_main","semantic_key":"python:method:ScriptTopologyTests.test_python_scripts_import_without_running_main","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:91b44fc7a71170d9df6ea6dd","label":"test_safe_cli_smoke_commands_stay_non_mutating","locator":{"end_column":18,"end_line":260,"fragment":"","pointer":"","start_column":5,"start_line":245},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_safe_cli_smoke_commands_stay_non_mutating","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_safe_cli_smoke_commands_stay_non_mutating","target_ref":"python:self.subTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_safe_cli_smoke_commands_stay_non_mutating","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_safe_cli_smoke_commands_stay_non_mutating","semantic_key":"python:method:ScriptTopologyTests.test_safe_cli_smoke_commands_stay_non_mutating","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bf3934c5c1550a80d75e68be","label":"test_active_route_docs_do_not_reference_missing_scripts","locator":{"end_column":38,"end_line":289,"fragment":"","pointer":"","start_column":5,"start_line":262},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:REPO_ROOT.glob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:SCRIPT_REF_RE.finditer"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:doc.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:doc.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:match.group"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:match.group"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:resolve_local_script_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","semantic_key":"python:method:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f96290156e1059ab28fb4ac8","label":"test_no_tracked_python_cache_residue_under_script_surfaces","locator":{"end_column":52,"end_line":300,"fragment":"","pointer":"","start_column":5,"start_line":291},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_no_tracked_python_cache_residue_under_script_surfaces","target_ref":"python:result.stdout.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_no_tracked_python_cache_residue_under_script_surfaces","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ScriptTopologyTests.test_no_tracked_python_cache_residue_under_script_surfaces","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ScriptTopologyTests.test_no_tracked_python_cache_residue_under_script_surfaces","semantic_key":"python:method:ScriptTopologyTests.test_no_tracked_python_cache_residue_under_script_surfaces","source_record_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7a3a9da109c336c8e4dba46c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:6fe72c7467dd5adb095a1cde","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e8df74aa370770f6867b0028","label":"External Import Review","locator":{"end_column":24,"end_line":1,"fragment":"external-import-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:external-import-review","source_record_id":"aoa:aoa-techniques:artifact:6fe72c7467dd5adb095a1cde","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8becd8fce3391838d37a1545","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:6fe72c7467dd5adb095a1cde","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -12852,14 +12161,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a0db38de0deac1c262490d87","label":"Import-path assessment","locator":{"end_column":25,"end_line":32,"fragment":"import-path-assessment","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:import-path-assessment","source_record_id":"aoa:aoa-techniques:artifact:700ac18baef6e4bb7d5afc84","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ba26fab5202b3bdbb7aa4234","label":"Remaining gaps","locator":{"end_column":17,"end_line":38,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:700ac18baef6e4bb7d5afc84","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fea19d59f4c3dcfb57ebcabb","label":"Recommendation","locator":{"end_column":17,"end_line":43,"fragment":"recommendation","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:700ac18baef6e4bb7d5afc84","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:017eb22a74a911b6801433de","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2f080e0bc600fe7104741a36","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:66f005b37954e7c985310f6c","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9275dbaa21453681408a5f07","label":"Why this skill fits","locator":{"end_column":22,"end_line":6,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ebaf6c88339ed89420845cb7","label":"Expected inputs","locator":{"end_column":18,"end_line":9,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8759ac0470317ec8bc5b784a","label":"Expected outputs","locator":{"end_column":19,"end_line":15,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:54654609e0b27e4b07b62072","label":"Boundary notes","locator":{"end_column":17,"end_line":21,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:588120b8ce175dad9b28f337","label":"Verification notes","locator":{"end_column":21,"end_line":26,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4407c5af1b2da6ef46684c5e","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agentsmd","source_record_id":"aoa:aoa-techniques:artifact:702481da184f07f5e5d7f9b6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b468584d9a09ecdd134146e2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:702481da184f07f5e5d7f9b6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a38e13501550587910fb3ed2","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:applies-to","source_record_id":"aoa:aoa-techniques:artifact:702481da184f07f5e5d7f9b6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -12999,18 +12300,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ac791f1853b4bab8c3ef4343","label":"Source project","locator":{"end_column":17,"end_line":7,"fragment":"source-project","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-project","source_record_id":"aoa:aoa-techniques:artifact:713beaf47767f8ddeda5bb50","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a5d28429d1402891783be4ce","label":"Evidence","locator":{"end_column":11,"end_line":15,"fragment":"evidence","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:713beaf47767f8ddeda5bb50","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bde0c2c0f71ece144b23cc50","label":"Interpretation","locator":{"end_column":17,"end_line":21,"fragment":"interpretation","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:interpretation","source_record_id":"aoa:aoa-techniques:artifact:713beaf47767f8ddeda5bb50","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:260342ab54f7912e4e4d8670","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2d2c473b96ed85ebd22f2578","label":"aoa-core-logic-boundary","locator":{"end_column":25,"end_line":16,"fragment":"aoa-core-logic-boundary","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-core-logic-boundary","source_record_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f61a7027a20b555c0f8ffbc4","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f9b88c654e538249bad0d74e","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b236c1c01ce97906a9ff00a5","label":"Inputs","locator":{"end_column":9,"end_line":39,"fragment":"inputs","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e6e3683d0e81363f9b8aeac5","label":"Outputs","locator":{"end_column":10,"end_line":46,"fragment":"outputs","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a58c3117aa63fb4c5b8afd04","label":"Procedure","locator":{"end_column":12,"end_line":53,"fragment":"procedure","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2fc8091c7b267c25f487cd9c","label":"Contracts","locator":{"end_column":12,"end_line":62,"fragment":"contracts","pointer":"","start_column":1,"start_line":62},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b8e81c61c4629e59c6a414d6","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":70,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":70},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:be9582303f1cd260365f83a5","label":"Verification","locator":{"end_column":15,"end_line":79,"fragment":"verification","pointer":"","start_column":1,"start_line":79},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4a66dfff9c14257dafdc1c2e","label":"Technique traceability","locator":{"end_column":25,"end_line":87,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":87},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:84b29463fe1d819022dc71f4","label":"Adaptation points","locator":{"end_column":20,"end_line":92,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":92},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8b59d0d1b806e762138723ee","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:71426c49f6417b454eedddbd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:03dd1afa312367547a4ae895","label":"ValidateRepoQuestbookIntelligenceTests","locator":{"end_column":55,"end_line":368,"fragment":"","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ValidateRepoQuestbookIntelligenceTests","semantic_key":"python:class:ValidateRepoQuestbookIntelligenceTests","source_record_id":"aoa:aoa-techniques:artifact:71426c49f6417b454eedddbd","symbol_kind":"class","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9461cc3bba455957829856d1","label":"test_work_quest_schema_lane_matches_yaml_source_route","locator":{"end_column":79,"end_line":16,"fragment":"","pointer":"","start_column":5,"start_line":14},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateRepoQuestbookIntelligenceTests.test_work_quest_schema_lane_matches_yaml_source_route","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateRepoQuestbookIntelligenceTests.test_work_quest_schema_lane_matches_yaml_source_route","target_ref":"python:validate_repo.read_json"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"ValidateRepoQuestbookIntelligenceTests.test_work_quest_schema_lane_matches_yaml_source_route","semantic_key":"python:method:ValidateRepoQuestbookIntelligenceTests.test_work_quest_schema_lane_matches_yaml_source_route","source_record_id":"aoa:aoa-techniques:artifact:71426c49f6417b454eedddbd","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, @@ -13044,7 +12333,17 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d1a7a83d386180cb969b0758","label":"Detection signals","locator":{"end_column":20,"end_line":28,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:715f403743056cd9c0837edd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9be2919a708f45abd7798419","label":"Mitigations","locator":{"end_column":14,"end_line":34,"fragment":"mitigations","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:715f403743056cd9c0837edd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c7325f3d2d3d9987d070d38a","label":"Recommendation","locator":{"end_column":17,"end_line":40,"fragment":"recommendation","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:715f403743056cd9c0837edd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:98d737fbf1efec9a38cc9808","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:719c8b6b987bfb2e7352b61e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:190c802759b5b888eefb32de","label":"Keep The Technique Canon Without A Skill Home","locator":{"end_column":47,"end_line":1,"fragment":"keep-the-technique-canon-without-a-skill-home","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:keep-the-technique-canon-without-a-skill-home","source_record_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8a14f662af1b798a45c24d30","label":"Index Metadata","locator":{"end_column":17,"end_line":6,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:index-metadata","source_record_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d1635c59990129e48a8bf107","label":"Context","locator":{"end_column":10,"end_line":16,"fragment":"context","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:context","source_record_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:771473075ad2f3a3723e6657","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:options-considered","source_record_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:50021c55f9be4068e38efbf6","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decision","source_record_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d199558c644efa9703226e78","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rationale","source_record_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:69c88cdf010e6dd3e9595809","label":"Consequences","locator":{"end_column":15,"end_line":75,"fragment":"consequences","pointer":"","start_column":1,"start_line":75},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:consequences","source_record_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7d9cc9b761783780b370776c","label":"Source surfaces","locator":{"end_column":18,"end_line":91,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":91},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-surfaces","source_record_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6af96f039ad707bb210bc36b","label":"Follow-up route","locator":{"end_column":18,"end_line":104,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":104},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:follow-up-route","source_record_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:140aa70bb802705ca4d81428","label":"Verification","locator":{"end_column":15,"end_line":111,"fragment":"verification","pointer":"","start_column":1,"start_line":111},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7a0615b45c0dab3df47669c2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:71aad4a396e6ddadb23793d0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d11c85a24833a2863d2c264d","label":"Concrete Subtree Fragmented Context","locator":{"end_column":37,"end_line":1,"fragment":"concrete-subtree-fragmented-context","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:concrete-subtree-fragmented-context","source_record_id":"aoa:aoa-techniques:artifact:71aad4a396e6ddadb23793d0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:da2bf0843683919794cdc829","label":"Fragment layout","locator":{"end_column":18,"end_line":5,"fragment":"fragment-layout","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fragment-layout","source_record_id":"aoa:aoa-techniques:artifact:71aad4a396e6ddadb23793d0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -13176,17 +12475,6 @@ {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5249d20a2efbb5b8b7a6abbc","label":"test_pilot_keeps_frontmatter_facets_unchanged","locator":{"end_column":59,"end_line":92,"fragment":"","pointer":"","start_column":5,"start_line":84},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:HandoffContinuationTreePilotTestCase.test_pilot_keeps_frontmatter_facets_unchanged","target_ref":"python:read_frontmatter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:HandoffContinuationTreePilotTestCase.test_pilot_keeps_frontmatter_facets_unchanged","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:HandoffContinuationTreePilotTestCase.test_pilot_keeps_frontmatter_facets_unchanged","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:HandoffContinuationTreePilotTestCase.test_pilot_keeps_frontmatter_facets_unchanged","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:HandoffContinuationTreePilotTestCase.test_pilot_keeps_frontmatter_facets_unchanged","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:HandoffContinuationTreePilotTestCase.test_pilot_keeps_frontmatter_facets_unchanged","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"HandoffContinuationTreePilotTestCase.test_pilot_keeps_frontmatter_facets_unchanged","semantic_key":"python:method:HandoffContinuationTreePilotTestCase.test_pilot_keeps_frontmatter_facets_unchanged","source_record_id":"aoa:aoa-techniques:artifact:7407303c3d88ba654f200fed","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4ae96c3cc63f71790d2364c4","label":"test_continuity_trunk_names_both_pilot_shelves","locator":{"end_column":66,"end_line":102,"fragment":"","pointer":"","start_column":5,"start_line":94},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:HandoffContinuationTreePilotTestCase.test_continuity_trunk_names_both_pilot_shelves","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:HandoffContinuationTreePilotTestCase.test_continuity_trunk_names_both_pilot_shelves","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:HandoffContinuationTreePilotTestCase.test_continuity_trunk_names_both_pilot_shelves","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:HandoffContinuationTreePilotTestCase.test_continuity_trunk_names_both_pilot_shelves","target_ref":"python:self.assertIn"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"HandoffContinuationTreePilotTestCase.test_continuity_trunk_names_both_pilot_shelves","semantic_key":"python:method:HandoffContinuationTreePilotTestCase.test_continuity_trunk_names_both_pilot_shelves","source_record_id":"aoa:aoa-techniques:artifact:7407303c3d88ba654f200fed","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:579227bfcef380a8da5b76ba","label":"test_root_legacy_receipt_preserves_old_and_new_paths","locator":{"end_column":76,"end_line":117,"fragment":"","pointer":"","start_column":5,"start_line":104},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:HandoffContinuationTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:HandoffContinuationTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:HandoffContinuationTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:HandoffContinuationTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"HandoffContinuationTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","semantic_key":"python:method:HandoffContinuationTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","source_record_id":"aoa:aoa-techniques:artifact:7407303c3d88ba654f200fed","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a7e24f31b916e6b1bd5b7cad","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d0d179ff34af7c70309975cd","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a7b55b30685a316d6370ad4a","label":"display_name","locator":{"end_column":41,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:79e5c84f8005f87a93d605e9","label":"short_description","locator":{"end_column":51,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7b30a5afea946cd6417c7364","label":"default_prompt","locator":{"end_column":164,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a0c16d3d1d6c5771bf6b7aed","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b43d04d8552091e8d16ffdcf","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f87f92957a639de97e12c301","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7eaa3cf2a09d56c958fb9bdc","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c9addf708e75721ea29423bc","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:96bcd70c5076699cc1ec119c","label":"allow_implicit_invocation","locator":{"end_column":33,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3195de7ba2422399682c6f68","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7456cccdf9125526fac126b2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eb912161ad3c825607dc800b","label":"Request Evidence Bundle Readiness Review","locator":{"end_column":42,"end_line":1,"fragment":"request-evidence-bundle-readiness-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:request-evidence-bundle-readiness-review","source_record_id":"aoa:aoa-techniques:artifact:7456cccdf9125526fac126b2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a97c7c8b5910620b005638ba","label":"request-evidence-practice","locator":{"end_column":61,"end_line":7,"fragment":"","pointer":"","start_column":1,"start_line":7},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:request-evidence-bundle-readiness-review","target_ref":"../request-evidence-practice.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:7:1:0:../request-evidence-practice.md","source_record_id":"aoa:aoa-techniques:artifact:7456cccdf9125526fac126b2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -13249,13 +12537,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:373c1e9dc6ead83e1301aef8","label":"Import-path assessment","locator":{"end_column":25,"end_line":29,"fragment":"import-path-assessment","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:import-path-assessment","source_record_id":"aoa:aoa-techniques:artifact:74ecf478b5dab85b758be703","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4dd8678ff1cb6b2e4bd0887b","label":"Remaining gaps","locator":{"end_column":17,"end_line":34,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:74ecf478b5dab85b758be703","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:67509183504e70b0f7d90c7f","label":"Recommendation","locator":{"end_column":17,"end_line":38,"fragment":"recommendation","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:74ecf478b5dab85b758be703","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5340ba60014ef78b2964e0e8","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/additionalProperties","source_record_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5fcbf405ac77b97d6c42314a","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/required","source_record_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:94240ac1678b40cc41634c6d","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/properties","source_record_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b039e5154c5f5624151bd027","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/type","source_record_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e25e2e87411f23568b6a9d4f","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/$schema","source_record_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e89a20508cbc5beb88b11609","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/title","source_record_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f3281a24c344e7a164d59e94","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:51e7e5a32fe9fd41052840df","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7509581fdecfac52b10fbe11","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7305f4dfb185a59944b996e6","label":"Method-Growth Obsolescence Route","locator":{"end_column":34,"end_line":1,"fragment":"method-growth-obsolescence-route","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:method-growth-obsolescence-route","source_record_id":"aoa:aoa-techniques:artifact:7509581fdecfac52b10fbe11","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0ad8626b0aa22806f767bc84","label":"Index Metadata","locator":{"end_column":17,"end_line":7,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:index-metadata","source_record_id":"aoa:aoa-techniques:artifact:7509581fdecfac52b10fbe11","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -13362,11 +12643,6 @@ {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:facd41c5714088f99c531b94","label":"evidence","locator":{"end_column":12,"end_line":51,"fragment":"","pointer":"/tags/2","start_column":3,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/tags/2","source_record_id":"aoa:aoa-techniques:artifact:754686c05ff675b0e98c9aa0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b4a2135e141f7099b5890e02","label":"notes","locator":{"end_column":9,"end_line":52,"fragment":"","pointer":"/notes","start_column":1,"start_line":52},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/notes","source_record_id":"aoa:aoa-techniques:artifact:754686c05ff675b0e98c9aa0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:deddd6986b3a228bad658a9f","label":"public_safe","locator":{"end_column":17,"end_line":53,"fragment":"","pointer":"/public_safe","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/public_safe","source_record_id":"aoa:aoa-techniques:artifact:754686c05ff675b0e98c9aa0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4a2848bc964f9fa2bd6a588f","label":"Stats Event Envelope","locator":{"end_column":22,"end_line":1,"fragment":"stats-event-envelope","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stats-event-envelope","source_record_id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cf84c05e6f051a3d4cd96e50","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7cebc26ad9ec4f7ec04e360d","label":"Required fields","locator":{"end_column":18,"end_line":12,"fragment":"required-fields","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:required-fields","source_record_id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eb0d08cba64e7c9442478f91","label":"Optional fields","locator":{"end_column":18,"end_line":24,"fragment":"optional-fields","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:optional-fields","source_record_id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d2d66e1c5d9f87f29c10ea55","label":"Rules","locator":{"end_column":8,"end_line":31,"fragment":"rules","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rules","source_record_id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3580be83591f3f5166daf498","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:757e2a99b8a1456db342687f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c9d6005e4c27eca942ec5a0b","label":"Questbook Candidate Mechanic","locator":{"end_column":30,"end_line":1,"fragment":"questbook-candidate-mechanic","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:questbook-candidate-mechanic","source_record_id":"aoa:aoa-techniques:artifact:757e2a99b8a1456db342687f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:70ce8f86f0d17a039fe073e3","label":"Index Metadata","locator":{"end_column":17,"end_line":7,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:index-metadata","source_record_id":"aoa:aoa-techniques:artifact:757e2a99b8a1456db342687f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -13539,7 +12815,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2f9c70c7ab2bc52a08b9b858","label":"Future evolution","locator":{"end_column":19,"end_line":180,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":180},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:770f717bd719c9ebb8fd232e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2c90b7c31271edd93cc1a1a0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:77168827fc09035b04381415","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8ef71bcc448669f511d15a8d","label":"Spark Result","locator":{"end_column":14,"end_line":1,"fragment":"spark-result","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:spark-result","source_record_id":"aoa:aoa-techniques:artifact:77168827fc09035b04381415","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bf51265fe5eee1bcab5ca7c0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:77502f9785278ea361977196","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:18c745b31f2a3401a6b0547e","label":"External Origin Note","locator":{"end_column":22,"end_line":1,"fragment":"external-origin-note","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:external-origin-note","source_record_id":"aoa:aoa-techniques:artifact:775dc875b361703c3f9ded24","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:35424fd712084ba3032f419c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:775dc875b361703c3f9ded24","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:245bb154bcfb18a70c10ae46","label":"Source","locator":{"end_column":9,"end_line":6,"fragment":"source","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source","source_record_id":"aoa:aoa-techniques:artifact:775dc875b361703c3f9ded24","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -13618,17 +12893,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:95316325074bad238df03434","label":"AOA-T-0022","locator":{"end_column":139,"end_line":48,"fragment":"","pointer":"","start_column":23,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:aoa-t-0022-vs-the-rest-of-the-family","target_ref":"../../../../../../techniques/knowledge-lift/kag-source-lift/risk-and-negative-effect-lift/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:48:23:0:../../../../../../techniques/knowledge-lift/kag-source-lift/risk-and-negative-effect-lift/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:77f9b1a62560dc090494f849","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a3af22e67d026541e4109ffb","label":"Findings","locator":{"end_column":11,"end_line":53,"fragment":"findings","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:findings","source_record_id":"aoa:aoa-techniques:artifact:77f9b1a62560dc090494f849","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e215fe5ceec545a9f13aad63","label":"Next Step","locator":{"end_column":12,"end_line":70,"fragment":"next-step","pointer":"","start_column":1,"start_line":70},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:next-step","source_record_id":"aoa:aoa-techniques:artifact:77f9b1a62560dc090494f849","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0e45c0a0c3c24463f7ffea4a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dd74c2698b6a2024a673ea7c","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3a281a6b1dd9e16d2e582b37","label":"display_name","locator":{"end_column":29,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f98430b5fb19e4e1e7aa06d7","label":"short_description","locator":{"end_column":58,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:baff0b7efb6340b5baed4b98","label":"default_prompt","locator":{"end_column":181,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:23cdffb6ed8caaa50b55542f","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:968d061ec0aca42d88e87d84","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d9c30b86d78a202c4321368b","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:43d16a62b74ed22895af46f9","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8c8878875bc190baf82a1be9","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0bc8884e6084a63637f7eb69","label":"allow_implicit_invocation","locator":{"end_column":33,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:450ab1df50f4d1e93edbde1e","label":"Technique Intelligence Move Registry","locator":{"end_column":38,"end_line":1,"fragment":"technique-intelligence-move-registry","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-intelligence-move-registry","source_record_id":"aoa:aoa-techniques:artifact:782ea0c0c214cb284e5fcf46","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c26bda0a90d9d6ab680ddf7c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:782ea0c0c214cb284e5fcf46","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0eb8ee31f0070d8baeea5529","label":"Index Metadata","locator":{"end_column":17,"end_line":6,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:index-metadata","source_record_id":"aoa:aoa-techniques:artifact:782ea0c0c214cb284e5fcf46","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -13822,11 +13086,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:47eed808d773bbfd4b4a9076","label":"Questbook Raw Legacy","locator":{"end_column":22,"end_line":1,"fragment":"questbook-raw-legacy","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:questbook-raw-legacy","source_record_id":"aoa:aoa-techniques:artifact:78f82a009132452a89060195","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a4348e16a847b02c98c8ac87","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:78f82a009132452a89060195","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:10af09044a94d2d97e263824","label":"Intake Rule","locator":{"end_column":14,"end_line":8,"fragment":"intake-rule","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intake-rule","source_record_id":"aoa:aoa-techniques:artifact:78f82a009132452a89060195","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:74dd2589c3cc7d31292f7d1a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bad2864e29ca788131423f6d","label":"Promotion outcomes","locator":{"end_column":20,"end_line":1,"fragment":"promotion-outcomes","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-outcomes","source_record_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dadf60feefe2453163d71e67","label":"Allowed outcomes","locator":{"end_column":19,"end_line":5,"fragment":"allowed-outcomes","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:allowed-outcomes","source_record_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b9bd5f9335842102dab38bf9","label":"Guardrail","locator":{"end_column":12,"end_line":25,"fragment":"guardrail","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:guardrail","source_record_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:398591e97a3e44fbe4d0a2ef","label":"Repeat evidence posture","locator":{"end_column":26,"end_line":38,"fragment":"repeat-evidence-posture","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:repeat-evidence-posture","source_record_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:824aacd0c05e46959a51cac9","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agentsmd","source_record_id":"aoa:aoa-techniques:artifact:7936bd49062f1b9f7fcc4840","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ae5cdde629e419932a1efb33","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7936bd49062f1b9f7fcc4840","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c99692b2fc8ae8b837d9742f","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:applies-to","source_record_id":"aoa:aoa-techniques:artifact:7936bd49062f1b9f7fcc4840","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -13869,7 +13128,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f920b5a42e3969c0d28242c9","label":"Third Shelf Choice","locator":{"end_column":21,"end_line":93,"fragment":"third-shelf-choice","pointer":"","start_column":1,"start_line":93},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:third-shelf-choice","source_record_id":"aoa:aoa-techniques:artifact:798bde1ba0b2b1b3388ebb53","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4fd8025cd0f3a22d048797f7","label":"Stop Lines","locator":{"end_column":13,"end_line":120,"fragment":"stop-lines","pointer":"","start_column":1,"start_line":120},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stop-lines","source_record_id":"aoa:aoa-techniques:artifact:798bde1ba0b2b1b3388ebb53","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0b47aad71c5e637a3f197251","label":"Next Honest Move","locator":{"end_column":19,"end_line":131,"fragment":"next-honest-move","pointer":"","start_column":1,"start_line":131},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:next-honest-move","source_record_id":"aoa:aoa-techniques:artifact:798bde1ba0b2b1b3388ebb53","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4aeea4f95f6eec8fd3e9757a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:79ca22bb6583fa52b960f1a6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:522db28d56a5fce1ef8065bc","label":"Technique Tree Contract","locator":{"end_column":25,"end_line":1,"fragment":"technique-tree-contract","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-tree-contract","source_record_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2af85868e7b3c721bde822d8","label":"Technique Atom Contract","locator":{"end_column":58,"end_line":9,"fragment":"","pointer":"","start_column":5,"start_line":9},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technique-tree-contract","target_ref":"TECHNIQUE_ATOM_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:9:5:0:TECHNIQUE_ATOM_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -14050,16 +13308,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:de90ca46ead84559474d4b38","label":"Fresh public-safety check","locator":{"end_column":28,"end_line":21,"fragment":"fresh-public-safety-check","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fresh-public-safety-check","source_record_id":"aoa:aoa-techniques:artifact:7b55c8d13fa2d110fa3a6daa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:29f125c697356ffe9b700d38","label":"Remaining gaps","locator":{"end_column":17,"end_line":29,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:7b55c8d13fa2d110fa3a6daa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:29484a62e3b659dbe6b61376","label":"Recommendation","locator":{"end_column":17,"end_line":33,"fragment":"recommendation","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:7b55c8d13fa2d110fa3a6daa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:937d015dad887d3ac98301f3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7b5fbfab2f6c7d53a5345161","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0187c63683dc62bc35d3d07c","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/title","source_record_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:575946391cdaa8ff6a82b97e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:58d264e66dd3461bbb23eb87","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/$id","source_record_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6342e6cff227a48e78757aee","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/required","source_record_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8caa63cc35d8b7f16593464c","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/properties","source_record_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a5db138769961af87db2ed1a","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/type","source_record_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f2c2ccc423159f386298d453","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/additionalProperties","source_record_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ff48e7e45acb17dcc5e0c191","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/$schema","source_record_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2ed5515d1b5f880d8f274c58","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7bee74fe0254b259c85979a4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:859901c999b93c886e9abfab","label":"History-Artifacts Tree Pilot Receipt","locator":{"end_column":38,"end_line":1,"fragment":"history-artifacts-tree-pilot-receipt","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:history-artifacts-tree-pilot-receipt","source_record_id":"aoa:aoa-techniques:artifact:7c055a7c9f7b76f93fce5175","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:951f052a3c46f816fecc2f3b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7c055a7c9f7b76f93fce5175","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c06de9f14a8cc47978f41026","label":"Status","locator":{"end_column":9,"end_line":5,"fragment":"status","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:status","source_record_id":"aoa:aoa-techniques:artifact:7c055a7c9f7b76f93fce5175","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -14098,17 +13346,9 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:da63f914591fe6a56e471d31","label":"requirements-design-tasks-ladder checklist","locator":{"end_column":44,"end_line":1,"fragment":"requirements-design-tasks-ladder-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:requirements-design-tasks-ladder-checklist","source_record_id":"aoa:aoa-techniques:artifact:7c746b9da408c8d8b064e8f1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4ee1d2c2763ee13e01827f9f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:134981de1bfabef4cc48183a","label":"AgentsDocSpec","locator":{"end_column":39,"end_line":15,"fragment":"","pointer":"","start_column":1,"start_line":13},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AgentsDocSpec","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"AgentsDocSpec","semantic_key":"python:class:AgentsDocSpec","source_record_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","symbol_kind":"class","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:59ad3be71d684d742d9d174d","label":"_display","locator":{"end_column":31,"end_line":106,"fragment":"","pointer":"","start_column":1,"start_line":102},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_display","target_ref":"python:path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_display","target_ref":"python:path.relative_to"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"_display","semantic_key":"python:function:_display","source_record_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:815a146f4d46c7ee7fedc831","label":"validate","locator":{"end_column":18,"end_line":124,"fragment":"","pointer":"","start_column":1,"start_line":109},"outbound_refs":[{"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: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:spec.path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:spec.path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:spec.path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:text.strip"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"validate","semantic_key":"python:function:validate","source_record_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:adcf9bf0f21402db12356c71","label":"main","locator":{"end_column":13,"end_line":135,"fragment":"","pointer":"","start_column":1,"start_line":127},"outbound_refs":[{"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: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","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c28d22ea1a3d1669e1ff80d4","label":"Example","locator":{"end_column":9,"end_line":1,"fragment":"example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:example","source_record_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c56d385ef110c0995508bf6c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:10b8218564db68649b76be27","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d1a50cec12ee59a797873944","label":"Why this skill fits","locator":{"end_column":22,"end_line":7,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e2f81422880d515add9a598a","label":"Expected inputs","locator":{"end_column":18,"end_line":15,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:77c9171d54082317ccbb54da","label":"Expected outputs","locator":{"end_column":19,"end_line":23,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3253cf94fa17350e90acb5c1","label":"Boundary notes","locator":{"end_column":17,"end_line":31,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:df8e5029235cfe71233eb9f5","label":"Verification notes","locator":{"end_column":21,"end_line":39,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:59ad3be71d684d742d9d174d","label":"_display","locator":{"end_column":31,"end_line":96,"fragment":"","pointer":"","start_column":1,"start_line":92},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_display","target_ref":"python:path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_display","target_ref":"python:path.relative_to"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"_display","semantic_key":"python:function:_display","source_record_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:815a146f4d46c7ee7fedc831","label":"validate","locator":{"end_column":18,"end_line":114,"fragment":"","pointer":"","start_column":1,"start_line":99},"outbound_refs":[{"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: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:spec.path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:spec.path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:spec.path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:text.strip"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"validate","semantic_key":"python:function:validate","source_record_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:adcf9bf0f21402db12356c71","label":"main","locator":{"end_column":13,"end_line":125,"fragment":"","pointer":"","start_column":1,"start_line":117},"outbound_refs":[{"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: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","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bd37edcadae821d3cc405bef","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:752c0dae61b337f89992e8f5","label":"single-missing-evidence-request","locator":{"end_column":33,"end_line":43,"fragment":"single-missing-evidence-request","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:single-missing-evidence-request","source_record_id":"aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:15356983cbf4c7dee3add9be","label":"Intent","locator":{"end_column":9,"end_line":45,"fragment":"intent","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -14133,15 +13373,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:daaa64c3f807f69fee370f82","label":"Checks","locator":{"end_column":9,"end_line":224,"fragment":"checks","pointer":"","start_column":1,"start_line":224},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checks","source_record_id":"aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:76fa92b0d28fe891b752540d","label":"Promotion history","locator":{"end_column":20,"end_line":228,"fragment":"promotion-history","pointer":"","start_column":1,"start_line":228},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-history","source_record_id":"aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ef8846c77d52d94948475f79","label":"Future evolution","locator":{"end_column":19,"end_line":237,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":237},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:42da7ec3d637bc1950aa1e36","label":"Decision Note Template","locator":{"end_column":24,"end_line":1,"fragment":"decision-note-template","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decision-note-template","source_record_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5a39ecbf7c0442042f72ee93","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f388003a58ea35ba721dee4e","label":"Context","locator":{"end_column":10,"end_line":6,"fragment":"context","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:context","source_record_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a3b0a40ece5205a6446c0496","label":"Decision Boundary","locator":{"end_column":20,"end_line":12,"fragment":"decision-boundary","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decision-boundary","source_record_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b8a59605fcc707c394b2b3bf","label":"Options","locator":{"end_column":10,"end_line":18,"fragment":"options","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:options","source_record_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fb6a413191288f5877be9055","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decision","source_record_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bdd40be7eeb743dd01d14d4e","label":"Rationale","locator":{"end_column":12,"end_line":27,"fragment":"rationale","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rationale","source_record_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:21137e19a6e35a91259bcec4","label":"Consequences","locator":{"end_column":15,"end_line":31,"fragment":"consequences","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:consequences","source_record_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3c996fa2b11fc45695671dd9","label":"Placement Verification","locator":{"end_column":25,"end_line":36,"fragment":"placement-verification","pointer":"","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:placement-verification","source_record_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:85552c804eccb218d7c80da3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7d89f44b6a76e9b71dc723e0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bcb1898c338895d9a4c6bee0","label":"Adverse Effects Review","locator":{"end_column":24,"end_line":1,"fragment":"adverse-effects-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adverse-effects-review","source_record_id":"aoa:aoa-techniques:artifact:7d89f44b6a76e9b71dc723e0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:be9248c72f0ceff1ef7c9b56","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:7d89f44b6a76e9b71dc723e0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -14279,23 +13510,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:51b8f8e8a31424d697165829","label":"Risks introduced by adaptation","locator":{"end_column":33,"end_line":24,"fragment":"risks-introduced-by-adaptation","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-introduced-by-adaptation","source_record_id":"aoa:aoa-techniques:artifact:7efe33e274bcc442f46d76ea","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6000114e08974f39884f9c10","label":"Evidence","locator":{"end_column":11,"end_line":29,"fragment":"evidence","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:7efe33e274bcc442f46d76ea","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c351283ebcb5f554fa14c237","label":"Result","locator":{"end_column":9,"end_line":35,"fragment":"result","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:result","source_record_id":"aoa:aoa-techniques:artifact:7efe33e274bcc442f46d76ea","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5b995f4e6c1326398bdf4cd8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:30cab8ce16bb4f2cc3454a9b","label":"aoa-sanitized-share","locator":{"end_column":21,"end_line":16,"fragment":"aoa-sanitized-share","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-sanitized-share","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5e8c5494359056135423fc57","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7dbafc305da071b97441da9c","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:205e74d535b32c63e4618b24","label":"Inputs","locator":{"end_column":9,"end_line":34,"fragment":"inputs","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:be0e4f12d6950426015f47e0","label":"Outputs","locator":{"end_column":10,"end_line":40,"fragment":"outputs","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:686d90d702b426f1b57434d8","label":"Procedure","locator":{"end_column":12,"end_line":46,"fragment":"procedure","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3680c3301c071828ecc2b818","label":"Contracts","locator":{"end_column":12,"end_line":55,"fragment":"contracts","pointer":"","start_column":1,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8adde3d6d42e558abc276d7c","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":63,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a7644600d8cd9ac8d39f9052","label":"Failure modes","locator":{"end_column":17,"end_line":64,"fragment":"failure-modes","pointer":"","start_column":1,"start_line":64},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:failure-modes","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c84d128b2a77faa4a8072b12","label":"Negative effects","locator":{"end_column":20,"end_line":70,"fragment":"negative-effects","pointer":"","start_column":1,"start_line":70},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:negative-effects","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a385334ad7636560abff5134","label":"Misuse patterns","locator":{"end_column":19,"end_line":76,"fragment":"misuse-patterns","pointer":"","start_column":1,"start_line":76},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:misuse-patterns","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:37b6b592a3dbef04c69db6ef","label":"Detection signals","locator":{"end_column":21,"end_line":82,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":82},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c1ce14851d6ea73ad1c57dde","label":"Mitigations","locator":{"end_column":15,"end_line":89,"fragment":"mitigations","pointer":"","start_column":1,"start_line":89},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0420f25a9bf9f859a60eb422","label":"Verification","locator":{"end_column":15,"end_line":96,"fragment":"verification","pointer":"","start_column":1,"start_line":96},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1017dc7abec4b55700067829","label":"Technique traceability","locator":{"end_column":25,"end_line":105,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":105},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e063ce119921551712080db9","label":"Adaptation points","locator":{"end_column":20,"end_line":110,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":110},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a52560976b7dfa5383a7c9ed","label":"Second Context Adaptation","locator":{"end_column":27,"end_line":1,"fragment":"second-context-adaptation","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:second-context-adaptation","source_record_id":"aoa:aoa-techniques:artifact:7f1444cb7f979b045779c2e9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e9c47aa668609e42fa69e19b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7f1444cb7f979b045779c2e9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b835cf8093c31e181aba3aa6","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:7f1444cb7f979b045779c2e9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -14433,6 +13647,8 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4479d79b8eea11eadd653b62","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":91,"end_line":106,"fragment":"","pointer":"","start_column":3,"start_line":106},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-06-02","target_ref":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:106:3:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e6a35721bf0d874b2676f24d","label":"2026-06-03","locator":{"end_column":13,"end_line":108,"fragment":"2026-06-03","pointer":"","start_column":1,"start_line":108},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:2026-06-03","source_record_id":"aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:06dc2e99f652f5c0984d79db","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"end_line":110,"fragment":"","pointer":"","start_column":3,"start_line":110},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-06-03","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:110:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8474b8062092ebdc011983af","label":"2026-07-16","locator":{"end_column":13,"end_line":112,"fragment":"2026-07-16","pointer":"","start_column":1,"start_line":112},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:2026-07-16","source_record_id":"aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:421339867573875e2d29d509","label":"AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home","locator":{"end_column":129,"end_line":114,"fragment":"","pointer":"","start_column":3,"start_line":114},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-07-16","target_ref":"../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:114:3:0:../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","source_record_id":"aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:27bf89051d0627e9cb49bf69","label":"Handoff-Continuation Tree Pilot Receipt","locator":{"end_column":41,"end_line":1,"fragment":"handoff-continuation-tree-pilot-receipt","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:handoff-continuation-tree-pilot-receipt","source_record_id":"aoa:aoa-techniques:artifact:7f7ca7dcd627c5e95bc1be15","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6b966256c7479bf115107f47","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:7f7ca7dcd627c5e95bc1be15","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2dd708469a77430cd507df20","label":"Status","locator":{"end_column":9,"end_line":5,"fragment":"status","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:status","source_record_id":"aoa:aoa-techniques:artifact:7f7ca7dcd627c5e95bc1be15","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -14583,27 +13799,8 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fc18ae5775a347f29b0b696b","label":"Future evolution","locator":{"end_column":19,"end_line":186,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":186},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:8179f37303356b0948d9c933","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ae7e18d28c778161304ec1e0","label":"Spark Result","locator":{"end_column":14,"end_line":1,"fragment":"spark-result","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:spark-result","source_record_id":"aoa:aoa-techniques:artifact:81d7516fc77abc81b4b2f7b6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b050ef8987d40a362d8adff8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:81d7516fc77abc81b4b2f7b6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7f0187559c54541ea2712951","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e1f39e2c280cb63400c63789","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:76a4885a2a8fedf77d71569f","label":"display_name","locator":{"end_column":26,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:55ecd3ff00bb0845b7b3820d","label":"short_description","locator":{"end_column":51,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3c3182d75ddc42fb0c3a1844","label":"default_prompt","locator":{"end_column":188,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:19d22b6cbd698220c697d69a","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:77120ca01904ba1f853173bd","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b4c7f97ee14649c3aaaf240b","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1fae04703e9e236993b037d7","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e8c6b22462b453a60e7f5c61","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8aa90294c3af83788feebe8c","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8d3e01b59d42ef01e10544ad","label":"Minimal Receipt Review","locator":{"end_column":24,"end_line":1,"fragment":"minimal-receipt-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-receipt-review","source_record_id":"aoa:aoa-techniques:artifact:8211941d79dcf3f938c3c0d6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f2d84b3f77b5255d5a732bd2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8211941d79dcf3f938c3c0d6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:570a10787e02da805ecdb783","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:64edd1d3011388027cef1d7d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b962c1b6fceb1cf48e63b5c3","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:64e507c7cd4ed3dc99044020","label":"Why this skill fits","locator":{"end_column":22,"end_line":7,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0fa016b7cb9d8ee0263db562","label":"Expected inputs","locator":{"end_column":18,"end_line":11,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:687ed285bf090d194e63e12c","label":"Expected outputs","locator":{"end_column":19,"end_line":19,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4ef3d140fb7744f38031202e","label":"Boundary notes","locator":{"end_column":17,"end_line":26,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:581294a9519e441d8624b296","label":"Verification notes","locator":{"end_column":21,"end_line":33,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1c669e9afd690688d1454271","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:824946171e82d0b0cf7a6c9e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:30de85ffb8577ff10558f4d1","label":"KAG Export","locator":{"end_column":12,"end_line":1,"fragment":"kag-export","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:kag-export","source_record_id":"aoa:aoa-techniques:artifact:824946171e82d0b0cf7a6c9e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bcd953d701c8b0b469c129b2","label":"Current pilot","locator":{"end_column":16,"end_line":10,"fragment":"current-pilot","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:current-pilot","source_record_id":"aoa:aoa-techniques:artifact:824946171e82d0b0cf7a6c9e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -14652,66 +13849,6 @@ {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:72d44ccd6f6e7b76c8c15a6f","label":"test_root_legacy_receipt_preserves_old_and_new_paths","locator":{"end_column":61,"end_line":150,"fragment":"","pointer":"","start_column":5,"start_line":125},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"EvaluationChainTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","semantic_key":"python:method:EvaluationChainTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","source_record_id":"aoa:aoa-techniques:artifact:82e028210399ae4428247f3c","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:71edb10b51665798e9e364c4","label":"test_live_links_point_to_current_paths","locator":{"end_column":71,"end_line":170,"fragment":"","pointer":"","start_column":5,"start_line":152},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_live_links_point_to_current_paths","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_live_links_point_to_current_paths","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_live_links_point_to_current_paths","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"EvaluationChainTreePilotTestCase.test_live_links_point_to_current_paths","semantic_key":"python:method:EvaluationChainTreePilotTestCase.test_live_links_point_to_current_paths","source_record_id":"aoa:aoa-techniques:artifact:82e028210399ae4428247f3c","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3d34dd58c2dd7e2c49e3b43d","label":"test_review_sources_point_to_current_paths_but_keep_pilot_accounting","locator":{"end_column":54,"end_line":190,"fragment":"","pointer":"","start_column":5,"start_line":172},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:EvaluationChainTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"EvaluationChainTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","semantic_key":"python:method:EvaluationChainTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","source_record_id":"aoa:aoa-techniques:artifact:82e028210399ae4428247f3c","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:739645dd1ead589dcd940f85","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aa3a985e1fc862db0de4c4a0","label":"$schema","locator":{"end_column":53,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/$schema","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f5a95b0290acb0b71694e61d","label":"title","locator":{"end_column":32,"end_line":2,"fragment":"","pointer":"/title","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/title","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c4104bc4e29d73041c7b23cf","label":"type","locator":{"end_column":12,"end_line":3,"fragment":"","pointer":"/type","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/type","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ef27ccc98591aee022ff3900","label":"required","locator":{"end_column":9,"end_line":4,"fragment":"","pointer":"/required","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1d9b341245fc00890c3ce3d5","label":"schema_version","locator":{"end_column":18,"end_line":5,"fragment":"","pointer":"/required/0","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required/0","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4c5fa3d938ec43704e17e72a","label":"receipt_kind","locator":{"end_column":16,"end_line":6,"fragment":"","pointer":"/required/1","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required/1","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:947a18f2fe8dcf3e2bfae73e","label":"cluster_ref","locator":{"end_column":15,"end_line":7,"fragment":"","pointer":"/required/2","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required/2","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ee949b473d54abaedb9758a8","label":"candidate_ref","locator":{"end_column":17,"end_line":8,"fragment":"","pointer":"/required/3","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required/3","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bc487e4a04a60957e3187a7f","label":"owner_hypothesis","locator":{"end_column":20,"end_line":9,"fragment":"","pointer":"/required/4","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required/4","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e2700f3e1a59c984b47333be","label":"owner_shape","locator":{"end_column":15,"end_line":10,"fragment":"","pointer":"/required/5","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required/5","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cb5757f284d2650f7cb73bd6","label":"nearest_wrong_target","locator":{"end_column":24,"end_line":11,"fragment":"","pointer":"/required/6","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required/6","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:73447cc99935ed62bfaf95b5","label":"status_posture","locator":{"end_column":18,"end_line":12,"fragment":"","pointer":"/required/7","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required/7","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:380e1d27cee3ed8268122a61","label":"evidence_refs","locator":{"end_column":17,"end_line":13,"fragment":"","pointer":"/required/8","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required/8","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:192fb512257719caec54d709","label":"supersedes","locator":{"end_column":14,"end_line":14,"fragment":"","pointer":"/required/9","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required/9","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8af90f78db55d72ed491be69","label":"merged_into","locator":{"end_column":15,"end_line":15,"fragment":"","pointer":"/required/10","start_column":3,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required/10","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:66edfdcb218507abcc0da16d","label":"drop_reason","locator":{"end_column":15,"end_line":16,"fragment":"","pointer":"/required/11","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required/11","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fbe14703e77f45faf954a9ec","label":"properties","locator":{"end_column":11,"end_line":17,"fragment":"","pointer":"/properties","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:178bfc07bd7011408f6b1738","label":"schema_version","locator":{"end_column":17,"end_line":18,"fragment":"","pointer":"/properties/schema_version","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/schema_version","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f7fdb1dda689001e33f75a5c","label":"const","locator":{"end_column":43,"end_line":19,"fragment":"","pointer":"/properties/schema_version/const","start_column":5,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/schema_version/const","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ab014a549fb866671efc9919","label":"receipt_kind","locator":{"end_column":15,"end_line":20,"fragment":"","pointer":"/properties/receipt_kind","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/receipt_kind","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b268ece2df29308d1e439d67","label":"const","locator":{"end_column":36,"end_line":21,"fragment":"","pointer":"/properties/receipt_kind/const","start_column":5,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/receipt_kind/const","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:685d536d4f8844cc76be81f3","label":"cluster_ref","locator":{"end_column":14,"end_line":22,"fragment":"","pointer":"/properties/cluster_ref","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/cluster_ref","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3c587159ed6450465877e3bb","label":"type","locator":{"end_column":9,"end_line":23,"fragment":"","pointer":"/properties/cluster_ref/type","start_column":5,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/cluster_ref/type","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3d20e0fee960c5bb9c080cd1","label":"string","locator":{"end_column":14,"end_line":24,"fragment":"","pointer":"/properties/cluster_ref/type/0","start_column":7,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/cluster_ref/type/0","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:91a99ee72f6ae21b35e78451","label":"\"null\"","locator":{"end_column":14,"end_line":25,"fragment":"","pointer":"/properties/cluster_ref/type/1","start_column":7,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/cluster_ref/type/1","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6479db53177ec2dbd543cc5b","label":"candidate_ref","locator":{"end_column":16,"end_line":26,"fragment":"","pointer":"/properties/candidate_ref","start_column":3,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/candidate_ref","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b5106d5fd727a38bb94c8b01","label":"type","locator":{"end_column":16,"end_line":27,"fragment":"","pointer":"/properties/candidate_ref/type","start_column":5,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/candidate_ref/type","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d7146dc171104027a93e45be","label":"owner_hypothesis","locator":{"end_column":19,"end_line":28,"fragment":"","pointer":"/properties/owner_hypothesis","start_column":3,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/owner_hypothesis","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7ea15e97fcccdfbc85325f17","label":"type","locator":{"end_column":16,"end_line":29,"fragment":"","pointer":"/properties/owner_hypothesis/type","start_column":5,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/owner_hypothesis/type","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f8eecc2badb7ca4e15ba04fb","label":"owner_shape","locator":{"end_column":14,"end_line":30,"fragment":"","pointer":"/properties/owner_shape","start_column":3,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/owner_shape","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2f5c6a33c3a10f83a83e42dd","label":"type","locator":{"end_column":16,"end_line":31,"fragment":"","pointer":"/properties/owner_shape/type","start_column":5,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/owner_shape/type","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eebfb861dd17080a51c240dc","label":"nearest_wrong_target","locator":{"end_column":23,"end_line":32,"fragment":"","pointer":"/properties/nearest_wrong_target","start_column":3,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/nearest_wrong_target","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:12d47e62affac993505cf6ce","label":"type","locator":{"end_column":9,"end_line":33,"fragment":"","pointer":"/properties/nearest_wrong_target/type","start_column":5,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/nearest_wrong_target/type","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8727edb9efbab6028ad4e2a2","label":"string","locator":{"end_column":14,"end_line":34,"fragment":"","pointer":"/properties/nearest_wrong_target/type/0","start_column":7,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/nearest_wrong_target/type/0","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c554db5140890bfce9f5a1c7","label":"\"null\"","locator":{"end_column":14,"end_line":35,"fragment":"","pointer":"/properties/nearest_wrong_target/type/1","start_column":7,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/nearest_wrong_target/type/1","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d384348ff1758a19dfafabee","label":"status_posture","locator":{"end_column":17,"end_line":36,"fragment":"","pointer":"/properties/status_posture","start_column":3,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/status_posture","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8aaf28f23536a8950d4ac2f2","label":"type","locator":{"end_column":16,"end_line":37,"fragment":"","pointer":"/properties/status_posture/type","start_column":5,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/status_posture/type","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f454b7640762c36acbf362a0","label":"enum","locator":{"end_column":9,"end_line":38,"fragment":"","pointer":"/properties/status_posture/enum","start_column":5,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/status_posture/enum","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:93eed1d6c3cadadb8e313d3a","label":"early","locator":{"end_column":13,"end_line":39,"fragment":"","pointer":"/properties/status_posture/enum/0","start_column":7,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/status_posture/enum/0","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5ad7989ffd99d7889c245c59","label":"reanchor","locator":{"end_column":16,"end_line":40,"fragment":"","pointer":"/properties/status_posture/enum/1","start_column":7,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/status_posture/enum/1","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d299ff8beb8532091d14b844","label":"thin-evidence","locator":{"end_column":21,"end_line":41,"fragment":"","pointer":"/properties/status_posture/enum/2","start_column":7,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/status_posture/enum/2","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:61e47e24f6d432a416b6be45","label":"stable","locator":{"end_column":14,"end_line":42,"fragment":"","pointer":"/properties/status_posture/enum/3","start_column":7,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/status_posture/enum/3","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f5ac1af8b011937ef05c0b24","label":"evidence_refs","locator":{"end_column":16,"end_line":43,"fragment":"","pointer":"/properties/evidence_refs","start_column":3,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/evidence_refs","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5dbbc1295ced605ff30721a0","label":"type","locator":{"end_column":15,"end_line":44,"fragment":"","pointer":"/properties/evidence_refs/type","start_column":5,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/evidence_refs/type","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:817f694b58fd0913569ed762","label":"items","locator":{"end_column":10,"end_line":45,"fragment":"","pointer":"/properties/evidence_refs/items","start_column":5,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/evidence_refs/items","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9fb58bfc6f18a7e58749f167","label":"type","locator":{"end_column":18,"end_line":46,"fragment":"","pointer":"/properties/evidence_refs/items/type","start_column":7,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/evidence_refs/items/type","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ad3ced9cf86c62217268ef5d","label":"supersedes","locator":{"end_column":13,"end_line":47,"fragment":"","pointer":"/properties/supersedes","start_column":3,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/supersedes","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bd2709555c13c5213c507f8c","label":"type","locator":{"end_column":15,"end_line":48,"fragment":"","pointer":"/properties/supersedes/type","start_column":5,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/supersedes/type","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:525f840bbd0227cff44ca1b3","label":"items","locator":{"end_column":10,"end_line":49,"fragment":"","pointer":"/properties/supersedes/items","start_column":5,"start_line":49},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/supersedes/items","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:408e7d3aa6aa6b9533c33b92","label":"type","locator":{"end_column":18,"end_line":50,"fragment":"","pointer":"/properties/supersedes/items/type","start_column":7,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/supersedes/items/type","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f37c32ef3fc445471b7e7af5","label":"merged_into","locator":{"end_column":14,"end_line":51,"fragment":"","pointer":"/properties/merged_into","start_column":3,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/merged_into","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b10364d8b01bc1fefc26659c","label":"type","locator":{"end_column":9,"end_line":52,"fragment":"","pointer":"/properties/merged_into/type","start_column":5,"start_line":52},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/merged_into/type","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3101a85366a1f3d253860b84","label":"string","locator":{"end_column":14,"end_line":53,"fragment":"","pointer":"/properties/merged_into/type/0","start_column":7,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/merged_into/type/0","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c1ab0cde05377f9ec02fbffb","label":"\"null\"","locator":{"end_column":14,"end_line":54,"fragment":"","pointer":"/properties/merged_into/type/1","start_column":7,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/merged_into/type/1","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:54aa8fd46417f71413d1d881","label":"drop_reason","locator":{"end_column":14,"end_line":55,"fragment":"","pointer":"/properties/drop_reason","start_column":3,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/drop_reason","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ad22f235d81a8167a0b73fdc","label":"type","locator":{"end_column":9,"end_line":56,"fragment":"","pointer":"/properties/drop_reason/type","start_column":5,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/drop_reason/type","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:282849e90d88a6344164fa80","label":"string","locator":{"end_column":14,"end_line":57,"fragment":"","pointer":"/properties/drop_reason/type/0","start_column":7,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/drop_reason/type/0","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1b782379d8cf09b589c8a92b","label":"\"null\"","locator":{"end_column":14,"end_line":58,"fragment":"","pointer":"/properties/drop_reason/type/1","start_column":7,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/properties/drop_reason/type/1","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:638ca4e8c5705abfcafe90a8","label":"additionalProperties","locator":{"end_column":27,"end_line":59,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/additionalProperties","source_record_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5efe3270e2671d0ec77ff2d0","label":"minimal-remediation-snapshot","locator":{"end_column":30,"end_line":1,"fragment":"minimal-remediation-snapshot","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-remediation-snapshot","source_record_id":"aoa:aoa-techniques:artifact:82f0a2693ba3c77b1addb366","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c7eb4c94bad8171ccf270b7b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:82f0a2693ba3c77b1addb366","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e75550bce831cd4e4a999435","label":"Source aliases","locator":{"end_column":17,"end_line":5,"fragment":"source-aliases","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-aliases","source_record_id":"aoa:aoa-techniques:artifact:82f0a2693ba3c77b1addb366","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -14742,7 +13879,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f3879c1b07caa757feb3b97a","label":"Fresh public-safety check","locator":{"end_column":28,"end_line":22,"fragment":"fresh-public-safety-check","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fresh-public-safety-check","source_record_id":"aoa:aoa-techniques:artifact:832872f9e010870db85a478a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:918cdfa906d3ea5c9d5a5fd0","label":"Remaining gaps","locator":{"end_column":17,"end_line":27,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:832872f9e010870db85a478a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8861df3dd4502963331171fc","label":"Recommendation","locator":{"end_column":17,"end_line":34,"fragment":"recommendation","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:832872f9e010870db85a478a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bfbb7f9c02a1c7d64e49c5eb","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8332989297232b11ad1350ff","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a449f3c6fc5141bc9c76748d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8340c564c99b04b2d2bc9d0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:daf001c99fd78094b5522ee7","label":"Technique Family Scout","locator":{"end_column":24,"end_line":1,"fragment":"technique-family-scout","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-family-scout","source_record_id":"aoa:aoa-techniques:artifact:8340c564c99b04b2d2bc9d0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9f70a62da7cf639f0b45aa06","label":"reports AGENTS","locator":{"end_column":79,"end_line":4,"fragment":"","pointer":"","start_column":41,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technique-family-scout","target_ref":"AGENTS.md#validation"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:41:0:AGENTS.md#validation","source_record_id":"aoa:aoa-techniques:artifact:8340c564c99b04b2d2bc9d0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -15035,29 +14171,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c736997b5e7d3becb66b8061","label":"Risks introduced by adaptation","locator":{"end_column":33,"end_line":23,"fragment":"risks-introduced-by-adaptation","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-introduced-by-adaptation","source_record_id":"aoa:aoa-techniques:artifact:85312b8c87a586c1ef64501e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1bf0b885954849bf84435120","label":"Evidence","locator":{"end_column":11,"end_line":28,"fragment":"evidence","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:85312b8c87a586c1ef64501e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:10e96a403ef6c7c776a07cd6","label":"Result","locator":{"end_column":9,"end_line":35,"fragment":"result","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:result","source_record_id":"aoa:aoa-techniques:artifact:85312b8c87a586c1ef64501e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:199fb6aa3b2193f44f47845f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:39261a94107f92897e48bb30","label":"receipt_name","locator":{"end_column":44,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2fa56c7a913f351beadbf267","label":"event_kind","locator":{"end_column":42,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e2219fef2e1a615997c78e27","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b7112bb8253ab0d097f5a106","label":"kernel_id","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"/kernel_id","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/kernel_id","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d6e0028b1523d515f528cc05","label":"skill_name","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/skill_name","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/skill_name","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:944a86804ddb47dc5c299a2d","label":"required_payload_fields","locator":{"end_column":24,"end_line":6,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:70f29b11e65fcad5e3565b01","label":"kernel_id","locator":{"end_column":13,"end_line":7,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:47c12ecf1f849d372c52c5db","label":"skill_name","locator":{"end_column":14,"end_line":8,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:045ffa60c6304e29c6849725","label":"application_stage","locator":{"end_column":21,"end_line":9,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:56a1c44ad1827819ee3feb64","label":"detail_event_kind","locator":{"end_column":21,"end_line":10,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5d29864791153de451e95663","label":"detail_receipt_ref","locator":{"end_column":22,"end_line":11,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f4f799d9c6db2bb72630e6a8","label":"optional_payload_fields","locator":{"end_column":24,"end_line":12,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7739fc2b677b1eff79219efd","label":"route_ref","locator":{"end_column":13,"end_line":13,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9bde1df780d702caed47be56","label":"surface_detection_context","locator":{"end_column":29,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1667a2a641897a639c005bef","label":"rules","locator":{"end_column":6,"end_line":15,"fragment":"","pointer":"/rules","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0651e54deac434c64c7f2c2e","label":"`application_stage` must equal `finish`","locator":{"end_column":43,"end_line":16,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ed2843fd0ced065a7fbdfdee","label":"`kernel_id` must equal `project-core-session-growth-v1`","locator":{"end_column":59,"end_line":17,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:159912e506813dfc50ad1880","label":"`skill_name` must equal `aoa-session-donor-harvest`","locator":{"end_column":55,"end_line":18,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7a5f87257a09458cb8ded3af","label":"`detail_event_kind` must equal `harvest_packet_receipt`","locator":{"end_column":59,"end_line":19,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:45fc7732e0de967edebd4a27","label":"`detail_receipt_ref` must point to the bounded finish receipt for the same completed run","locator":{"end_column":92,"end_line":20,"fragment":"","pointer":"/rules/4","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/4","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c8c10e47aaba0004d5742f73","label":"include `route_ref` only when the detail receipt already names it honestly","locator":{"end_column":78,"end_line":21,"fragment":"","pointer":"/rules/5","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/5","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1e04c558619ef5f5c123d644","label":"if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth; it must not claim non-skill activation","locator":{"end_column":175,"end_line":22,"fragment":"","pointer":"/rules/6","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/6","source_record_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c78488136ba2525c468cf4d4","label":"Second Context Adaptation","locator":{"end_column":27,"end_line":1,"fragment":"second-context-adaptation","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:second-context-adaptation","source_record_id":"aoa:aoa-techniques:artifact:8539b5285e54e8a32e9849ae","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fc934e34b69b2d6060ddd54f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8539b5285e54e8a32e9849ae","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c574dd455eac43961c62ac13","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:8539b5285e54e8a32e9849ae","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -15078,17 +14191,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a127bf6e5c9396e5e07d2ec9","label":"Preserved","locator":{"end_column":12,"end_line":25,"fragment":"preserved","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:preserved","source_record_id":"aoa:aoa-techniques:artifact:859893b447b67d299abff366","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7b4310df6e8c1717634c302e","label":"Boundary","locator":{"end_column":11,"end_line":37,"fragment":"boundary","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary","source_record_id":"aoa:aoa-techniques:artifact:859893b447b67d299abff366","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3f2219ef792281d149a5b5b7","label":"Verification Lane","locator":{"end_column":20,"end_line":49,"fragment":"verification-lane","pointer":"","start_column":1,"start_line":49},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-lane","source_record_id":"aoa:aoa-techniques:artifact:859893b447b67d299abff366","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2b0cf04b4755f62349ec5495","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fcf72db981284ee211ddaa00","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6db9d1b1d0d95441587c91a3","label":"display_name","locator":{"end_column":39,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3bcda7a649627980f46f4040","label":"short_description","locator":{"end_column":51,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:81743180f1031ad5f0d6f5e0","label":"default_prompt","locator":{"end_column":185,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d2aa360afe52525645aaf4b6","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1c5f71267eda7b4ebb7d72af","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:252ba498a14287f172612865","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9e62debda89f430c339fb9c7","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b1c88fdf071ae1cc90c979d5","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bd3b0887c2f7f8863cfebdc6","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0660f43457b2c15764ee0753","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:85b3e5b0b944104a0da207ad","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6c6ac72089fd8b569ee23465","label":"degrade-reground-recover","locator":{"end_column":26,"end_line":40,"fragment":"degrade-reground-recover","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:degrade-reground-recover","source_record_id":"aoa:aoa-techniques:artifact:85b3e5b0b944104a0da207ad","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:68b6c8ce17ae156f5e857964","label":"Intent","locator":{"end_column":9,"end_line":42,"fragment":"intent","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:85b3e5b0b944104a0da207ad","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -15408,17 +14510,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ab80e428e36c3b3abd820644","label":"Audit parts AGENTS","locator":{"end_column":43,"end_line":56,"fragment":"","pointer":"","start_column":9,"start_line":56},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:durable-surfaces-updated","target_ref":"../AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:56:9:0:../AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:87f7294594c3379e12bb67db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:da5c838811447a3bc9b28a38","label":"release route","locator":{"end_column":47,"end_line":57,"fragment":"","pointer":"","start_column":1,"start_line":57},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:durable-surfaces-updated","target_ref":"../../../../docs/RELEASING.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:57:1:0:../../../../docs/RELEASING.md","source_record_id":"aoa:aoa-techniques:artifact:87f7294594c3379e12bb67db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e2a94b2aa11011e58cc6ce77","label":"Retired Working Surface","locator":{"end_column":26,"end_line":60,"fragment":"retired-working-surface","pointer":"","start_column":1,"start_line":60},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:retired-working-surface","source_record_id":"aoa:aoa-techniques:artifact:87f7294594c3379e12bb67db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:77584e9b05fa752d5f093e27","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7b949b03b3a692755b2a163a","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a798a7e8b5e957adf0f6ecbe","label":"display_name","locator":{"end_column":39,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0dbfab6ff1504f73a26559de","label":"short_description","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:083279515c12483feee7409f","label":"default_prompt","locator":{"end_column":158,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:953680ac4420756b9021adbf","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6ccb96e6695d0f305f770c37","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fb1634fbb3244b4ce70a9f66","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cc4b32098432fb262d7863c4","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8382e71b05d9423c45679da8","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:156bd9f827d4927f3c8db6da","label":"allow_implicit_invocation","locator":{"end_column":33,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:298e8c2d4a6734c6220a1775","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:88173b7385fe7415f47710a2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5fff79bfc06b74f19ab38f06","label":"skill-proposal-handoff-packet","locator":{"end_column":31,"end_line":45,"fragment":"skill-proposal-handoff-packet","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:skill-proposal-handoff-packet","source_record_id":"aoa:aoa-techniques:artifact:88173b7385fe7415f47710a2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b70663852034d7f0f9888ac3","label":"Intent","locator":{"end_column":9,"end_line":47,"fragment":"intent","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:88173b7385fe7415f47710a2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -15866,12 +14957,6 @@ {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:306fc2767535d3003316fdc7","label":"test_scaffold_raw_inventory_is_empty_except_readme","locator":{"end_column":59,"end_line":45,"fragment":"","pointer":"","start_column":5,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_raw_inventory_is_empty_except_readme","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_raw_inventory_is_empty_except_readme","target_ref":"python:raw_dir.iterdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_raw_inventory_is_empty_except_readme","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_raw_inventory_is_empty_except_readme","target_ref":"python:self.subTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_raw_inventory_is_empty_except_readme","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"MechanicsLegacyScaffoldTestCase.test_scaffold_raw_inventory_is_empty_except_readme","semantic_key":"python:method:MechanicsLegacyScaffoldTestCase.test_scaffold_raw_inventory_is_empty_except_readme","source_record_id":"aoa:aoa-techniques:artifact:8a27cc775a1c12f821a9ec82","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:46b989acd4cc359ea2ee7678","label":"test_scaffold_provenance_points_to_legacy_without_absence_language","locator":{"end_column":57,"end_line":67,"fragment":"","pointer":"","start_column":5,"start_line":47},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_provenance_points_to_legacy_without_absence_language","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_provenance_points_to_legacy_without_absence_language","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_provenance_points_to_legacy_without_absence_language","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_provenance_points_to_legacy_without_absence_language","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_provenance_points_to_legacy_without_absence_language","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"MechanicsLegacyScaffoldTestCase.test_scaffold_provenance_points_to_legacy_without_absence_language","semantic_key":"python:method:MechanicsLegacyScaffoldTestCase.test_scaffold_provenance_points_to_legacy_without_absence_language","source_record_id":"aoa:aoa-techniques:artifact:8a27cc775a1c12f821a9ec82","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3584f0a7556790f7e2c097e5","label":"test_scaffold_legacy_surfaces_preserve_bridge_contract","locator":{"end_column":75,"end_line":87,"fragment":"","pointer":"","start_column":5,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_legacy_surfaces_preserve_bridge_contract","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_legacy_surfaces_preserve_bridge_contract","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_legacy_surfaces_preserve_bridge_contract","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_legacy_surfaces_preserve_bridge_contract","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MechanicsLegacyScaffoldTestCase.test_scaffold_legacy_surfaces_preserve_bridge_contract","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"MechanicsLegacyScaffoldTestCase.test_scaffold_legacy_surfaces_preserve_bridge_contract","semantic_key":"python:method:MechanicsLegacyScaffoldTestCase.test_scaffold_legacy_surfaces_preserve_bridge_contract","source_record_id":"aoa:aoa-techniques:artifact:8a27cc775a1c12f821a9ec82","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:17eede8e1ea204f728dad114","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:31cdd2c1314fd1e53468b62f","label":"Invariant Shapes","locator":{"end_column":18,"end_line":1,"fragment":"invariant-shapes","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:invariant-shapes","source_record_id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b63d6ca8f41236f27109c10e","label":"How To Use","locator":{"end_column":13,"end_line":7,"fragment":"how-to-use","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:how-to-use","source_record_id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8ddf33d82e59f7faa007548d","label":"Shape Set","locator":{"end_column":12,"end_line":15,"fragment":"shape-set","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:shape-set","source_record_id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dd559729c7b18d7a51db25bd","label":"Compact Invariant Pass","locator":{"end_column":25,"end_line":30,"fragment":"compact-invariant-pass","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:compact-invariant-pass","source_record_id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bb63ded90a491d35a499a2c7","label":"Verification","locator":{"end_column":15,"end_line":44,"fragment":"verification","pointer":"","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a6e660002df4e4fbe4cf8e67","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8a47b6fe523961d9a211829f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:df0485968e8f05304baf1a6b","label":"frontmatter-metadata-spine","locator":{"end_column":28,"end_line":45,"fragment":"frontmatter-metadata-spine","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:frontmatter-metadata-spine","source_record_id":"aoa:aoa-techniques:artifact:8a47b6fe523961d9a211829f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9ef423dcf7ab85b79a7e0207","label":"Intent","locator":{"end_column":9,"end_line":47,"fragment":"intent","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:8a47b6fe523961d9a211829f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -16060,48 +15145,54 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4a4803723173c035fd01ef1a","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":111,"end_line":117,"fragment":"","pointer":"","start_column":3,"start_line":117},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedread-model","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:117:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bafeaadcc33a64cffee26a1d","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":91,"end_line":118,"fragment":"","pointer":"","start_column":3,"start_line":118},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedread-model","target_ref":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:118:3:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fa14624f311f7744ed530922","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"end_line":119,"fragment":"","pointer":"","start_column":3,"start_line":119},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedread-model","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:119:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ccf225362a15bdc40f4476d5","label":"AGENTS/mesh","locator":{"end_column":14,"end_line":121,"fragment":"agentsmesh","pointer":"","start_column":1,"start_line":121},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agentsmesh","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c932678b54e6048bd4be3a5e","label":"AOA-TECH-D-0045 Agent Surface Design And Mesh","locator":{"end_column":103,"end_line":123,"fragment":"","pointer":"","start_column":3,"start_line":123},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agentsmesh","target_ref":"../AOA-TECH-D-0045-agent-surface-design-and-mesh.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:123:3:0:../AOA-TECH-D-0045-agent-surface-design-and-mesh.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4dfa977dce36314108e0339c","label":"AOA-TECH-D-0054 Spark Agent Lane Home","locator":{"end_column":87,"end_line":124,"fragment":"","pointer":"","start_column":3,"start_line":124},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agentsmesh","target_ref":"../AOA-TECH-D-0054-spark-agent-lane-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:124:3:0:../AOA-TECH-D-0054-spark-agent-lane-home.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5594673b923602a863583293","label":"AOA-TECH-D-0057 Spark Registry-Backed Technique Lane","locator":{"end_column":117,"end_line":125,"fragment":"","pointer":"","start_column":3,"start_line":125},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agentsmesh","target_ref":"../AOA-TECH-D-0057-spark-registry-backed-technique-lane.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:125:3:0:../AOA-TECH-D-0057-spark-registry-backed-technique-lane.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:903551559ade4e799ae4ade5","label":"AOA-TECH-D-0059 Agent Neighbor Doc Command Ownership","locator":{"end_column":117,"end_line":126,"fragment":"","pointer":"","start_column":3,"start_line":126},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agentsmesh","target_ref":"../AOA-TECH-D-0059-agent-neighbor-doc-command-ownership.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:126:3:0:../AOA-TECH-D-0059-agent-neighbor-doc-command-ownership.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:616660f5be13e5f307192618","label":"AOA-TECH-D-0060 AGENTS Mesh Canonical Closure","locator":{"end_column":103,"end_line":127,"fragment":"","pointer":"","start_column":3,"start_line":127},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agentsmesh","target_ref":"../AOA-TECH-D-0060-agents-mesh-canonical-closure.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:127:3:0:../AOA-TECH-D-0060-agents-mesh-canonical-closure.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3e5b2cb9f5bfecb0ed8f9305","label":"release/tooling","locator":{"end_column":18,"end_line":129,"fragment":"releasetooling","pointer":"","start_column":1,"start_line":129},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:releasetooling","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a1708c44589a6c155ecfdaca","label":"AOA-TECH-D-0021 Release Support Active Parts Split","locator":{"end_column":113,"end_line":131,"fragment":"","pointer":"","start_column":3,"start_line":131},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../AOA-TECH-D-0021-release-support-active-parts-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:131:3:0:../AOA-TECH-D-0021-release-support-active-parts-split.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0390018ae9cb66092614e7cb","label":"AOA-TECH-D-0043 GitHub Landing And Mechanics Direction Split Correction","locator":{"end_column":142,"end_line":132,"fragment":"","pointer":"","start_column":3,"start_line":132},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../AOA-TECH-D-0043-github-landing-and-mechanics-roadmap-route.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:132:3:0:../AOA-TECH-D-0043-github-landing-and-mechanics-roadmap-route.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6f8cac203dfff8f120cf42b4","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":111,"end_line":133,"fragment":"","pointer":"","start_column":3,"start_line":133},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:133:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c50adf826545aebeb36e2b78","label":"public-safety","locator":{"end_column":16,"end_line":135,"fragment":"public-safety","pointer":"","start_column":1,"start_line":135},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:public-safety","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ab6d6e8974ee831c2e6c5545","label":"AOA-TECH-D-0016 Standalone Portable Technique Posture","locator":{"end_column":119,"end_line":137,"fragment":"","pointer":"","start_column":3,"start_line":137},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:public-safety","target_ref":"../AOA-TECH-D-0016-standalone-portable-technique-posture.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:137:3:0:../AOA-TECH-D-0016-standalone-portable-technique-posture.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d33afff685f5d3664c549da9","label":"sibling-owner boundary","locator":{"end_column":25,"end_line":139,"fragment":"sibling-owner-boundary","pointer":"","start_column":1,"start_line":139},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:sibling-owner-boundary","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0ef5d5d20a1ff5d4fda549d5","label":"AOA-TECH-D-0005 Distillation Cross-Layer Candidate Registry","locator":{"end_column":131,"end_line":141,"fragment":"","pointer":"","start_column":3,"start_line":141},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sibling-owner-boundary","target_ref":"../AOA-TECH-D-0005-distillation-cross-layer-candidate-registry.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:141:3:0:../AOA-TECH-D-0005-distillation-cross-layer-candidate-registry.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:04b46b1ced6feb83fab5812d","label":"AOA-TECH-D-0006 Distillation External Candidate Registry","locator":{"end_column":125,"end_line":142,"fragment":"","pointer":"","start_column":3,"start_line":142},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sibling-owner-boundary","target_ref":"../AOA-TECH-D-0006-distillation-external-candidate-registry.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:142:3:0:../AOA-TECH-D-0006-distillation-external-candidate-registry.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:05b1dc5082919b28effb8f6e","label":"AOA-TECH-D-0015 Recurrence Cross-Layer Registry Observation","locator":{"end_column":131,"end_line":143,"fragment":"","pointer":"","start_column":3,"start_line":143},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sibling-owner-boundary","target_ref":"../AOA-TECH-D-0015-recurrence-cross-layer-registry-observation.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:143:3:0:../AOA-TECH-D-0015-recurrence-cross-layer-registry-observation.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:22a9c2f6b23d7b34fd33afff","label":"AOA-TECH-D-0030 Method-Growth Skill Proposal Handoff","locator":{"end_column":117,"end_line":144,"fragment":"","pointer":"","start_column":3,"start_line":144},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sibling-owner-boundary","target_ref":"../AOA-TECH-D-0030-method-growth-skill-proposal-handoff.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:144:3:0:../AOA-TECH-D-0030-method-growth-skill-proposal-handoff.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5ab05e2195000c6a97075311","label":"evidence intake","locator":{"end_column":18,"end_line":146,"fragment":"evidence-intake","pointer":"","start_column":1,"start_line":146},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence-intake","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e1a46bbaa8dca1dc8b225623","label":"AOA-TECH-D-0046 Canonical Retro Audit Part","locator":{"end_column":97,"end_line":148,"fragment":"","pointer":"","start_column":3,"start_line":148},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:evidence-intake","target_ref":"../AOA-TECH-D-0046-canonical-retro-audit-part.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:148:3:0:../AOA-TECH-D-0046-canonical-retro-audit-part.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b878b0d3b0fe6c63a5003e86","label":"AOA-TECH-D-0051 Review Packet Mechanics Home","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:evidence-intake","target_ref":"../AOA-TECH-D-0051-review-packet-mechanics-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:149:3:0:../AOA-TECH-D-0051-review-packet-mechanics-home.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:877c2e86cc8105337765733a","label":"AOA-TECH-D-0062 Closed Incoming Packets Distillation Legacy","locator":{"end_column":131,"end_line":150,"fragment":"","pointer":"","start_column":3,"start_line":150},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:evidence-intake","target_ref":"../AOA-TECH-D-0062-closed-incoming-packets-distillation-legacy.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:150:3:0:../AOA-TECH-D-0062-closed-incoming-packets-distillation-legacy.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a8e30f0976269e01564d6496","label":"AOA-TECH-D-0063 Incoming Evidence-Only Closeout","locator":{"end_column":107,"end_line":151,"fragment":"","pointer":"","start_column":3,"start_line":151},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:evidence-intake","target_ref":"../AOA-TECH-D-0063-incoming-evidence-only-closeout.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:151:3:0:../AOA-TECH-D-0063-incoming-evidence-only-closeout.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3def4bd8d033ed2ef6850008","label":"legacy/provenance","locator":{"end_column":20,"end_line":153,"fragment":"legacyprovenance","pointer":"","start_column":1,"start_line":153},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:legacyprovenance","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a0f4e2e9f1718c5d2e3bdd7","label":"AOA-TECH-D-0001 Split Agon Mechanics Into Active Parts And Legacy Provenance","locator":{"end_column":129,"end_line":155,"fragment":"","pointer":"","start_column":3,"start_line":155},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0001-agon-active-legacy-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:155:3:0:../AOA-TECH-D-0001-agon-active-legacy-split.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a24809395d88fbc9fe31d71d","label":"AOA-TECH-D-0019 Antifragility Active Legacy Split","locator":{"end_column":111,"end_line":156,"fragment":"","pointer":"","start_column":3,"start_line":156},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0019-antifragility-active-legacy-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:156:3:0:../AOA-TECH-D-0019-antifragility-active-legacy-split.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a259df1d8d9d00329262d8a","label":"AOA-TECH-D-0025 Mechanics Legacy Scaffold Bridge","locator":{"end_column":109,"end_line":157,"fragment":"","pointer":"","start_column":3,"start_line":157},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0025-mechanics-legacy-scaffold-bridge.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:157:3:0:../AOA-TECH-D-0025-mechanics-legacy-scaffold-bridge.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:94985b29dbd5133fdd561e18","label":"AOA-TECH-D-0040 Root Legacy Provenance District","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:legacyprovenance","target_ref":"../AOA-TECH-D-0040-root-legacy-provenance-district.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:158:3:0:../AOA-TECH-D-0040-root-legacy-provenance-district.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:45dbdae08cb0079e9bb5afd7","label":"AOA-TECH-D-0062 Closed Incoming Packets Distillation Legacy","locator":{"end_column":131,"end_line":159,"fragment":"","pointer":"","start_column":3,"start_line":159},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0062-closed-incoming-packets-distillation-legacy.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:159:3:0:../AOA-TECH-D-0062-closed-incoming-packets-distillation-legacy.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:35eeeaab2793409b4991dcef","label":"questbook","locator":{"end_column":12,"end_line":161,"fragment":"questbook","pointer":"","start_column":1,"start_line":161},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:questbook","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5a65d49a3907fc81435be488","label":"AOA-TECH-D-0031 Questbook Candidate Mechanic","locator":{"end_column":101,"end_line":163,"fragment":"","pointer":"","start_column":3,"start_line":163},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questbook","target_ref":"../AOA-TECH-D-0031-questbook-candidate-mechanic.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:163:3:0:../AOA-TECH-D-0031-questbook-candidate-mechanic.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5993f949b3be67093d2487a7","label":"AOA-TECH-D-0032 Questbook Lane-first Source Store","locator":{"end_column":111,"end_line":164,"fragment":"","pointer":"","start_column":3,"start_line":164},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questbook","target_ref":"../AOA-TECH-D-0032-questbook-lane-first-source-store.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:164:3:0:../AOA-TECH-D-0032-questbook-lane-first-source-store.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:853e66587d711028a4332b9f","label":"CI lane","locator":{"end_column":10,"end_line":166,"fragment":"ci-lane","pointer":"","start_column":1,"start_line":166},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:ci-lane","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:10c5c22b356da8902b6c3108","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":111,"end_line":168,"fragment":"","pointer":"","start_column":3,"start_line":168},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:ci-lane","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:168:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:41d3f846b0ef4e917defac4c","label":"command authority","locator":{"end_column":20,"end_line":170,"fragment":"command-authority","pointer":"","start_column":1,"start_line":170},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:command-authority","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7a49f4e5ed7248941600462e","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"end_line":172,"fragment":"","pointer":"","start_column":3,"start_line":172},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:command-authority","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:172:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:09b28e82438e8ca58ac990c7","label":"script topology","locator":{"end_column":18,"end_line":174,"fragment":"script-topology","pointer":"","start_column":1,"start_line":174},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:script-topology","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:50d1a146e086adf18864a5b2","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"end_line":176,"fragment":"","pointer":"","start_column":3,"start_line":176},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:script-topology","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:176:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dec264953551cf189f2c31a3","label":"source contract","locator":{"end_column":18,"end_line":178,"fragment":"source-contract","pointer":"","start_column":1,"start_line":178},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-contract","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:693b01514a5c504f0233c3ba","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":91,"end_line":180,"fragment":"","pointer":"","start_column":3,"start_line":180},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-contract","target_ref":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:180:3:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d6000741bce28d2b14ef20d5","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"end_line":181,"fragment":"","pointer":"","start_column":3,"start_line":181},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-contract","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:181:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5c7548e38d10cf08521e173f","label":"validator topology","locator":{"end_column":21,"end_line":183,"fragment":"validator-topology","pointer":"","start_column":1,"start_line":183},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validator-topology","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:98ee15231228400c29d256c8","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":91,"end_line":185,"fragment":"","pointer":"","start_column":3,"start_line":185},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validator-topology","target_ref":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:185:3:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:10786ebaae3d09f8493d8084","label":"AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home","locator":{"end_column":129,"end_line":120,"fragment":"","pointer":"","start_column":3,"start_line":120},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedread-model","target_ref":"../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:120:3:0:../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ccf225362a15bdc40f4476d5","label":"AGENTS/mesh","locator":{"end_column":14,"end_line":122,"fragment":"agentsmesh","pointer":"","start_column":1,"start_line":122},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agentsmesh","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3f3beefca2140227eab2c0a7","label":"AOA-TECH-D-0045 Agent Surface Design And Mesh","locator":{"end_column":103,"end_line":124,"fragment":"","pointer":"","start_column":3,"start_line":124},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agentsmesh","target_ref":"../AOA-TECH-D-0045-agent-surface-design-and-mesh.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:124:3:0:../AOA-TECH-D-0045-agent-surface-design-and-mesh.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9378a72be6e4e50d4a3b2a0a","label":"AOA-TECH-D-0054 Spark Agent Lane Home","locator":{"end_column":87,"end_line":125,"fragment":"","pointer":"","start_column":3,"start_line":125},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agentsmesh","target_ref":"../AOA-TECH-D-0054-spark-agent-lane-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:125:3:0:../AOA-TECH-D-0054-spark-agent-lane-home.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b1450d42a32643e73fec6dbf","label":"AOA-TECH-D-0057 Spark Registry-Backed Technique Lane","locator":{"end_column":117,"end_line":126,"fragment":"","pointer":"","start_column":3,"start_line":126},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agentsmesh","target_ref":"../AOA-TECH-D-0057-spark-registry-backed-technique-lane.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:126:3:0:../AOA-TECH-D-0057-spark-registry-backed-technique-lane.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d0a499b2e1e3dca104f542ee","label":"AOA-TECH-D-0059 Agent Neighbor Doc Command Ownership","locator":{"end_column":117,"end_line":127,"fragment":"","pointer":"","start_column":3,"start_line":127},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agentsmesh","target_ref":"../AOA-TECH-D-0059-agent-neighbor-doc-command-ownership.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:127:3:0:../AOA-TECH-D-0059-agent-neighbor-doc-command-ownership.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e9d035a000838df604bbf084","label":"AOA-TECH-D-0060 AGENTS Mesh Canonical Closure","locator":{"end_column":103,"end_line":128,"fragment":"","pointer":"","start_column":3,"start_line":128},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agentsmesh","target_ref":"../AOA-TECH-D-0060-agents-mesh-canonical-closure.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:128:3:0:../AOA-TECH-D-0060-agents-mesh-canonical-closure.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3e5b2cb9f5bfecb0ed8f9305","label":"release/tooling","locator":{"end_column":18,"end_line":130,"fragment":"releasetooling","pointer":"","start_column":1,"start_line":130},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:releasetooling","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:08d1495383d58476367d6a85","label":"AOA-TECH-D-0021 Release Support Active Parts Split","locator":{"end_column":113,"end_line":132,"fragment":"","pointer":"","start_column":3,"start_line":132},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../AOA-TECH-D-0021-release-support-active-parts-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:132:3:0:../AOA-TECH-D-0021-release-support-active-parts-split.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3685566ffced42d107e2c73e","label":"AOA-TECH-D-0043 GitHub Landing And Mechanics Direction Split Correction","locator":{"end_column":142,"end_line":133,"fragment":"","pointer":"","start_column":3,"start_line":133},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../AOA-TECH-D-0043-github-landing-and-mechanics-roadmap-route.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:133:3:0:../AOA-TECH-D-0043-github-landing-and-mechanics-roadmap-route.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e6eac093097f7a9272ab389b","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":111,"end_line":134,"fragment":"","pointer":"","start_column":3,"start_line":134},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:134:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c50adf826545aebeb36e2b78","label":"public-safety","locator":{"end_column":16,"end_line":136,"fragment":"public-safety","pointer":"","start_column":1,"start_line":136},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:public-safety","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:922f0290a447208b56b6689d","label":"AOA-TECH-D-0016 Standalone Portable Technique Posture","locator":{"end_column":119,"end_line":138,"fragment":"","pointer":"","start_column":3,"start_line":138},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:public-safety","target_ref":"../AOA-TECH-D-0016-standalone-portable-technique-posture.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:138:3:0:../AOA-TECH-D-0016-standalone-portable-technique-posture.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d33afff685f5d3664c549da9","label":"sibling-owner boundary","locator":{"end_column":25,"end_line":140,"fragment":"sibling-owner-boundary","pointer":"","start_column":1,"start_line":140},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:sibling-owner-boundary","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e593bcf5e1a794b604f79630","label":"AOA-TECH-D-0005 Distillation Cross-Layer Candidate Registry","locator":{"end_column":131,"end_line":142,"fragment":"","pointer":"","start_column":3,"start_line":142},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sibling-owner-boundary","target_ref":"../AOA-TECH-D-0005-distillation-cross-layer-candidate-registry.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:142:3:0:../AOA-TECH-D-0005-distillation-cross-layer-candidate-registry.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1896115bd5880430f12e9737","label":"AOA-TECH-D-0006 Distillation External Candidate Registry","locator":{"end_column":125,"end_line":143,"fragment":"","pointer":"","start_column":3,"start_line":143},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sibling-owner-boundary","target_ref":"../AOA-TECH-D-0006-distillation-external-candidate-registry.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:143:3:0:../AOA-TECH-D-0006-distillation-external-candidate-registry.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2434d34ac6ad8ed3638ebba8","label":"AOA-TECH-D-0015 Recurrence Cross-Layer Registry Observation","locator":{"end_column":131,"end_line":144,"fragment":"","pointer":"","start_column":3,"start_line":144},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sibling-owner-boundary","target_ref":"../AOA-TECH-D-0015-recurrence-cross-layer-registry-observation.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:144:3:0:../AOA-TECH-D-0015-recurrence-cross-layer-registry-observation.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4739035ed7842758cf12d187","label":"AOA-TECH-D-0030 Method-Growth Skill Proposal Handoff","locator":{"end_column":117,"end_line":145,"fragment":"","pointer":"","start_column":3,"start_line":145},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sibling-owner-boundary","target_ref":"../AOA-TECH-D-0030-method-growth-skill-proposal-handoff.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:145:3:0:../AOA-TECH-D-0030-method-growth-skill-proposal-handoff.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5ab05e2195000c6a97075311","label":"evidence intake","locator":{"end_column":18,"end_line":147,"fragment":"evidence-intake","pointer":"","start_column":1,"start_line":147},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence-intake","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5cc28a5d90a4985180f7e397","label":"AOA-TECH-D-0046 Canonical Retro Audit Part","locator":{"end_column":97,"end_line":149,"fragment":"","pointer":"","start_column":3,"start_line":149},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:evidence-intake","target_ref":"../AOA-TECH-D-0046-canonical-retro-audit-part.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:149:3:0:../AOA-TECH-D-0046-canonical-retro-audit-part.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3df23e0306037e886f31c954","label":"AOA-TECH-D-0051 Review Packet Mechanics Home","locator":{"end_column":101,"end_line":150,"fragment":"","pointer":"","start_column":3,"start_line":150},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:evidence-intake","target_ref":"../AOA-TECH-D-0051-review-packet-mechanics-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:150:3:0:../AOA-TECH-D-0051-review-packet-mechanics-home.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:524a577a4754c3541694c3f8","label":"AOA-TECH-D-0062 Closed Incoming Packets Distillation Legacy","locator":{"end_column":131,"end_line":151,"fragment":"","pointer":"","start_column":3,"start_line":151},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:evidence-intake","target_ref":"../AOA-TECH-D-0062-closed-incoming-packets-distillation-legacy.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:151:3:0:../AOA-TECH-D-0062-closed-incoming-packets-distillation-legacy.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8244bbe81e6d61b8e9fa6951","label":"AOA-TECH-D-0063 Incoming Evidence-Only Closeout","locator":{"end_column":107,"end_line":152,"fragment":"","pointer":"","start_column":3,"start_line":152},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:evidence-intake","target_ref":"../AOA-TECH-D-0063-incoming-evidence-only-closeout.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:152:3:0:../AOA-TECH-D-0063-incoming-evidence-only-closeout.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3def4bd8d033ed2ef6850008","label":"legacy/provenance","locator":{"end_column":20,"end_line":154,"fragment":"legacyprovenance","pointer":"","start_column":1,"start_line":154},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:legacyprovenance","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:37e48ff168f54a99aef31457","label":"AOA-TECH-D-0001 Split Agon Mechanics Into Active Parts And Legacy Provenance","locator":{"end_column":129,"end_line":156,"fragment":"","pointer":"","start_column":3,"start_line":156},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0001-agon-active-legacy-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:156:3:0:../AOA-TECH-D-0001-agon-active-legacy-split.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a80f2ac557a0613fd75f4b65","label":"AOA-TECH-D-0019 Antifragility Active Legacy Split","locator":{"end_column":111,"end_line":157,"fragment":"","pointer":"","start_column":3,"start_line":157},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0019-antifragility-active-legacy-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:157:3:0:../AOA-TECH-D-0019-antifragility-active-legacy-split.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:08423e29cbedc14242844811","label":"AOA-TECH-D-0025 Mechanics Legacy Scaffold Bridge","locator":{"end_column":109,"end_line":158,"fragment":"","pointer":"","start_column":3,"start_line":158},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0025-mechanics-legacy-scaffold-bridge.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:158:3:0:../AOA-TECH-D-0025-mechanics-legacy-scaffold-bridge.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0f028bd67c01a8a318f212d0","label":"AOA-TECH-D-0040 Root Legacy Provenance District","locator":{"end_column":107,"end_line":159,"fragment":"","pointer":"","start_column":3,"start_line":159},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0040-root-legacy-provenance-district.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:159:3:0:../AOA-TECH-D-0040-root-legacy-provenance-district.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cc232cd473319b35381f749c","label":"AOA-TECH-D-0062 Closed Incoming Packets Distillation Legacy","locator":{"end_column":131,"end_line":160,"fragment":"","pointer":"","start_column":3,"start_line":160},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0062-closed-incoming-packets-distillation-legacy.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:160:3:0:../AOA-TECH-D-0062-closed-incoming-packets-distillation-legacy.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:35eeeaab2793409b4991dcef","label":"questbook","locator":{"end_column":12,"end_line":162,"fragment":"questbook","pointer":"","start_column":1,"start_line":162},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:questbook","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b7530e20588d69d6f4668efc","label":"AOA-TECH-D-0031 Questbook Candidate Mechanic","locator":{"end_column":101,"end_line":164,"fragment":"","pointer":"","start_column":3,"start_line":164},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questbook","target_ref":"../AOA-TECH-D-0031-questbook-candidate-mechanic.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:164:3:0:../AOA-TECH-D-0031-questbook-candidate-mechanic.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9932c58abf8100e8367e52e5","label":"AOA-TECH-D-0032 Questbook Lane-first Source Store","locator":{"end_column":111,"end_line":165,"fragment":"","pointer":"","start_column":3,"start_line":165},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questbook","target_ref":"../AOA-TECH-D-0032-questbook-lane-first-source-store.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:165:3:0:../AOA-TECH-D-0032-questbook-lane-first-source-store.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:853e66587d711028a4332b9f","label":"CI lane","locator":{"end_column":10,"end_line":167,"fragment":"ci-lane","pointer":"","start_column":1,"start_line":167},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:ci-lane","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ca80195e7fb1f073b8285c60","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":111,"end_line":169,"fragment":"","pointer":"","start_column":3,"start_line":169},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:ci-lane","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:169:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:41d3f846b0ef4e917defac4c","label":"command authority","locator":{"end_column":20,"end_line":171,"fragment":"command-authority","pointer":"","start_column":1,"start_line":171},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:command-authority","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8c13c4a99fe3ac718e168863","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"end_line":173,"fragment":"","pointer":"","start_column":3,"start_line":173},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:command-authority","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:173:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fdca1fa9324304edddfe1522","label":"owner boundary","locator":{"end_column":17,"end_line":175,"fragment":"owner-boundary","pointer":"","start_column":1,"start_line":175},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:owner-boundary","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4b4e00f10cd9e8b62aa401ee","label":"AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home","locator":{"end_column":129,"end_line":177,"fragment":"","pointer":"","start_column":3,"start_line":177},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-boundary","target_ref":"../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:177:3:0:../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:86edcc93482d7d4656b1bf7a","label":"prompt visibility","locator":{"end_column":20,"end_line":179,"fragment":"prompt-visibility","pointer":"","start_column":1,"start_line":179},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:prompt-visibility","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f6d85fce8f423d0e99b2e191","label":"AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home","locator":{"end_column":129,"end_line":181,"fragment":"","pointer":"","start_column":3,"start_line":181},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:prompt-visibility","target_ref":"../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:181:3:0:../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:09b28e82438e8ca58ac990c7","label":"script topology","locator":{"end_column":18,"end_line":183,"fragment":"script-topology","pointer":"","start_column":1,"start_line":183},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:script-topology","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a683569572ec508ca9ac01e8","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"end_line":185,"fragment":"","pointer":"","start_column":3,"start_line":185},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:script-topology","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:185:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bba642409790f0b9bef1ca27","label":"AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home","locator":{"end_column":129,"end_line":186,"fragment":"","pointer":"","start_column":3,"start_line":186},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:script-topology","target_ref":"../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:186:3:0:../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dec264953551cf189f2c31a3","label":"source contract","locator":{"end_column":18,"end_line":188,"fragment":"source-contract","pointer":"","start_column":1,"start_line":188},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-contract","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1d7591765dd18a2a0ff444c0","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":91,"end_line":190,"fragment":"","pointer":"","start_column":3,"start_line":190},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-contract","target_ref":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:190:3:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:00daf8c157a70bee1bb4c267","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"end_line":191,"fragment":"","pointer":"","start_column":3,"start_line":191},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-contract","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:191:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5c7548e38d10cf08521e173f","label":"validator topology","locator":{"end_column":21,"end_line":193,"fragment":"validator-topology","pointer":"","start_column":1,"start_line":193},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validator-topology","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:09570265ee4999d768e46b94","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":91,"end_line":195,"fragment":"","pointer":"","start_column":3,"start_line":195},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validator-topology","target_ref":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:195:3:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:486999ac84f9570282dc6c7c","label":"Origin Evidence","locator":{"end_column":17,"end_line":1,"fragment":"origin-evidence","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:origin-evidence","source_record_id":"aoa:aoa-techniques:artifact:8aef386e08e063cb73801a64","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bec1f39cae0a470e6fa3b9e0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8aef386e08e063cb73801a64","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1d04a97848bf3a5bd365f8e8","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:8aef386e08e063cb73801a64","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -16317,18 +15408,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8b1f3e40607e7118c2ae3c34","label":"Future evolution","locator":{"end_column":19,"end_line":182,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":182},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:8d203d23eef6ff47e8bd6755","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2f5ddb8aaab5c80465f527b2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8da191a41a5772fed0590bf9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:443a9726089a85bcffd3ee73","label":"Spark Result","locator":{"end_column":14,"end_line":1,"fragment":"spark-result","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:spark-result","source_record_id":"aoa:aoa-techniques:artifact:8da191a41a5772fed0590bf9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bbc10d00a81b44502e34f378","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:930a97d66f07c6fb0ea026ff","label":"aoa-source-of-truth-check","locator":{"end_column":27,"end_line":16,"fragment":"aoa-source-of-truth-check","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-source-of-truth-check","source_record_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d8bb44ab9162aaa877201f77","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:168e8b92d2b365c0051c3267","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9412868e2e6806d578cc45e1","label":"Inputs","locator":{"end_column":9,"end_line":42,"fragment":"inputs","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c7b80892fcccdd570ea25c1d","label":"Outputs","locator":{"end_column":10,"end_line":50,"fragment":"outputs","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8f2ff68c050506c4b77a39e5","label":"Procedure","locator":{"end_column":12,"end_line":59,"fragment":"procedure","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c1f8682469627800cd6cae04","label":"Contracts","locator":{"end_column":12,"end_line":71,"fragment":"contracts","pointer":"","start_column":1,"start_line":71},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:54c984a4c988dce0a4a2d233","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":81,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":81},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5d073692aa024f1707d168ce","label":"Verification","locator":{"end_column":15,"end_line":93,"fragment":"verification","pointer":"","start_column":1,"start_line":93},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:451e956467606cf432932088","label":"Technique traceability","locator":{"end_column":25,"end_line":103,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":103},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5968368ab6f668d6b734209f","label":"Adaptation points","locator":{"end_column":20,"end_line":109,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":109},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c2794d35d391c05cae798ce6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8dbbfaebecce23663f764e20","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:722f3ac2bf3507b9b41d46e7","label":"nearest-wrong-target-rejection","locator":{"end_column":32,"end_line":43,"fragment":"nearest-wrong-target-rejection","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:nearest-wrong-target-rejection","source_record_id":"aoa:aoa-techniques:artifact:8dbbfaebecce23663f764e20","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:51ee09e1f22f52c2a4901caf","label":"Intent","locator":{"end_column":9,"end_line":45,"fragment":"intent","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:8dbbfaebecce23663f764e20","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -16502,7 +15581,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:40d170286982cf8bf667d1b4","label":"Source project","locator":{"end_column":17,"end_line":7,"fragment":"source-project","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-project","source_record_id":"aoa:aoa-techniques:artifact:8e85d7eebbd710ac045a9eab","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:510784f9ef04db5d1c625f80","label":"Evidence","locator":{"end_column":11,"end_line":15,"fragment":"evidence","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:8e85d7eebbd710ac045a9eab","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0cd0930372fcd43d575b3ed3","label":"Interpretation","locator":{"end_column":17,"end_line":24,"fragment":"interpretation","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:interpretation","source_record_id":"aoa:aoa-techniques:artifact:8e85d7eebbd710ac045a9eab","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7288bbb50e5514262dd3a448","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8e9ba9b293f5b013b7268017","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9568f252e146e787074efb4e","label":"Audit Landing Log","locator":{"end_column":19,"end_line":1,"fragment":"audit-landing-log","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:audit-landing-log","source_record_id":"aoa:aoa-techniques:artifact:8ea53f8905eb3fe19fdc83af","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fef8cb4d3585806764129a54","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8ea53f8905eb3fe19fdc83af","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9301906cd198ed2d47e49455","label":"2026-05-01 - Active parts split","locator":{"end_column":34,"end_line":5,"fragment":"2026-05-01-active-parts-split","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:2026-05-01-active-parts-split","source_record_id":"aoa:aoa-techniques:artifact:8ea53f8905eb3fe19fdc83af","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -16624,10 +15702,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9237602bf3bb74571bc92714","label":"Checks","locator":{"end_column":9,"end_line":172,"fragment":"checks","pointer":"","start_column":1,"start_line":172},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checks","source_record_id":"aoa:aoa-techniques:artifact:8fb6b3d9218473df15d7206c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9e901b41b0188d064fd5d01c","label":"Promotion history","locator":{"end_column":20,"end_line":176,"fragment":"promotion-history","pointer":"","start_column":1,"start_line":176},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-history","source_record_id":"aoa:aoa-techniques:artifact:8fb6b3d9218473df15d7206c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b3aa98739fcca8d9252e92e4","label":"Future evolution","locator":{"end_column":19,"end_line":183,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":183},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:8fb6b3d9218473df15d7206c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:81e751c5767d42cef22832dd","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e0f3f821421ef00f996b8183","label":"Verification and rollback ladder","locator":{"end_column":34,"end_line":1,"fragment":"verification-and-rollback-ladder","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-and-rollback-ladder","source_record_id":"aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8e7e806f230438a72518ba4b","label":"Verification ladder","locator":{"end_column":22,"end_line":5,"fragment":"verification-ladder","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-ladder","source_record_id":"aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3c15daa1b1e5f12403d02790","label":"Rollback rule","locator":{"end_column":16,"end_line":12,"fragment":"rollback-rule","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rollback-rule","source_record_id":"aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:45133b63935581e72ef1883d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:71b7b055f947afc75149deef","label":"Distillation Legacy Index","locator":{"end_column":27,"end_line":1,"fragment":"distillation-legacy-index","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:distillation-legacy-index","source_record_id":"aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:52099790105a4e880e2f3c19","label":"parts/donor-refinery","locator":{"end_column":94,"end_line":8,"fragment":"","pointer":"","start_column":37,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:distillation-legacy-index","target_ref":"../parts/donor-refinery/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:8:37:0:../parts/donor-refinery/README.md","source_record_id":"aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -16645,13 +15719,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:45cd3afdce1479410f47ecb8","label":"raw/ROOT_ROADMAP_TREE_MIGRATION_BREADCRUMBS_2026-05-14.md","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:distillation-legacy-index","target_ref":"raw/ROOT_ROADMAP_TREE_MIGRATION_BREADCRUMBS_2026-05-14.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:16:3:0:raw/ROOT_ROADMAP_TREE_MIGRATION_BREADCRUMBS_2026-05-14.md","source_record_id":"aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7969fc7bf2238687c8bab4fd","label":"parts/technique-reform-ingress","locator":{"end_column":201,"end_line":16,"fragment":"","pointer":"","start_column":124,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:distillation-legacy-index","target_ref":"../parts/technique-reform-ingress/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:16:124:1:../parts/technique-reform-ingress/README.md","source_record_id":"aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a4a4efbab48b830e026fa0ba","label":"Rule","locator":{"end_column":7,"end_line":18,"fragment":"rule","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rule","source_record_id":"aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:037206be2ce34df2717a3d55","label":"Owner Layer Map","locator":{"end_column":17,"end_line":1,"fragment":"owner-layer-map","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:owner-layer-map","source_record_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bdfbc9e45f97cdf55479ac8e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:213bbbba664feedb25778cf2","label":"First-authoring targets","locator":{"end_column":26,"end_line":5,"fragment":"first-authoring-targets","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:first-authoring-targets","source_record_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c88643ed9111d1b978fd8392","label":"Family-aware routes","locator":{"end_column":22,"end_line":28,"fragment":"family-aware-routes","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:family-aware-routes","source_record_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2559d07a67be2941b84f7ce7","label":"Rare or non-first routes","locator":{"end_column":27,"end_line":40,"fragment":"rare-or-non-first-routes","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rare-or-non-first-routes","source_record_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:89e1cb82720cb2c733c7b678","label":"Hold routes","locator":{"end_column":14,"end_line":50,"fragment":"hold-routes","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:hold-routes","source_record_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f7ef7a5bb8463e938fa74f02","label":"Wrong-first targets to reject","locator":{"end_column":32,"end_line":59,"fragment":"wrong-first-targets-to-reject","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:wrong-first-targets-to-reject","source_record_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1043306c8b1e3d4559d895a4","label":"Origin Evidence","locator":{"end_column":17,"end_line":1,"fragment":"origin-evidence","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:origin-evidence","source_record_id":"aoa:aoa-techniques:artifact:8ff5a9f5173769725321540e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bd15688fd11d8865397fc358","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:8ff5a9f5173769725321540e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7bd7f4a4fed7ed884fda64e4","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:8ff5a9f5173769725321540e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -16733,7 +15800,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cca3354adc260f331e762b8a","label":"Risks introduced by adaptation","locator":{"end_column":33,"end_line":27,"fragment":"risks-introduced-by-adaptation","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-introduced-by-adaptation","source_record_id":"aoa:aoa-techniques:artifact:917654affae3815055b1803b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:20c13d8981148e01ba96caf0","label":"Evidence","locator":{"end_column":11,"end_line":32,"fragment":"evidence","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:917654affae3815055b1803b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:39b58bdf31ac66301e3175f8","label":"Result","locator":{"end_column":9,"end_line":37,"fragment":"result","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:result","source_record_id":"aoa:aoa-techniques:artifact:917654affae3815055b1803b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f9eb254adc6177ab76b27f24","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:918af0868aff9c877f9bb19c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5c1edf487d57cdaba1b745df","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:91a8a9b129a8af2bb69487ef","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d9dc83ba4e2034cd4f6ab5d9","label":"channelized-agent-mailbox","locator":{"end_column":27,"end_line":41,"fragment":"channelized-agent-mailbox","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:channelized-agent-mailbox","source_record_id":"aoa:aoa-techniques:artifact:91a8a9b129a8af2bb69487ef","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6c193d534624210289a940d9","label":"Intent","locator":{"end_column":9,"end_line":43,"fragment":"intent","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:91a8a9b129a8af2bb69487ef","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -16805,16 +15871,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8c31eea8aa77548490dc638b","label":"`../PROVENANCE.md`","locator":{"end_column":39,"end_line":16,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:layout","target_ref":"../PROVENANCE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:16:1:0:../PROVENANCE.md","source_record_id":"aoa:aoa-techniques:artifact:92a8c606225ec60a84f0fda0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1829704d1b006fcb60bf5bcb","label":"Use This When","locator":{"end_column":16,"end_line":18,"fragment":"use-this-when","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:use-this-when","source_record_id":"aoa:aoa-techniques:artifact:92a8c606225ec60a84f0fda0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5ecf09c906e678d160cc865c","label":"AGENTS","locator":{"end_column":71,"end_line":24,"fragment":"","pointer":"","start_column":52,"start_line":24},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:use-this-when","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:24:52:0:AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:92a8c606225ec60a84f0fda0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6659225f5859ad8c1219bf21","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:850b6926ec889fd08bcecbdc","label":"Example","locator":{"end_column":9,"end_line":1,"fragment":"example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:example","source_record_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8db81a3f787bd6a9e94e99f1","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e38d4ce98fe84a6aadcc8fbb","label":"Why this skill fits","locator":{"end_column":22,"end_line":11,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:64311b44d431c108d46b3af3","label":"Expected inputs","locator":{"end_column":18,"end_line":17,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3593008631fc6c26c4673102","label":"Expected outputs","locator":{"end_column":19,"end_line":24,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e4f1d1fd8e9c68752b2fbf77","label":"Boundary notes","locator":{"end_column":17,"end_line":32,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:47a8f687288b5e2ee0e384a7","label":"Verification notes","locator":{"end_column":21,"end_line":38,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:310f6aec958b8c0aac4948c0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c2778ecb2f35c73c8cfb3e3a","label":"Passport lane matrix v3","locator":{"end_column":25,"end_line":1,"fragment":"passport-lane-matrix-v3","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:passport-lane-matrix-v3","source_record_id":"aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:646ea72b4ab3140409bfa77e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:92f6cb933d1234200cf42296","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bf76150ad3d520635c18d9f5","label":"Template Modernization Optional Sections","locator":{"end_column":42,"end_line":1,"fragment":"template-modernization-optional-sections","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:template-modernization-optional-sections","source_record_id":"aoa:aoa-techniques:artifact:92f6cb933d1234200cf42296","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ff1936001d7fa740c46afe19","label":"Index Metadata","locator":{"end_column":17,"end_line":5,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:index-metadata","source_record_id":"aoa:aoa-techniques:artifact:92f6cb933d1234200cf42296","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -17141,14 +16197,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:802e43fe45c470daab5fbee0","label":"Boundary","locator":{"end_column":11,"end_line":95,"fragment":"boundary","pointer":"","start_column":1,"start_line":95},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary","source_record_id":"aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:db7e68cc6dec5a5f85db24a1","label":"AoA relation","locator":{"end_column":15,"end_line":105,"fragment":"aoa-relation","pointer":"","start_column":1,"start_line":105},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-relation","source_record_id":"aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:25c1f9f629b7603728303b33","label":"Owner Request Receipts","locator":{"end_column":49,"end_line":111,"fragment":"","pointer":"","start_column":1,"start_line":111},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:aoa-relation","target_ref":"../REQUEST_RECEIPTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:111:1:0:../REQUEST_RECEIPTS.md","source_record_id":"aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0e80513d336a5d6fefb79859","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fd47261ae69f50158f266544","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8880e6f21a9ae4832f114470","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:78820a82e43846df73d5ab19","label":"Why this skill fits","locator":{"end_column":22,"end_line":11,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cd279ae12a4871cf88277c37","label":"Expected inputs","locator":{"end_column":18,"end_line":15,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d233fc97337821ecaf1d2bd6","label":"Expected outputs","locator":{"end_column":19,"end_line":25,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8b4abdba2e9219c22a5246ff","label":"Boundary notes","locator":{"end_column":17,"end_line":38,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6122d9fa7bbddcdf310aa324","label":"Verification notes","locator":{"end_column":21,"end_line":46,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c04822693c08464320df0a15","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:94cbef610d385b14bab6cbf6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dae2fa3f66f1846d74133660","label":"Versionable Session Transcripts Checklist","locator":{"end_column":43,"end_line":1,"fragment":"versionable-session-transcripts-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:versionable-session-transcripts-checklist","source_record_id":"aoa:aoa-techniques:artifact:94cbef610d385b14bab6cbf6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3cf835906a0edbe3abb7167d","label":"AOA-T-0026","locator":{"end_column":103,"end_line":8,"fragment":"","pointer":"","start_column":41,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:versionable-session-transcripts-checklist","target_ref":"../session-capture-as-repo-artifact/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:8:41:0:../session-capture-as-repo-artifact/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:94cbef610d385b14bab6cbf6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -17192,14 +16240,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eeeec61ce813f728d2326fee","label":"Decision","locator":{"end_column":11,"end_line":43,"fragment":"decision","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decision","source_record_id":"aoa:aoa-techniques:artifact:953aa38f18288b54eece690b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ddd6929675ff26e2adfdd651","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:consequences","source_record_id":"aoa:aoa-techniques:artifact:953aa38f18288b54eece690b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3410f105af89b3f663b1627c","label":"Verification","locator":{"end_column":15,"end_line":87,"fragment":"verification","pointer":"","start_column":1,"start_line":87},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:953aa38f18288b54eece690b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2319278056e58fc7df466769","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2a634d293abbb173a08db854","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c11dce5cbcb56215897be6fb","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5bad7849bee0dad653d7f5cc","label":"Why this skill fits","locator":{"end_column":22,"end_line":14,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e4d542d30d7ea94bb1f0b40e","label":"Expected inputs","locator":{"end_column":18,"end_line":18,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9a36730f67770ecd5d2d5161","label":"Expected outputs","locator":{"end_column":19,"end_line":25,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5699a14dada5bcf42748e38c","label":"Boundary notes","locator":{"end_column":17,"end_line":45,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:265b68ef25ce5b205710df73","label":"Verification notes","locator":{"end_column":21,"end_line":51,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6dc336494775ac3a4e2cdfe3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b8bcc617932b14ab14d0a1ea","label":"read_frontmatter","locator":{"end_column":42,"end_line":58,"fragment":"","pointer":"","start_column":1,"start_line":53},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_frontmatter","target_ref":"python:AssertionError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_frontmatter","target_ref":"python:match.group"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_frontmatter","target_ref":"python:path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_frontmatter","target_ref":"python:re.match"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_frontmatter","target_ref":"python:yaml.safe_load"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"read_frontmatter","semantic_key":"python:function:read_frontmatter","source_record_id":"aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e1f8404b479566411bc283fd","label":"CapabilityRegistryTreePilotTestCase","locator":{"end_column":71,"end_line":148,"fragment":"","pointer":"","start_column":1,"start_line":61},"outbound_refs":[],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"CapabilityRegistryTreePilotTestCase","semantic_key":"python:class:CapabilityRegistryTreePilotTestCase","source_record_id":"aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba","symbol_kind":"class","temporal_ref":"current","trust_ref":"deterministic"}, @@ -17980,17 +17020,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cbdb4dcd10c19d2546edbbde","label":"AOA-T-0007","locator":{"end_column":132,"end_line":35,"fragment":"","pointer":"","start_column":26,"start_line":35},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:aoa-t-0007","target_ref":"../../../../../../techniques/proof/evaluation-chain/signal-first-gate-promotion/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:35:26:0:../../../../../../techniques/proof/evaluation-chain/signal-first-gate-promotion/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:998ba212c6a82e2f08d7b6df","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3343625313941a28b3390d62","label":"Findings","locator":{"end_column":11,"end_line":39,"fragment":"findings","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:findings","source_record_id":"aoa:aoa-techniques:artifact:998ba212c6a82e2f08d7b6df","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f68c982e7a45de1f7e19fe54","label":"Next Step","locator":{"end_column":12,"end_line":48,"fragment":"next-step","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:next-step","source_record_id":"aoa:aoa-techniques:artifact:998ba212c6a82e2f08d7b6df","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3165e2e0321a18025e113337","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:45025ae3367a385c72fd514b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b872193fd2cd3e0370f52114","label":"display_name","locator":{"end_column":44,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5d1780865adbe1e3dfbe09a2","label":"short_description","locator":{"end_column":45,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bd7bf1d388eb4a428914dac4","label":"default_prompt","locator":{"end_column":176,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:92413f7076890950faada9e7","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:012371280501e21cfb968d67","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fbc94080ccd46354d958445c","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:22c38ff04bb9281a0822e2f4","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ec134ab65484432a3269beb1","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:42c2f7b31d1d1ffe9f485537","label":"allow_implicit_invocation","locator":{"end_column":33,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4dab938da9e7173a8c88790c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:99e4142d3dc6fa22b624e638","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a69cc6f7106b897735136e56","label":"Donor Sources - Personal Media Ingest","locator":{"end_column":39,"end_line":1,"fragment":"donor-sources-personal-media-ingest","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:donor-sources-personal-media-ingest","source_record_id":"aoa:aoa-techniques:artifact:99e4142d3dc6fa22b624e638","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6ef6027cc598ec2e4f6072d9","label":"OCR and receipt extraction donors","locator":{"end_column":36,"end_line":6,"fragment":"ocr-and-receipt-extraction-donors","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:ocr-and-receipt-extraction-donors","source_record_id":"aoa:aoa-techniques:artifact:99e4142d3dc6fa22b624e638","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -18081,7 +17110,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:17351925483907a836347d81","label":"`../PROVENANCE.md`","locator":{"end_column":39,"end_line":15,"fragment":"","pointer":"","start_column":1,"start_line":15},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:layout","target_ref":"../PROVENANCE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:15:1:0:../PROVENANCE.md","source_record_id":"aoa:aoa-techniques:artifact:9a7a41d839dada1f8762f2f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:297b563618b50b0b9eb4d1ce","label":"Use this when","locator":{"end_column":16,"end_line":18,"fragment":"use-this-when","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:use-this-when","source_record_id":"aoa:aoa-techniques:artifact:9a7a41d839dada1f8762f2f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6900f45adf4b56bb18538f0b","label":"AGENTS","locator":{"end_column":71,"end_line":25,"fragment":"","pointer":"","start_column":52,"start_line":25},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:use-this-when","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:25:52:0:AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:9a7a41d839dada1f8762f2f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5341c892af5bac917f07bc14","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:9a7c33c9af35639fe95d3bce","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c63de20bc77b5c13a74f7323","label":"Technique Kinds","locator":{"end_column":17,"end_line":1,"fragment":"technique-kinds","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-kinds","source_record_id":"aoa:aoa-techniques:artifact:9aa4b16e18d8e02326f51d8a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d9715be15ab6361ca30044f8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:9aa4b16e18d8e02326f51d8a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:132939d46adc1517af69eb36","label":"readers AGENTS","locator":{"end_column":82,"end_line":4,"fragment":"","pointer":"","start_column":41,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technique-kinds","target_ref":"../AGENTS.md#validation"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:41:0:../AGENTS.md#validation","source_record_id":"aoa:aoa-techniques:artifact:9aa4b16e18d8e02326f51d8a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -18435,7 +17463,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:90692cce9f621b314e6d3156","label":"Source-of-truth Split","locator":{"end_column":24,"end_line":10,"fragment":"source-of-truth-split","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-of-truth-split","source_record_id":"aoa:aoa-techniques:artifact:9cb002695be915bbf742d5bb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7b3ffcf5e38e983ce58b694f","label":"Local Contour","locator":{"end_column":16,"end_line":21,"fragment":"local-contour","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:local-contour","source_record_id":"aoa:aoa-techniques:artifact:9cb002695be915bbf742d5bb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ac6f314b0b56335b1f9b47fa","label":"Growth Rule","locator":{"end_column":14,"end_line":42,"fragment":"growth-rule","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:growth-rule","source_record_id":"aoa:aoa-techniques:artifact:9cb002695be915bbf742d5bb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:01fe06da38680afe497dfdf5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:9cd97915cf1fb0e20fed2a32","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:505ca391ac1507d95a92ca44","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:9d13ecde0912299ed3aaf2e2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6cafbdee9d64b9b386f4318d","label":"contract-first-smoke-summary","locator":{"end_column":30,"end_line":42,"fragment":"contract-first-smoke-summary","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contract-first-smoke-summary","source_record_id":"aoa:aoa-techniques:artifact:9d13ecde0912299ed3aaf2e2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b8346d953a37554d0c9d10df","label":"Intent","locator":{"end_column":9,"end_line":44,"fragment":"intent","pointer":"","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:9d13ecde0912299ed3aaf2e2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -18469,7 +17496,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4048583311e5c93d02ec4861","label":"AOA-T-0042","locator":{"end_column":135,"end_line":28,"fragment":"","pointer":"","start_column":38,"start_line":28},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:risks-introduced-by-adaptation","target_ref":"../../../../instruction/skill-discovery/upstream-skill-health-checking/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:28:38:0:../../../../instruction/skill-discovery/upstream-skill-health-checking/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:9d2de8e9d02cc07d0f7dee51","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:47d293f24a4eabfd48fd38d7","label":"Evidence","locator":{"end_column":11,"end_line":31,"fragment":"evidence","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:9d2de8e9d02cc07d0f7dee51","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5900fa92361eb4c6fa8a7c03","label":"Result","locator":{"end_column":9,"end_line":38,"fragment":"result","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:result","source_record_id":"aoa:aoa-techniques:artifact:9d2de8e9d02cc07d0f7dee51","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6aa1ee09c39bf3a223a8b44d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:9d3d12a86424bc775e82d788","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dc4374c3472ba893695c21fb","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:9d47504d46b52519ac28e004","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fb7ef1b9beece4b666155603","label":"Mechanics Legacy Scaffold Bridge","locator":{"end_column":34,"end_line":1,"fragment":"mechanics-legacy-scaffold-bridge","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mechanics-legacy-scaffold-bridge","source_record_id":"aoa:aoa-techniques:artifact:9d47504d46b52519ac28e004","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1c73cabadb9e2d0ff3fcf50e","label":"Index Metadata","locator":{"end_column":17,"end_line":7,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:index-metadata","source_record_id":"aoa:aoa-techniques:artifact:9d47504d46b52519ac28e004","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -18552,12 +17578,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:afb6836f9567f8a60ca989ac","label":"Role split","locator":{"end_column":13,"end_line":7,"fragment":"role-split","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:role-split","source_record_id":"aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:92dd64f376f777cb95b4a045","label":"Good anchors in this repo","locator":{"end_column":28,"end_line":15,"fragment":"good-anchors-in-this-repo","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:good-anchors-in-this-repo","source_record_id":"aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5d4331f0d570950508d911c3","label":"Initial posture","locator":{"end_column":18,"end_line":25,"fragment":"initial-posture","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:initial-posture","source_record_id":"aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:79b77475e880b10e34c9194f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f96aa33e5d13d5490844cc0c","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:67908f064802ed8376e1c55c","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:65bd92960702312b53eb1bd2","label":"When it applies","locator":{"end_column":18,"end_line":7,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5eff4329175a160aec73ed05","label":"Review checklist","locator":{"end_column":19,"end_line":14,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a137db582ee69e6dcace187","label":"Not a fit","locator":{"end_column":12,"end_line":25,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:16100b3580dad1d65e686e6b","label":"minimal capability discovery","locator":{"end_column":30,"end_line":1,"fragment":"minimal-capability-discovery","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-capability-discovery","source_record_id":"aoa:aoa-techniques:artifact:9e94373a05e4565c0e6df60c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:477f9f4fe7b222223c008507","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:9e94373a05e4565c0e6df60c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:669654784ff3aacf80d98cbd","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:9e9466158949a19e42bd7d27","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -18685,10 +17705,14 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:38e2c032a55f905342347eb4","label":"AOA-TECH-D-0043 GitHub Landing And Mechanics Direction Split Correction","locator":{"end_column":142,"end_line":118,"fragment":"","pointer":"","start_column":3,"start_line":118},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:github-landing","target_ref":"../AOA-TECH-D-0043-github-landing-and-mechanics-roadmap-route.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:118:3:0:../AOA-TECH-D-0043-github-landing-and-mechanics-roadmap-route.md","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f0f4a0a8aff13e724d4f4eac","label":"decision index","locator":{"end_column":17,"end_line":120,"fragment":"decision-index","pointer":"","start_column":1,"start_line":120},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decision-index","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7bbb4b158f1117c4a093d2f8","label":"AOA-TECH-D-0065 Canonical Decision IDs And Indexes","locator":{"end_column":113,"end_line":122,"fragment":"","pointer":"","start_column":3,"start_line":122},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-index","target_ref":"../AOA-TECH-D-0065-canonical-decision-ids-and-indexes.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:122:3:0:../AOA-TECH-D-0065-canonical-decision-ids-and-indexes.md","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1c2c924c70b55c40b603d1e2","label":"validation lane","locator":{"end_column":18,"end_line":124,"fragment":"validation-lane","pointer":"","start_column":1,"start_line":124},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-lane","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4d4d3d24b8b8944073ed7f8b","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":111,"end_line":126,"fragment":"","pointer":"","start_column":3,"start_line":126},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:126:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:70b3a515ba4424dc5f74c06b","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":91,"end_line":127,"fragment":"","pointer":"","start_column":3,"start_line":127},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:127:3:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2c75cca475e8c9f175ae0197","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"end_line":128,"fragment":"","pointer":"","start_column":3,"start_line":128},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:128:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8475019e5cd417de724f10dc","label":"execution shape","locator":{"end_column":18,"end_line":124,"fragment":"execution-shape","pointer":"","start_column":1,"start_line":124},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:execution-shape","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:82053d4a6aac00fc7b92e3b6","label":"AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home","locator":{"end_column":129,"end_line":126,"fragment":"","pointer":"","start_column":3,"start_line":126},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:execution-shape","target_ref":"../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:126:3:0:../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:71fc576cdfaf6fb69ff9a81b","label":"owner boundary","locator":{"end_column":17,"end_line":128,"fragment":"owner-boundary","pointer":"","start_column":1,"start_line":128},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:owner-boundary","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7233bae3d1a8e524d3737ac4","label":"AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home","locator":{"end_column":129,"end_line":130,"fragment":"","pointer":"","start_column":3,"start_line":130},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-boundary","target_ref":"../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:130:3:0:../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1c2c924c70b55c40b603d1e2","label":"validation lane","locator":{"end_column":18,"end_line":132,"fragment":"validation-lane","pointer":"","start_column":1,"start_line":132},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-lane","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a544e94f55d9d94102707425","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":111,"end_line":134,"fragment":"","pointer":"","start_column":3,"start_line":134},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:134:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:19a74f2680c463c37e2e50ac","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":91,"end_line":135,"fragment":"","pointer":"","start_column":3,"start_line":135},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:135:3:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5726479660bb5489c3a47a20","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"end_line":136,"fragment":"","pointer":"","start_column":3,"start_line":136},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:136:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9095601f6ab33568265a0a98","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/owner_repo","source_record_id":"aoa:aoa-techniques:artifact:9f02735456e72657870c4158","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9a1d1ba2d61ab0e41d9ee969","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:9f02735456e72657870c4158","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9d9207f2d9ddba3a0c720a88","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/schema_version","source_record_id":"aoa:aoa-techniques:artifact:9f02735456e72657870c4158","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, @@ -18973,7 +17997,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7d61093fd85fc9a62dd9fb24","label":"Detection signals","locator":{"end_column":20,"end_line":26,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:a1afdb3c074add1c3a1a07da","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2a3f886ef89de5705d9cebd8","label":"Mitigations","locator":{"end_column":14,"end_line":32,"fragment":"mitigations","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:a1afdb3c074add1c3a1a07da","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ac1ddae8b293f3024ce18821","label":"Recommendation","locator":{"end_column":17,"end_line":37,"fragment":"recommendation","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:a1afdb3c074add1c3a1a07da","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:63081d4dc1f355056375aee7","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:a1b7548f51793f4b5377dc9f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3801a10511c4bdbe38a68990","label":"Landed Skill-Discovery Pilot Review","locator":{"end_column":37,"end_line":1,"fragment":"landed-skill-discovery-pilot-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:landed-skill-discovery-pilot-review","source_record_id":"aoa:aoa-techniques:artifact:a1c927da17d570f44a65a6c5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e244b918cb19a63da3facd72","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:a1c927da17d570f44a65a6c5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ace8b9046fe12bac55563c74","label":"Technique Reform Ingress","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"","start_column":1,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:landed-skill-discovery-pilot-review","target_ref":"../README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:1:0:../README.md","source_record_id":"aoa:aoa-techniques:artifact:a1c927da17d570f44a65a6c5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -19011,17 +18034,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e7ca81164a739284a7b49135","label":"Source project","locator":{"end_column":17,"end_line":7,"fragment":"source-project","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-project","source_record_id":"aoa:aoa-techniques:artifact:a1e87ecd53202e8272f5effc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9eab3a988a60fdd8922dd99b","label":"Evidence","locator":{"end_column":11,"end_line":17,"fragment":"evidence","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:a1e87ecd53202e8272f5effc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c720a5b2b9bd23d28dce0cf5","label":"Interpretation","locator":{"end_column":17,"end_line":23,"fragment":"interpretation","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:interpretation","source_record_id":"aoa:aoa-techniques:artifact:a1e87ecd53202e8272f5effc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2aca2d1494ef3f70fed972f0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:41dbeba762d8c5436da008af","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8035b73d8fc317a8a6e0b5ea","label":"display_name","locator":{"end_column":39,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c52fbea82ee86c37f3940797","label":"short_description","locator":{"end_column":52,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1dd21cf5700c67371d254827","label":"default_prompt","locator":{"end_column":160,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7d1b5cea3a37d1cc2df6d962","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:961102bebb44aab8165a9ca1","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:54afa52a5755a4336906c0d1","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9af6253d6d6f1604e4ecc327","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0475f60d0ae6fa4f4572427f","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c3ca52a27154bd75ec8d35da","label":"allow_implicit_invocation","locator":{"end_column":33,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:debfa51d2c8530d11cc3a5d3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:a238084f3b16092d1ec2e4bb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4da9cc882ee6cdf82499af06","label":"Summary","locator":{"end_column":10,"end_line":7,"fragment":"summary","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:summary","source_record_id":"aoa:aoa-techniques:artifact:a238084f3b16092d1ec2e4bb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:53bca93f788d08b0823d096a","label":"Why it belongs here","locator":{"end_column":22,"end_line":11,"fragment":"why-it-belongs-here","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-it-belongs-here","source_record_id":"aoa:aoa-techniques:artifact:a238084f3b16092d1ec2e4bb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -19077,18 +18089,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4c39cb18511a1d7d79c5b1e2","label":"Active Seed Lane","locator":{"end_column":19,"end_line":30,"fragment":"active-seed-lane","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:active-seed-lane","source_record_id":"aoa:aoa-techniques:artifact:a309ed4b54dd6bf2d57add14","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a64191afe988d314db6b9236","label":"Explicit Exclusion","locator":{"end_column":21,"end_line":34,"fragment":"explicit-exclusion","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:explicit-exclusion","source_record_id":"aoa:aoa-techniques:artifact:a309ed4b54dd6bf2d57add14","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9a1756c29d4b8180baa1cdf5","label":"Notes","locator":{"end_column":8,"end_line":40,"fragment":"notes","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes","source_record_id":"aoa:aoa-techniques:artifact:a309ed4b54dd6bf2d57add14","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:77dd3e829108b1464f95adfb","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1b1c65395797260f581ddf8c","label":"aoa-dry-run-first","locator":{"end_column":19,"end_line":16,"fragment":"aoa-dry-run-first","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-dry-run-first","source_record_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ec7a83bf4cf61583e25b657b","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:894ebf646fbb9ad0f3e30de0","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fffc6051beefc12040a38273","label":"Inputs","locator":{"end_column":9,"end_line":34,"fragment":"inputs","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:005acc8cd4cdfbfeaefdf19d","label":"Outputs","locator":{"end_column":10,"end_line":40,"fragment":"outputs","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b5c626bf335c4861044356c1","label":"Procedure","locator":{"end_column":12,"end_line":47,"fragment":"procedure","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:69cadc79ebfae5b439bdecdd","label":"Contracts","locator":{"end_column":12,"end_line":56,"fragment":"contracts","pointer":"","start_column":1,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:011063726c4eb6c01de0414c","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":64,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":64},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:139b0d6a05e25d6c2cea9d71","label":"Verification","locator":{"end_column":15,"end_line":72,"fragment":"verification","pointer":"","start_column":1,"start_line":72},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:235cde08fbc042241cb7ce9d","label":"Technique traceability","locator":{"end_column":25,"end_line":81,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":81},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:faac6ee653e0229681c1a833","label":"Adaptation points","locator":{"end_column":20,"end_line":86,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":86},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9d36a3af11033aba3d590300","label":"Release Support Legacy Index","locator":{"end_column":30,"end_line":1,"fragment":"release-support-legacy-index","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:release-support-legacy-index","source_record_id":"aoa:aoa-techniques:artifact:a3458368e0602165032513fb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fd7167e14f381bdada2e9a3d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:a3458368e0602165032513fb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:96e264ff8d599da10835038f","label":"Current Raw Inventory","locator":{"end_column":24,"end_line":3,"fragment":"current-raw-inventory","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:current-raw-inventory","source_record_id":"aoa:aoa-techniques:artifact:a3458368e0602165032513fb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -19104,14 +18104,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bf4d9d50dfb8c8247a2110e3","label":"Next Work","locator":{"end_column":12,"end_line":22,"fragment":"next-work","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:next-work","source_record_id":"aoa:aoa-techniques:artifact:a38eac462abd74917c9aa231","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5a8017d8b0394f3439b6fcf0","label":"When Time Comes","locator":{"end_column":18,"end_line":36,"fragment":"when-time-comes","pointer":"","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-time-comes","source_record_id":"aoa:aoa-techniques:artifact:a38eac462abd74917c9aa231","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d23d4e98652add5aaadb814e","label":"Out Of Scope","locator":{"end_column":15,"end_line":46,"fragment":"out-of-scope","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:out-of-scope","source_record_id":"aoa:aoa-techniques:artifact:a38eac462abd74917c9aa231","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:73cb1a4f4ffe3a405d43ac28","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dbbca5641cc9bf7a19ea489d","label":"Example","locator":{"end_column":9,"end_line":1,"fragment":"example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:example","source_record_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a7f0f94ca6c03add806ffd44","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3d904397042e13aafc56af27","label":"Why this skill fits","locator":{"end_column":22,"end_line":7,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0001fc082e113cd445f1abb0","label":"Expected inputs","locator":{"end_column":18,"end_line":14,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:52a784cd825f8c1feeba77c3","label":"Expected outputs","locator":{"end_column":19,"end_line":21,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:beabcb1041270c0ba156d8b2","label":"Boundary notes","locator":{"end_column":17,"end_line":27,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:28ef9c45457ca1327aa7a847","label":"Verification notes","locator":{"end_column":21,"end_line":33,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cbea0846087a6cef8f4976da","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:a46ee9677af6f31767497cfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e2be4dcb1eb39e92a27ebfe3","label":"upstream-skill-health-checking","locator":{"end_column":32,"end_line":39,"fragment":"upstream-skill-health-checking","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:upstream-skill-health-checking","source_record_id":"aoa:aoa-techniques:artifact:a46ee9677af6f31767497cfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bdd1c55cb73588f8e4bf6b89","label":"Intent","locator":{"end_column":9,"end_line":41,"fragment":"intent","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:a46ee9677af6f31767497cfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -19165,64 +18157,65 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8d55611909717d7cf58773a1","label":"Applies to","locator":{"end_column":13,"end_line":5,"fragment":"applies-to","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:applies-to","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9d2403830947fc71db7adf3f","label":"Role","locator":{"end_column":7,"end_line":10,"fragment":"role","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:role","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:60825be619a73f4873364c71","label":"Owner lane","locator":{"end_column":13,"end_line":19,"fragment":"owner-lane","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:owner-lane","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:77bb3b22324d338cc2b67077","label":"DESIGN.AGENTS","locator":{"end_column":88,"end_line":38,"fragment":"","pointer":"","start_column":55,"start_line":38},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-lane","target_ref":"DESIGN.AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:38:55:1:DESIGN.AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:81e3a4bba16a9b3e60fa301b","label":"DESIGN","locator":{"end_column":20,"end_line":38,"fragment":"","pointer":"","start_column":1,"start_line":38},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-lane","target_ref":"DESIGN.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:38:1:0:DESIGN.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:57ba33b17ca0f23393e2f76a","label":"Read before editing","locator":{"end_column":22,"end_line":42,"fragment":"read-before-editing","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:read-before-editing","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2c222e41c108df75fd5f5537","label":"README","locator":{"end_column":23,"end_line":44,"fragment":"","pointer":"","start_column":4,"start_line":44},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:44:4:0:README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8a789783fa52718b2b9276d5","label":"CHARTER","locator":{"end_column":25,"end_line":45,"fragment":"","pointer":"","start_column":4,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"CHARTER.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:45:4:0:CHARTER.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a913978bfc2eae8079bb703","label":"DESIGN","locator":{"end_column":23,"end_line":46,"fragment":"","pointer":"","start_column":4,"start_line":46},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"DESIGN.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:46:4:0:DESIGN.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7664d1146b8ca28a28efba31","label":"DESIGN.AGENTS","locator":{"end_column":37,"end_line":47,"fragment":"","pointer":"","start_column":4,"start_line":47},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"DESIGN.AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:47:4:0:DESIGN.AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c11be9b8831abff1a866ae75","label":"START_HERE","locator":{"end_column":36,"end_line":48,"fragment":"","pointer":"","start_column":4,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/START_HERE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:48:4:0:docs/START_HERE.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:05ffacbb2ce4c4221b21488d","label":"TECHNIQUE_ATOM_CONTRACT","locator":{"end_column":62,"end_line":49,"fragment":"","pointer":"","start_column":4,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/TECHNIQUE_ATOM_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:49:4:0:docs/TECHNIQUE_ATOM_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f4a7b885186c6363df5a3d51","label":"TECHNIQUE_TOPOLOGY_CONTRACT","locator":{"end_column":70,"end_line":50,"fragment":"","pointer":"","start_column":4,"start_line":50},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/TECHNIQUE_TOPOLOGY_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:50:4:0:docs/TECHNIQUE_TOPOLOGY_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aabb13ce836d312305dc5a3c","label":"TECHNIQUE_TREE_CONTRACT","locator":{"end_column":62,"end_line":51,"fragment":"","pointer":"","start_column":4,"start_line":51},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/TECHNIQUE_TREE_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:51:4:0:docs/TECHNIQUE_TREE_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f52a8319522c8a7673c3c636","label":"ROADMAP","locator":{"end_column":25,"end_line":52,"fragment":"","pointer":"","start_column":4,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"ROADMAP.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:52:4:0:ROADMAP.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d24ccb57e832729b95500dff","label":"ROOT_SURFACE_LAW","locator":{"end_column":49,"end_line":53,"fragment":"","pointer":"","start_column":5,"start_line":53},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/ROOT_SURFACE_LAW.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:53:5:0:docs/ROOT_SURFACE_LAW.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c13d9c01d5395371f5d5eb80","label":"AGENTS_MESH_PROTOCOL","locator":{"end_column":68,"end_line":54,"fragment":"","pointer":"","start_column":5,"start_line":54},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/guardrails/AGENTS_MESH_PROTOCOL.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:54:5:0:docs/guardrails/AGENTS_MESH_PROTOCOL.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ad7f6d106be0523b2292880f","label":"Root Legacy","locator":{"end_column":36,"end_line":55,"fragment":"","pointer":"","start_column":5,"start_line":55},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"legacy/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:55:5:0:legacy/README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8927db91f71dbb5bd3681c75","label":"Mechanics","locator":{"end_column":37,"end_line":56,"fragment":"","pointer":"","start_column":5,"start_line":56},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"mechanics/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:56:5:0:mechanics/README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dd5891e3cf1de49b22cda859","label":"Examples","locator":{"end_column":35,"end_line":57,"fragment":"","pointer":"","start_column":5,"start_line":57},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"examples/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:57:5:0:examples/README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a6d80cd98daa7425c0740522","label":"TECHNIQUE_SELECTION","locator":{"end_column":73,"end_line":58,"fragment":"","pointer":"","start_column":5,"start_line":58},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/readers/selection/TECHNIQUE_SELECTION.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:58:5:0:docs/readers/selection/TECHNIQUE_SELECTION.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3b4a5f7d003ac279fadde58a","label":"TECHNIQUE_KIND_GUIDE","locator":{"end_column":67,"end_line":59,"fragment":"","pointer":"","start_column":5,"start_line":59},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/selection/TECHNIQUE_KIND_GUIDE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:59:5:0:docs/selection/TECHNIQUE_KIND_GUIDE.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bbe416603ed692f5f79f522f","label":"Stats","locator":{"end_column":29,"end_line":64,"fragment":"","pointer":"","start_column":5,"start_line":64},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"stats/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:64:5:0:stats/README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:98d68e791e10c82d355751ed","label":"Route modes","locator":{"end_column":14,"end_line":66,"fragment":"route-modes","pointer":"","start_column":1,"start_line":66},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:route-modes","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8a12810e84328c18b2797c7c","label":"START_HERE","locator":{"end_column":141,"end_line":70,"fragment":"","pointer":"","start_column":109,"start_line":70},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/START_HERE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:70:109:2:docs/START_HERE.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9fb6bb7331181925281abde0","label":"CHARTER","locator":{"end_column":105,"end_line":70,"fragment":"","pointer":"","start_column":84,"start_line":70},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"CHARTER.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:70:84:1:CHARTER.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d282dc7b1e5b35ee436a1b41","label":"README","locator":{"end_column":80,"end_line":70,"fragment":"","pointer":"","start_column":61,"start_line":70},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:70:61:0:README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:18f3af2b46aed514a36210e8","label":"TECHNIQUE_TOPOLOGY_CONTRACT","locator":{"end_column":211,"end_line":71,"fragment":"","pointer":"","start_column":145,"start_line":71},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/TECHNIQUE_TOPOLOGY_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:71:145:1:docs/TECHNIQUE_TOPOLOGY_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:82eca3b4c7738ab96585b303","label":"TECHNIQUE_ATOM_CONTRACT","locator":{"end_column":141,"end_line":71,"fragment":"","pointer":"","start_column":83,"start_line":71},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/TECHNIQUE_ATOM_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:71:83:0:docs/TECHNIQUE_ATOM_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:05cfb4955ba12fa10807acca","label":"TECHNIQUE_TREE_CONTRACT","locator":{"end_column":144,"end_line":72,"fragment":"","pointer":"","start_column":86,"start_line":72},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/TECHNIQUE_TREE_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:72:86:0:docs/TECHNIQUE_TREE_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9dd4cd5cc4933684969046a6","label":"TECHNIQUE_TOPOLOGY_CONTRACT","locator":{"end_column":214,"end_line":72,"fragment":"","pointer":"","start_column":148,"start_line":72},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/TECHNIQUE_TOPOLOGY_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:72:148:1:docs/TECHNIQUE_TOPOLOGY_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1dd46488097510941cb09429","label":"CHARTER","locator":{"end_column":110,"end_line":73,"fragment":"","pointer":"","start_column":89,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"CHARTER.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:73:89:0:CHARTER.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:276d49c99f6b4dbb906b98d6","label":"ROOT_SURFACE_LAW","locator":{"end_column":158,"end_line":73,"fragment":"","pointer":"","start_column":114,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/ROOT_SURFACE_LAW.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:73:114:1:docs/ROOT_SURFACE_LAW.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:07efbd02212669b432559da3","label":"AGENTS_MESH_PROTOCOL","locator":{"end_column":192,"end_line":74,"fragment":"","pointer":"","start_column":129,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/guardrails/AGENTS_MESH_PROTOCOL.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:74:129:1:docs/guardrails/AGENTS_MESH_PROTOCOL.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5eba21ed39c3b90ad039a243","label":"DESIGN.AGENTS","locator":{"end_column":125,"end_line":74,"fragment":"","pointer":"","start_column":92,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"DESIGN.AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:74:92:0:DESIGN.AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:42628f513030d2f6328df1e0","label":"Root Legacy","locator":{"end_column":142,"end_line":75,"fragment":"","pointer":"","start_column":111,"start_line":75},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"legacy/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:75:111:0:legacy/README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:700a483c5eaf7db1d0d69595","label":"Legacy Index","locator":{"end_column":177,"end_line":75,"fragment":"","pointer":"","start_column":146,"start_line":75},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"legacy/INDEX.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:75:146:1:legacy/INDEX.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f3c688f5804ea9ee36c0289d","label":"ROADMAP","locator":{"end_column":126,"end_line":76,"fragment":"","pointer":"","start_column":105,"start_line":76},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"ROADMAP.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:76:105:0:ROADMAP.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:acc164ce2e7122a23f49e3b6","label":"Mechanics","locator":{"end_column":161,"end_line":77,"fragment":"","pointer":"","start_column":129,"start_line":77},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"mechanics/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:77:129:0:mechanics/README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:da6cc923308fd3ba7d481ceb","label":"Stats","locator":{"end_column":121,"end_line":79,"fragment":"","pointer":"","start_column":97,"start_line":79},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"stats/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:79:97:0:stats/README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:21c1420591afbd0f024876a9","label":"AGENTS stack law","locator":{"end_column":19,"end_line":81,"fragment":"agents-stack-law","pointer":"","start_column":1,"start_line":81},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agents-stack-law","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d064c83eb43aa65273b66166","label":"Memory route","locator":{"end_column":15,"end_line":90,"fragment":"memory-route","pointer":"","start_column":1,"start_line":90},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:memory-route","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9ff75e006dc8fe2e2fca2766","label":"GitHub landing workflow","locator":{"end_column":26,"end_line":98,"fragment":"github-landing-workflow","pointer":"","start_column":1,"start_line":98},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:github-landing-workflow","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fb14ced764be749f595ed32f","label":"AGENTS","locator":{"end_column":25,"end_line":100,"fragment":"","pointer":"","start_column":6,"start_line":100},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:github-landing-workflow","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:100:6:0:AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f2ce60536e09ba762b2188e5","label":".github/AGENTS","locator":{"end_column":36,"end_line":101,"fragment":"","pointer":"","start_column":1,"start_line":101},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:github-landing-workflow","target_ref":".github/AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:101:1:0:.github/AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:01a21be886b4783ee5edccf8","label":"Post-change route review","locator":{"end_column":27,"end_line":121,"fragment":"post-change-route-review","pointer":"","start_column":1,"start_line":121},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:post-change-route-review","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:170d676b1f20fd7d7ce4bd17","label":"ROADMAP","locator":{"end_column":24,"end_line":126,"fragment":"","pointer":"","start_column":3,"start_line":126},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:post-change-route-review","target_ref":"ROADMAP.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:126:3:0:ROADMAP.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:799799f13327188d24707552","label":"CHANGELOG","locator":{"end_column":28,"end_line":129,"fragment":"","pointer":"","start_column":3,"start_line":129},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:post-change-route-review","target_ref":"CHANGELOG.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:129:3:0:CHANGELOG.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aa0dbf8d0848328ded4fe6e0","label":"decisions","locator":{"end_column":31,"end_line":131,"fragment":"","pointer":"","start_column":3,"start_line":131},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:post-change-route-review","target_ref":"docs/decisions/"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:131:3:0:docs/decisions/","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:43cb93965c277605aaaf9ef5","label":"QUESTBOOK","locator":{"end_column":28,"end_line":138,"fragment":"","pointer":"","start_column":3,"start_line":138},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:post-change-route-review","target_ref":"QUESTBOOK.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:138:3:0:QUESTBOOK.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4d3f4ef66f189532e2a0baa4","label":"quests","locator":{"end_column":49,"end_line":138,"fragment":"","pointer":"","start_column":32,"start_line":138},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:post-change-route-review","target_ref":"quests/"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:138:32:1:quests/","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b77a0835ac722ca3820f4ee7","label":"Boundaries","locator":{"end_column":13,"end_line":142,"fragment":"boundaries","pointer":"","start_column":1,"start_line":142},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1ab8ba7ab90b108d6208b07b","label":"ROOT_SURFACE_LAW","locator":{"end_column":56,"end_line":153,"fragment":"","pointer":"","start_column":12,"start_line":153},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:boundaries","target_ref":"docs/ROOT_SURFACE_LAW.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:153:12:0:docs/ROOT_SURFACE_LAW.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1732d3994e11407bb2b9cf83","label":"Route away when","locator":{"end_column":18,"end_line":157,"fragment":"route-away-when","pointer":"","start_column":1,"start_line":157},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:route-away-when","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3db99799eb1bf48acaadfb95","label":"Validation","locator":{"end_column":13,"end_line":164,"fragment":"validation","pointer":"","start_column":1,"start_line":164},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4167a69736987057c6a7f6f3","label":"validation_lanes","locator":{"end_column":67,"end_line":167,"fragment":"","pointer":"","start_column":19,"start_line":167},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation","target_ref":"config/validation_lanes.json"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:167:19:0:config/validation_lanes.json","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:951b3f72ac9b3e0dd7575e0e","label":"Validator Topology","locator":{"end_column":78,"end_line":168,"fragment":"","pointer":"","start_column":19,"start_line":168},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation","target_ref":"docs/validation/VALIDATOR_TOPOLOGY.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:168:19:0:docs/validation/VALIDATOR_TOPOLOGY.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ba2ed9f8f4c941f64fada6b9","label":"Command Authority","locator":{"end_column":58,"end_line":178,"fragment":"","pointer":"","start_column":1,"start_line":178},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation","target_ref":"docs/validation/COMMAND_AUTHORITY.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:178:1:0:docs/validation/COMMAND_AUTHORITY.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:69769fb08f744fb2bb4ebc1b","label":"Closeout","locator":{"end_column":11,"end_line":188,"fragment":"closeout","pointer":"","start_column":1,"start_line":188},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e8e7b755b3eb63c343af3929","label":"Historical Reference","locator":{"end_column":23,"end_line":195,"fragment":"historical-reference","pointer":"","start_column":1,"start_line":195},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:historical-reference","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f969c864f7a49260b2cbb907","label":"AGENTS_ROOT_REFERENCE","locator":{"end_column":68,"end_line":198,"fragment":"","pointer":"","start_column":4,"start_line":198},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:historical-reference","target_ref":"legacy/archive/AGENTS_ROOT_REFERENCE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:198:4:0:legacy/archive/AGENTS_ROOT_REFERENCE.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a428fbbe7b068b4b9f3b34f9","label":"Skill home boundary","locator":{"end_column":22,"end_line":38,"fragment":"skill-home-boundary","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:skill-home-boundary","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c3d7948474e6978ba954d186","label":"DESIGN.AGENTS","locator":{"end_column":88,"end_line":55,"fragment":"","pointer":"","start_column":55,"start_line":55},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:skill-home-boundary","target_ref":"DESIGN.AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:55:55:1:DESIGN.AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e0cf52d73af333707fe0d1e0","label":"DESIGN","locator":{"end_column":20,"end_line":55,"fragment":"","pointer":"","start_column":1,"start_line":55},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:skill-home-boundary","target_ref":"DESIGN.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:55:1:0:DESIGN.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:57ba33b17ca0f23393e2f76a","label":"Read before editing","locator":{"end_column":22,"end_line":59,"fragment":"read-before-editing","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:read-before-editing","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e2931c0818a4c44ee7290180","label":"README","locator":{"end_column":23,"end_line":61,"fragment":"","pointer":"","start_column":4,"start_line":61},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:61:4:0:README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fea13f57e142bb60f3d637f2","label":"CHARTER","locator":{"end_column":25,"end_line":62,"fragment":"","pointer":"","start_column":4,"start_line":62},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"CHARTER.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:62:4:0:CHARTER.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a743a52ea26b0a1ffc8b07a4","label":"DESIGN","locator":{"end_column":23,"end_line":63,"fragment":"","pointer":"","start_column":4,"start_line":63},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"DESIGN.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:63:4:0:DESIGN.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a57bd151dd4823b15c31003a","label":"DESIGN.AGENTS","locator":{"end_column":37,"end_line":64,"fragment":"","pointer":"","start_column":4,"start_line":64},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"DESIGN.AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:64:4:0:DESIGN.AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7193fa1db1e73d37955d3480","label":"START_HERE","locator":{"end_column":36,"end_line":65,"fragment":"","pointer":"","start_column":4,"start_line":65},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/START_HERE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:65:4:0:docs/START_HERE.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:67396fe97cfe4081180a71ea","label":"TECHNIQUE_ATOM_CONTRACT","locator":{"end_column":62,"end_line":66,"fragment":"","pointer":"","start_column":4,"start_line":66},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/TECHNIQUE_ATOM_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:66:4:0:docs/TECHNIQUE_ATOM_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1bfb8df423a0c9217700337a","label":"TECHNIQUE_TOPOLOGY_CONTRACT","locator":{"end_column":70,"end_line":67,"fragment":"","pointer":"","start_column":4,"start_line":67},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/TECHNIQUE_TOPOLOGY_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:67:4:0:docs/TECHNIQUE_TOPOLOGY_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:657adbc5f561ed82406a0570","label":"TECHNIQUE_TREE_CONTRACT","locator":{"end_column":62,"end_line":68,"fragment":"","pointer":"","start_column":4,"start_line":68},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/TECHNIQUE_TREE_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:68:4:0:docs/TECHNIQUE_TREE_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:830336e4626450438460a91e","label":"ROADMAP","locator":{"end_column":25,"end_line":69,"fragment":"","pointer":"","start_column":4,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"ROADMAP.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:69:4:0:ROADMAP.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:840ee110eb9708ab5240b464","label":"ROOT_SURFACE_LAW","locator":{"end_column":49,"end_line":70,"fragment":"","pointer":"","start_column":5,"start_line":70},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/ROOT_SURFACE_LAW.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:70:5:0:docs/ROOT_SURFACE_LAW.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d57ba3f5b165ac58a0ac84a7","label":"AGENTS_MESH_PROTOCOL","locator":{"end_column":68,"end_line":71,"fragment":"","pointer":"","start_column":5,"start_line":71},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/guardrails/AGENTS_MESH_PROTOCOL.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:71:5:0:docs/guardrails/AGENTS_MESH_PROTOCOL.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ef8ec26b32ba4e790ebfef90","label":"Root Legacy","locator":{"end_column":36,"end_line":72,"fragment":"","pointer":"","start_column":5,"start_line":72},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"legacy/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:72:5:0:legacy/README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:993300cc1abed90207cef096","label":"Mechanics","locator":{"end_column":37,"end_line":73,"fragment":"","pointer":"","start_column":5,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"mechanics/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:73:5:0:mechanics/README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7f8f421fdd35a813e10d9e84","label":"Examples","locator":{"end_column":35,"end_line":74,"fragment":"","pointer":"","start_column":5,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"examples/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:74:5:0:examples/README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ea7976916c12d0de41002580","label":"TECHNIQUE_SELECTION","locator":{"end_column":73,"end_line":75,"fragment":"","pointer":"","start_column":5,"start_line":75},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/readers/selection/TECHNIQUE_SELECTION.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:75:5:0:docs/readers/selection/TECHNIQUE_SELECTION.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1cb693f3c8edb215e399bb6e","label":"TECHNIQUE_KIND_GUIDE","locator":{"end_column":67,"end_line":76,"fragment":"","pointer":"","start_column":5,"start_line":76},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"docs/selection/TECHNIQUE_KIND_GUIDE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:76:5:0:docs/selection/TECHNIQUE_KIND_GUIDE.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ea8ae3b479876033f39c35e5","label":"Stats","locator":{"end_column":29,"end_line":81,"fragment":"","pointer":"","start_column":5,"start_line":81},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-before-editing","target_ref":"stats/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:81:5:0:stats/README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:98d68e791e10c82d355751ed","label":"Route modes","locator":{"end_column":14,"end_line":83,"fragment":"route-modes","pointer":"","start_column":1,"start_line":83},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:route-modes","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:347c7614efb19efc80980910","label":"README","locator":{"end_column":80,"end_line":87,"fragment":"","pointer":"","start_column":61,"start_line":87},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:87:61:0:README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b2210ac1d691224c49d63792","label":"START_HERE","locator":{"end_column":141,"end_line":87,"fragment":"","pointer":"","start_column":109,"start_line":87},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/START_HERE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:87:109:2:docs/START_HERE.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c9a1cd2947423a31914e0fed","label":"CHARTER","locator":{"end_column":105,"end_line":87,"fragment":"","pointer":"","start_column":84,"start_line":87},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"CHARTER.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:87:84:1:CHARTER.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:35ea2537b4a2458455939c30","label":"TECHNIQUE_ATOM_CONTRACT","locator":{"end_column":141,"end_line":88,"fragment":"","pointer":"","start_column":83,"start_line":88},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/TECHNIQUE_ATOM_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:88:83:0:docs/TECHNIQUE_ATOM_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6ceacaa8ea6533e5d824f6a7","label":"TECHNIQUE_TOPOLOGY_CONTRACT","locator":{"end_column":211,"end_line":88,"fragment":"","pointer":"","start_column":145,"start_line":88},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/TECHNIQUE_TOPOLOGY_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:88:145:1:docs/TECHNIQUE_TOPOLOGY_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:14e5ba76dd848bd7c81d1927","label":"TECHNIQUE_TREE_CONTRACT","locator":{"end_column":144,"end_line":89,"fragment":"","pointer":"","start_column":86,"start_line":89},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/TECHNIQUE_TREE_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:89:86:0:docs/TECHNIQUE_TREE_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8f6aa5e62e4f36888fdec239","label":"TECHNIQUE_TOPOLOGY_CONTRACT","locator":{"end_column":214,"end_line":89,"fragment":"","pointer":"","start_column":148,"start_line":89},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/TECHNIQUE_TOPOLOGY_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:89:148:1:docs/TECHNIQUE_TOPOLOGY_CONTRACT.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:67d46a5666c503ba8747f3e3","label":"ROOT_SURFACE_LAW","locator":{"end_column":158,"end_line":90,"fragment":"","pointer":"","start_column":114,"start_line":90},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/ROOT_SURFACE_LAW.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:90:114:1:docs/ROOT_SURFACE_LAW.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:89002f669391cc5b53181cc4","label":"CHARTER","locator":{"end_column":110,"end_line":90,"fragment":"","pointer":"","start_column":89,"start_line":90},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"CHARTER.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:90:89:0:CHARTER.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:76ed103892a5a5e27acc1482","label":"AGENTS_MESH_PROTOCOL","locator":{"end_column":192,"end_line":91,"fragment":"","pointer":"","start_column":129,"start_line":91},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/guardrails/AGENTS_MESH_PROTOCOL.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:91:129:1:docs/guardrails/AGENTS_MESH_PROTOCOL.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c0d912ae40f13c01e59f065b","label":"DESIGN.AGENTS","locator":{"end_column":125,"end_line":91,"fragment":"","pointer":"","start_column":92,"start_line":91},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"DESIGN.AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:91:92:0:DESIGN.AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:02b1d1d0c9236918f5a711d7","label":"Legacy Index","locator":{"end_column":177,"end_line":92,"fragment":"","pointer":"","start_column":146,"start_line":92},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"legacy/INDEX.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:92:146:1:legacy/INDEX.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dd73cc7cdbe80dc67a0bdb79","label":"Root Legacy","locator":{"end_column":142,"end_line":92,"fragment":"","pointer":"","start_column":111,"start_line":92},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"legacy/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:92:111:0:legacy/README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5b54216a271c550241138e0d","label":"ROADMAP","locator":{"end_column":126,"end_line":93,"fragment":"","pointer":"","start_column":105,"start_line":93},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"ROADMAP.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:93:105:0:ROADMAP.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c917954d310605604e7f5bd2","label":"Mechanics","locator":{"end_column":161,"end_line":94,"fragment":"","pointer":"","start_column":129,"start_line":94},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"mechanics/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:94:129:0:mechanics/README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:448edb674b03c0c5bd5c5a20","label":"Stats","locator":{"end_column":121,"end_line":96,"fragment":"","pointer":"","start_column":97,"start_line":96},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"stats/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:96:97:0:stats/README.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:21c1420591afbd0f024876a9","label":"AGENTS stack law","locator":{"end_column":19,"end_line":98,"fragment":"agents-stack-law","pointer":"","start_column":1,"start_line":98},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agents-stack-law","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d064c83eb43aa65273b66166","label":"Memory route","locator":{"end_column":15,"end_line":107,"fragment":"memory-route","pointer":"","start_column":1,"start_line":107},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:memory-route","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9ff75e006dc8fe2e2fca2766","label":"GitHub landing workflow","locator":{"end_column":26,"end_line":115,"fragment":"github-landing-workflow","pointer":"","start_column":1,"start_line":115},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:github-landing-workflow","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fa56f5f2b85abc997652f27e","label":"AGENTS","locator":{"end_column":25,"end_line":117,"fragment":"","pointer":"","start_column":6,"start_line":117},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:github-landing-workflow","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:117:6:0:AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:72081fd46243f71b3c6e4f36","label":".github/AGENTS","locator":{"end_column":36,"end_line":118,"fragment":"","pointer":"","start_column":1,"start_line":118},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:github-landing-workflow","target_ref":".github/AGENTS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:118:1:0:.github/AGENTS.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:01a21be886b4783ee5edccf8","label":"Post-change route review","locator":{"end_column":27,"end_line":138,"fragment":"post-change-route-review","pointer":"","start_column":1,"start_line":138},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:post-change-route-review","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f00387c244801e6852fc96d4","label":"ROADMAP","locator":{"end_column":24,"end_line":143,"fragment":"","pointer":"","start_column":3,"start_line":143},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:post-change-route-review","target_ref":"ROADMAP.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:143:3:0:ROADMAP.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3b1847d4b0140279ed637fd0","label":"CHANGELOG","locator":{"end_column":28,"end_line":146,"fragment":"","pointer":"","start_column":3,"start_line":146},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:post-change-route-review","target_ref":"CHANGELOG.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:146:3:0:CHANGELOG.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:56d72c02753d6b233103ffa3","label":"decisions","locator":{"end_column":31,"end_line":148,"fragment":"","pointer":"","start_column":3,"start_line":148},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:post-change-route-review","target_ref":"docs/decisions/"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:148:3:0:docs/decisions/","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b1d9d658e5240586357ea7dd","label":"quests","locator":{"end_column":49,"end_line":155,"fragment":"","pointer":"","start_column":32,"start_line":155},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:post-change-route-review","target_ref":"quests/"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:155:32:1:quests/","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d4ca6ab1513c89493feafea7","label":"QUESTBOOK","locator":{"end_column":28,"end_line":155,"fragment":"","pointer":"","start_column":3,"start_line":155},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:post-change-route-review","target_ref":"QUESTBOOK.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:155:3:0:QUESTBOOK.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b77a0835ac722ca3820f4ee7","label":"Boundaries","locator":{"end_column":13,"end_line":159,"fragment":"boundaries","pointer":"","start_column":1,"start_line":159},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bab3ef62838d828f62b0c850","label":"ROOT_SURFACE_LAW","locator":{"end_column":56,"end_line":172,"fragment":"","pointer":"","start_column":12,"start_line":172},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:boundaries","target_ref":"docs/ROOT_SURFACE_LAW.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:172:12:0:docs/ROOT_SURFACE_LAW.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1732d3994e11407bb2b9cf83","label":"Route away when","locator":{"end_column":18,"end_line":176,"fragment":"route-away-when","pointer":"","start_column":1,"start_line":176},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:route-away-when","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3db99799eb1bf48acaadfb95","label":"Validation","locator":{"end_column":13,"end_line":183,"fragment":"validation","pointer":"","start_column":1,"start_line":183},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6320fbb0bb66504d2079974a","label":"validation_lanes","locator":{"end_column":67,"end_line":186,"fragment":"","pointer":"","start_column":19,"start_line":186},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation","target_ref":"config/validation_lanes.json"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:186:19:0:config/validation_lanes.json","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f731155f381cf41e045cb0be","label":"Validator Topology","locator":{"end_column":78,"end_line":187,"fragment":"","pointer":"","start_column":19,"start_line":187},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation","target_ref":"docs/validation/VALIDATOR_TOPOLOGY.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:187:19:0:docs/validation/VALIDATOR_TOPOLOGY.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:310d859526daab16a1fea672","label":"Command Authority","locator":{"end_column":58,"end_line":197,"fragment":"","pointer":"","start_column":1,"start_line":197},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation","target_ref":"docs/validation/COMMAND_AUTHORITY.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:197:1:0:docs/validation/COMMAND_AUTHORITY.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:69769fb08f744fb2bb4ebc1b","label":"Closeout","locator":{"end_column":11,"end_line":207,"fragment":"closeout","pointer":"","start_column":1,"start_line":207},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e8e7b755b3eb63c343af3929","label":"Historical Reference","locator":{"end_column":23,"end_line":214,"fragment":"historical-reference","pointer":"","start_column":1,"start_line":214},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:historical-reference","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5cc8eeecc826a8bdc9250670","label":"AGENTS_ROOT_REFERENCE","locator":{"end_column":68,"end_line":217,"fragment":"","pointer":"","start_column":4,"start_line":217},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:historical-reference","target_ref":"legacy/archive/AGENTS_ROOT_REFERENCE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:217:4:0:legacy/archive/AGENTS_ROOT_REFERENCE.md","source_record_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:412aea3b9ddd0557a716abad","label":"Agon Wave15 Techniques Landing","locator":{"end_column":32,"end_line":1,"fragment":"agon-wave15-techniques-landing","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agon-wave15-techniques-landing","source_record_id":"aoa:aoa-techniques:artifact:a556e9c78d259bb1073ad240","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:952644c92cdcb3fd86ed2a8b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:a556e9c78d259bb1073ad240","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:91fbf6a2a1fd7ad75f3fdf24","label":"Growth Cycle Raw Legacy","locator":{"end_column":25,"end_line":1,"fragment":"growth-cycle-raw-legacy","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:growth-cycle-raw-legacy","source_record_id":"aoa:aoa-techniques:artifact:a5c71d3a62692c33b883e995","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -19328,13 +18321,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6fce002f5104f8122f855432","label":"Source project","locator":{"end_column":17,"end_line":7,"fragment":"source-project","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-project","source_record_id":"aoa:aoa-techniques:artifact:a66988f50dae52b2644c3666","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d8531ef2d4c8826d5f7ba992","label":"Evidence","locator":{"end_column":11,"end_line":14,"fragment":"evidence","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:a66988f50dae52b2644c3666","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:80530a3ddf767ba3f2f91edc","label":"Interpretation","locator":{"end_column":17,"end_line":19,"fragment":"interpretation","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:interpretation","source_record_id":"aoa:aoa-techniques:artifact:a66988f50dae52b2644c3666","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:21cb757f92ee0136a08c2047","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a901622c0ae9a1dd46bd6db","label":"Session-Harvest Integration Notes","locator":{"end_column":35,"end_line":1,"fragment":"session-harvest-integration-notes","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:session-harvest-integration-notes","source_record_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9b05b51d2d7964052fdbab0c","label":"Donor-harvest","locator":{"end_column":16,"end_line":6,"fragment":"donor-harvest","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:donor-harvest","source_record_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1940a5505dd2ba1d4c4fdbda","label":"Route-forks","locator":{"end_column":14,"end_line":14,"fragment":"route-forks","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:route-forks","source_record_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ef0885398d61696f18f9197e","label":"Self-diagnose","locator":{"end_column":16,"end_line":23,"fragment":"self-diagnose","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:self-diagnose","source_record_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c01eb2a54546aea6cd93c581","label":"Self-repair","locator":{"end_column":14,"end_line":34,"fragment":"self-repair","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:self-repair","source_record_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9eda29a49edf01b0ee667010","label":"Progression-lift","locator":{"end_column":19,"end_line":39,"fragment":"progression-lift","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:progression-lift","source_record_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:535e57e54bd4df266f178c4b","label":"Second Context Adaptation","locator":{"end_column":27,"end_line":1,"fragment":"second-context-adaptation","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:second-context-adaptation","source_record_id":"aoa:aoa-techniques:artifact:a68947b3a5a15b49d800d9fc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:72c4a22c66cdc98830ad45e1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:a68947b3a5a15b49d800d9fc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2990bc1a1a3f73fa89302595","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:a68947b3a5a15b49d800d9fc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -19731,18 +18717,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:11e7b838a113c1bd9bace145","label":"Checks","locator":{"end_column":9,"end_line":183,"fragment":"checks","pointer":"","start_column":1,"start_line":183},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checks","source_record_id":"aoa:aoa-techniques:artifact:aa33c2994f5eb661cbbf093b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c8d66b1aa656c96671d33ad8","label":"Promotion history","locator":{"end_column":20,"end_line":187,"fragment":"promotion-history","pointer":"","start_column":1,"start_line":187},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-history","source_record_id":"aoa:aoa-techniques:artifact:aa33c2994f5eb661cbbf093b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2cb545d796b605c8deda94f9","label":"Future evolution","locator":{"end_column":19,"end_line":192,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":192},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:aa33c2994f5eb661cbbf093b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:de0c908f58373d14174eba50","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a2396133ff169797f81e9cf0","label":"aoa-invariant-coverage-audit","locator":{"end_column":30,"end_line":16,"fragment":"aoa-invariant-coverage-audit","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-invariant-coverage-audit","source_record_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e6dbad9a800d40aba60a1404","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f62914817a0f7b1fffbb2fe1","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:23c77d160f53da783f314a92","label":"Inputs","locator":{"end_column":9,"end_line":35,"fragment":"inputs","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a5c0a7568c04a65ada3af21","label":"Outputs","locator":{"end_column":10,"end_line":42,"fragment":"outputs","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:953ac8d0f49080cb6faf69c3","label":"Procedure","locator":{"end_column":12,"end_line":50,"fragment":"procedure","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e84664514c0d6e8355a7eabf","label":"Contracts","locator":{"end_column":12,"end_line":59,"fragment":"contracts","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:06195115ef9b73ca1596db43","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":68,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":68},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ed7ee22e9b47a748c5ac6738","label":"Verification","locator":{"end_column":15,"end_line":77,"fragment":"verification","pointer":"","start_column":1,"start_line":77},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d9bf6c923ddd1854960c0487","label":"Technique traceability","locator":{"end_column":25,"end_line":85,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":85},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6cf44556e6c49389d1d86a3f","label":"Adaptation points","locator":{"end_column":20,"end_line":89,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":89},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4c9f2677fe27740f2a4c4260","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:aa4f952c2f85d5c66132d21a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7fd40a2c41bdf6747553b629","label":"Minimal Smoke Summary Flow","locator":{"end_column":28,"end_line":1,"fragment":"minimal-smoke-summary-flow","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-smoke-summary-flow","source_record_id":"aoa:aoa-techniques:artifact:aa4f952c2f85d5c66132d21a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8e15bc7142d4edd5e14f5ab9","label":"Scenario","locator":{"end_column":11,"end_line":5,"fragment":"scenario","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:aa4f952c2f85d5c66132d21a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -19755,10 +18729,10 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d581862676a6ae5a561ce491","label":"Inventory","locator":{"end_column":12,"end_line":12,"fragment":"inventory","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inventory","source_record_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1381939bc326056d1bb92881","label":"`script_inventory.json`","locator":{"end_column":49,"end_line":15,"fragment":"","pointer":"","start_column":1,"start_line":15},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inventory","target_ref":"script_inventory.json"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:15:1:0:script_inventory.json","source_record_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:22425fad38b2ce0fced97b7f","label":"Script Families","locator":{"end_column":18,"end_line":38,"fragment":"script-families","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:script-families","source_record_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fcbd69d479fb6861886aa479","label":"Root Scripts","locator":{"end_column":15,"end_line":54,"fragment":"root-scripts","pointer":"","start_column":1,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:root-scripts","source_record_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:814f473e8aedfbdcf0db36bd","label":"`validator_inventory.json`","locator":{"end_column":55,"end_line":63,"fragment":"","pointer":"","start_column":1,"start_line":63},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:root-scripts","target_ref":"validator_inventory.json"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:63:1:0:validator_inventory.json","source_record_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:69376b2f6800f4602749ab05","label":"Non-Root Scripts","locator":{"end_column":19,"end_line":70,"fragment":"non-root-scripts","pointer":"","start_column":1,"start_line":70},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:non-root-scripts","source_record_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ca3090eed8535d53e98b43fd","label":"Promotion Rule","locator":{"end_column":17,"end_line":93,"fragment":"promotion-rule","pointer":"","start_column":1,"start_line":93},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-rule","source_record_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fcbd69d479fb6861886aa479","label":"Root Scripts","locator":{"end_column":15,"end_line":53,"fragment":"root-scripts","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:root-scripts","source_record_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3a9a2ba5e5cc9f6c49b9784f","label":"`validator_inventory.json`","locator":{"end_column":55,"end_line":62,"fragment":"","pointer":"","start_column":1,"start_line":62},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:root-scripts","target_ref":"validator_inventory.json"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:62:1:0:validator_inventory.json","source_record_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:69376b2f6800f4602749ab05","label":"Non-Root Scripts","locator":{"end_column":19,"end_line":69,"fragment":"non-root-scripts","pointer":"","start_column":1,"start_line":69},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:non-root-scripts","source_record_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ca3090eed8535d53e98b43fd","label":"Promotion Rule","locator":{"end_column":17,"end_line":87,"fragment":"promotion-rule","pointer":"","start_column":1,"start_line":87},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-rule","source_record_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0523824e689a3fd4231cbf59","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:aab6fd5018245ef251fae0f3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:071eb88bb5e858b05f24e0e5","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/allowed","source_record_id":"aoa:aoa-techniques:artifact:aab6fd5018245ef251fae0f3","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:12872aa0fa3ee4b37f5d1678","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/id","source_record_id":"aoa:aoa-techniques:artifact:aab6fd5018245ef251fae0f3","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, @@ -19805,11 +18779,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a08a753d5c484b051eb872f4","label":"challenge-claim-gate-evidence-note","locator":{"end_column":78,"end_line":8,"fragment":"","pointer":"","start_column":3,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agon-gate-evidence-notes","target_ref":"challenge-claim-gate-evidence-note.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:8:3:0:challenge-claim-gate-evidence-note.md","source_record_id":"aoa:aoa-techniques:artifact:ab54375914c6a23ced573aa9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:55e7aaa3106afd8605f4d84d","label":"request-evidence-gate-evidence-note","locator":{"end_column":80,"end_line":9,"fragment":"","pointer":"","start_column":3,"start_line":9},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agon-gate-evidence-notes","target_ref":"request-evidence-gate-evidence-note.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:9:3:0:request-evidence-gate-evidence-note.md","source_record_id":"aoa:aoa-techniques:artifact:ab54375914c6a23ced573aa9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7ffc50111aa76ffcd6f348ab","label":"offer-evidence-reference-gate-evidence-note","locator":{"end_column":96,"end_line":10,"fragment":"","pointer":"","start_column":3,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agon-gate-evidence-notes","target_ref":"offer-evidence-reference-gate-evidence-note.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:10:3:0:offer-evidence-reference-gate-evidence-note.md","source_record_id":"aoa:aoa-techniques:artifact:ab54375914c6a23ced573aa9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:146e08ab9b2543c41b3b9000","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b758e83781a84b0fc52ca44f","label":"Stats Event Envelope","locator":{"end_column":22,"end_line":1,"fragment":"stats-event-envelope","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stats-event-envelope","source_record_id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e5ed54a083aa73e3bf8f1e3e","label":"Required fields","locator":{"end_column":18,"end_line":12,"fragment":"required-fields","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:required-fields","source_record_id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a9ffe982e908f278b3080461","label":"Optional fields","locator":{"end_column":18,"end_line":24,"fragment":"optional-fields","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:optional-fields","source_record_id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a9bd4248a20f04ffb9e7320c","label":"Rules","locator":{"end_column":8,"end_line":31,"fragment":"rules","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rules","source_record_id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8cf0f88821697b8fb23b716c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ab869d595593a59d02d3c895","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f97dfcfe1e45c1bcf4a32304","label":"channelized-agent-mailbox checklist","locator":{"end_column":37,"end_line":1,"fragment":"channelized-agent-mailbox-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:channelized-agent-mailbox-checklist","source_record_id":"aoa:aoa-techniques:artifact:ab869d595593a59d02d3c895","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0b253a863340466491b1b23a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:aba405c32b985c0a2fa81085","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -19858,29 +18827,6 @@ {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9c5ba948af6e7993b39b2a72","label":"test_router_safe_doc_path_rejects_out_of_scope_locations","locator":{"end_column":63,"end_line":293,"fragment":"","pointer":"","start_column":5,"start_line":285},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_router_safe_doc_path_rejects_out_of_scope_locations","target_ref":"python:self.assertRaises"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_router_safe_doc_path_rejects_out_of_scope_locations","target_ref":"python:self.assert_router_safe_doc_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_router_safe_doc_path_rejects_out_of_scope_locations","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"DownstreamFeedContractsTests.test_router_safe_doc_path_rejects_out_of_scope_locations","semantic_key":"python:method:DownstreamFeedContractsTests.test_router_safe_doc_path_rejects_out_of_scope_locations","source_record_id":"aoa:aoa-techniques:artifact:abc4f4e39f6baeccd4afcfd0","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:84eaea99e84311b5aafdeb4e","label":"test_kind_manifest_min_stays_router_safe","locator":{"end_column":10,"end_line":356,"fragment":"","pointer":"","start_column":5,"start_line":295},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:all_ids.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","semantic_key":"python:method:DownstreamFeedContractsTests.test_kind_manifest_min_stays_router_safe","source_record_id":"aoa:aoa-techniques:artifact:abc4f4e39f6baeccd4afcfd0","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:33b932bd78c38d6ce056fcb8","label":"test_technique_feat_example_validates_against_schema","locator":{"end_column":55,"end_line":369,"fragment":"","pointer":"","start_column":5,"start_line":358},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_technique_feat_example_validates_against_schema","target_ref":"python:Draft202012Validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_technique_feat_example_validates_against_schema","target_ref":"python:Draft202012Validator.check_schema"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_technique_feat_example_validates_against_schema","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DownstreamFeedContractsTests.test_technique_feat_example_validates_against_schema","target_ref":"python:json.loads"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"DownstreamFeedContractsTests.test_technique_feat_example_validates_against_schema","semantic_key":"python:method:DownstreamFeedContractsTests.test_technique_feat_example_validates_against_schema","source_record_id":"aoa:aoa-techniques:artifact:abc4f4e39f6baeccd4afcfd0","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:313b9beacc7e240bca1e2acd","label":"receipt_name","locator":{"end_column":44,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f9bbbe67e46a2ca77c512e88","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:baaca3d4069c2683ae91ff18","label":"event_kind","locator":{"end_column":42,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d1917c18cbb05b20089730e9","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8159b7b3ac13156bba7ba04b","label":"kernel_id","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"/kernel_id","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/kernel_id","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:200e352bbd9c5c76920d4240","label":"skill_name","locator":{"end_column":35,"end_line":5,"fragment":"","pointer":"/skill_name","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/skill_name","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d9984102495b2362be7856fc","label":"required_payload_fields","locator":{"end_column":24,"end_line":6,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d6777a2cb3950acbc8c52754","label":"kernel_id","locator":{"end_column":13,"end_line":7,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ab0dca4ccc8fa21f7c2a1264","label":"skill_name","locator":{"end_column":14,"end_line":8,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a20587eeaae563b5c98c91c","label":"application_stage","locator":{"end_column":21,"end_line":9,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:594ab6374b005aba41ab8fb7","label":"detail_event_kind","locator":{"end_column":21,"end_line":10,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:00a296a00c027a78c4904c5a","label":"detail_receipt_ref","locator":{"end_column":22,"end_line":11,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6452c7c23f2b79dca522a50c","label":"optional_payload_fields","locator":{"end_column":24,"end_line":12,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6473522c7416cf5850e01019","label":"route_ref","locator":{"end_column":13,"end_line":13,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3d6ec5a1ead81a460368fa36","label":"surface_detection_context","locator":{"end_column":29,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:25347de8a6689238495b7881","label":"rules","locator":{"end_column":6,"end_line":15,"fragment":"","pointer":"/rules","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b5e89a507d080be1fdd6e6b7","label":"`application_stage` must equal `finish`","locator":{"end_column":43,"end_line":16,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f80c3351bc6113cf6c80087e","label":"`kernel_id` must equal `project-core-session-growth-v1`","locator":{"end_column":59,"end_line":17,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3d8d5dc5697ffddd5741f399","label":"`skill_name` must equal `aoa-session-route-forks`","locator":{"end_column":53,"end_line":18,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:54cd021a3e591b16a65bc987","label":"`detail_event_kind` must equal `decision_fork_receipt`","locator":{"end_column":58,"end_line":19,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0c0d7613c095897e79dc7c52","label":"`detail_receipt_ref` must point to the bounded finish receipt for the same completed run","locator":{"end_column":92,"end_line":20,"fragment":"","pointer":"/rules/4","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/4","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9553c8e087bec69221d9cea6","label":"include `route_ref` only when the detail receipt already names it honestly","locator":{"end_column":78,"end_line":21,"fragment":"","pointer":"/rules/5","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/5","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2614235bf5bcbbe9b84545aa","label":"if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth; it must not claim non-skill activation","locator":{"end_column":175,"end_line":22,"fragment":"","pointer":"/rules/6","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/6","source_record_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:205aa2034c6fc0a487f49d95","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:abeeca0d9e321080090b7cdc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:72e010d1dd5041b5d875ca64","label":"Agon Legacy Index","locator":{"end_column":19,"end_line":1,"fragment":"agon-legacy-index","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agon-legacy-index","source_record_id":"aoa:aoa-techniques:artifact:abeeca0d9e321080090b7cdc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:357470d0a4b0060dfba24b2f","label":"parts/move-technique-bridge","locator":{"end_column":151,"end_line":7,"fragment":"","pointer":"","start_column":80,"start_line":7},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agon-legacy-index","target_ref":"../parts/move-technique-bridge/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:7:80:1:../parts/move-technique-bridge/README.md","source_record_id":"aoa:aoa-techniques:artifact:abeeca0d9e321080090b7cdc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -20030,39 +18976,44 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aa00dd110699750863778b39","label":"AOA-TECH-D-0057 Spark Registry-Backed Technique Lane","locator":{"end_column":117,"end_line":121,"fragment":"","pointer":"","start_column":3,"start_line":121},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-route","target_ref":"../AOA-TECH-D-0057-spark-registry-backed-technique-lane.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:121:3:0:../AOA-TECH-D-0057-spark-registry-backed-technique-lane.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4be455a9013b92fb3e589bdb","label":"AOA-TECH-D-0059 Agent Neighbor Doc Command Ownership","locator":{"end_column":117,"end_line":122,"fragment":"","pointer":"","start_column":3,"start_line":122},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-route","target_ref":"../AOA-TECH-D-0059-agent-neighbor-doc-command-ownership.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:122:3:0:../AOA-TECH-D-0059-agent-neighbor-doc-command-ownership.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a5521dc3837ae80916d07639","label":"AOA-TECH-D-0060 AGENTS Mesh Canonical Closure","locator":{"end_column":103,"end_line":123,"fragment":"","pointer":"","start_column":3,"start_line":123},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-route","target_ref":"../AOA-TECH-D-0060-agents-mesh-canonical-closure.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:123:3:0:../AOA-TECH-D-0060-agents-mesh-canonical-closure.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:626e59c5df9d94d465ff6935","label":"generated/readout","locator":{"end_column":20,"end_line":125,"fragment":"generatedreadout","pointer":"","start_column":1,"start_line":125},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:generatedreadout","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d92b215224a76ea9964b010a","label":"AOA-TECH-D-0005 Distillation Cross-Layer Candidate Registry","locator":{"end_column":131,"end_line":127,"fragment":"","pointer":"","start_column":3,"start_line":127},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../AOA-TECH-D-0005-distillation-cross-layer-candidate-registry.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:127:3:0:../AOA-TECH-D-0005-distillation-cross-layer-candidate-registry.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d1fc269d44ae16e9ecdf3899","label":"AOA-TECH-D-0006 Distillation External Candidate Registry","locator":{"end_column":125,"end_line":128,"fragment":"","pointer":"","start_column":3,"start_line":128},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../AOA-TECH-D-0006-distillation-external-candidate-registry.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:128:3:0:../AOA-TECH-D-0006-distillation-external-candidate-registry.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:827f35f1b91c0e48cca74ba1","label":"AOA-TECH-D-0015 Recurrence Cross-Layer Registry Observation","locator":{"end_column":131,"end_line":129,"fragment":"","pointer":"","start_column":3,"start_line":129},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../AOA-TECH-D-0015-recurrence-cross-layer-registry-observation.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:129:3:0:../AOA-TECH-D-0015-recurrence-cross-layer-registry-observation.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:17a54c7349f259ea5ae62ae0","label":"AOA-TECH-D-0042 Topology Scout Axis Registry","locator":{"end_column":101,"end_line":130,"fragment":"","pointer":"","start_column":3,"start_line":130},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../AOA-TECH-D-0042-topology-scout-axis-registry.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:130:3:0:../AOA-TECH-D-0042-topology-scout-axis-registry.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9ef5d0cd0e9bb8a425fcb89a","label":"AOA-TECH-D-0050 Recurrence Manifest Part Home","locator":{"end_column":103,"end_line":131,"fragment":"","pointer":"","start_column":3,"start_line":131},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../AOA-TECH-D-0050-recurrence-manifest-part-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:131:3:0:../AOA-TECH-D-0050-recurrence-manifest-part-home.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:13c0ddde9c1e173b5842caf6","label":"AOA-TECH-D-0057 Spark Registry-Backed Technique Lane","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:generatedreadout","target_ref":"../AOA-TECH-D-0057-spark-registry-backed-technique-lane.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:132:3:0:../AOA-TECH-D-0057-spark-registry-backed-technique-lane.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0de6a30e41e0a40b692da397","label":"AOA-TECH-D-0064 Technique Intelligence Move Registry","locator":{"end_column":117,"end_line":133,"fragment":"","pointer":"","start_column":3,"start_line":133},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../AOA-TECH-D-0064-technique-intelligence-move-registry.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:133:3:0:../AOA-TECH-D-0064-technique-intelligence-move-registry.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a69712960b13727610f85d3","label":"legacy/provenance","locator":{"end_column":20,"end_line":135,"fragment":"legacyprovenance","pointer":"","start_column":1,"start_line":135},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:legacyprovenance","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dd53f18d38a7d5794274ee44","label":"AOA-TECH-D-0001 Split Agon Mechanics Into Active Parts And Legacy Provenance","locator":{"end_column":129,"end_line":137,"fragment":"","pointer":"","start_column":3,"start_line":137},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0001-agon-active-legacy-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:137:3:0:../AOA-TECH-D-0001-agon-active-legacy-split.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0ee854e3ada8274bc1dab009","label":"AOA-TECH-D-0019 Antifragility Active Legacy Split","locator":{"end_column":111,"end_line":138,"fragment":"","pointer":"","start_column":3,"start_line":138},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0019-antifragility-active-legacy-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:138:3:0:../AOA-TECH-D-0019-antifragility-active-legacy-split.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7f787c5594def00f31c45865","label":"AOA-TECH-D-0025 Mechanics Legacy Scaffold Bridge","locator":{"end_column":109,"end_line":139,"fragment":"","pointer":"","start_column":3,"start_line":139},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0025-mechanics-legacy-scaffold-bridge.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:139:3:0:../AOA-TECH-D-0025-mechanics-legacy-scaffold-bridge.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0e084b78a87e2e89fcb8039a","label":"AOA-TECH-D-0040 Root Legacy Provenance District","locator":{"end_column":107,"end_line":140,"fragment":"","pointer":"","start_column":3,"start_line":140},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0040-root-legacy-provenance-district.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:140:3:0:../AOA-TECH-D-0040-root-legacy-provenance-district.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b9fb7ba3cb21474960086139","label":"AOA-TECH-D-0062 Closed Incoming Packets Distillation Legacy","locator":{"end_column":131,"end_line":141,"fragment":"","pointer":"","start_column":3,"start_line":141},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0062-closed-incoming-packets-distillation-legacy.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:141:3:0:../AOA-TECH-D-0062-closed-incoming-packets-distillation-legacy.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:68f2b016103b59d8c97e66ee","label":"release/GitHub","locator":{"end_column":17,"end_line":143,"fragment":"releasegithub","pointer":"","start_column":1,"start_line":143},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:releasegithub","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:db2c3ff885f9ce58043c58d2","label":"AOA-TECH-D-0021 Release Support Active Parts Split","locator":{"end_column":113,"end_line":145,"fragment":"","pointer":"","start_column":3,"start_line":145},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasegithub","target_ref":"../AOA-TECH-D-0021-release-support-active-parts-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:145:3:0:../AOA-TECH-D-0021-release-support-active-parts-split.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b0097988e5270b9a107892ed","label":"AOA-TECH-D-0043 GitHub Landing And Mechanics Direction Split Correction","locator":{"end_column":142,"end_line":146,"fragment":"","pointer":"","start_column":3,"start_line":146},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasegithub","target_ref":"../AOA-TECH-D-0043-github-landing-and-mechanics-roadmap-route.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:146:3:0:../AOA-TECH-D-0043-github-landing-and-mechanics-roadmap-route.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d8af3fff6b6afc79f9c4dcb0","label":"public status","locator":{"end_column":16,"end_line":148,"fragment":"public-status","pointer":"","start_column":1,"start_line":148},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:public-status","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9496f94326147ef531496e00","label":"AOA-TECH-D-0016 Standalone Portable Technique Posture","locator":{"end_column":119,"end_line":150,"fragment":"","pointer":"","start_column":3,"start_line":150},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:public-status","target_ref":"../AOA-TECH-D-0016-standalone-portable-technique-posture.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:150:3:0:../AOA-TECH-D-0016-standalone-portable-technique-posture.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cefc53cff646ea9e551d3a08","label":"validation guard","locator":{"end_column":19,"end_line":152,"fragment":"validation-guard","pointer":"","start_column":1,"start_line":152},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-guard","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0984e73fc14d157b19c993bf","label":"AOA-TECH-D-0065 Canonical Decision IDs And Indexes","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":"../AOA-TECH-D-0065-canonical-decision-ids-and-indexes.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:154:3:0:../AOA-TECH-D-0065-canonical-decision-ids-and-indexes.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6fa1249c65f5efe1a38c0a8a","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":111,"end_line":155,"fragment":"","pointer":"","start_column":3,"start_line":155},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:155:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dd7f176422e3fd335aa28452","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":91,"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":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:156:3:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5137c3aea2a85de8f00892b5","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"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":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:157:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5d24a7ae7f6acd799f4aab6e","label":"quest/lane","locator":{"end_column":13,"end_line":159,"fragment":"questlane","pointer":"","start_column":1,"start_line":159},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:questlane","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d141630aaa27653dfc97b1ce","label":"AOA-TECH-D-0031 Questbook Candidate Mechanic","locator":{"end_column":101,"end_line":161,"fragment":"","pointer":"","start_column":3,"start_line":161},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questlane","target_ref":"../AOA-TECH-D-0031-questbook-candidate-mechanic.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:161:3:0:../AOA-TECH-D-0031-questbook-candidate-mechanic.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:02f62341601ebce50b3f4e82","label":"AOA-TECH-D-0032 Questbook Lane-first Source Store","locator":{"end_column":111,"end_line":162,"fragment":"","pointer":"","start_column":3,"start_line":162},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questlane","target_ref":"../AOA-TECH-D-0032-questbook-lane-first-source-store.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:162:3:0:../AOA-TECH-D-0032-questbook-lane-first-source-store.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:befd3b81cd98d63a39d4451a","label":"GitHub workflow","locator":{"end_column":18,"end_line":164,"fragment":"github-workflow","pointer":"","start_column":1,"start_line":164},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:github-workflow","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b5a98c45ffb48c491b035c72","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":111,"end_line":166,"fragment":"","pointer":"","start_column":3,"start_line":166},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:github-workflow","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:166:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:49bf5e7523568ef5b40599a9","label":"release/tooling","locator":{"end_column":18,"end_line":168,"fragment":"releasetooling","pointer":"","start_column":1,"start_line":168},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:releasetooling","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5194ec456bf1f724fd418b7e","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":111,"end_line":170,"fragment":"","pointer":"","start_column":3,"start_line":170},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:170:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fd445d69cd6bc310326d46d3","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":91,"end_line":171,"fragment":"","pointer":"","start_column":3,"start_line":171},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:171:3:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a9394e8871b6bc275713b43","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"end_line":172,"fragment":"","pointer":"","start_column":3,"start_line":172},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:172:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0429e485ac413c4e9f6d2673","label":"AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home","locator":{"end_column":129,"end_line":124,"fragment":"","pointer":"","start_column":3,"start_line":124},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-route","target_ref":"../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:124:3:0:../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:626e59c5df9d94d465ff6935","label":"generated/readout","locator":{"end_column":20,"end_line":126,"fragment":"generatedreadout","pointer":"","start_column":1,"start_line":126},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:generatedreadout","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b5e14dd344051ac5c5dbccd5","label":"AOA-TECH-D-0005 Distillation Cross-Layer Candidate Registry","locator":{"end_column":131,"end_line":128,"fragment":"","pointer":"","start_column":3,"start_line":128},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../AOA-TECH-D-0005-distillation-cross-layer-candidate-registry.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:128:3:0:../AOA-TECH-D-0005-distillation-cross-layer-candidate-registry.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:797af7065e06d636160fd0b2","label":"AOA-TECH-D-0006 Distillation External Candidate Registry","locator":{"end_column":125,"end_line":129,"fragment":"","pointer":"","start_column":3,"start_line":129},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../AOA-TECH-D-0006-distillation-external-candidate-registry.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:129:3:0:../AOA-TECH-D-0006-distillation-external-candidate-registry.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6ce83dcff09c93d4dcc2b2f9","label":"AOA-TECH-D-0015 Recurrence Cross-Layer Registry Observation","locator":{"end_column":131,"end_line":130,"fragment":"","pointer":"","start_column":3,"start_line":130},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../AOA-TECH-D-0015-recurrence-cross-layer-registry-observation.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:130:3:0:../AOA-TECH-D-0015-recurrence-cross-layer-registry-observation.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3580b0645194b438ceb51d05","label":"AOA-TECH-D-0042 Topology Scout Axis Registry","locator":{"end_column":101,"end_line":131,"fragment":"","pointer":"","start_column":3,"start_line":131},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../AOA-TECH-D-0042-topology-scout-axis-registry.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:131:3:0:../AOA-TECH-D-0042-topology-scout-axis-registry.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a53793d7af90b20b95df6ffa","label":"AOA-TECH-D-0050 Recurrence Manifest Part Home","locator":{"end_column":103,"end_line":132,"fragment":"","pointer":"","start_column":3,"start_line":132},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../AOA-TECH-D-0050-recurrence-manifest-part-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:132:3:0:../AOA-TECH-D-0050-recurrence-manifest-part-home.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f5217abc5315767b7f599a0a","label":"AOA-TECH-D-0057 Spark Registry-Backed Technique Lane","locator":{"end_column":117,"end_line":133,"fragment":"","pointer":"","start_column":3,"start_line":133},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../AOA-TECH-D-0057-spark-registry-backed-technique-lane.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:133:3:0:../AOA-TECH-D-0057-spark-registry-backed-technique-lane.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:614e0ca2f2b2d407c7069bc6","label":"AOA-TECH-D-0064 Technique Intelligence Move Registry","locator":{"end_column":117,"end_line":134,"fragment":"","pointer":"","start_column":3,"start_line":134},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../AOA-TECH-D-0064-technique-intelligence-move-registry.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:134:3:0:../AOA-TECH-D-0064-technique-intelligence-move-registry.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a69712960b13727610f85d3","label":"legacy/provenance","locator":{"end_column":20,"end_line":136,"fragment":"legacyprovenance","pointer":"","start_column":1,"start_line":136},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:legacyprovenance","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b50d8a1b5aea9fb3bdd4ab4c","label":"AOA-TECH-D-0001 Split Agon Mechanics Into Active Parts And Legacy Provenance","locator":{"end_column":129,"end_line":138,"fragment":"","pointer":"","start_column":3,"start_line":138},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0001-agon-active-legacy-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:138:3:0:../AOA-TECH-D-0001-agon-active-legacy-split.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:994063b1ddd5dcb3172f4c8b","label":"AOA-TECH-D-0019 Antifragility Active Legacy Split","locator":{"end_column":111,"end_line":139,"fragment":"","pointer":"","start_column":3,"start_line":139},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0019-antifragility-active-legacy-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:139:3:0:../AOA-TECH-D-0019-antifragility-active-legacy-split.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:98de1c533861f7ba8b636a42","label":"AOA-TECH-D-0025 Mechanics Legacy Scaffold Bridge","locator":{"end_column":109,"end_line":140,"fragment":"","pointer":"","start_column":3,"start_line":140},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0025-mechanics-legacy-scaffold-bridge.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:140:3:0:../AOA-TECH-D-0025-mechanics-legacy-scaffold-bridge.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ad8c9e7e9ab9bcfe1f83a956","label":"AOA-TECH-D-0040 Root Legacy Provenance District","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:legacyprovenance","target_ref":"../AOA-TECH-D-0040-root-legacy-provenance-district.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:141:3:0:../AOA-TECH-D-0040-root-legacy-provenance-district.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:def4319d758d424faa1d27ce","label":"AOA-TECH-D-0062 Closed Incoming Packets Distillation Legacy","locator":{"end_column":131,"end_line":142,"fragment":"","pointer":"","start_column":3,"start_line":142},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../AOA-TECH-D-0062-closed-incoming-packets-distillation-legacy.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:142:3:0:../AOA-TECH-D-0062-closed-incoming-packets-distillation-legacy.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:68f2b016103b59d8c97e66ee","label":"release/GitHub","locator":{"end_column":17,"end_line":144,"fragment":"releasegithub","pointer":"","start_column":1,"start_line":144},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:releasegithub","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6756239aab90fcbcfff08031","label":"AOA-TECH-D-0021 Release Support Active Parts Split","locator":{"end_column":113,"end_line":146,"fragment":"","pointer":"","start_column":3,"start_line":146},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasegithub","target_ref":"../AOA-TECH-D-0021-release-support-active-parts-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:146:3:0:../AOA-TECH-D-0021-release-support-active-parts-split.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b21e01c0950453d47db88c0c","label":"AOA-TECH-D-0043 GitHub Landing And Mechanics Direction Split Correction","locator":{"end_column":142,"end_line":147,"fragment":"","pointer":"","start_column":3,"start_line":147},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasegithub","target_ref":"../AOA-TECH-D-0043-github-landing-and-mechanics-roadmap-route.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:147:3:0:../AOA-TECH-D-0043-github-landing-and-mechanics-roadmap-route.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d8af3fff6b6afc79f9c4dcb0","label":"public status","locator":{"end_column":16,"end_line":149,"fragment":"public-status","pointer":"","start_column":1,"start_line":149},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:public-status","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9463b626706a079d1234aaf4","label":"AOA-TECH-D-0016 Standalone Portable Technique Posture","locator":{"end_column":119,"end_line":151,"fragment":"","pointer":"","start_column":3,"start_line":151},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:public-status","target_ref":"../AOA-TECH-D-0016-standalone-portable-technique-posture.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:151:3:0:../AOA-TECH-D-0016-standalone-portable-technique-posture.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cefc53cff646ea9e551d3a08","label":"validation guard","locator":{"end_column":19,"end_line":153,"fragment":"validation-guard","pointer":"","start_column":1,"start_line":153},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation-guard","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4ab842b52876e24e3649a36e","label":"AOA-TECH-D-0065 Canonical Decision IDs And Indexes","locator":{"end_column":113,"end_line":155,"fragment":"","pointer":"","start_column":3,"start_line":155},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../AOA-TECH-D-0065-canonical-decision-ids-and-indexes.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:155:3:0:../AOA-TECH-D-0065-canonical-decision-ids-and-indexes.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:35168c7b558fcd22f925bba5","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":111,"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":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:156:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b2c7b2ed34b50ea75c906827","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":91,"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":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:157:3:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1fa50928e56d73635db98a27","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"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":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:158:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5d24a7ae7f6acd799f4aab6e","label":"quest/lane","locator":{"end_column":13,"end_line":160,"fragment":"questlane","pointer":"","start_column":1,"start_line":160},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:questlane","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:473e1f80ea6392dfd276a3a3","label":"AOA-TECH-D-0031 Questbook Candidate Mechanic","locator":{"end_column":101,"end_line":162,"fragment":"","pointer":"","start_column":3,"start_line":162},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questlane","target_ref":"../AOA-TECH-D-0031-questbook-candidate-mechanic.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:162:3:0:../AOA-TECH-D-0031-questbook-candidate-mechanic.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a0211b77a990c8e00cdb5083","label":"AOA-TECH-D-0032 Questbook Lane-first Source Store","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:questlane","target_ref":"../AOA-TECH-D-0032-questbook-lane-first-source-store.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:163:3:0:../AOA-TECH-D-0032-questbook-lane-first-source-store.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:befd3b81cd98d63a39d4451a","label":"GitHub workflow","locator":{"end_column":18,"end_line":165,"fragment":"github-workflow","pointer":"","start_column":1,"start_line":165},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:github-workflow","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:def78004fafbd293d3a441e8","label":"AOA-TECH-D-0066 Validation Lane Command Authority","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:github-workflow","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:167:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c5499f46a96e508c41647909","label":"owner boundary","locator":{"end_column":17,"end_line":169,"fragment":"owner-boundary","pointer":"","start_column":1,"start_line":169},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:owner-boundary","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:480b58daea9b2eb474aebadb","label":"AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home","locator":{"end_column":129,"end_line":171,"fragment":"","pointer":"","start_column":3,"start_line":171},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-boundary","target_ref":"../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:171:3:0:../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:49bf5e7523568ef5b40599a9","label":"release/tooling","locator":{"end_column":18,"end_line":173,"fragment":"releasetooling","pointer":"","start_column":1,"start_line":173},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:releasetooling","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eb07b75e0f36e01368ec87b6","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":111,"end_line":175,"fragment":"","pointer":"","start_column":3,"start_line":175},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:175:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d246a44d9f04a7abb556fde7","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":91,"end_line":176,"fragment":"","pointer":"","start_column":3,"start_line":176},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:176:3:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:660db657eb7d72e2cbdc5e3b","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"end_line":177,"fragment":"","pointer":"","start_column":3,"start_line":177},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:177:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:04f4635b250a4a11dec80606","label":"repository topology","locator":{"end_column":22,"end_line":179,"fragment":"repository-topology","pointer":"","start_column":1,"start_line":179},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:repository-topology","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:061978e411a3d7dd3cc9e29d","label":"AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home","locator":{"end_column":129,"end_line":181,"fragment":"","pointer":"","start_column":3,"start_line":181},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:repository-topology","target_ref":"../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:181:3:0:../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","source_record_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c354abc84d28a9e06cd21133","label":"telemetry-integrity-checklist","locator":{"end_column":31,"end_line":1,"fragment":"telemetry-integrity-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:telemetry-integrity-checklist","source_record_id":"aoa:aoa-techniques:artifact:ace3bcf69be4090a38143634","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c63464f0ad150edbe3bec156","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ace3bcf69be4090a38143634","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3486b99467fcfe926d847ea9","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ad331a09ce4b5b006b6f78d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -20099,15 +19050,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8312e9f3d5ccf073df14b470","label":"Checks","locator":{"end_column":9,"end_line":176,"fragment":"checks","pointer":"","start_column":1,"start_line":176},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checks","source_record_id":"aoa:aoa-techniques:artifact:ad7b8eb27b3e425fb2af608e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:27409286eeb8c5759fa8ce08","label":"Promotion history","locator":{"end_column":20,"end_line":180,"fragment":"promotion-history","pointer":"","start_column":1,"start_line":180},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-history","source_record_id":"aoa:aoa-techniques:artifact:ad7b8eb27b3e425fb2af608e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a8bb36416785c904ce7fdd58","label":"Future evolution","locator":{"end_column":19,"end_line":188,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":188},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:ad7b8eb27b3e425fb2af608e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6ea602cf07b34be6e540fc4e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ad8aaa5efb9dc07ae800892d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2449cba7ac85599239680820","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:adb976718e0b9871db71f409","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:027c50f3d9edf4d507115e05","label":"touched_surfaces","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/touched_surfaces","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/touched_surfaces","source_record_id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1656167d8b811573871e7c37","label":"verification_steps","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/verification_steps","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/verification_steps","source_record_id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b1185bb7d60e9e204ab8d745","label":"change_summary","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/change_summary","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/change_summary","source_record_id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cb40bb3724ef0f2d16856dfd","label":"authority_state","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/authority_state","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/authority_state","source_record_id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d472c9994c7f04e08d2677a4","label":"rollback_steps","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/rollback_steps","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/rollback_steps","source_record_id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f21bf168cba7fbb47902a4dc","label":"mutating_commands","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/mutating_commands","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/mutating_commands","source_record_id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f58e11eec8186d661b960fc8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0cfaf63adb83bc34245928b0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:addf788b355bc92c9174faf3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6929b3f92f75fd6be632676b","label":"pinned-validation-matrix-before-generated-publish","locator":{"end_column":51,"end_line":45,"fragment":"pinned-validation-matrix-before-generated-publish","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:pinned-validation-matrix-before-generated-publish","source_record_id":"aoa:aoa-techniques:artifact:addf788b355bc92c9174faf3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:edb33e0c2ca57b1decdccf41","label":"Intent","locator":{"end_column":9,"end_line":47,"fragment":"intent","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:addf788b355bc92c9174faf3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -20207,24 +19149,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b5db4d8619f9cc9963596547","label":"Recommendation","locator":{"end_column":17,"end_line":39,"fragment":"recommendation","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:aecf3a2f534285bc2942494a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c27998397df04382316ca382","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:aee5423505b305c139ad9433","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7145954e52eebe43ef3d65f5","label":"main","locator":{"end_column":13,"end_line":27,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:DAG_MIN_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:DAG_PATH.as_posix"},{"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:READER_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:REGISTRY_MIN_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:REGISTRY_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_all_outputs"},{"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:write_all_outputs"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:aee5423505b305c139ad9433","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:221fecc5ba0d8b31cf409644","label":"Core Boundary Shapes","locator":{"end_column":22,"end_line":1,"fragment":"core-boundary-shapes","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:core-boundary-shapes","source_record_id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fbe51c1758e1b5fb3e53b942","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d7a734e97bb958557dbf0ca4","label":"How To Use","locator":{"end_column":13,"end_line":7,"fragment":"how-to-use","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:how-to-use","source_record_id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:357115e6b40dcb6af033615f","label":"Shape Set","locator":{"end_column":12,"end_line":16,"fragment":"shape-set","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:shape-set","source_record_id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0b75edd07d871bcaf4659a11","label":"Compact Core Boundary Pass","locator":{"end_column":29,"end_line":33,"fragment":"compact-core-boundary-pass","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:compact-core-boundary-pass","source_record_id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:536f922da85444c8a965f1a7","label":"Verification","locator":{"end_column":15,"end_line":46,"fragment":"verification","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:901ebe884eb24a6de300bb9d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:66e1562a7a6c5427aa810a44","label":"aoa-contract-test","locator":{"end_column":19,"end_line":16,"fragment":"aoa-contract-test","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-contract-test","source_record_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a8d5d900754121d3941e0a29","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4adb4bfe52941ad9a3ef10c8","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:563f86c6eb4dcfdd70c37c13","label":"Inputs","locator":{"end_column":9,"end_line":39,"fragment":"inputs","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ca0dbd78499754079b87a0ef","label":"Outputs","locator":{"end_column":10,"end_line":47,"fragment":"outputs","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c519c750cedae72e5cbe0ecc","label":"Procedure","locator":{"end_column":12,"end_line":54,"fragment":"procedure","pointer":"","start_column":1,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5c7444c3df2231aeab870952","label":"Contracts","locator":{"end_column":12,"end_line":63,"fragment":"contracts","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1e7873d6ef30603fc62d078c","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":72,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":72},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bd0605f29d39c330dbd5c0fb","label":"Verification","locator":{"end_column":15,"end_line":81,"fragment":"verification","pointer":"","start_column":1,"start_line":81},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:585aca62a9bb465ec1eb4bad","label":"Technique traceability","locator":{"end_column":25,"end_line":89,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":89},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dddbfe10b745187a08718b6e","label":"Adaptation points","locator":{"end_column":20,"end_line":94,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":94},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:202e1049c5c5d7c0fecb47da","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b027c5aa6bfa309e504db8b6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f798ba8859319e0f90dbc58f","label":"schema_version","locator":{"end_column":34,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/schema_version","source_record_id":"aoa:aoa-techniques:artifact:b027c5aa6bfa309e504db8b6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fe020631a183b8388243bb10","label":"owner_repo","locator":{"end_column":26,"end_line":2,"fragment":"","pointer":"/owner_repo","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/owner_repo","source_record_id":"aoa:aoa-techniques:artifact:b027c5aa6bfa309e504db8b6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -20332,7 +19256,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:23f69e042fcd808cfdc32a41","label":"Checks","locator":{"end_column":9,"end_line":148,"fragment":"checks","pointer":"","start_column":1,"start_line":148},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checks","source_record_id":"aoa:aoa-techniques:artifact:b168f8e9730432213007a137","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dc0a443948a3a1c20b5bdb4a","label":"Promotion history","locator":{"end_column":20,"end_line":152,"fragment":"promotion-history","pointer":"","start_column":1,"start_line":152},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-history","source_record_id":"aoa:aoa-techniques:artifact:b168f8e9730432213007a137","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:65165bc641aab434843d6934","label":"Future evolution","locator":{"end_column":19,"end_line":158,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":158},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:b168f8e9730432213007a137","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0d729e8f59d036defece564b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b1b2f4095d2d81c7a3fc98c2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1a8493e97948ee12a02a1476","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b201939184aea82e2cd16c8c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:94254fb6702009b48154cc75","label":"context-report-for-ci","locator":{"end_column":23,"end_line":41,"fragment":"context-report-for-ci","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:context-report-for-ci","source_record_id":"aoa:aoa-techniques:artifact:b201939184aea82e2cd16c8c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:915417b8ea92e6fe54a37d26","label":"Intent","locator":{"end_column":9,"end_line":43,"fragment":"intent","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:b201939184aea82e2cd16c8c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -20561,12 +19484,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2be825b26cd3537c1fc8e0f3","label":"`risk-and-negative-effect-lift`","locator":{"end_column":198,"end_line":34,"fragment":"","pointer":"","start_column":73,"start_line":34},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-lift-surface","target_ref":"../../techniques/knowledge-lift/kag-source-lift/risk-and-negative-effect-lift/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:34:73:0:../../techniques/knowledge-lift/kag-source-lift/risk-and-negative-effect-lift/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:b35aa5eb0153d5e706f8dcd5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5b432eec8e0079d20f5a06d9","label":"What The Caution Layer Is Not","locator":{"end_column":32,"end_line":63,"fragment":"what-the-caution-layer-is-not","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:what-the-caution-layer-is-not","source_record_id":"aoa:aoa-techniques:artifact:b35aa5eb0153d5e706f8dcd5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3c6d7b25a703e93cbdee7992","label":"Explicitly Deferred","locator":{"end_column":22,"end_line":75,"fragment":"explicitly-deferred","pointer":"","start_column":1,"start_line":75},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:explicitly-deferred","source_record_id":"aoa:aoa-techniques:artifact:b35aa5eb0153d5e706f8dcd5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:18209fbf8b8ad8d5b072513e","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a87aeab7ae40331d01996f23","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5189cdf0483116c7d376a350","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:756fee52dc2ffd3f2643d25b","label":"When it applies","locator":{"end_column":18,"end_line":7,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d56fea06593c1d40ed39664c","label":"Review checklist","locator":{"end_column":19,"end_line":13,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:90985d44ddb7d594fda72960","label":"Not a fit","locator":{"end_column":12,"end_line":21,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8895193d8f719398d5577996","label":"External Import Review","locator":{"end_column":24,"end_line":1,"fragment":"external-import-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:external-import-review","source_record_id":"aoa:aoa-techniques:artifact:b405d48583616d4c42be4796","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d4a2ccf67a4b2a16b609e85b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b405d48583616d4c42be4796","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:181cc0cc1a537fb7fabb1fac","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:b405d48583616d4c42be4796","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -20606,17 +19523,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:20afe0e1e0703208206010b6","label":"Detection signals","locator":{"end_column":20,"end_line":29,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:b488473b4fcb2197bc083bd4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:749f4b420fbcb1160cf15f46","label":"Mitigations","locator":{"end_column":14,"end_line":35,"fragment":"mitigations","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:b488473b4fcb2197bc083bd4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:27d9d3fd66b951b543036b66","label":"Recommendation","locator":{"end_column":17,"end_line":42,"fragment":"recommendation","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:b488473b4fcb2197bc083bd4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5e0306e4895dfc63062f2ae2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b31ddb1f59717a113bc15710","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7ca45ebd8c5cf5255907b554","label":"display_name","locator":{"end_column":38,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4679c00807aabac90294d128","label":"short_description","locator":{"end_column":50,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3aa001c90fcc805f43b7670f","label":"default_prompt","locator":{"end_column":199,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b5d9c1249732d84e06177d66","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1abfdeaa22276e2da78fb1f2","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1ecdd284bf040ebe690f0850","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8f0f5c487020ea0d1dffa5b7","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b34511ca05d1652cc25f1c9d","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0bfc0a581aa0acb2f0f85f0e","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7c43d4a96a048787afc33423","label":"Concrete Hierarchical Rule Loading","locator":{"end_column":36,"end_line":1,"fragment":"concrete-hierarchical-rule-loading","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:concrete-hierarchical-rule-loading","source_record_id":"aoa:aoa-techniques:artifact:b49b1b918827df5361ea14fe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fd13e8882c1c74fe4d2f7e42","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b49b1b918827df5361ea14fe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:20434a384964d6747bac2ad9","label":"Parent source","locator":{"end_column":16,"end_line":5,"fragment":"parent-source","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:parent-source","source_record_id":"aoa:aoa-techniques:artifact:b49b1b918827df5361ea14fe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -21414,7 +20320,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1ce3216321697008be0e3a6f","label":"Recommendation","locator":{"end_column":17,"end_line":46,"fragment":"recommendation","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:b63c0a6d76e49b12bac4dd22","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:05629255056973e680e34393","label":"diagnosis-from-reviewed-evidence checklist","locator":{"end_column":44,"end_line":1,"fragment":"diagnosis-from-reviewed-evidence-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:diagnosis-from-reviewed-evidence-checklist","source_record_id":"aoa:aoa-techniques:artifact:b6995ea63ebb742733630b70","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7bee7c687c38790e83db7d36","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b6995ea63ebb742733630b70","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:451323b97064796043f95ae5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b6c2f9b6844178e9809cfa1f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0033f8fc24fde5b10506222e","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/schema","source_record_id":"aoa:aoa-techniques:artifact:b7170ca2c212f60b848b34c8","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0d28aad49af5b8a66157eea3","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/kind","source_record_id":"aoa:aoa-techniques:artifact:b7170ca2c212f60b848b34c8","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1a3036b147a7e22833a7ed46","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b7170ca2c212f60b848b34c8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -21432,14 +20337,6 @@ {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f998d9806140b55ffbbef6c6","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/created_at","source_record_id":"aoa:aoa-techniques:artifact:b7170ca2c212f60b848b34c8","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fc7a75b3b55b322a8a3d108a","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/scope","source_record_id":"aoa:aoa-techniques:artifact:b7170ca2c212f60b848b34c8","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fdd28d7490a9fcd92d2c724c","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/source_refs","source_record_id":"aoa:aoa-techniques:artifact:b7170ca2c212f60b848b34c8","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:91b348edfba7d8ba4eb2350f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d95eda2170871d81fb137554","label":"Example","locator":{"end_column":9,"end_line":1,"fragment":"example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:example","source_record_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d123df511aeae7d128e2cf7e","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:da783de60f511e4ac76b1170","label":"Why this skill fits","locator":{"end_column":22,"end_line":7,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fc1889b44c5253a85692e652","label":"Expected inputs","locator":{"end_column":18,"end_line":13,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e50f713cfaac5e04ae9f6481","label":"Expected outputs","locator":{"end_column":19,"end_line":20,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:daf1fe1d839a70648d8ab6aa","label":"Boundary notes","locator":{"end_column":17,"end_line":27,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6ec911dc536ddf6cbb4691ee","label":"Verification notes","locator":{"end_column":21,"end_line":32,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8812aa14c66dcaabd4d7d048","label":"Landed Skill-Support Pilot Review","locator":{"end_column":35,"end_line":1,"fragment":"landed-skill-support-pilot-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:landed-skill-support-pilot-review","source_record_id":"aoa:aoa-techniques:artifact:b7567a91dd210d6a04eff7a8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e4930a74bbd2b14094546ba1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b7567a91dd210d6a04eff7a8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2b920090cd2a8bbdba9565f7","label":"Technique Reform Ingress","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"","start_column":1,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:landed-skill-support-pilot-review","target_ref":"../README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:1:0:../README.md","source_record_id":"aoa:aoa-techniques:artifact:b7567a91dd210d6a04eff7a8","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -21693,22 +20590,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1682b1375c4f9c38e6a3ecb7","label":"Boundaries","locator":{"end_column":13,"end_line":23,"fragment":"boundaries","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:b96a94ddc4b5c4349ff4d1c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a79bf28f06767e3b103f81ec","label":"Validation","locator":{"end_column":13,"end_line":33,"fragment":"validation","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:b96a94ddc4b5c4349ff4d1c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b3cb0d31ed9e4f4cbbf547fe","label":"Closeout","locator":{"end_column":11,"end_line":40,"fragment":"closeout","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout","source_record_id":"aoa:aoa-techniques:artifact:b96a94ddc4b5c4349ff4d1c0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1c0e16cfc030fa7430e9ea81","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a66c140085547db71257cb9e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:31999318ee9d88466ee7a750","label":"display_name","locator":{"end_column":33,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:466ee9f069ad919444fa6894","label":"short_description","locator":{"end_column":52,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:33078497db83f2912944a6aa","label":"default_prompt","locator":{"end_column":162,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8cc9fb2d4afcb6f0a1452937","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:98b84eb4c0486b3a6c372c00","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a143c021a97a75e30cab3ad1","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6fdd675c901572bc45549f07","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b867f618bcf774df0d1f1392","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b16b68d87deee96b2b938d8b","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bc266cb04785c75c388f3960","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b186e824bddee30b68657b4a","label":"_load_payload","locator":{"end_column":32,"end_line":20,"fragment":"","pointer":"","start_column":1,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:raw.splitlines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:sys.stdin.read"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"_load_payload","semantic_key":"python:function:_load_payload","source_record_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eb6cf5f7df4fdf639ae02bb7","label":"_normalize_line","locator":{"end_column":51,"end_line":32,"fragment":"","pointer":"","start_column":1,"start_line":23},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_normalize_line","target_ref":"python:line.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_normalize_line","target_ref":"python:lower.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_normalize_line","target_ref":"python:lower.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_normalize_line","target_ref":"python:lower.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_normalize_line","target_ref":"python:stripped.lower"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"_normalize_line","semantic_key":"python:function:_normalize_line","source_record_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:62ac77c1a862c92d62d97b70","label":"summarize","locator":{"end_column":6,"end_line":74,"fragment":"","pointer":"","start_column":1,"start_line":35},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:_normalize_line"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:_normalize_line"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:_normalize_line"},{"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:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:normalized.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:str"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"summarize","semantic_key":"python:function:summarize","source_record_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3c8bfb55ee5bf957d5ef06e3","label":"main","locator":{"end_column":51,"end_line":88,"fragment":"","pointer":"","start_column":1,"start_line":77},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_load_payload"},{"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.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: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:summarize"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3c568a2b28b3ea86e876f2a4","label":"Minimal GitHub Review Template Lift","locator":{"end_column":37,"end_line":1,"fragment":"minimal-github-review-template-lift","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-github-review-template-lift","source_record_id":"aoa:aoa-techniques:artifact:b980255ccdffe25aa3426965","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:af208d738ac153376f58b383","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:b980255ccdffe25aa3426965","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c47f8fa5ee2129c076a55028","label":"Source template excerpt","locator":{"end_column":26,"end_line":5,"fragment":"source-template-excerpt","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-template-excerpt","source_record_id":"aoa:aoa-techniques:artifact:b980255ccdffe25aa3426965","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -21854,29 +20735,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ab8156fbc9b6aebea4870791","label":"Phase Handoff Candidate","locator":{"end_column":63,"end_line":5,"fragment":"","pointer":"","start_column":3,"start_line":5},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:checkpoint-parts","target_ref":"phase-handoff-candidate/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:5:3:0:phase-handoff-candidate/README.md","source_record_id":"aoa:aoa-techniques:artifact:bbd408f411a09604ee023356","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:177858396cc1cd3f69a26685","label":"Technique Anchors","locator":{"end_column":51,"end_line":6,"fragment":"","pointer":"","start_column":3,"start_line":6},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:checkpoint-parts","target_ref":"technique-anchors/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:6:3:0:technique-anchors/README.md","source_record_id":"aoa:aoa-techniques:artifact:bbd408f411a09604ee023356","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d2eabbe300507857bbea0033","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bc37d034bad564583790a46f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:12f65c95d9d55bc21c228d0a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d1ee6b8503bfdd4c58d239a7","label":"receipt_name","locator":{"end_column":44,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f20c7953f69f0e7286e5248b","label":"event_kind","locator":{"end_column":42,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ce6747ff770909be59365c7a","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e63bddcf25c0da5c7cc0823c","label":"kernel_id","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"/kernel_id","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/kernel_id","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9f8abeb0cb92e4ed2b0f645b","label":"skill_name","locator":{"end_column":35,"end_line":5,"fragment":"","pointer":"/skill_name","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/skill_name","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6c30395701126edab2f9824f","label":"required_payload_fields","locator":{"end_column":24,"end_line":6,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:50f12fa66c6f13938cf4d527","label":"kernel_id","locator":{"end_column":13,"end_line":7,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:58ec38ab21081d44133e49a4","label":"skill_name","locator":{"end_column":14,"end_line":8,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bfd2cc3460da35761378d5df","label":"application_stage","locator":{"end_column":21,"end_line":9,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cd39209892426f299149ab79","label":"detail_event_kind","locator":{"end_column":21,"end_line":10,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:694fb6f5e7dd4fa775dd9bc2","label":"detail_receipt_ref","locator":{"end_column":22,"end_line":11,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a41d71528621c3fbe1c5c6c2","label":"optional_payload_fields","locator":{"end_column":24,"end_line":12,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1348f1d5ec5a807f96fb4fd4","label":"route_ref","locator":{"end_column":13,"end_line":13,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:27cb0dcc3a124cbc650b8c8e","label":"surface_detection_context","locator":{"end_column":29,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dd7455d30d35e1656f0dabf6","label":"rules","locator":{"end_column":6,"end_line":15,"fragment":"","pointer":"/rules","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:56bfddc78caecfe57decdd8f","label":"`application_stage` must equal `finish`","locator":{"end_column":43,"end_line":16,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9e3af50e5c04e2b78d50c7f6","label":"`kernel_id` must equal `project-core-session-growth-v1`","locator":{"end_column":59,"end_line":17,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d4e0c54c26ee937d16f8f75f","label":"`skill_name` must equal `aoa-session-self-repair`","locator":{"end_column":53,"end_line":18,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:365d4c35013495cf45ab4bde","label":"`detail_event_kind` must equal `repair_cycle_receipt`","locator":{"end_column":57,"end_line":19,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:61f1fb2b1e870559d664155c","label":"`detail_receipt_ref` must point to the bounded finish receipt for the same completed run","locator":{"end_column":92,"end_line":20,"fragment":"","pointer":"/rules/4","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/4","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d1cecc7c217da8cd0052ecfa","label":"include `route_ref` only when the detail receipt already names it honestly","locator":{"end_column":78,"end_line":21,"fragment":"","pointer":"/rules/5","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/5","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0b01a6be49fe38bdd128a1f2","label":"if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth; it must not claim non-skill activation","locator":{"end_column":175,"end_line":22,"fragment":"","pointer":"/rules/6","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/6","source_record_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:10f5e296dfd6d71665ba5970","label":"registry_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/registry_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/registry_version","source_record_id":"aoa:aoa-techniques:artifact:bc52eb72a616740f2732b497","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4d8e5f063ffb473301022b3d","label":"technique_count","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/technique_count","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/technique_count","source_record_id":"aoa:aoa-techniques:artifact:bc52eb72a616740f2732b497","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5ffa67d726a2d02c92d60e00","label":"techniques","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/techniques","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/techniques","source_record_id":"aoa:aoa-techniques:artifact:bc52eb72a616740f2732b497","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, @@ -21924,18 +20782,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:071393a2fc12efd57f984652","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes","source_record_id":"aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a55b5301f4a366d3eff5c4cc","label":"Extracted Atom","locator":{"end_column":17,"end_line":47,"fragment":"extracted-atom","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:extracted-atom","source_record_id":"aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bcaf40b6c174f706e0287f1c","label":"AOA-T-0102 skill-proposal-handoff-packet","locator":{"end_column":140,"end_line":49,"fragment":"","pointer":"","start_column":1,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:extracted-atom","target_ref":"../../../../techniques/governance/promotion-boundary/skill-proposal-handoff-packet/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:49:1:0:../../../../techniques/governance/promotion-boundary/skill-proposal-handoff-packet/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:082a5ef4d07a2dea7b4895b5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bce0c8344ef3282b46c782f9","label":"aoa-checkpoint-closeout-bridge","locator":{"end_column":32,"end_line":16,"fragment":"aoa-checkpoint-closeout-bridge","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-checkpoint-closeout-bridge","source_record_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:578da9adc9438c3f5d02b8c3","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6405c7577f42f3bf6ac6ebee","label":"Trigger boundary","locator":{"end_column":19,"end_line":32,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d42b107cc63e96df0ea6af8e","label":"Inputs","locator":{"end_column":9,"end_line":54,"fragment":"inputs","pointer":"","start_column":1,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:546279a3d4dec142d858d44c","label":"Outputs","locator":{"end_column":10,"end_line":63,"fragment":"outputs","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a52caca1e102220317a346c7","label":"Procedure","locator":{"end_column":12,"end_line":83,"fragment":"procedure","pointer":"","start_column":1,"start_line":83},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cd8294cc75636d56fafaa279","label":"Contracts","locator":{"end_column":12,"end_line":116,"fragment":"contracts","pointer":"","start_column":1,"start_line":116},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c424a08b39a98594b72851e2","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":134,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":134},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b3663ff90053040f2a519b25","label":"Verification","locator":{"end_column":15,"end_line":146,"fragment":"verification","pointer":"","start_column":1,"start_line":146},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:86729e591ea376a9c94fb711","label":"Technique traceability","locator":{"end_column":25,"end_line":161,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":161},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bcfe86ceb95439748b3cca53","label":"Adaptation points","locator":{"end_column":20,"end_line":167,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":167},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e97086c30ae980769943e4ea","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bcc6b9308c7b94d25953428e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f8f1e1d2b295e4dbf7f1c747","label":"Canonical Readiness","locator":{"end_column":21,"end_line":1,"fragment":"canonical-readiness","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:canonical-readiness","source_record_id":"aoa:aoa-techniques:artifact:bcc6b9308c7b94d25953428e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0adfe6807a4db493e43c932c","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:bcc6b9308c7b94d25953428e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -21945,14 +20791,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ff588401bae21ae83dea3f0c","label":"Fresh public-safety check","locator":{"end_column":28,"end_line":22,"fragment":"fresh-public-safety-check","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fresh-public-safety-check","source_record_id":"aoa:aoa-techniques:artifact:bcc6b9308c7b94d25953428e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aa43d5a7e2f0acdf8548c596","label":"Remaining gaps","locator":{"end_column":17,"end_line":27,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:bcc6b9308c7b94d25953428e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fda053d8fe60289e8fbc10ed","label":"Recommendation","locator":{"end_column":17,"end_line":33,"fragment":"recommendation","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:bcc6b9308c7b94d25953428e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:485c997b284b295854b72733","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d3e34b2df38ee20e091676e0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4ddeab40b2857d062c88abf9","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4695014d6dd95e292ce92695","label":"Why this skill fits","locator":{"end_column":22,"end_line":12,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0c431d046b56de60aafe5049","label":"Expected inputs","locator":{"end_column":18,"end_line":17,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e4d20d85003a79380bcb9280","label":"Expected outputs","locator":{"end_column":19,"end_line":24,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9f383aab60b6210f7bbf9cce","label":"Boundary notes","locator":{"end_column":17,"end_line":38,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f094e0b6dc5699c7e88facd4","label":"Verification notes","locator":{"end_column":21,"end_line":44,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0bc0dc0a96b74bd1b64768ed","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bcd6ec85336f979f0d4caa74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0cebb128c13ce5151abac37e","label":"Minimal Render Truth Before Startup","locator":{"end_column":37,"end_line":1,"fragment":"minimal-render-truth-before-startup","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-render-truth-before-startup","source_record_id":"aoa:aoa-techniques:artifact:bcd6ec85336f979f0d4caa74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0fd4b2c139f3b79854516b2a","label":"Root Surface Law","locator":{"end_column":18,"end_line":1,"fragment":"root-surface-law","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:root-surface-law","source_record_id":"aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -22049,11 +20887,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:43b8ce1079845f0ab3eeb6c0","label":"Source-of-truth Split","locator":{"end_column":24,"end_line":9,"fragment":"source-of-truth-split","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-of-truth-split","source_record_id":"aoa:aoa-techniques:artifact:bd309b4a03d91b8b24030b00","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7c823fbbe57d35d53db47903","label":"Local Contour","locator":{"end_column":16,"end_line":20,"fragment":"local-contour","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:local-contour","source_record_id":"aoa:aoa-techniques:artifact:bd309b4a03d91b8b24030b00","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:41d86de331e21ceb9fb8bd95","label":"Growth Rule","locator":{"end_column":14,"end_line":42,"fragment":"growth-rule","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:growth-rule","source_record_id":"aoa:aoa-techniques:artifact:bd309b4a03d91b8b24030b00","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5caa4d4638e9b3eedb79e9c1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:af5ac410836bfd990dc702b4","label":"Checkpoint Boundary For Automation Opportunity Scanning","locator":{"end_column":57,"end_line":1,"fragment":"checkpoint-boundary-for-automation-opportunity-scanning","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checkpoint-boundary-for-automation-opportunity-scanning","source_record_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2143b9dec9e25d19b52644c0","label":"Strong checkpoint triggers","locator":{"end_column":29,"end_line":8,"fragment":"strong-checkpoint-triggers","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:strong-checkpoint-triggers","source_record_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:adb8297a74f4649087643ed6","label":"Typical safe lower-risk candidates","locator":{"end_column":37,"end_line":19,"fragment":"typical-safe-lower-risk-candidates","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:typical-safe-lower-risk-candidates","source_record_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:274182b7b83a9368679f75f1","label":"Resulting action","locator":{"end_column":19,"end_line":29,"fragment":"resulting-action","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:resulting-action","source_record_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e3bf5be958a36e53a113989c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bd4930253d43bf291c12cfea","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fc338d41657d0634192fd350","label":"Experience Parts","locator":{"end_column":18,"end_line":1,"fragment":"experience-parts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:experience-parts","source_record_id":"aoa:aoa-techniques:artifact:bd4930253d43bf291c12cfea","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e53f5fa0c006e1470c073418","label":"governance-precedent","locator":{"end_column":57,"end_line":5,"fragment":"","pointer":"","start_column":3,"start_line":5},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:experience-parts","target_ref":"governance-precedent/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:5:3:0:governance-precedent/README.md","source_record_id":"aoa:aoa-techniques:artifact:bd4930253d43bf291c12cfea","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -22133,17 +20966,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2b4dceef58b381478c8bd101","label":"Result","locator":{"end_column":9,"end_line":34,"fragment":"result","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:result","source_record_id":"aoa:aoa-techniques:artifact:bde1351794bef79b7f019387","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5c2f5aead16c46b7f28acefa","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bdfc4c1d74db1011b2f89389","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:976274cdcecca9749ccf8263","label":"transcript-replay-artifact checklist","locator":{"end_column":38,"end_line":1,"fragment":"transcript-replay-artifact-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:transcript-replay-artifact-checklist","source_record_id":"aoa:aoa-techniques:artifact:bdfc4c1d74db1011b2f89389","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2c20c5831a9c2b293596b131","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f01b7765dd6c33f5982c1901","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f0f245556269aa914ca7983b","label":"display_name","locator":{"end_column":39,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f5a90abe7db961d2c96131af","label":"short_description","locator":{"end_column":49,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:10559a9be8c2a2990de5f89d","label":"default_prompt","locator":{"end_column":160,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1f17be40a5f4fcbfd7a0ab74","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e5a0fb16f2871656ae182bdb","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8ce2ffef327e250c0cc22c07","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9f2dd53d175163191d60e866","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5bdcba7c9d25a097d8c633dd","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:658ac7bfca6400bd0bf4c149","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c413ce80278302c65ec58edd","label":"Adverse Effects Review","locator":{"end_column":24,"end_line":1,"fragment":"adverse-effects-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adverse-effects-review","source_record_id":"aoa:aoa-techniques:artifact:be8edae27d92b7d79db001d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d41e21a6368b04ed1c083206","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:be8edae27d92b7d79db001d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:795ce94503d8814d6fdeec3d","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:be8edae27d92b7d79db001d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -22154,12 +20976,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e9834c7356176dacb753a591","label":"Detection signals","locator":{"end_column":20,"end_line":35,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:be8edae27d92b7d79db001d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:227c4454619e62d427cefb20","label":"Mitigations","locator":{"end_column":14,"end_line":43,"fragment":"mitigations","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:be8edae27d92b7d79db001d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:49903677d6dbaa00b69152b2","label":"Recommendation","locator":{"end_column":17,"end_line":51,"fragment":"recommendation","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:be8edae27d92b7d79db001d3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:469f2d718ac0503c1b3f57cd","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6dc83b6648f4d9c93bab4f5a","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1cfe1e29d2909a8b789b01ad","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7fa6dfebf8a5cd90bebc5ac4","label":"When it applies","locator":{"end_column":18,"end_line":9,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:62f092e0733b87b0b325b2e9","label":"Review checklist","locator":{"end_column":19,"end_line":17,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:17e309a705f300c0f0df716d","label":"Not a fit","locator":{"end_column":12,"end_line":41,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:482f41b68c5204a83ac0b780","label":"Audit Legacy Log","locator":{"end_column":18,"end_line":1,"fragment":"audit-legacy-log","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:audit-legacy-log","source_record_id":"aoa:aoa-techniques:artifact:bee43c9116167bc6c5b18d53","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:961c7c7ec36395edbd8dcde3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bee43c9116167bc6c5b18d53","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fd63acbf3f36c2e8ff5fadf6","label":"2026-05-01 - Flat files moved into active parts","locator":{"end_column":50,"end_line":3,"fragment":"2026-05-01-flat-files-moved-into-active-parts","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:2026-05-01-flat-files-moved-into-active-parts","source_record_id":"aoa:aoa-techniques:artifact:bee43c9116167bc6c5b18d53","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -22173,17 +20989,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:09bdde6e78bf7ebb92156c18","label":"Minimal Canonical Owner With Validated Mirror","locator":{"end_column":47,"end_line":1,"fragment":"minimal-canonical-owner-with-validated-mirror","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-canonical-owner-with-validated-mirror","source_record_id":"aoa:aoa-techniques:artifact:bf09f746e4c91a228526b7bb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7449bdf1854fbf65d8a8ca8d","label":"Concrete Capability Upgrade With Compat Window","locator":{"end_column":48,"end_line":1,"fragment":"concrete-capability-upgrade-with-compat-window","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:concrete-capability-upgrade-with-compat-window","source_record_id":"aoa:aoa-techniques:artifact:bf12fb3d0a6727a9ef2e1532","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c02ee1df672922ea72a4f6ee","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bf12fb3d0a6727a9ef2e1532","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1e7d86e66a6b1bc6565ef446","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6fd3f071b56b68ed70806213","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4a39154b9b96ab20b407061f","label":"display_name","locator":{"end_column":41,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f5ba19dda7804206a45ff65c","label":"short_description","locator":{"end_column":47,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8a1542b30662ff606a0ec051","label":"default_prompt","locator":{"end_column":155,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:616dc8121a530b336f4f150d","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6035da088db848c7c932f349","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5d79c697c26612278f24363b","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:47ce77915a8b2e39f3ebdcc4","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e4eeaa6b300c0842c8c73331","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aa34168c939ada5a2cd40577","label":"allow_implicit_invocation","locator":{"end_column":33,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a4ac1d91e5712e6accbb303","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:bf297ada0523627a02099015","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dfb07702c85c89cc2c77c485","label":"Personal Media Ingest","locator":{"end_column":23,"end_line":1,"fragment":"personal-media-ingest","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:personal-media-ingest","source_record_id":"aoa:aoa-techniques:artifact:bf297ada0523627a02099015","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4a62fbe2b95884f4cf205ec3","label":"Current State","locator":{"end_column":16,"end_line":6,"fragment":"current-state","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:current-state","source_record_id":"aoa:aoa-techniques:artifact:bf297ada0523627a02099015","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -22623,19 +21428,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5b723147c6dd63784b129475","label":"RPG Raw Legacy","locator":{"end_column":16,"end_line":1,"fragment":"rpg-raw-legacy","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rpg-raw-legacy","source_record_id":"aoa:aoa-techniques:artifact:c1a4e98f1d1d92eb729e83f1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:81473efd0359cc95cc560a5d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c1a4e98f1d1d92eb729e83f1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5a810a7b7ea10f2df679c412","label":"Intake Rule","locator":{"end_column":14,"end_line":8,"fragment":"intake-rule","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intake-rule","source_record_id":"aoa:aoa-techniques:artifact:c1a4e98f1d1d92eb729e83f1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b2864cddaa4dc994e03423b4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c1cec244488955706be397f1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f3d935855c087ec511fb9996","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:096954b68dccd61521d6d4e4","label":"aoa-local-stack-bringup","locator":{"end_column":25,"end_line":16,"fragment":"aoa-local-stack-bringup","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-local-stack-bringup","source_record_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0d8c3208330b49f1dff687be","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8bb4be588fc01a17bf475a3f","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2228470d4f70ff1160295bf7","label":"Inputs","locator":{"end_column":9,"end_line":36,"fragment":"inputs","pointer":"","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:496ee4746770564389e45321","label":"Outputs","locator":{"end_column":10,"end_line":43,"fragment":"outputs","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:20fdbe5de6dd3922c66aee0c","label":"Procedure","locator":{"end_column":12,"end_line":50,"fragment":"procedure","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a02fe86c849d4051629bf1b8","label":"Contracts","locator":{"end_column":12,"end_line":59,"fragment":"contracts","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d164433be1f38a4c9539d3f3","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":67,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:46bf35cf659ced69dfc3309d","label":"Verification","locator":{"end_column":15,"end_line":75,"fragment":"verification","pointer":"","start_column":1,"start_line":75},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:efc2d04d4df948c85f74e893","label":"Technique traceability","locator":{"end_column":25,"end_line":83,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":83},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:47cc45aeb8605f08b30295d2","label":"Adaptation points","locator":{"end_column":20,"end_line":90,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":90},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:82e399eff7264e859ebe8da4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c1dea42f912add6a5ee89eff","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ff1b062876a5ce293fbecbf0","label":"Second Context Adaptation","locator":{"end_column":27,"end_line":1,"fragment":"second-context-adaptation","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:second-context-adaptation","source_record_id":"aoa:aoa-techniques:artifact:c1dea42f912add6a5ee89eff","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b7731fb74e3ed14831d07417","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:c1dea42f912add6a5ee89eff","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -22666,28 +21458,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f4eb678c23ff762759546837","label":"What changed","locator":{"end_column":15,"end_line":13,"fragment":"what-changed","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:what-changed","source_record_id":"aoa:aoa-techniques:artifact:c2ab7234a2be754ba0047f9a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9a64be0bd4ec79050e455c77","label":"Public-safety review","locator":{"end_column":23,"end_line":19,"fragment":"public-safety-review","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:public-safety-review","source_record_id":"aoa:aoa-techniques:artifact:c2ab7234a2be754ba0047f9a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a545c06f627d8d5686ab5790","label":"Review notes","locator":{"end_column":15,"end_line":26,"fragment":"review-notes","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-notes","source_record_id":"aoa:aoa-techniques:artifact:c2ab7234a2be754ba0047f9a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:27240726e14b851048eebdca","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e8cf858f865806ed48a66fe2","label":"receipt_name","locator":{"end_column":37,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:99b39c793a625e2a651ea6eb","label":"event_kind","locator":{"end_column":35,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:49c8dce1e791124cf83d9b49","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0ce993d386989847074f8b88","label":"required_payload_fields","locator":{"end_column":24,"end_line":4,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9eaf44b02e0704c2580bdd58","label":"promotion_verdict","locator":{"end_column":21,"end_line":5,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6db3c3afb106290781403cc2","label":"repeat_evidence_posture","locator":{"end_column":27,"end_line":6,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:429e00b6d56baf5ed62bfe1f","label":"owner_repo","locator":{"end_column":14,"end_line":7,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4ecc40c12f9c5bf26cf23fdc","label":"next_surface","locator":{"end_column":16,"end_line":8,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0f36dc9ae75bba5546f2af2e","label":"nearest_wrong_target","locator":{"end_column":24,"end_line":9,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b18d335bf0b63999abe6adf7","label":"optional_payload_fields","locator":{"end_column":24,"end_line":10,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6b081f60f8c5c6841d32154a","label":"defer_reason","locator":{"end_column":16,"end_line":11,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:20c42d69c8ca8d205f4abc92","label":"repeat_shape","locator":{"end_column":16,"end_line":12,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:763dcc0081053656c7ad439f","label":"bounded_unit_ref","locator":{"end_column":20,"end_line":13,"fragment":"","pointer":"/optional_payload_fields/2","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9443c7ad1bee7355145f80f8","label":"downstream_acceptance_status","locator":{"end_column":32,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/3","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7de97c686067c351fbb49e70","label":"owner_followthrough_ref","locator":{"end_column":27,"end_line":15,"fragment":"","pointer":"/optional_payload_fields/4","start_column":3,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:adefee410d78305c52be26da","label":"rules","locator":{"end_column":6,"end_line":16,"fragment":"","pointer":"/rules","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ebfc40cd2976567e04bdbce7","label":"keep the receipt verdict-shaped rather than canon-shaped","locator":{"end_column":60,"end_line":17,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e1753dcc6ad5131c7e2289fd","label":"repeat evidence posture must support the verdict rather than hiding weak or mixed repetition","locator":{"end_column":96,"end_line":18,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9dab06cb1142db58418df608","label":"rejected nearest-wrong target must remain visible when promotion pressure exists","locator":{"end_column":84,"end_line":19,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f5b221e20f1e71811ee6b911","label":"downstream acceptance must not be implied by receipt emission","locator":{"end_column":65,"end_line":20,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0efd72e33dc4a54875cc3fe6","label":"the receipt summarizes the closed triage rather than replacing the quest promotion packet","locator":{"end_column":93,"end_line":21,"fragment":"","pointer":"/rules/4","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/4","source_record_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:116da7a2029997226c834014","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c2d3e4c1144ab85477027b71","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7520987b15bfd591bb06ab28","label":"Instruction-Surface Direct-Read Migration Review","locator":{"end_column":50,"end_line":1,"fragment":"instruction-surface-direct-read-migration-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:instruction-surface-direct-read-migration-review","source_record_id":"aoa:aoa-techniques:artifact:c2d3e4c1144ab85477027b71","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9ece167b76cde3194ba75042","label":"Technique Reform Ingress","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"","start_column":1,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:instruction-surface-direct-read-migration-review","target_ref":"../README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:1:0:../README.md","source_record_id":"aoa:aoa-techniques:artifact:c2d3e4c1144ab85477027b71","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -22737,7 +21507,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d6cc36c75878e891b43677ef","label":"Risks introduced by adaptation","locator":{"end_column":33,"end_line":22,"fragment":"risks-introduced-by-adaptation","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-introduced-by-adaptation","source_record_id":"aoa:aoa-techniques:artifact:c3132bb263ffc20fcb339c56","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6f8d04466ab868ae82a3992b","label":"Evidence","locator":{"end_column":11,"end_line":27,"fragment":"evidence","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:c3132bb263ffc20fcb339c56","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eea73704e72b522e292eec3d","label":"Result","locator":{"end_column":9,"end_line":35,"fragment":"result","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:result","source_record_id":"aoa:aoa-techniques:artifact:c3132bb263ffc20fcb339c56","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3c78d36e8ea533377c73237d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c3144eb71b18e2674bc43f87","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d345db16b7b48ef19b23f521","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c348dabcca277760e5eeca99","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0c92ce4ad1f3ac35aa93eaa6","label":"one-command-service-lifecycle","locator":{"end_column":31,"end_line":45,"fragment":"one-command-service-lifecycle","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:one-command-service-lifecycle","source_record_id":"aoa:aoa-techniques:artifact:c348dabcca277760e5eeca99","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8690f9c2ee64d2b5b38b2ff5","label":"Intent","locator":{"end_column":9,"end_line":47,"fragment":"intent","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:c348dabcca277760e5eeca99","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -22876,17 +21645,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3029b93ff5ab90eee3ea0620","label":"Result","locator":{"end_column":9,"end_line":33,"fragment":"result","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:result","source_record_id":"aoa:aoa-techniques:artifact:c3e340c6d2863655fecd575d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ee95ff757e86d605d895b8eb","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c49091f389e346f2de0fb8f7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f2fb8818c74a872de301e80c","label":"approval-sensitivity-check checklist","locator":{"end_column":38,"end_line":1,"fragment":"approval-sensitivity-check-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:approval-sensitivity-check-checklist","source_record_id":"aoa:aoa-techniques:artifact:c49091f389e346f2de0fb8f7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c0bf9ab44c9b107b7a10f742","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f4beeaccb6dd1e4bb35fff77","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:55b498ccff3d8e3792194609","label":"display_name","locator":{"end_column":37,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a9dd4dec0c3d8af0e0325a55","label":"short_description","locator":{"end_column":54,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2528f150ed159a2c9f92962f","label":"default_prompt","locator":{"end_column":154,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:99475ac4543a234d8c00218a","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:47a79a55ed43334fe0f92de4","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:786a48c78a0ba5043c41680b","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:20f53907d5196900b158243e","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:89d9e6cfc9e00617fc1d84d5","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2118bef149eb656eb7668b0f","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:08147cb257934daaa6a0a80b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c4f6e9b2c3b7d9fc746c9018","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6ddf26e02f6d4f12bda608dc","label":"Guardrails","locator":{"end_column":12,"end_line":1,"fragment":"guardrails","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:guardrails","source_record_id":"aoa:aoa-techniques:artifact:c4f6e9b2c3b7d9fc746c9018","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:140f07640a1ff5cbaeeee941","label":"Thematic District Protocol","locator":{"end_column":62,"end_line":7,"fragment":"","pointer":"","start_column":3,"start_line":7},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:guardrails","target_ref":"THEMATIC_DISTRICT_PROTOCOL.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:7:3:0:THEMATIC_DISTRICT_PROTOCOL.md","source_record_id":"aoa:aoa-techniques:artifact:c4f6e9b2c3b7d9fc746c9018","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -22895,7 +21653,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:69898b6fdc9791ef678b1b8c","label":"Hygiene Guardrail Index","locator":{"end_column":56,"end_line":10,"fragment":"","pointer":"","start_column":3,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:guardrails","target_ref":"HYGIENE_GUARDRAIL_INDEX.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:10:3:0:HYGIENE_GUARDRAIL_INDEX.md","source_record_id":"aoa:aoa-techniques:artifact:c4f6e9b2c3b7d9fc746c9018","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c380ebc19ec8bb3de56dea2b","label":"AGENTS Mesh Protocol","locator":{"end_column":50,"end_line":11,"fragment":"","pointer":"","start_column":3,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:guardrails","target_ref":"AGENTS_MESH_PROTOCOL.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:11:3:0:AGENTS_MESH_PROTOCOL.md","source_record_id":"aoa:aoa-techniques:artifact:c4f6e9b2c3b7d9fc746c9018","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3b49632ce3ba1899c1d5dfca","label":"AGENTS Mesh Index","locator":{"end_column":44,"end_line":12,"fragment":"","pointer":"","start_column":3,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:guardrails","target_ref":"AGENTS_MESH_INDEX.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:12:3:0:AGENTS_MESH_INDEX.md","source_record_id":"aoa:aoa-techniques:artifact:c4f6e9b2c3b7d9fc746c9018","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:03c8fbbe1087020e6fd57a27","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c50c0d77d1853be5cf94cf88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:55172f9dfa835e22684f0fa8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c5138334e39c17af121a6547","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d724fcd93d9ff21e37ca6930","label":"resolve_command","locator":{"end_column":26,"end_line":25,"fragment":"","pointer":"","start_column":1,"start_line":22},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_command","target_ref":"python:tuple"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"resolve_command","semantic_key":"python:function:resolve_command","source_record_id":"aoa:aoa-techniques:artifact:c5138334e39c17af121a6547","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b1e5a02d5bdfb32aef9e2669","label":"run_command","locator":{"end_column":72,"end_line":30,"fragment":"","pointer":"","start_column":1,"start_line":28},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:resolve_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"run_command","semantic_key":"python:function:run_command","source_record_id":"aoa:aoa-techniques:artifact:c5138334e39c17af121a6547","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, @@ -23081,14 +21838,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9680e88f79815b6ffb87bbb9","label":"Source project","locator":{"end_column":17,"end_line":7,"fragment":"source-project","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-project","source_record_id":"aoa:aoa-techniques:artifact:c5da8e93cf4f721fb78d38d5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:85149e873b796ebf89d6746a","label":"Evidence","locator":{"end_column":11,"end_line":15,"fragment":"evidence","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:c5da8e93cf4f721fb78d38d5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:44a6940daf88123d78d75639","label":"Interpretation","locator":{"end_column":17,"end_line":20,"fragment":"interpretation","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:interpretation","source_record_id":"aoa:aoa-techniques:artifact:c5da8e93cf4f721fb78d38d5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:08d7a90da0720a6b58ce9f36","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b354ca2d60f1908902eebb4f","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a0374254b6c9028fa8d0b9c6","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:be8d657ba5afd4c326e12ae4","label":"Why this skill fits","locator":{"end_column":22,"end_line":9,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:97eb92bef0a36b477bfe0340","label":"Expected inputs","locator":{"end_column":18,"end_line":15,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f9692527cdcb383654083525","label":"Expected outputs","locator":{"end_column":19,"end_line":23,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:64d05fb34ecf82a133ff08d6","label":"Boundary notes","locator":{"end_column":17,"end_line":35,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0966340b4d3fdf44fc69a159","label":"Verification notes","locator":{"end_column":21,"end_line":41,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2c9350724b58d558b05ffdd8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c612a98de6b67b59938ed5f5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3fdeaf0c9f48bdfd93f1a950","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c63cbc592f8acc944ef7e361","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c0986889a109a7665c17904d","label":"Experience Legacy Distillation Log","locator":{"end_column":36,"end_line":1,"fragment":"experience-legacy-distillation-log","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:experience-legacy-distillation-log","source_record_id":"aoa:aoa-techniques:artifact:c63cbc592f8acc944ef7e361","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -23208,7 +21957,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:672c625df8afb96f78de90d3","label":"Boundaries","locator":{"end_column":13,"end_line":23,"fragment":"boundaries","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:c7c83102096d7ba5b4584308","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f4973c8083d4fa82ce41dfa6","label":"Validation","locator":{"end_column":13,"end_line":33,"fragment":"validation","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:c7c83102096d7ba5b4584308","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e801b0e90d7d2b5ae80b86e2","label":"Closeout","locator":{"end_column":11,"end_line":40,"fragment":"closeout","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout","source_record_id":"aoa:aoa-techniques:artifact:c7c83102096d7ba5b4584308","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2b311a120d53761a68305a1a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c7deead25794dc3e0b9188a7","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:305866d803086f7e98a58e31","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c7f5d25fc63cc0a96b9735c2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:31c75497d7040394e30dbae7","label":"Owner-Boundary Bridge Practice-Adoption-Lifecycle Pilot","locator":{"end_column":57,"end_line":1,"fragment":"owner-boundary-bridge-practice-adoption-lifecycle-pilot","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:owner-boundary-bridge-practice-adoption-lifecycle-pilot","source_record_id":"aoa:aoa-techniques:artifact:c7f5d25fc63cc0a96b9735c2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7e13b6d1cf707284b2c073f5","label":"Technique Reform Ingress","locator":{"end_column":56,"end_line":3,"fragment":"","pointer":"","start_column":16,"start_line":3},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-boundary-bridge-practice-adoption-lifecycle-pilot","target_ref":"../README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:3:16:0:../README.md","source_record_id":"aoa:aoa-techniques:artifact:c7f5d25fc63cc0a96b9735c2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -23271,10 +22019,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b612dcb149293301f11b2d0e","label":"Minimal Contextual Host Doctor","locator":{"end_column":32,"end_line":1,"fragment":"minimal-contextual-host-doctor","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-contextual-host-doctor","source_record_id":"aoa:aoa-techniques:artifact:c88f740eff65fa6be82170d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e56f99c97c51cb82c1ed5a2e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c88f740eff65fa6be82170d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:35b718f92aa8648b6c366472","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a088c36f1f878473c4af588","label":"Bounded lifecycle visibility","locator":{"end_column":30,"end_line":1,"fragment":"bounded-lifecycle-visibility","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:bounded-lifecycle-visibility","source_record_id":"aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a84ff848bbc14cda817c4529","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a9182e9f13b54412b8bd3ab4","label":"Keep visible","locator":{"end_column":15,"end_line":5,"fragment":"keep-visible","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:keep-visible","source_record_id":"aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b6fa8a2247064e5fd155dabd","label":"Anti-patterns","locator":{"end_column":16,"end_line":12,"fragment":"anti-patterns","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1f8dbe3fb6d562c12e1970a3","label":"External Origin Note","locator":{"end_column":22,"end_line":1,"fragment":"external-origin-note","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:external-origin-note","source_record_id":"aoa:aoa-techniques:artifact:c8db22f75dfca2919eb1b99e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c11e7cff94d12e3a69b60e6d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c8db22f75dfca2919eb1b99e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b59629fe84704dffed6a1f36","label":"Source","locator":{"end_column":9,"end_line":6,"fragment":"source","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source","source_record_id":"aoa:aoa-techniques:artifact:c8db22f75dfca2919eb1b99e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -25494,13 +24238,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5f63f89f49430a64cfdd112e","label":"Detection signals","locator":{"end_column":20,"end_line":24,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:c96b85c59264a6b27c7a061b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d1571ef79afdd90bf37044f3","label":"Mitigations","locator":{"end_column":14,"end_line":29,"fragment":"mitigations","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:c96b85c59264a6b27c7a061b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a2a836a1978831c1e09ba3f3","label":"Recommendation","locator":{"end_column":17,"end_line":33,"fragment":"recommendation","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:c96b85c59264a6b27c7a061b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:535a59920b8a3c3458894acc","label":"Boundary Lenses","locator":{"end_column":17,"end_line":1,"fragment":"boundary-lenses","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-lenses","source_record_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6cf2214359f5c329d8bd7342","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:48e8c8459a344b5893ed6dec","label":"How To Use","locator":{"end_column":13,"end_line":7,"fragment":"how-to-use","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:how-to-use","source_record_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4e587663c252e8c84e605715","label":"Lens Set","locator":{"end_column":11,"end_line":17,"fragment":"lens-set","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:lens-set","source_record_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:74a9fc03d838022c4e92420f","label":"Diverse Use Shapes","locator":{"end_column":21,"end_line":37,"fragment":"diverse-use-shapes","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:diverse-use-shapes","source_record_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8c9b682136d9f6b15e9d428d","label":"Compact Lens Pass","locator":{"end_column":20,"end_line":62,"fragment":"compact-lens-pass","pointer":"","start_column":1,"start_line":62},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:compact-lens-pass","source_record_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:63e563e79bdac246ff0b3068","label":"Verification","locator":{"end_column":15,"end_line":76,"fragment":"verification","pointer":"","start_column":1,"start_line":76},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:29253b842fc7766d13788f65","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:c9adb406913b554d45288650","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dffc709e836d3878c31a6c29","label":"Antifragility Landing Log","locator":{"end_column":27,"end_line":1,"fragment":"antifragility-landing-log","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:antifragility-landing-log","source_record_id":"aoa:aoa-techniques:artifact:c9adb406913b554d45288650","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:52ad65423b2abacadd38db39","label":"2026-05-02","locator":{"end_column":13,"end_line":7,"fragment":"2026-05-02","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:2026-05-02","source_record_id":"aoa:aoa-techniques:artifact:c9adb406913b554d45288650","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -25707,17 +24444,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ec58cd94237ab4648f69efa4","label":"Detection signals","locator":{"end_column":20,"end_line":34,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:cbd841d57bc111b569ff4f3a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8f0813153c8aff334744f227","label":"Mitigations","locator":{"end_column":14,"end_line":42,"fragment":"mitigations","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:cbd841d57bc111b569ff4f3a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:215afae91a579bb5f3e539f7","label":"Recommendation","locator":{"end_column":17,"end_line":50,"fragment":"recommendation","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:cbd841d57bc111b569ff4f3a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e9763dc43fb4cdb1bcf73057","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fa8ddd1704719d6f67d78677","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ee0f810b4b395c7cc97b47ba","label":"display_name","locator":{"end_column":35,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1199454b5a211a5c588e5e96","label":"short_description","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:710645058cea7ae6b67fd834","label":"default_prompt","locator":{"end_column":118,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:219fe82bb04e418478f0560a","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:17c410fefffa464b9bd20382","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9e8a1833324254f0e48c6d3f","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f7e2b8036abbe9432a896fd0","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7efc8f31f2b42e394c0a6913","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:42bb2d3fd7557981b78ff3fc","label":"allow_implicit_invocation","locator":{"end_column":33,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:db2502c37e3b10b50c1c3d13","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:cc446856094ece21e21c98bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e9f92d7c6fbf03177a47f302","label":"schema","locator":{"end_column":30,"end_line":1,"fragment":"","pointer":"/schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/schema","source_record_id":"aoa:aoa-techniques:artifact:cc446856094ece21e21c98bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:71c9bff0063d2142cafaf4bd","label":"repo","locator":{"end_column":20,"end_line":2,"fragment":"","pointer":"/repo","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/repo","source_record_id":"aoa:aoa-techniques:artifact:cc446856094ece21e21c98bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -25744,24 +24470,6 @@ {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:473ab588de7a0d0b63adb79b","label":"local_terms","locator":{"end_column":12,"end_line":23,"fragment":"","pointer":"/local_terms","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/local_terms","source_record_id":"aoa:aoa-techniques:artifact:cc446856094ece21e21c98bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cb038e179d6763283ee6cb88","label":"family","locator":{"end_column":9,"end_line":24,"fragment":"","pointer":"/local_terms/family","start_column":3,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/local_terms/family","source_record_id":"aoa:aoa-techniques:artifact:cc446856094ece21e21c98bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8debaba34e7ddc04453a0144","label":"technique-canon-memory","locator":{"end_column":28,"end_line":25,"fragment":"","pointer":"/local_terms/family/0","start_column":5,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/local_terms/family/0","source_record_id":"aoa:aoa-techniques:artifact:cc446856094ece21e21c98bd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0ab4bfdbb88fe85242ea03ce","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4e71e9a942df8b10f7a3d0c4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1261afea08bb63f2812ac845","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:162e199c37f52f023e8a5f78","label":"When it applies","locator":{"end_column":18,"end_line":8,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ad43802ed3e11d3cdb54192f","label":"Review checklist","locator":{"end_column":19,"end_line":15,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:153f1c893fe49ec0652054be","label":"Not a fit","locator":{"end_column":12,"end_line":37,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:55d1dd4d206d760f3baf9ecb","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b00ff3354ca1b8a996761c01","label":"aoa-approval-gate-check","locator":{"end_column":25,"end_line":16,"fragment":"aoa-approval-gate-check","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-approval-gate-check","source_record_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3be26f9a41a1676d41441503","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9b33cb9c3f2b8bf7488335e1","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8d16b304ae4f6f21b4cabc89","label":"Inputs","locator":{"end_column":9,"end_line":34,"fragment":"inputs","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1e0e354abccd06f8078d4b1c","label":"Outputs","locator":{"end_column":10,"end_line":41,"fragment":"outputs","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e8d121b959b86d9c50b92afd","label":"Procedure","locator":{"end_column":12,"end_line":48,"fragment":"procedure","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fda2defdc73b16ef31458d8c","label":"Contracts","locator":{"end_column":12,"end_line":56,"fragment":"contracts","pointer":"","start_column":1,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1a5a1e9a904243ffccaa4ab6","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":64,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":64},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b38137d0c985bd2d991b8a5d","label":"Verification","locator":{"end_column":15,"end_line":72,"fragment":"verification","pointer":"","start_column":1,"start_line":72},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:259673a8ab19befec1f36dc2","label":"Technique traceability","locator":{"end_column":25,"end_line":80,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":80},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f060d0005ccda2df7669a008","label":"Adaptation points","locator":{"end_column":20,"end_line":84,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":84},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3216cdfbfe2c8b210788d2e4","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agentsmd","source_record_id":"aoa:aoa-techniques:artifact:cc4a61a4cb72286efc062e32","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5ddeac9e9e4e87d227a4f1db","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:cc4a61a4cb72286efc062e32","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:afdcd6a8250b2ae0390294d2","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:applies-to","source_record_id":"aoa:aoa-techniques:artifact:cc4a61a4cb72286efc062e32","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -26037,12 +24745,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bdba0ee8c0db0884938386be","label":"Checks","locator":{"end_column":9,"end_line":170,"fragment":"checks","pointer":"","start_column":1,"start_line":170},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checks","source_record_id":"aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2763be0684ae269855e3d54a","label":"Promotion history","locator":{"end_column":20,"end_line":174,"fragment":"promotion-history","pointer":"","start_column":1,"start_line":174},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-history","source_record_id":"aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:768cd6f9a0e7276edc9b8cfe","label":"Future evolution","locator":{"end_column":19,"end_line":179,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":179},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7d0274677e27b3ec6286e4be","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e671a153f4c93c496ebb97cc","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:508144a994b854b5ce261357","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bcdfd390718b78ef114305a1","label":"When it applies","locator":{"end_column":18,"end_line":7,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4b85fbee951382f39c9b3555","label":"Review checklist","locator":{"end_column":19,"end_line":14,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:71c6c44e8ba421be4a0b34c7","label":"Not a fit","locator":{"end_column":12,"end_line":23,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d55f41575ba494ef7ff59a3b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:cdd82edf1334fed2c0280ed2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d9927c832a7f095f01cb9b05","label":"Checkpoint Parts","locator":{"end_column":18,"end_line":1,"fragment":"checkpoint-parts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checkpoint-parts","source_record_id":"aoa:aoa-techniques:artifact:cdd82edf1334fed2c0280ed2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b16c8308c6e73916bf47d55f","label":"PROVENANCE","locator":{"end_column":271,"end_line":8,"fragment":"","pointer":"","start_column":244,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:checkpoint-parts","target_ref":"PROVENANCE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:8:244:1:PROVENANCE.md","source_record_id":"aoa:aoa-techniques:artifact:cdd82edf1334fed2c0280ed2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -26094,14 +24796,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:903b64168e5abecc1fb14b9b","label":"Bundle Rows","locator":{"end_column":14,"end_line":24,"fragment":"bundle-rows","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:bundle-rows","source_record_id":"aoa:aoa-techniques:artifact:ce8ca6e1f0f910e839bf7ede","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:22645f4c8875964b9ec5d133","label":"Phase Counts","locator":{"end_column":15,"end_line":37,"fragment":"phase-counts","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:phase-counts","source_record_id":"aoa:aoa-techniques:artifact:ce8ca6e1f0f910e839bf7ede","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1fe4517f0ac929c724c86c89","label":"Next","locator":{"end_column":7,"end_line":46,"fragment":"next","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:next","source_record_id":"aoa:aoa-techniques:artifact:ce8ca6e1f0f910e839bf7ede","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3129a1c0b41f6f91823c1432","label":"stop_command","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/stop_command","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/stop_command","source_record_id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:330bf96bbbdd191f516bc205","label":"selector","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/selector","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/selector","source_record_id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9f547ff348fdeba1f6b20815","label":"readiness_items","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/readiness_items","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/readiness_items","source_record_id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:be357dfcec3bcd4cb73b6e88","label":"rendered_services","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/rendered_services","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/rendered_services","source_record_id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c8145be3a6061e8f4bfa2a7f","label":"runtime_name","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/runtime_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/runtime_name","source_record_id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c952a13ad2b499896504539f","label":"launch_command","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/launch_command","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/launch_command","source_record_id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fbd3f97413fbd37b1f4fbdb6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ffcbd5d1ffc402682e65ade0","label":"confirmation_required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/confirmation_required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/confirmation_required","source_record_id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d0869f2520c586735a1e3ec6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ced7185b3e1ab4e5f1d322d1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9e0a34787b4d0d6001dd27b6","label":"DistillationPackageSurfacesTests","locator":{"end_column":57,"end_line":156,"fragment":"","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"DistillationPackageSurfacesTests","semantic_key":"python:class:DistillationPackageSurfacesTests","source_record_id":"aoa:aoa-techniques:artifact:ced7185b3e1ab4e5f1d322d1","symbol_kind":"class","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:69c81b9fc2841ba605f5205f","label":"test_distillation_active_surfaces_are_discoverable","locator":{"end_column":75,"end_line":26,"fragment":"","pointer":"","start_column":5,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DistillationPackageSurfacesTests.test_distillation_active_surfaces_are_discoverable","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DistillationPackageSurfacesTests.test_distillation_active_surfaces_are_discoverable","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"DistillationPackageSurfacesTests.test_distillation_active_surfaces_are_discoverable","semantic_key":"python:method:DistillationPackageSurfacesTests.test_distillation_active_surfaces_are_discoverable","source_record_id":"aoa:aoa-techniques:artifact:ced7185b3e1ab4e5f1d322d1","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, @@ -26301,12 +24995,6 @@ {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:db839bae3840f6a898646c94","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d12aa26831c85f258052bf63","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:168367a30a19c7edbcc63dc3","label":"two-stage-document-ocr-pipeline checklist","locator":{"end_column":43,"end_line":1,"fragment":"two-stage-document-ocr-pipeline-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:two-stage-document-ocr-pipeline-checklist","source_record_id":"aoa:aoa-techniques:artifact:d14d382a9e6e3ffd075b8f4c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:971d80591934dab19f7f8908","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d14d382a9e6e3ffd075b8f4c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2b6b33f97592ba1a38b160db","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:457dbfcaf85357bf35a25481","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:90fd4073f7dc40b83c21de09","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:50d7670bd5242e6b2c9bb052","label":"When it applies","locator":{"end_column":18,"end_line":9,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fcd4c572af612480c9d46359","label":"Review checklist","locator":{"end_column":19,"end_line":16,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cede68fbe8e1f613b4259274","label":"Not a fit","locator":{"end_column":12,"end_line":30,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b7bbc5bfc8217d445f9b9529","label":"External Origin Note","locator":{"end_column":22,"end_line":1,"fragment":"external-origin-note","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:external-origin-note","source_record_id":"aoa:aoa-techniques:artifact:d15b96316f61caee1ed82450","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e03c4363ee68a475049a9b2c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d15b96316f61caee1ed82450","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:abf268e7f4a7820e4a834a86","label":"Source","locator":{"end_column":9,"end_line":3,"fragment":"source","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source","source_record_id":"aoa:aoa-techniques:artifact:d15b96316f61caee1ed82450","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -26448,9 +25136,9 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d66afd7717506cbf6976ce65","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:applies-to","source_record_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a009bb5c998e150839d96287","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:role","source_record_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0c933b76b2135e6ba49dd7e0","label":"Read before editing","locator":{"end_column":22,"end_line":16,"fragment":"read-before-editing","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:read-before-editing","source_record_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9ef2e5eff93597ebac63cbea","label":"Boundaries","locator":{"end_column":13,"end_line":30,"fragment":"boundaries","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:52b782d56284808c7e3db378","label":"Validation","locator":{"end_column":13,"end_line":39,"fragment":"validation","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fd4b583b9719b23116aaa061","label":"Closeout","locator":{"end_column":11,"end_line":58,"fragment":"closeout","pointer":"","start_column":1,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout","source_record_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9ef2e5eff93597ebac63cbea","label":"Boundaries","locator":{"end_column":13,"end_line":29,"fragment":"boundaries","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:52b782d56284808c7e3db378","label":"Validation","locator":{"end_column":13,"end_line":42,"fragment":"validation","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fd4b583b9719b23116aaa061","label":"Closeout","locator":{"end_column":11,"end_line":61,"fragment":"closeout","pointer":"","start_column":1,"start_line":61},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout","source_record_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0fadd2fd958231e4b45617c8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d3166ec23c1c2b97b314d260","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4981dfd192c0539e28d22a3e","label":"Audit Parts","locator":{"end_column":13,"end_line":1,"fragment":"audit-parts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:audit-parts","source_record_id":"aoa:aoa-techniques:artifact:d3166ec23c1c2b97b314d260","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1fab7630eae44ad6bc976a54","label":"promotion-readiness-matrix","locator":{"end_column":69,"end_line":5,"fragment":"","pointer":"","start_column":3,"start_line":5},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:audit-parts","target_ref":"promotion-readiness-matrix/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:5:3:0:promotion-readiness-matrix/README.md","source_record_id":"aoa:aoa-techniques:artifact:d3166ec23c1c2b97b314d260","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -26782,7 +25470,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b91fd547918e7289a718346f","label":"automation-fit-matrix checklist","locator":{"end_column":33,"end_line":1,"fragment":"automation-fit-matrix-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:automation-fit-matrix-checklist","source_record_id":"aoa:aoa-techniques:artifact:d3f1e4387137e076111f31b5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5c5a9ea83ed4755b013edebf","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d418d4c43458866dd3cfc410","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:88fcda1f24c985a5ef3b3e62","label":"main","locator":{"end_column":13,"end_line":57,"fragment":"","pointer":"","start_column":1,"start_line":17},"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:build_agents_mesh_index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:compact_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:generated_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:generated_path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:generated_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:generated_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:load_mesh_config"},{"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:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:repo_root_from_script"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:d418d4c43458866dd3cfc410","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fb42781906f48ac3e9b7d513","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d42282f463ab1777efa77e4f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1de6f717604970a74fd7c3e8","label":"External Import Review","locator":{"end_column":24,"end_line":1,"fragment":"external-import-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:external-import-review","source_record_id":"aoa:aoa-techniques:artifact:d4551c0a9b6d2c32fece3b8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cb049ed029c0acac5a93092b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d4551c0a9b6d2c32fece3b8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:51b38cba40d72685a4ce2689","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:d4551c0a9b6d2c32fece3b8e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -26847,39 +25534,8 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f579f642e34de8d34881b2da","label":"Boundaries","locator":{"end_column":13,"end_line":29,"fragment":"boundaries","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:d537a4537f49cb72b8045d90","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aa3f9332cc4d9d6a837ae0c9","label":"Validation","locator":{"end_column":13,"end_line":46,"fragment":"validation","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:d537a4537f49cb72b8045d90","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:98e2c794f4038c71b7b597ff","label":"Closeout","locator":{"end_column":11,"end_line":61,"fragment":"closeout","pointer":"","start_column":1,"start_line":61},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout","source_record_id":"aoa:aoa-techniques:artifact:d537a4537f49cb72b8045d90","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:871cda58181da5a8d35bf4ac","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ad8e42557405b77971f50592","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a4a9a149596627cc168e1753","label":"display_name","locator":{"end_column":33,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:66c3adb2661cb36145b2135b","label":"short_description","locator":{"end_column":49,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:12dd2a302e7418afbf8fbd79","label":"default_prompt","locator":{"end_column":160,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1ef25af5cff415c6b9f37e6b","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1ec55d22ef77c2e2f81f5ac7","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7c0afd788aeec2104831f775","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:af6249f6235468a6d0e9484d","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2e31a0a69a6c3891ba713b97","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5a91a5d2d4b98e38c0ec3095","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e6666d43081fb554a311444b","label":"receipt_name","locator":{"end_column":35,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f7a3a8aa9e7814ad52819056","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3922d3ff113e24cdeb1e22c1","label":"event_kind","locator":{"end_column":33,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:25872b7ae05d662bfa162ff5","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:694b9575089597186744632b","label":"required_payload_fields","locator":{"end_column":24,"end_line":4,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:20d9d52d78e44f9cbabadcbd","label":"branch_ids","locator":{"end_column":14,"end_line":5,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:417d3d61f83cb2b98a51cf4a","label":"suggested_default_branch","locator":{"end_column":28,"end_line":6,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dccb316e987c4c9b768403bf","label":"predicted_gain_posture","locator":{"end_column":26,"end_line":7,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:aa3a7b4b6c652a8bcbbb4fa7","label":"predicted_cost_posture","locator":{"end_column":26,"end_line":8,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3552e962c813a357f9d1363e","label":"predicted_risk_posture","locator":{"end_column":26,"end_line":9,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:99bb13ffb0070a519f64f3eb","label":"optional_payload_fields","locator":{"end_column":24,"end_line":10,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f30c0c76f8e916d2a16504c6","label":"chosen_branch","locator":{"end_column":17,"end_line":11,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dfeeabaf9bb346639a6f4672","label":"stop_condition_refs","locator":{"end_column":23,"end_line":12,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dcff6ed93a4fbe30c64e02a8","label":"realized_outcome_refs","locator":{"end_column":25,"end_line":13,"fragment":"","pointer":"/optional_payload_fields/2","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5459aa2d91f24ee375042f67","label":"owner_targets","locator":{"end_column":17,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/3","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5bd067d550f81f1d3c9edc30","label":"rules","locator":{"end_column":6,"end_line":15,"fragment":"","pointer":"/rules","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1ae2577dd3711301e8a8a2f4","label":"summarize the completed fork set instead of replacing the branch cards","locator":{"end_column":74,"end_line":16,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:45998a10dba2fe9d534fca02","label":"keep gain, cost, and risk posture descriptive rather than predictive theater","locator":{"end_column":80,"end_line":17,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:324a3cd273c7b50ada0e60e6","label":"preserve hold or defer posture when no branch should be treated as final authority","locator":{"end_column":86,"end_line":18,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b2603ed71ba69024fd84e702","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d630508e51064a2a5e0d3490","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3910306302f3002d574fbb31","label":"main","locator":{"end_column":13,"end_line":29,"fragment":"","pointer":"","start_column":1,"start_line":13},"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:build_kag_export_payloads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:collect_techniques"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:full_path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:generated_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:load_schema_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:min_path.relative_to"},{"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:write_json_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_json_file"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:d630508e51064a2a5e0d3490","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4818e09d8b67bfbf40937a66","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d64d91264d3d501dbf03239b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:516a1a0f4ee5f0806e6754c6","label":"Landed Ready-Work-Graphs Pilot Review","locator":{"end_column":39,"end_line":1,"fragment":"landed-ready-work-graphs-pilot-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:landed-ready-work-graphs-pilot-review","source_record_id":"aoa:aoa-techniques:artifact:d6b41de903a2e78cafa39669","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b3febc468e4e61919a7fabc1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d6b41de903a2e78cafa39669","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6d4f77686899c054fddb928b","label":"Technique Reform Ingress","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"","start_column":1,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:landed-ready-work-graphs-pilot-review","target_ref":"../README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:1:0:../README.md","source_record_id":"aoa:aoa-techniques:artifact:d6b41de903a2e78cafa39669","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -26960,14 +25616,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7cb5bbffa1d35887005f5be1","label":"10.6 Small-agent readiness is overclaimed","locator":{"end_column":45,"end_line":644,"fragment":"106-small-agent-readiness-is-overclaimed","pointer":"","start_column":1,"start_line":644},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:106-small-agent-readiness-is-overclaimed","source_record_id":"aoa:aoa-techniques:artifact:d6d89bc629ac65cb08f10b90","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:31f8d3bc5f860d5ec6b97931","label":"11. Success Criteria","locator":{"end_column":23,"end_line":651,"fragment":"11-success-criteria","pointer":"","start_column":1,"start_line":651},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:11-success-criteria","source_record_id":"aoa:aoa-techniques:artifact:d6d89bc629ac65cb08f10b90","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6f3016190994d5f0ce5c5776","label":"12. Recommended Next Move","locator":{"end_column":28,"end_line":665,"fragment":"12-recommended-next-move","pointer":"","start_column":1,"start_line":665},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:12-recommended-next-move","source_record_id":"aoa:aoa-techniques:artifact:d6d89bc629ac65cb08f10b90","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:28cb9d928b61c5c69febf227","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d66e7f80ee1ba8697a8d03fc","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2a87920d439b79d4f6a99a78","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1b418fd828e9d484f8cacec6","label":"Why this skill fits","locator":{"end_column":22,"end_line":9,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3110aa0816abc1359f0dc76e","label":"Expected inputs","locator":{"end_column":18,"end_line":16,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4b2670d05cc7817dbb06b063","label":"Expected outputs","locator":{"end_column":19,"end_line":25,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3f85150b711766d06bc171f5","label":"Boundary notes","locator":{"end_column":17,"end_line":43,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2e8e35f2abb37c891507f9f1","label":"Verification notes","locator":{"end_column":21,"end_line":53,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:68cec99a9c00b44f92d00f1d","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agentsmd","source_record_id":"aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ccbe4ce08f4c033595dff580","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b2ef03951b119fd8d559113d","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:applies-to","source_record_id":"aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -27017,14 +25665,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:428d59c348595fa15bf1687d","label":"Repo Doc Surface Lift Guide","locator":{"end_column":218,"end_line":11,"fragment":"","pointer":"","start_column":139,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:repo-doc-readers","target_ref":"../../source-lift/REPO_DOC_SURFACE_LIFT_GUIDE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:11:139:2:../../source-lift/REPO_DOC_SURFACE_LIFT_GUIDE.md","source_record_id":"aoa:aoa-techniques:artifact:d83ba9311b34a68a0958680b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a62c307268499065a822c1bc","label":"Repo Doc Surfaces","locator":{"end_column":44,"end_line":11,"fragment":"","pointer":"","start_column":3,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:repo-doc-readers","target_ref":"REPO_DOC_SURFACES.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:11:3:0:REPO_DOC_SURFACES.md","source_record_id":"aoa:aoa-techniques:artifact:d83ba9311b34a68a0958680b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:069a83d5b54b62bec00a27f2","label":"readers AGENTS","locator":{"end_column":46,"end_line":13,"fragment":"","pointer":"","start_column":5,"start_line":13},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:repo-doc-readers","target_ref":"../AGENTS.md#validation"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:13:5:0:../AGENTS.md#validation","source_record_id":"aoa:aoa-techniques:artifact:d83ba9311b34a68a0958680b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3604d947bacbd2a53d9ed83e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ef0529ec0c5ffe0e30b4dd72","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7407308d00ffe054c459f6d3","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6883102409f3d0186160bbde","label":"Why this skill fits","locator":{"end_column":22,"end_line":11,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a8b1e565e9252ce3d5858081","label":"Expected inputs","locator":{"end_column":18,"end_line":17,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:16d6299fb23abca8fbfb32a5","label":"Expected outputs","locator":{"end_column":19,"end_line":24,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b3c33eaf5d4d2e3931349985","label":"Boundary notes","locator":{"end_column":17,"end_line":34,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:63f194db881195f7c76ff813","label":"Verification notes","locator":{"end_column":21,"end_line":45,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:81715143988ebf2dd4861a42","label":"minimal multi-axis-quest-overlay","locator":{"end_column":34,"end_line":1,"fragment":"minimal-multi-axis-quest-overlay","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-multi-axis-quest-overlay","source_record_id":"aoa:aoa-techniques:artifact:d9006d8efd96edd4ba0e4103","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9ae51442950a7f32beb9102c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d9006d8efd96edd4ba0e4103","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:681aca2b3646711eada17940","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d926e30fcf2f4c7d77f936f1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -27123,17 +25763,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d41d6dcf0ff2239d488bf621","label":"Fresh public-safety check","locator":{"end_column":28,"end_line":24,"fragment":"fresh-public-safety-check","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:fresh-public-safety-check","source_record_id":"aoa:aoa-techniques:artifact:d9e85bcd996dfaea520ffab9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:986b652897e6d44cb1f295c1","label":"Remaining gaps","locator":{"end_column":17,"end_line":32,"fragment":"remaining-gaps","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remaining-gaps","source_record_id":"aoa:aoa-techniques:artifact:d9e85bcd996dfaea520ffab9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:42a3d785451d9563860c0bc5","label":"Recommendation","locator":{"end_column":17,"end_line":37,"fragment":"recommendation","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:d9e85bcd996dfaea520ffab9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c66fa76859a6a2230ba6b77e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f0465410a63e7e9c3657a9cd","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0d3ae518f41727fd123b4e15","label":"display_name","locator":{"end_column":39,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a535d08eb80b41e4888959ae","label":"short_description","locator":{"end_column":50,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b2e1e30e9c5451014d7ba7a1","label":"default_prompt","locator":{"end_column":162,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a9ef76d691b20cc7274b749b","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bcf614a8fa2bdf4f2e318742","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bd2e29fa3fb12770d668a36f","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:141556ea39c7388b46f62149","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:560a7299817ca03334712da6","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5a293e7ed84d9e811a22de0e","label":"allow_implicit_invocation","locator":{"end_column":33,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1bda813ab955cedbed270f03","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:da13a2c7837d46ea017e3315","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:abb4862df63da6bb8ffba943","label":"Execution Profile Registry Calibration Review","locator":{"end_column":47,"end_line":1,"fragment":"execution-profile-registry-calibration-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:execution-profile-registry-calibration-review","source_record_id":"aoa:aoa-techniques:artifact:da13a2c7837d46ea017e3315","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a57fa744556e041b994d44c","label":"Technique Reform Ingress","locator":{"end_column":56,"end_line":3,"fragment":"","pointer":"","start_column":16,"start_line":3},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:execution-profile-registry-calibration-review","target_ref":"../README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:3:16:0:../README.md","source_record_id":"aoa:aoa-techniques:artifact:da13a2c7837d46ea017e3315","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -27162,11 +25791,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4b117d665c95ead1ae5a6b2f","label":"parts/owner-handoff-anchors","locator":{"end_column":205,"end_line":12,"fragment":"","pointer":"","start_column":137,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:rpg-parts","target_ref":"parts/owner-handoff-anchors/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:12:137:0:parts/owner-handoff-anchors/README.md","source_record_id":"aoa:aoa-techniques:artifact:da1e4d646a243e773637436c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ed33b863f8ddfc52da8d4e77","label":"PROVENANCE","locator":{"end_column":235,"end_line":12,"fragment":"","pointer":"","start_column":208,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:rpg-parts","target_ref":"PROVENANCE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:12:208:1:PROVENANCE.md","source_record_id":"aoa:aoa-techniques:artifact:da1e4d646a243e773637436c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a96d8c61520ff63b9ba730db","label":"Part Rule","locator":{"end_column":12,"end_line":14,"fragment":"part-rule","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:part-rule","source_record_id":"aoa:aoa-techniques:artifact:da1e4d646a243e773637436c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:723724da493239bfe8c0402a","label":"Stats Event Envelope","locator":{"end_column":22,"end_line":1,"fragment":"stats-event-envelope","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stats-event-envelope","source_record_id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8b23544bfd64771a11fe9223","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c6100d8a13c1d33387fd06a8","label":"Required fields","locator":{"end_column":18,"end_line":12,"fragment":"required-fields","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:required-fields","source_record_id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9aaac92d8c43563078d2dd17","label":"Optional fields","locator":{"end_column":18,"end_line":24,"fragment":"optional-fields","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:optional-fields","source_record_id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a7e09ce041118c8e0336e925","label":"Rules","locator":{"end_column":8,"end_line":31,"fragment":"rules","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rules","source_record_id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c9a8eaecac36231a7a08d73b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5cd3b9e438d3dfc432650b74","label":"GrowthCycleMechanicsTopologyTestCase","locator":{"end_column":60,"end_line":192,"fragment":"","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"GrowthCycleMechanicsTopologyTestCase","semantic_key":"python:class:GrowthCycleMechanicsTopologyTestCase","source_record_id":"aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91","symbol_kind":"class","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c0df9bc0db34e4ece7923cb8","label":"test_growth_cycle_active_surfaces_are_discoverable","locator":{"end_column":71,"end_line":51,"fragment":"","pointer":"","start_column":5,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_active_surfaces_are_discoverable","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_active_surfaces_are_discoverable","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_active_surfaces_are_discoverable","semantic_key":"python:method:GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_active_surfaces_are_discoverable","source_record_id":"aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, @@ -27177,7 +25801,6 @@ {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d6f739bab22420b40f772e42","label":"test_growth_cycle_reference_paths_point_to_part_local_homes","locator":{"end_column":60,"end_line":159,"fragment":"","pointer":"","start_column":5,"start_line":113},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_reference_paths_point_to_part_local_homes","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_reference_paths_point_to_part_local_homes","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_reference_paths_point_to_part_local_homes","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_reference_paths_point_to_part_local_homes","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_reference_paths_point_to_part_local_homes","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_reference_paths_point_to_part_local_homes","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_reference_paths_point_to_part_local_homes","target_ref":"python:self.subTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_reference_paths_point_to_part_local_homes","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_reference_paths_point_to_part_local_homes","semantic_key":"python:method:GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_reference_paths_point_to_part_local_homes","source_record_id":"aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a56ed4bbafd04a04c41dc79b","label":"test_promotion_readiness_incubation_stays_public_safe","locator":{"end_column":78,"end_line":186,"fragment":"","pointer":"","start_column":5,"start_line":161},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_promotion_readiness_incubation_stays_public_safe","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_promotion_readiness_incubation_stays_public_safe","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_promotion_readiness_incubation_stays_public_safe","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_promotion_readiness_incubation_stays_public_safe","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"GrowthCycleMechanicsTopologyTestCase.test_promotion_readiness_incubation_stays_public_safe","semantic_key":"python:method:GrowthCycleMechanicsTopologyTestCase.test_promotion_readiness_incubation_stays_public_safe","source_record_id":"aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3ee0e57942370dec8497d82a","label":"test_mechanics_roadmaps_are_not_silently_ignored","locator":{"end_column":60,"end_line":192,"fragment":"","pointer":"","start_column":5,"start_line":188},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_mechanics_roadmaps_are_not_silently_ignored","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GrowthCycleMechanicsTopologyTestCase.test_mechanics_roadmaps_are_not_silently_ignored","target_ref":"python:self.assertIn"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"GrowthCycleMechanicsTopologyTestCase.test_mechanics_roadmaps_are_not_silently_ignored","semantic_key":"python:method:GrowthCycleMechanicsTopologyTestCase.test_mechanics_roadmaps_are_not_silently_ignored","source_record_id":"aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:58e11c9efccace294d2bfae5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:db384e6839b485bc81880159","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0627bb341f2d4e6097d71062","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:db835dab8287847fd7fdc6b6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fac600b687e32ca86e7d4c8d","label":"Adverse Effects Review","locator":{"end_column":24,"end_line":1,"fragment":"adverse-effects-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adverse-effects-review","source_record_id":"aoa:aoa-techniques:artifact:db835dab8287847fd7fdc6b6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ddc628d14958b7a5353d565c","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:db835dab8287847fd7fdc6b6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -27194,14 +25817,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1744ffd460cc73ab1b332699","label":"Read first","locator":{"end_column":13,"end_line":11,"fragment":"read-first","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:read-first","source_record_id":"aoa:aoa-techniques:artifact:db92dedb125d092a31235918","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:658c8be2cc1a5edc9f381908","label":"Operating posture","locator":{"end_column":20,"end_line":20,"fragment":"operating-posture","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:operating-posture","source_record_id":"aoa:aoa-techniques:artifact:db92dedb125d092a31235918","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0c8843582297b01acdaab85a","label":"Desired worker output","locator":{"end_column":24,"end_line":29,"fragment":"desired-worker-output","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:desired-worker-output","source_record_id":"aoa:aoa-techniques:artifact:db92dedb125d092a31235918","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4b9b002f807ea39feeab1205","label":"Example","locator":{"end_column":9,"end_line":1,"fragment":"example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:example","source_record_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:772a3300d2ae3ee9fced7a93","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bba3fbd5d089710189d220c0","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0d471d31ac3c37499de69f83","label":"Why this skill fits","locator":{"end_column":22,"end_line":7,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ba29f8deed790664f79e9c11","label":"Expected inputs","locator":{"end_column":18,"end_line":13,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:252c039f608bc4b26fff01cf","label":"Expected outputs","locator":{"end_column":19,"end_line":20,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e2c64840f2f4045ea6820dc6","label":"Boundary notes","locator":{"end_column":17,"end_line":28,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3e6027f6929677672e2c716c","label":"Verification notes","locator":{"end_column":21,"end_line":34,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0325c2a91ed00a5b89805e6a","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/title","source_record_id":"aoa:aoa-techniques:artifact:dbb8e1c98462d2210a69cafe","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3321b35daa2d6e8c7122007a","label":"candidate_count","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/candidate_count","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/candidate_count","source_record_id":"aoa:aoa-techniques:artifact:dbb8e1c98462d2210a69cafe","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:89a798edfa1589abfb302ada","label":"packet_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/packet_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/packet_id","source_record_id":"aoa:aoa-techniques:artifact:dbb8e1c98462d2210a69cafe","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, @@ -27210,17 +25825,6 @@ {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a8136f1c729c0eb87091a512","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/notes","source_record_id":"aoa:aoa-techniques:artifact:dbb8e1c98462d2210a69cafe","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b83fb9ef7b5be7700757f023","label":"activation_state","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/activation_state","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/activation_state","source_record_id":"aoa:aoa-techniques:artifact:dbb8e1c98462d2210a69cafe","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d5d3537b9d084b8d324fb935","label":"source_pack","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_pack","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/source_pack","source_record_id":"aoa:aoa-techniques:artifact:dbb8e1c98462d2210a69cafe","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:59a93b6e6a9bf59c7a295537","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c1fffcc19aedc02502b36aff","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a488f8d6798e45e1d8dbe346","label":"display_name","locator":{"end_column":33,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d2076e9f3076fd8b2e18da50","label":"short_description","locator":{"end_column":51,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c58300105dd6c46a0f4b0a09","label":"default_prompt","locator":{"end_column":150,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2429860f96751ca774627382","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:94a9079dfb2046dbc0d5936b","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:54d66ab3200a944183fd7bee","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d097e11bd8fc50c6e4fedc90","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9f89440b847d0ea24ab0c314","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:35775f8a78fd4e09e9b9465e","label":"allow_implicit_invocation","locator":{"end_column":33,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4e48410c55eb7196c6fb82c3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5e39764f522ade8e550c017f","label":"read_text","locator":{"end_column":44,"end_line":134,"fragment":"","pointer":"","start_column":1,"start_line":133},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_text","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"read_text","semantic_key":"python:function:read_text","source_record_id":"aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e13ef99063c5810bbfc37acf","label":"read_json","locator":{"end_column":39,"end_line":138,"fragment":"","pointer":"","start_column":1,"start_line":137},"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:read_text"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"read_json","semantic_key":"python:function:read_json","source_record_id":"aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, @@ -27259,29 +25863,6 @@ {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a49144cdf17427f1d29e8fb","label":"explain_candidate","locator":{"end_column":6,"end_line":1209,"fragment":"","pointer":"","start_column":1,"start_line":1151},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:explain_candidate","target_ref":"python:find_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:explain_candidate","target_ref":"python:lexical_score_document"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:explain_candidate","target_ref":"python:own_matches.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:explain_candidate","target_ref":"python:own_matches.sort"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:explain_candidate","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:explain_candidate","target_ref":"python:search_registry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:explain_candidate","target_ref":"python:snippet_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:explain_candidate","target_ref":"python:tokenize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:explain_candidate","target_ref":"python:tokenize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:explain_candidate","target_ref":"python:tokenize"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"explain_candidate","semantic_key":"python:function:explain_candidate","source_record_id":"aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3fa0804efbc0169f2a7d54f2","label":"pack_candidate","locator":{"end_column":6,"end_line":1279,"fragment":"","pointer":"","start_column":1,"start_line":1212},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:pack_candidate","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:pack_candidate","target_ref":"python:find_entry"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"pack_candidate","semantic_key":"python:function:pack_candidate","source_record_id":"aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:50936e81a4e3877816e3904d","label":"status_payload","locator":{"end_column":6,"end_line":1318,"fragment":"","pointer":"","start_column":1,"start_line":1282},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:status_payload","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:status_payload","target_ref":"python:build_all_outputs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:status_payload","target_ref":"python:checks.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:status_payload","target_ref":"python:file_map.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:status_payload","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:status_payload","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:status_payload","target_ref":"python:read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:status_payload","target_ref":"python:relative_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:status_payload","target_ref":"python:relative_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:status_payload","target_ref":"python:sha256_text"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"status_payload","semantic_key":"python:function:status_payload","source_record_id":"aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:62515219dba56b38814db6ea","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fee91b2546f2f6b935cdb0a1","label":"receipt_name","locator":{"end_column":44,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3cc1d07df76471daa2f3e3d1","label":"event_kind","locator":{"end_column":42,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3a839753a62794db842b2e03","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fe3be5a397eb3da6ef5e2ff2","label":"kernel_id","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"/kernel_id","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/kernel_id","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f2fb9eeea74449cecc247ee5","label":"skill_name","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/skill_name","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/skill_name","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c4f4969d889754ceeeec9634","label":"required_payload_fields","locator":{"end_column":24,"end_line":6,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a491f42ec914ba78308722a7","label":"kernel_id","locator":{"end_column":13,"end_line":7,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a550a3a8dee2f34361923836","label":"skill_name","locator":{"end_column":14,"end_line":8,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dc3c048a3b45c1292ce8b337","label":"application_stage","locator":{"end_column":21,"end_line":9,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5c10cb08bbbdfb43e575ae11","label":"detail_event_kind","locator":{"end_column":21,"end_line":10,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:764caa26ceffa37e54ec9daa","label":"detail_receipt_ref","locator":{"end_column":22,"end_line":11,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cc6ee17d22d9a730ef0281b8","label":"optional_payload_fields","locator":{"end_column":24,"end_line":12,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:78e2d408d238f4fdd66d7a43","label":"route_ref","locator":{"end_column":13,"end_line":13,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7de6351f8bb4a104f8faea4a","label":"surface_detection_context","locator":{"end_column":29,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0f505e7d9503c2c4dd0e5bca","label":"rules","locator":{"end_column":6,"end_line":15,"fragment":"","pointer":"/rules","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:53537991370c6b6ddfc68048","label":"`application_stage` must equal `finish`","locator":{"end_column":43,"end_line":16,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:685ac587a099e4fb26f59346","label":"`kernel_id` must equal `project-core-session-growth-v1`","locator":{"end_column":59,"end_line":17,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a3e173dec298c9fffbaa6017","label":"`skill_name` must equal `aoa-session-self-diagnose`","locator":{"end_column":55,"end_line":18,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c327e57718bc02e6f9bed4d9","label":"`detail_event_kind` must equal `diagnosis_packet_receipt`","locator":{"end_column":61,"end_line":19,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7536b384beb08175f294f57b","label":"`detail_receipt_ref` must point to the bounded finish receipt for the same completed run","locator":{"end_column":92,"end_line":20,"fragment":"","pointer":"/rules/4","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/4","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6624d276de90403658be69bc","label":"include `route_ref` only when the detail receipt already names it honestly","locator":{"end_column":78,"end_line":21,"fragment":"","pointer":"/rules/5","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/5","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:963c40d8bd4e50b8f4ff91a9","label":"if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth; it must not claim non-skill activation","locator":{"end_column":175,"end_line":22,"fragment":"","pointer":"/rules/6","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/6","source_record_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:417e7d7fe0963c9b9714f9bd","label":"Semantic Review Guide","locator":{"end_column":23,"end_line":1,"fragment":"semantic-review-guide","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:semantic-review-guide","source_record_id":"aoa:aoa-techniques:artifact:dc33ba3ce18b92060ea9a6d6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:beb4d0e14503c5db83bb4f2f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:dc33ba3ce18b92060ea9a6d6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:09cde8d5254694841af9a19b","label":"Start Here","locator":{"end_column":33,"end_line":8,"fragment":"","pointer":"","start_column":3,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:semantic-review-guide","target_ref":"../START_HERE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:8:3:0:../START_HERE.md","source_record_id":"aoa:aoa-techniques:artifact:dc33ba3ce18b92060ea9a6d6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -27625,11 +26206,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:901c66489b8aa299e097a7bb","label":"What changed","locator":{"end_column":15,"end_line":10,"fragment":"what-changed","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:what-changed","source_record_id":"aoa:aoa-techniques:artifact:ddb9e7c74b8e617d9837c530","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6c3f1907674724315219c75d","label":"Public-safety review","locator":{"end_column":23,"end_line":16,"fragment":"public-safety-review","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:public-safety-review","source_record_id":"aoa:aoa-techniques:artifact:ddb9e7c74b8e617d9837c530","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dc9572f643333209e3869c6c","label":"Review notes","locator":{"end_column":15,"end_line":23,"fragment":"review-notes","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-notes","source_record_id":"aoa:aoa-techniques:artifact:ddb9e7c74b8e617d9837c530","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1930241d71de18bb23b5fe1e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:968f4f8b55c432e216fd5bf1","label":"Bridge To Playbook Automation Seeds","locator":{"end_column":37,"end_line":1,"fragment":"bridge-to-playbook-automation-seeds","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:bridge-to-playbook-automation-seeds","source_record_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:96288e98614978fc9ac85769","label":"First honest landing","locator":{"end_column":23,"end_line":6,"fragment":"first-honest-landing","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:first-honest-landing","source_record_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:672c7e87fb5d58434a555da4","label":"Minimum seed-ready posture","locator":{"end_column":29,"end_line":16,"fragment":"minimum-seed-ready-posture","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimum-seed-ready-posture","source_record_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6353b2f8fcdd795adae0032a","label":"What not to do","locator":{"end_column":17,"end_line":27,"fragment":"what-not-to-do","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:what-not-to-do","source_record_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a50cb68cf8f4516437e46f96","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:dde9378751d78e4abe16be20","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b778b265649688935b7765dc","label":"Landed History-Artifacts Pilot Review","locator":{"end_column":39,"end_line":1,"fragment":"landed-history-artifacts-pilot-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:landed-history-artifacts-pilot-review","source_record_id":"aoa:aoa-techniques:artifact:dde9378751d78e4abe16be20","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1fce67e60f683140e2233921","label":"Technique Reform Ingress","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"","start_column":1,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:landed-history-artifacts-pilot-review","target_ref":"../README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:1:0:../README.md","source_record_id":"aoa:aoa-techniques:artifact:dde9378751d78e4abe16be20","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -27720,16 +26296,6 @@ {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:11cb3ddf39b50ec29a49e019","label":"test_live_links_point_to_current_paths","locator":{"end_column":67,"end_line":144,"fragment":"","pointer":"","start_column":5,"start_line":135},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SkillDiscoveryTreePilotTestCase.test_live_links_point_to_current_paths","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SkillDiscoveryTreePilotTestCase.test_live_links_point_to_current_paths","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SkillDiscoveryTreePilotTestCase.test_live_links_point_to_current_paths","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"SkillDiscoveryTreePilotTestCase.test_live_links_point_to_current_paths","semantic_key":"python:method:SkillDiscoveryTreePilotTestCase.test_live_links_point_to_current_paths","source_record_id":"aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:48ce93a6a8c68f6128dc2e59","label":"test_review_sources_point_to_current_paths_but_keep_pilot_accounting","locator":{"end_column":48,"end_line":161,"fragment":"","pointer":"","start_column":5,"start_line":146},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SkillDiscoveryTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SkillDiscoveryTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SkillDiscoveryTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SkillDiscoveryTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"SkillDiscoveryTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","semantic_key":"python:method:SkillDiscoveryTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","source_record_id":"aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:441595145643aa6c1be21e55","label":"test_legacy_raw_keeps_historical_paths_as_receipt_evidence","locator":{"end_column":64,"end_line":171,"fragment":"","pointer":"","start_column":5,"start_line":163},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SkillDiscoveryTreePilotTestCase.test_legacy_raw_keeps_historical_paths_as_receipt_evidence","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SkillDiscoveryTreePilotTestCase.test_legacy_raw_keeps_historical_paths_as_receipt_evidence","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"SkillDiscoveryTreePilotTestCase.test_legacy_raw_keeps_historical_paths_as_receipt_evidence","semantic_key":"python:method:SkillDiscoveryTreePilotTestCase.test_legacy_raw_keeps_historical_paths_as_receipt_evidence","source_record_id":"aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e","symbol_kind":"method","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:796946731b616b10c5180ebc","label":"Progression Axes","locator":{"end_column":18,"end_line":1,"fragment":"progression-axes","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:progression-axes","source_record_id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7e17338e525e67df314cf500","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cd0ed66d058b681e15d7e8e1","label":"Baseline posture","locator":{"end_column":19,"end_line":16,"fragment":"baseline-posture","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:baseline-posture","source_record_id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9add3fdda7c3b8eb2e51cab6","label":"Evidence posture","locator":{"end_column":19,"end_line":30,"fragment":"evidence-posture","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence-posture","source_record_id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:af91b3dc2a6c443860741516","label":"Adapter Seam Shapes","locator":{"end_column":21,"end_line":1,"fragment":"adapter-seam-shapes","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adapter-seam-shapes","source_record_id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c93e6ecea8a8b364d103fc64","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:922171011a0d9f8ff4b574c4","label":"How To Use","locator":{"end_column":13,"end_line":7,"fragment":"how-to-use","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:how-to-use","source_record_id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:765537d79e64c68037142876","label":"Shape Set","locator":{"end_column":12,"end_line":16,"fragment":"shape-set","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:shape-set","source_record_id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:abb784641db5fe85ada7dc87","label":"Compact Seam Pass","locator":{"end_column":20,"end_line":30,"fragment":"compact-seam-pass","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:compact-seam-pass","source_record_id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:591b2365b3cdfec59d0a07ca","label":"Verification","locator":{"end_column":15,"end_line":43,"fragment":"verification","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:91e8e8a20f8a83d94aff8a26","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:de9e4c9bfdb0763a5d163e4a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9c9e6e811ae198d07561ca68","label":"remediation-snapshot-checklist","locator":{"end_column":32,"end_line":1,"fragment":"remediation-snapshot-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:remediation-snapshot-checklist","source_record_id":"aoa:aoa-techniques:artifact:de9e4c9bfdb0763a5d163e4a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1afbcfe66783bcb069be640c","label":"External Origin Note","locator":{"end_column":22,"end_line":1,"fragment":"external-origin-note","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:external-origin-note","source_record_id":"aoa:aoa-techniques:artifact:dee870525c9152444d13f9fe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -27954,11 +26520,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cfa6a03690bb6b3f221e294e","label":"Detection signals","locator":{"end_column":20,"end_line":34,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:e146ec01b3ebc23dc7745e88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:faa6380b8221004f8d11fdd7","label":"Mitigations","locator":{"end_column":14,"end_line":41,"fragment":"mitigations","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:e146ec01b3ebc23dc7745e88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3afa55bece6d67c5df47f56e","label":"Recommendation","locator":{"end_column":17,"end_line":49,"fragment":"recommendation","pointer":"","start_column":1,"start_line":49},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:e146ec01b3ebc23dc7745e88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f0ae42f04dceaca4c38d9c7a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:514090767c512fd584318527","label":"_load_payload","locator":{"end_column":27,"end_line":45,"fragment":"","pointer":"","start_column":1,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:sys.stdin.read"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"_load_payload","semantic_key":"python:function:_load_payload","source_record_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:52a3addfae7c36cc9fa36303","label":"_command","locator":{"end_column":48,"end_line":49,"fragment":"","pointer":"","start_column":1,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_command","target_ref":"python:step.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_command","target_ref":"python:str"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"_command","semantic_key":"python:function:_command","source_record_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cdc0184a6017b03d17502aa3","label":"build_contract","locator":{"end_column":6,"end_line":133,"fragment":"","pointer":"","start_column":1,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:apply_step.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:apply_step.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:apply_step.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:preview_commands.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:step.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:warnings.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:warnings.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_contract","target_ref":"python:warnings.append"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"build_contract","semantic_key":"python:function:build_contract","source_record_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2ff360eaca1e06ededdd646f","label":"main","locator":{"end_column":44,"end_line":153,"fragment":"","pointer":"","start_column":1,"start_line":136},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_load_payload"},{"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_contract"},{"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: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.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"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2624190ed2bdceff42197c75","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e16da97072c494e685bd74eb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:df76d7608cabb39df01427bf","label":"Runtime-Truth-Lifecycle Tree Pilot Receipt","locator":{"end_column":44,"end_line":1,"fragment":"runtime-truth-lifecycle-tree-pilot-receipt","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-truth-lifecycle-tree-pilot-receipt","source_record_id":"aoa:aoa-techniques:artifact:e16da97072c494e685bd74eb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:795c26ab01c92fbd2f7d5f25","label":"Status","locator":{"end_column":9,"end_line":5,"fragment":"status","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:status","source_record_id":"aoa:aoa-techniques:artifact:e16da97072c494e685bd74eb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -28047,11 +26608,6 @@ {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dbc066ad3f0a6d91b643722e","label":"run","locator":{"end_column":58,"end_line":96,"fragment":"","pointer":"/jobs/latest_release_repro/steps/5/run","start_column":9,"start_line":96},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/jobs/latest_release_repro/steps/5/run","source_record_id":"aoa:aoa-techniques:artifact:e170c6c6c0457f3e420b254f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:56dcc82c1336b2fa0dec7b10","label":"name","locator":{"end_column":43,"end_line":98,"fragment":"","pointer":"/jobs/latest_release_repro/steps/6/name","start_column":7,"start_line":98},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/jobs/latest_release_repro/steps/6/name","source_record_id":"aoa:aoa-techniques:artifact:e170c6c6c0457f3e420b254f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fbfc40189c0ed75e024627a4","label":"run","locator":{"end_column":44,"end_line":99,"fragment":"","pointer":"/jobs/latest_release_repro/steps/6/run","start_column":9,"start_line":99},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/jobs/latest_release_repro/steps/6/run","source_record_id":"aoa:aoa-techniques:artifact:e170c6c6c0457f3e420b254f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:44565e5b3c3dfeec9177ffe2","label":"Stats Event Envelope","locator":{"end_column":22,"end_line":1,"fragment":"stats-event-envelope","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stats-event-envelope","source_record_id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:79196c966016f369c330aea3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7567f9abdbbe4cf0675af244","label":"Required fields","locator":{"end_column":18,"end_line":12,"fragment":"required-fields","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:required-fields","source_record_id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0aba4440899b6c76963ad9a9","label":"Optional fields","locator":{"end_column":18,"end_line":24,"fragment":"optional-fields","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:optional-fields","source_record_id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ac2e0b1fc92fcb07d2634f87","label":"Rules","locator":{"end_column":8,"end_line":31,"fragment":"rules","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rules","source_record_id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3392ae6587958ad1e83d6fb0","label":"axis_value_counts","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/axis_value_counts","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/axis_value_counts","source_record_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:715c8c75a0c801118863d47c","label":"axis_order","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/axis_order","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/axis_order","source_record_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, @@ -28085,7 +26641,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:04bc35b250e24c9e8a892e1f","label":"Checks","locator":{"end_column":9,"end_line":167,"fragment":"checks","pointer":"","start_column":1,"start_line":167},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checks","source_record_id":"aoa:aoa-techniques:artifact:e1ee086c6966e799221f4cfa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e3744d655279c9d7ccdb1e22","label":"Promotion history","locator":{"end_column":20,"end_line":171,"fragment":"promotion-history","pointer":"","start_column":1,"start_line":171},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-history","source_record_id":"aoa:aoa-techniques:artifact:e1ee086c6966e799221f4cfa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:644006876913e583e6064c93","label":"Future evolution","locator":{"end_column":19,"end_line":176,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":176},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:e1ee086c6966e799221f4cfa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1d3334a76184de93e733a0d6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e1fda7ed619c326866eed6e2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0fd99d3b1dd6ac9c3b7832fc","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e21165f3317d43921909da96","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c514da484221bf22247f5919","label":"Antifragility Legacy Index","locator":{"end_column":28,"end_line":1,"fragment":"antifragility-legacy-index","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:antifragility-legacy-index","source_record_id":"aoa:aoa-techniques:artifact:e21165f3317d43921909da96","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1be5c0578f3927a2034d2700","label":"Chaos Stress Program","locator":{"end_column":118,"end_line":5,"fragment":"","pointer":"","start_column":55,"start_line":5},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:antifragility-legacy-index","target_ref":"../parts/chaos-stress-program/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:5:55:1:../parts/chaos-stress-program/README.md","source_record_id":"aoa:aoa-techniques:artifact:e21165f3317d43921909da96","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -28093,17 +26648,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a732a49376694cfcfd7cd9bb","label":"CHAOS_WAVE1_PROGRAM","locator":{"end_column":52,"end_line":5,"fragment":"","pointer":"","start_column":3,"start_line":5},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:antifragility-legacy-index","target_ref":"raw/CHAOS_WAVE1_PROGRAM.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:5:3:0:raw/CHAOS_WAVE1_PROGRAM.md","source_record_id":"aoa:aoa-techniques:artifact:e21165f3317d43921909da96","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d914a35bd3df8430362f2035","label":"Provenance","locator":{"end_column":223,"end_line":5,"fragment":"","pointer":"","start_column":193,"start_line":5},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:antifragility-legacy-index","target_ref":"../PROVENANCE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:5:193:3:../PROVENANCE.md","source_record_id":"aoa:aoa-techniques:artifact:e21165f3317d43921909da96","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f0af33e77256da07b93f3168","label":"Use Rule","locator":{"end_column":11,"end_line":7,"fragment":"use-rule","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:use-rule","source_record_id":"aoa:aoa-techniques:artifact:e21165f3317d43921909da96","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5240e27ab14d93b347d907ad","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dd13f01280111069cee8b150","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d147c7762728451a2ebffa58","label":"display_name","locator":{"end_column":29,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9727e0a2604e43a85eb0c3cc","label":"short_description","locator":{"end_column":44,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:68213c9c9fee3a650deb94c6","label":"default_prompt","locator":{"end_column":148,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:31fb36aaf6aa35bafde3c35b","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ca013f2997b31621ca246aaa","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:24933e9d03f4f332408beb66","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1bd60d044996e335fa8bc7ed","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0ecdbe9a0eed89f5b707695f","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bf2e3ef37aad4d2b74de7a14","label":"allow_implicit_invocation","locator":{"end_column":33,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:59fdd69b6ebc47938547bbcd","label":"Method-Growth Roadmap","locator":{"end_column":23,"end_line":1,"fragment":"method-growth-roadmap","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:method-growth-roadmap","source_record_id":"aoa:aoa-techniques:artifact:e25fd2d900757eb7fee2ff9f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b5f6918462a518c43507c804","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e25fd2d900757eb7fee2ff9f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1980fda47375fb114c715983","label":"Current Contour","locator":{"end_column":18,"end_line":7,"fragment":"current-contour","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:current-contour","source_record_id":"aoa:aoa-techniques:artifact:e25fd2d900757eb7fee2ff9f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -28407,9 +26951,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4b9d68309724155997bfc728","label":"Checks","locator":{"end_column":9,"end_line":167,"fragment":"checks","pointer":"","start_column":1,"start_line":167},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checks","source_record_id":"aoa:aoa-techniques:artifact:e36af3e27730df5170f44391","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:23c77d62464e2dd20b4d9931","label":"Promotion history","locator":{"end_column":20,"end_line":171,"fragment":"promotion-history","pointer":"","start_column":1,"start_line":171},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-history","source_record_id":"aoa:aoa-techniques:artifact:e36af3e27730df5170f44391","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:82efa27f1040d1cb72b47ad0","label":"Future evolution","locator":{"end_column":19,"end_line":176,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":176},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:e36af3e27730df5170f44391","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d01d63beaa907db04f7dfa46","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e7276710aeaa5a08af692337","label":"Render truth before start","locator":{"end_column":27,"end_line":1,"fragment":"render-truth-before-start","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:render-truth-before-start","source_record_id":"aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a59360ea842ed41ef231dc48","label":"Minimum visible facts","locator":{"end_column":24,"end_line":7,"fragment":"minimum-visible-facts","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimum-visible-facts","source_record_id":"aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7118074e1c69a5738b1a9b22","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e38e4c943d0fe89cffb1a63e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b1053f3878d8e35f42a4bb79","label":"lightweight-snapshot-checklist","locator":{"end_column":32,"end_line":1,"fragment":"lightweight-snapshot-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:lightweight-snapshot-checklist","source_record_id":"aoa:aoa-techniques:artifact:e38e4c943d0fe89cffb1a63e","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:74b7f79a3378f62558d1af40","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e38ebce28e2f64e8068643d5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -28494,7 +27035,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eef1e7153935aa3c73642b25","label":"Context","locator":{"end_column":10,"end_line":16,"fragment":"context","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:context","source_record_id":"aoa:aoa-techniques:artifact:e3e4a4873319fe4d1455d781","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:acc1cafd50530ce6e5b1e7ad","label":"Decision","locator":{"end_column":11,"end_line":27,"fragment":"decision","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decision","source_record_id":"aoa:aoa-techniques:artifact:e3e4a4873319fe4d1455d781","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a2f469c9b131e9a15b596d2","label":"Consequences","locator":{"end_column":15,"end_line":42,"fragment":"consequences","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:consequences","source_record_id":"aoa:aoa-techniques:artifact:e3e4a4873319fe4d1455d781","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:287f8bd77b3c60b181a17230","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e4085ed8d332415607938122","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:04d2b750c7ac1abd7d624456","label":"Canonical Readiness","locator":{"end_column":21,"end_line":1,"fragment":"canonical-readiness","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:canonical-readiness","source_record_id":"aoa:aoa-techniques:artifact:e40e71cbcccdf793c2a1ea95","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:446ba9c8f04c4eb2ea422d46","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e40e71cbcccdf793c2a1ea95","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b8aac441453f64b9e7fb8233","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:e40e71cbcccdf793c2a1ea95","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -28525,7 +27065,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:02266fd2ba716857224c9a50","label":"Detection signals","locator":{"end_column":20,"end_line":29,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:e437614207791ee58536dc13","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:50aafdfc4c5df13ffa6ac9e5","label":"Mitigations","locator":{"end_column":14,"end_line":35,"fragment":"mitigations","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:e437614207791ee58536dc13","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1614bb47ce5571b14c0d1c04","label":"Recommendation","locator":{"end_column":17,"end_line":42,"fragment":"recommendation","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:e437614207791ee58536dc13","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:699e4bfaff83e4d31fdec72f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e43c0a58f055dbff935dda86","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0606f77d6a3507f6aea47bed","label":"Origin Evidence","locator":{"end_column":17,"end_line":1,"fragment":"origin-evidence","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:origin-evidence","source_record_id":"aoa:aoa-techniques:artifact:e44ac2cf2f959c094f218bc5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9ce8d37ee8935dc1114be391","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e44ac2cf2f959c094f218bc5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:da075b3740583da2ed6f5dec","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:e44ac2cf2f959c094f218bc5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -28589,7 +27128,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7a3fabaaa0804bb20b24e13e","label":"Review notes","locator":{"end_column":15,"end_line":26,"fragment":"review-notes","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-notes","source_record_id":"aoa:aoa-techniques:artifact:e5a780d95f8f56877b5b4bc5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4b5ddd94a29f177680a28cc1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e5aa77dc61d88a007dab8359","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:760ff6caa23f9ed5a22d4fa0","label":"minimal session-opening ritual before work","locator":{"end_column":44,"end_line":1,"fragment":"minimal-session-opening-ritual-before-work","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-session-opening-ritual-before-work","source_record_id":"aoa:aoa-techniques:artifact:e5aa77dc61d88a007dab8359","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2d71ea063d90002be0a74f2a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e5afe83667c7779006a3b340","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1cc9ae928ab68350d7c7477d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e5c248f6b61486cc4ccde448","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5180c4355d24e7d6bd1e5b0f","label":"approval-bound-durable-jobs","locator":{"end_column":29,"end_line":43,"fragment":"approval-bound-durable-jobs","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:approval-bound-durable-jobs","source_record_id":"aoa:aoa-techniques:artifact:e5c248f6b61486cc4ccde448","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0f7ca2546a7ac8ac553f6663","label":"Intent","locator":{"end_column":9,"end_line":45,"fragment":"intent","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:e5c248f6b61486cc4ccde448","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -28651,29 +27189,6 @@ {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b317a55823d2242b62f09d43","label":"main","locator":{"end_column":13,"end_line":79,"fragment":"","pointer":"","start_column":1,"start_line":64},"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: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:repo_root_from_script"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:validate"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:e5f4c29fb35ffbe366619cd7","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5c183e2c0cdd402cf68ba7ae","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e61fee3fd2f2b823f20a3aba","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6200e84510ab96087cfbaa6a","label":"Semantic Review Surface Lift Checklist","locator":{"end_column":40,"end_line":1,"fragment":"semantic-review-surface-lift-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:semantic-review-surface-lift-checklist","source_record_id":"aoa:aoa-techniques:artifact:e61fee3fd2f2b823f20a3aba","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:27bac5c714ca45f1c975fb0a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:de39ef844377710521e6cce7","label":"receipt_name","locator":{"end_column":44,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d9a0143b5efb583360c01890","label":"event_kind","locator":{"end_column":42,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1a048004361850645282ce1b","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:12dd58d19791ff12e7c8bdd7","label":"kernel_id","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"/kernel_id","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/kernel_id","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:12d872c3f439cef08b36b5ca","label":"skill_name","locator":{"end_column":29,"end_line":5,"fragment":"","pointer":"/skill_name","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/skill_name","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:152357ced2cfc771211ec4b2","label":"required_payload_fields","locator":{"end_column":24,"end_line":6,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:84c999c8138c762ae1f4c1f5","label":"kernel_id","locator":{"end_column":13,"end_line":7,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c20c7a2882d0379ca8005ebb","label":"skill_name","locator":{"end_column":14,"end_line":8,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:641ecdcdaa2af15f4225b5cb","label":"application_stage","locator":{"end_column":21,"end_line":9,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b45e184c4bd4c502a56d1b6d","label":"detail_event_kind","locator":{"end_column":21,"end_line":10,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:83836c08315efea2caadd4f6","label":"detail_receipt_ref","locator":{"end_column":22,"end_line":11,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d40b65cbd70dad66653885c7","label":"optional_payload_fields","locator":{"end_column":24,"end_line":12,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:523a32e9f1e54a4dfec1d958","label":"route_ref","locator":{"end_column":13,"end_line":13,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9292449c9472a0711d7427f5","label":"surface_detection_context","locator":{"end_column":29,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:efb38a4af17c5e44f0eaa92a","label":"rules","locator":{"end_column":6,"end_line":15,"fragment":"","pointer":"/rules","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2a6d8822485cbe9ded1c56dd","label":"`application_stage` must equal `finish`","locator":{"end_column":43,"end_line":16,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0965b4cf27b21eabe6f92a1e","label":"`kernel_id` must equal `project-core-session-growth-v1`","locator":{"end_column":59,"end_line":17,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:43668276b9ddaad918b073a2","label":"`skill_name` must equal `aoa-quest-harvest`","locator":{"end_column":47,"end_line":18,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7da8bd20ec74d78f6edf9331","label":"`detail_event_kind` must equal `quest_promotion_receipt`","locator":{"end_column":60,"end_line":19,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b8f433df927561381ce52d8f","label":"`detail_receipt_ref` must point to the bounded finish receipt for the same completed run","locator":{"end_column":92,"end_line":20,"fragment":"","pointer":"/rules/4","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/4","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6a57f20676fe13ab864a548d","label":"include `route_ref` only when the detail receipt already names it honestly","locator":{"end_column":78,"end_line":21,"fragment":"","pointer":"/rules/5","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/5","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:23068d3e5cd0c7bc3c020351","label":"if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth; it must not claim non-skill activation","locator":{"end_column":175,"end_line":22,"fragment":"","pointer":"/rules/6","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/6","source_record_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7e15f7cbe23e4041e3abbf2b","label":"Validator Topology","locator":{"end_column":20,"end_line":1,"fragment":"validator-topology","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validator-topology","source_record_id":"aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c073f923084e3be188dc6970","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:34852015077d55a63b2eb3d9","label":"Lanes","locator":{"end_column":8,"end_line":10,"fragment":"lanes","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:lanes","source_record_id":"aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -28701,12 +27216,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1d3de20254672d5f34dccf8f","label":"AOA-T-0016","locator":{"end_column":118,"end_line":37,"fragment":"","pointer":"","start_column":23,"start_line":37},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:aoa-t-0016-vs-aoa-t-0015-aoa-t-0017","target_ref":"../../../../../../techniques/proof/skill-support/bounded-context-map/TECHNIQUE.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:37:23:0:../../../../../../techniques/proof/skill-support/bounded-context-map/TECHNIQUE.md","source_record_id":"aoa:aoa-techniques:artifact:e66619707ba54a89aa714842","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:30717445081a9346f7a729e0","label":"Findings","locator":{"end_column":11,"end_line":42,"fragment":"findings","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:findings","source_record_id":"aoa:aoa-techniques:artifact:e66619707ba54a89aa714842","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:753a5b6533ad991300942093","label":"Next Step","locator":{"end_column":12,"end_line":53,"fragment":"next-step","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:next-step","source_record_id":"aoa:aoa-techniques:artifact:e66619707ba54a89aa714842","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:15995026478220b6cad59523","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3936ad8f7089c4e1e9452279","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8b9ceb8aa4533e600eac4aa2","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d7615ca1b29d0130ab898093","label":"When it applies","locator":{"end_column":18,"end_line":8,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a100e16a27cff3ef029a42ce","label":"Review checklist","locator":{"end_column":19,"end_line":16,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:22b212ac8b307b37ed7202eb","label":"Not a fit","locator":{"end_column":12,"end_line":31,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0eac6758d1787e0dc33ecdd7","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:e68b4f8f3db02cf31cb0e74b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4646595fd0ce15b28d475b6f","label":"First Narrowing Frontier Review","locator":{"end_column":33,"end_line":1,"fragment":"first-narrowing-frontier-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:first-narrowing-frontier-review","source_record_id":"aoa:aoa-techniques:artifact:e68b4f8f3db02cf31cb0e74b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ccb28a5c786916579294013d","label":"agon_candidate_handoff.seed","locator":{"end_column":79,"end_line":4,"fragment":"","pointer":"","start_column":1,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:first-narrowing-frontier-review","target_ref":"../../config/agon_candidate_handoff.source.json"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:1:0:../../config/agon_candidate_handoff.source.json","source_record_id":"aoa:aoa-techniques:artifact:e68b4f8f3db02cf31cb0e74b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -29141,35 +27650,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f0a37c408859f133caa859d1","label":"Audit Direction","locator":{"end_column":17,"end_line":1,"fragment":"audit-direction","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:audit-direction","source_record_id":"aoa:aoa-techniques:artifact:eb6c24d59a47db9050ba9877","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:af398fc32cb09aeb8f19c50e","label":"Current intent","locator":{"end_column":17,"end_line":6,"fragment":"current-intent","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:current-intent","source_record_id":"aoa:aoa-techniques:artifact:eb6c24d59a47db9050ba9877","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:063f401ce93f01825d0adee5","label":"Boundaries","locator":{"end_column":13,"end_line":15,"fragment":"boundaries","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:eb6c24d59a47db9050ba9877","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5341042b551cfff1ba2022e2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5849014b8a6234157cbf0fce","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f0b308d05a5d730d21cf0075","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f80d6deb49d277ad1f7e0812","label":"When it applies","locator":{"end_column":18,"end_line":8,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:42457ab031a51a703b2b835a","label":"Review checklist","locator":{"end_column":19,"end_line":15,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7b41cb0985f87758670e4a1e","label":"Not a fit","locator":{"end_column":12,"end_line":30,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d564d7ac3e53af8e6abe8c2d","label":"receipt_name","locator":{"end_column":44,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d74504b92d1a231ea01631c4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d215fb77dabcea3b181c1776","label":"event_kind","locator":{"end_column":42,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d2e6b41271a74819d2cca191","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8cbaf9b2a0f4cbcba3dafd82","label":"kernel_id","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"/kernel_id","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/kernel_id","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:540dfd229ca689cee0920cbb","label":"skill_name","locator":{"end_column":40,"end_line":5,"fragment":"","pointer":"/skill_name","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/skill_name","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7c0e0f277ee76292913a649b","label":"required_payload_fields","locator":{"end_column":24,"end_line":6,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b64ff9917efc138d384ae6d0","label":"kernel_id","locator":{"end_column":13,"end_line":7,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eddee4b1751abb2e4bd7b2ad","label":"skill_name","locator":{"end_column":14,"end_line":8,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b1f911cff1ef73ccf8525b5a","label":"application_stage","locator":{"end_column":21,"end_line":9,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fb2a44b2c4d961e06e3f66e3","label":"detail_event_kind","locator":{"end_column":21,"end_line":10,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0791f60516c2c3c0a085eaf4","label":"detail_receipt_ref","locator":{"end_column":22,"end_line":11,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:85c00dfbbaf6098096881756","label":"optional_payload_fields","locator":{"end_column":24,"end_line":12,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:120dad40915163b8cbae9385","label":"route_ref","locator":{"end_column":13,"end_line":13,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ce0ce166c33fb6be9473f79f","label":"surface_detection_context","locator":{"end_column":29,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bd8daf3da077d4c7df01d83a","label":"rules","locator":{"end_column":6,"end_line":15,"fragment":"","pointer":"/rules","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cae3c9c651a50c1d9a52cf92","label":"`application_stage` must equal `finish`","locator":{"end_column":43,"end_line":16,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e8e50a2520f3fbf23e5e9e50","label":"`kernel_id` must equal `project-core-session-growth-v1`","locator":{"end_column":59,"end_line":17,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:195724ffd331c67c538adce8","label":"`skill_name` must equal `aoa-session-progression-lift`","locator":{"end_column":58,"end_line":18,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4d09090d67bbc3e7363c0cb3","label":"`detail_event_kind` must equal `progression_delta_receipt`","locator":{"end_column":62,"end_line":19,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:567a20be95d757db7eb56683","label":"`detail_receipt_ref` must point to the bounded finish receipt for the same completed run","locator":{"end_column":92,"end_line":20,"fragment":"","pointer":"/rules/4","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/4","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:26793058c80cc214a96d662b","label":"include `route_ref` only when the detail receipt already names it honestly","locator":{"end_column":78,"end_line":21,"fragment":"","pointer":"/rules/5","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/5","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1e346ad10fff33b891b30b1a","label":"if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth; it must not claim non-skill activation","locator":{"end_column":175,"end_line":22,"fragment":"","pointer":"/rules/6","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/6","source_record_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:42901fa20123ac22bda23e3e","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decisions-by-mechanic-parent","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:482cc1edd5cb89f27fc506bc","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:dbf7533eba04c668c604607b","label":"agon","locator":{"end_column":7,"end_line":5,"fragment":"agon","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agon","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -29202,22 +27682,23 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:454596abf6e8c52f5ec43d3b","label":"AOA-TECH-D-0028 Method-Growth Pattern Adoption Gate","locator":{"end_column":115,"end_line":49,"fragment":"","pointer":"","start_column":3,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:method-growth","target_ref":"../AOA-TECH-D-0028-method-growth-pattern-adoption-gate.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:49:3:0:../AOA-TECH-D-0028-method-growth-pattern-adoption-gate.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1d108348b8ceccf508b5a49c","label":"AOA-TECH-D-0029 Method-Growth Retention Review","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:method-growth","target_ref":"../AOA-TECH-D-0029-method-growth-retention-review.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:50:3:0:../AOA-TECH-D-0029-method-growth-retention-review.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e279db4cb01a48a6d710328e","label":"AOA-TECH-D-0030 Method-Growth Skill Proposal Handoff","locator":{"end_column":117,"end_line":51,"fragment":"","pointer":"","start_column":3,"start_line":51},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:method-growth","target_ref":"../AOA-TECH-D-0030-method-growth-skill-proposal-handoff.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:51:3:0:../AOA-TECH-D-0030-method-growth-skill-proposal-handoff.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:83651cc0a2f112ed9a236860","label":"questbook","locator":{"end_column":12,"end_line":53,"fragment":"questbook","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:questbook","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:29e15813b38c78e1a38a4f44","label":"AOA-TECH-D-0031 Questbook Candidate Mechanic","locator":{"end_column":101,"end_line":55,"fragment":"","pointer":"","start_column":3,"start_line":55},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questbook","target_ref":"../AOA-TECH-D-0031-questbook-candidate-mechanic.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:55:3:0:../AOA-TECH-D-0031-questbook-candidate-mechanic.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8c164026728096bd520170f5","label":"AOA-TECH-D-0032 Questbook Lane-first Source Store","locator":{"end_column":111,"end_line":56,"fragment":"","pointer":"","start_column":3,"start_line":56},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questbook","target_ref":"../AOA-TECH-D-0032-questbook-lane-first-source-store.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:56:3:0:../AOA-TECH-D-0032-questbook-lane-first-source-store.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bc30309675a316ea0af26ea4","label":"recurrence","locator":{"end_column":13,"end_line":58,"fragment":"recurrence","pointer":"","start_column":1,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recurrence","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c79e33fa0f301fd9694b8ebe","label":"AOA-TECH-D-0015 Recurrence Cross-Layer Registry Observation","locator":{"end_column":131,"end_line":60,"fragment":"","pointer":"","start_column":3,"start_line":60},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:recurrence","target_ref":"../AOA-TECH-D-0015-recurrence-cross-layer-registry-observation.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:60:3:0:../AOA-TECH-D-0015-recurrence-cross-layer-registry-observation.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:42c7b0bd65acb738cb27aad9","label":"AOA-TECH-D-0020 Recurrence Active Parts Split","locator":{"end_column":103,"end_line":61,"fragment":"","pointer":"","start_column":3,"start_line":61},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:recurrence","target_ref":"../AOA-TECH-D-0020-recurrence-active-parts-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:61:3:0:../AOA-TECH-D-0020-recurrence-active-parts-split.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5f8e7c7224b0399f8d48bb65","label":"AOA-TECH-D-0050 Recurrence Manifest Part Home","locator":{"end_column":103,"end_line":62,"fragment":"","pointer":"","start_column":3,"start_line":62},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:recurrence","target_ref":"../AOA-TECH-D-0050-recurrence-manifest-part-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:62:3:0:../AOA-TECH-D-0050-recurrence-manifest-part-home.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1c057f052c397f7699e98054","label":"release-support","locator":{"end_column":18,"end_line":64,"fragment":"release-support","pointer":"","start_column":1,"start_line":64},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:release-support","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:65c724ac6c35093d2951f171","label":"AOA-TECH-D-0021 Release Support Active Parts Split","locator":{"end_column":113,"end_line":66,"fragment":"","pointer":"","start_column":3,"start_line":66},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:release-support","target_ref":"../AOA-TECH-D-0021-release-support-active-parts-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:66:3:0:../AOA-TECH-D-0021-release-support-active-parts-split.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2dd74ce9413aa8a410863eae","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":111,"end_line":67,"fragment":"","pointer":"","start_column":3,"start_line":67},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:release-support","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:67:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:918d18331d83a851fca5f698","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":91,"end_line":68,"fragment":"","pointer":"","start_column":3,"start_line":68},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:release-support","target_ref":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:68:3:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:31e572d983918ac9d3eb589f","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"end_line":69,"fragment":"","pointer":"","start_column":3,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:release-support","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:69:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:db3efb42151ff260feb8ee48","label":"rpg","locator":{"end_column":6,"end_line":71,"fragment":"rpg","pointer":"","start_column":1,"start_line":71},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rpg","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6281dcdc0d8fe075168d827f","label":"AOA-TECH-D-0034 RPG Candidate Mechanic","locator":{"end_column":89,"end_line":73,"fragment":"","pointer":"","start_column":3,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:rpg","target_ref":"../AOA-TECH-D-0034-rpg-candidate-mechanic.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:73:3:0:../AOA-TECH-D-0034-rpg-candidate-mechanic.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4180a0d13442c0944646fd81","label":"cross-mechanic","locator":{"end_column":17,"end_line":75,"fragment":"cross-mechanic","pointer":"","start_column":1,"start_line":75},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:cross-mechanic","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:136a4353df86411b3a13bdb4","label":"AOA-TECH-D-0061 Candidate Intake Active Part Home","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:cross-mechanic","target_ref":"../AOA-TECH-D-0061-candidate-intake-active-part-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:77:3:0:../AOA-TECH-D-0061-candidate-intake-active-part-home.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ae4cb98c51cdc8f0ce08f2b8","label":"AOA-TECH-D-0069 Keep The Technique Canon Without A Skill Home","locator":{"end_column":129,"end_line":52,"fragment":"","pointer":"","start_column":3,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:method-growth","target_ref":"../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:52:3:0:../AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:83651cc0a2f112ed9a236860","label":"questbook","locator":{"end_column":12,"end_line":54,"fragment":"questbook","pointer":"","start_column":1,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:questbook","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0f652b2ed9e76946ba303d9d","label":"AOA-TECH-D-0031 Questbook Candidate Mechanic","locator":{"end_column":101,"end_line":56,"fragment":"","pointer":"","start_column":3,"start_line":56},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questbook","target_ref":"../AOA-TECH-D-0031-questbook-candidate-mechanic.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:56:3:0:../AOA-TECH-D-0031-questbook-candidate-mechanic.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:88d982459b3abf9c26e82981","label":"AOA-TECH-D-0032 Questbook Lane-first Source Store","locator":{"end_column":111,"end_line":57,"fragment":"","pointer":"","start_column":3,"start_line":57},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questbook","target_ref":"../AOA-TECH-D-0032-questbook-lane-first-source-store.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:57:3:0:../AOA-TECH-D-0032-questbook-lane-first-source-store.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bc30309675a316ea0af26ea4","label":"recurrence","locator":{"end_column":13,"end_line":59,"fragment":"recurrence","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recurrence","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a8acc629d189d7a751b9c1e2","label":"AOA-TECH-D-0015 Recurrence Cross-Layer Registry Observation","locator":{"end_column":131,"end_line":61,"fragment":"","pointer":"","start_column":3,"start_line":61},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:recurrence","target_ref":"../AOA-TECH-D-0015-recurrence-cross-layer-registry-observation.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:61:3:0:../AOA-TECH-D-0015-recurrence-cross-layer-registry-observation.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8e0360750fa7110be713d78c","label":"AOA-TECH-D-0020 Recurrence Active Parts Split","locator":{"end_column":103,"end_line":62,"fragment":"","pointer":"","start_column":3,"start_line":62},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:recurrence","target_ref":"../AOA-TECH-D-0020-recurrence-active-parts-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:62:3:0:../AOA-TECH-D-0020-recurrence-active-parts-split.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:730e4c94510210cf47b97404","label":"AOA-TECH-D-0050 Recurrence Manifest Part Home","locator":{"end_column":103,"end_line":63,"fragment":"","pointer":"","start_column":3,"start_line":63},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:recurrence","target_ref":"../AOA-TECH-D-0050-recurrence-manifest-part-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:63:3:0:../AOA-TECH-D-0050-recurrence-manifest-part-home.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1c057f052c397f7699e98054","label":"release-support","locator":{"end_column":18,"end_line":65,"fragment":"release-support","pointer":"","start_column":1,"start_line":65},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:release-support","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bf9ec97297f5d2ce3fc5a822","label":"AOA-TECH-D-0021 Release Support Active Parts Split","locator":{"end_column":113,"end_line":67,"fragment":"","pointer":"","start_column":3,"start_line":67},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:release-support","target_ref":"../AOA-TECH-D-0021-release-support-active-parts-split.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:67:3:0:../AOA-TECH-D-0021-release-support-active-parts-split.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a06eb67d43f5fcc0572fc4fb","label":"AOA-TECH-D-0066 Validation Lane Command Authority","locator":{"end_column":111,"end_line":68,"fragment":"","pointer":"","start_column":3,"start_line":68},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:release-support","target_ref":"../AOA-TECH-D-0066-validation-lane-command-authority.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:68:3:0:../AOA-TECH-D-0066-validation-lane-command-authority.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fbae2678de2f8d50efa64421","label":"AOA-TECH-D-0067 Validator Owner Modules","locator":{"end_column":91,"end_line":69,"fragment":"","pointer":"","start_column":3,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:release-support","target_ref":"../AOA-TECH-D-0067-validator-owner-modules.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:69:3:0:../AOA-TECH-D-0067-validator-owner-modules.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9f367561ee06340c6081443c","label":"AOA-TECH-D-0068 Script Surface Inventory","locator":{"end_column":93,"end_line":70,"fragment":"","pointer":"","start_column":3,"start_line":70},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:release-support","target_ref":"../AOA-TECH-D-0068-script-surface-inventory.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:70:3:0:../AOA-TECH-D-0068-script-surface-inventory.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:db3efb42151ff260feb8ee48","label":"rpg","locator":{"end_column":6,"end_line":72,"fragment":"rpg","pointer":"","start_column":1,"start_line":72},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rpg","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:09a85ab28fc63743358a3b70","label":"AOA-TECH-D-0034 RPG Candidate Mechanic","locator":{"end_column":89,"end_line":74,"fragment":"","pointer":"","start_column":3,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:rpg","target_ref":"../AOA-TECH-D-0034-rpg-candidate-mechanic.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:74:3:0:../AOA-TECH-D-0034-rpg-candidate-mechanic.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4180a0d13442c0944646fd81","label":"cross-mechanic","locator":{"end_column":17,"end_line":76,"fragment":"cross-mechanic","pointer":"","start_column":1,"start_line":76},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:cross-mechanic","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e6b12bed901a946eae764710","label":"AOA-TECH-D-0061 Candidate Intake Active Part Home","locator":{"end_column":111,"end_line":78,"fragment":"","pointer":"","start_column":3,"start_line":78},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../AOA-TECH-D-0061-candidate-intake-active-part-home.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:78:3:0:../AOA-TECH-D-0061-candidate-intake-active-part-home.md","source_record_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cf559e1619f3ac48b9183c2f","label":"RPG Direction","locator":{"end_column":15,"end_line":1,"fragment":"rpg-direction","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rpg-direction","source_record_id":"aoa:aoa-techniques:artifact:ec069fbc48c817d019b7b03b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ec3f84ef83aa834038b891f5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ec069fbc48c817d019b7b03b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:330ac55b68708a6d4e86f6f6","label":"Source-Of-Truth Split","locator":{"end_column":24,"end_line":3,"fragment":"source-of-truth-split","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-of-truth-split","source_record_id":"aoa:aoa-techniques:artifact:ec069fbc48c817d019b7b03b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -29278,17 +27759,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:329ea9a0e60e219f9b89b878","label":"Checks","locator":{"end_column":9,"end_line":166,"fragment":"checks","pointer":"","start_column":1,"start_line":166},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:checks","source_record_id":"aoa:aoa-techniques:artifact:ed0ec2ca603624cdd17008b2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a02fe1adf779b7bfa07ebf96","label":"Promotion history","locator":{"end_column":20,"end_line":170,"fragment":"promotion-history","pointer":"","start_column":1,"start_line":170},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promotion-history","source_record_id":"aoa:aoa-techniques:artifact:ed0ec2ca603624cdd17008b2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1db21d62fd59d814579aed45","label":"Future evolution","locator":{"end_column":19,"end_line":178,"fragment":"future-evolution","pointer":"","start_column":1,"start_line":178},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-evolution","source_record_id":"aoa:aoa-techniques:artifact:ed0ec2ca603624cdd17008b2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2a27f2cbe6f4addd23eb42d8","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface","source_record_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f66b5a50f9134b7216a128ea","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:62537a3b2d7a2f5f4d0c2b70","label":"display_name","locator":{"end_column":47,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_record_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:397487dfbbb0acfe0afc3129","label":"short_description","locator":{"end_column":53,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_record_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:638ce9717d13ce7762b75646","label":"default_prompt","locator":{"end_column":217,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_record_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:153b7306fcf04828641c8496","label":"icon_small","locator":{"end_column":37,"end_line":5,"fragment":"","pointer":"/interface/icon_small","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_small","source_record_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ea5c91ec428728700c906e7c","label":"icon_large","locator":{"end_column":37,"end_line":6,"fragment":"","pointer":"/interface/icon_large","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/icon_large","source_record_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:44fa0edf0ff98dfb5e9cc771","label":"brand_color","locator":{"end_column":24,"end_line":7,"fragment":"","pointer":"/interface/brand_color","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/interface/brand_color","source_record_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:917294311fb4d7327440cce4","label":"policy","locator":{"end_column":7,"end_line":8,"fragment":"","pointer":"/policy","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy","source_record_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a4ceb5370ef776abe1c65ff0","label":"implicit_activation_policy","locator":{"end_column":36,"end_line":9,"fragment":"","pointer":"/policy/implicit_activation_policy","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/implicit_activation_policy","source_record_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7623bab59cd14d412062769b","label":"allow_implicit_invocation","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/policy/allow_implicit_invocation","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/policy/allow_implicit_invocation","source_record_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4c90d2731db9899463d26522","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ed41d63e9981165c3bbc8857","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c905815e8b75b98ae35f0b95","label":"Landed Donor-Harvest Pilot Review","locator":{"end_column":35,"end_line":1,"fragment":"landed-donor-harvest-pilot-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:landed-donor-harvest-pilot-review","source_record_id":"aoa:aoa-techniques:artifact:ed41d63e9981165c3bbc8857","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ce85bab3946049e8ebc176f7","label":"Technique Reform Ingress","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"","start_column":1,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:landed-donor-harvest-pilot-review","target_ref":"../README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:1:0:../README.md","source_record_id":"aoa:aoa-techniques:artifact:ed41d63e9981165c3bbc8857","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -29453,14 +27923,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c06a707dbf1bd097496d964d","label":"External Evidence Ledger","locator":{"end_column":75,"end_line":164,"fragment":"","pointer":"","start_column":10,"start_line":164},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:notes","target_ref":"../external-evidence-ledger/README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:164:10:0:../external-evidence-ledger/README.md","source_record_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c8fc24764959666027f1a232","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ee4fbd1e13374e94ced56992","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d65e3155d79d63f84d7c1d52","label":"minimal progression-evidence-lift","locator":{"end_column":35,"end_line":1,"fragment":"minimal-progression-evidence-lift","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-progression-evidence-lift","source_record_id":"aoa:aoa-techniques:artifact:ee4fbd1e13374e94ced56992","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:83f889da9b259842d99e9f7f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ef0a667eaf0bec2fc4ae511f","label":"Runtime Example","locator":{"end_column":17,"end_line":1,"fragment":"runtime-example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:runtime-example","source_record_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f7046a1c675dd042a4a8efc9","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f9d178b8b58a9fbcb2dcafe2","label":"Why this skill fits","locator":{"end_column":22,"end_line":6,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:816c7f521c208dbd1aa20484","label":"Expected inputs","locator":{"end_column":18,"end_line":9,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4fbaeea62e55638c6371f985","label":"Expected outputs","locator":{"end_column":19,"end_line":15,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1627af86a1cfe6c62e2f5d40","label":"Boundary notes","locator":{"end_column":17,"end_line":20,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:78a2f5d20a8e7d78aa42a60c","label":"Verification notes","locator":{"end_column":21,"end_line":25,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1d0e6677c53c8d63cf36c4b5","label":"minimal human-loop-to-first-landing","locator":{"end_column":37,"end_line":1,"fragment":"minimal-human-loop-to-first-landing","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:minimal-human-loop-to-first-landing","source_record_id":"aoa:aoa-techniques:artifact:ee90d7d0429526bdcd27bb43","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cb204029b71bdac79d32b071","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ee90d7d0429526bdcd27bb43","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:335da723fe4544a1c6ab1a2c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ee9bc1a554f4ad632972cd69","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -29550,37 +28012,12 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:326fd1f8c1fd8679f769d29b","label":"Detection signals","locator":{"end_column":20,"end_line":32,"fragment":"detection-signals","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:detection-signals","source_record_id":"aoa:aoa-techniques:artifact:f001c67b62aa7527a46bb453","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c8c185fb557290c8295ec550","label":"Mitigations","locator":{"end_column":14,"end_line":39,"fragment":"mitigations","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:mitigations","source_record_id":"aoa:aoa-techniques:artifact:f001c67b62aa7527a46bb453","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bf342365a48127f241f652d9","label":"Recommendation","locator":{"end_column":17,"end_line":46,"fragment":"recommendation","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:f001c67b62aa7527a46bb453","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:18f3dc49afa4ff405f6b9d4d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bb920c9aff98d4d77942dba5","label":"Coverage Audit Shapes","locator":{"end_column":23,"end_line":1,"fragment":"coverage-audit-shapes","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:coverage-audit-shapes","source_record_id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:23918fe7f6aa1cf00baa8a52","label":"How To Use","locator":{"end_column":13,"end_line":8,"fragment":"how-to-use","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:how-to-use","source_record_id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:45718ca8475d87c87bbdfb91","label":"Shape Set","locator":{"end_column":12,"end_line":16,"fragment":"shape-set","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:shape-set","source_record_id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:192a9309f779f92a5721f09b","label":"Compact Audit Pass","locator":{"end_column":21,"end_line":31,"fragment":"compact-audit-pass","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:compact-audit-pass","source_record_id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:809b4c8a9955a43590a13cc9","label":"Verification","locator":{"end_column":15,"end_line":44,"fragment":"verification","pointer":"","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ebd34fb9c9f2dbe20d1ef4ff","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:fa682bc3e40b059ec51add71","label":"aoa-tdd-slice","locator":{"end_column":15,"end_line":16,"fragment":"aoa-tdd-slice","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-tdd-slice","source_record_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1c2bee254b579aa19be1fcc0","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e4822d3ddda041e0a8f4f0da","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7aeecab4ca8d6ab936fda87b","label":"Inputs","locator":{"end_column":9,"end_line":37,"fragment":"inputs","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c031734658baeac8d12552c7","label":"Outputs","locator":{"end_column":10,"end_line":44,"fragment":"outputs","pointer":"","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:70244cea0d6c561569661f25","label":"Procedure","locator":{"end_column":12,"end_line":51,"fragment":"procedure","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7411a2415a6be84d7a5f71be","label":"Contracts","locator":{"end_column":12,"end_line":60,"fragment":"contracts","pointer":"","start_column":1,"start_line":60},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2b129d24c68e6c3c9585c7ad","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":69,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":69},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0eb73d6d0aae52ea186e279b","label":"Verification","locator":{"end_column":15,"end_line":77,"fragment":"verification","pointer":"","start_column":1,"start_line":77},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0c284e4339d7594513edc705","label":"Technique traceability","locator":{"end_column":25,"end_line":84,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":84},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:7e06d8a40a5492b9d901092d","label":"Adaptation points","locator":{"end_column":20,"end_line":89,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":89},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:06df18bc7506e61bc67082c0","label":"TECHNIQUE_INDEX","locator":{"end_column":17,"end_line":1,"fragment":"technique_index","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique_index","source_record_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0b5c7ffa1e74d299fcabf4ba","label":"Canonical techniques","locator":{"end_column":23,"end_line":5,"fragment":"canonical-techniques","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:canonical-techniques","source_record_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c5416d8c756db35cc50bdf6a","label":"Promoted techniques","locator":{"end_column":22,"end_line":108,"fragment":"promoted-techniques","pointer":"","start_column":1,"start_line":108},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:promoted-techniques","source_record_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:79b891386e86caa658f3dab0","label":"Deprecated techniques","locator":{"end_column":24,"end_line":122,"fragment":"deprecated-techniques","pointer":"","start_column":1,"start_line":122},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:deprecated-techniques","source_record_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:912f054c60a9ef562cf7800b","label":"Notes","locator":{"end_column":8,"end_line":128,"fragment":"notes","pointer":"","start_column":1,"start_line":128},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:notes","source_record_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9e4cac7b102c0bc695156dfb","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f3b641aaaf71a8f831bfda9b","label":"_load_payload","locator":{"end_column":27,"end_line":51,"fragment":"","pointer":"","start_column":1,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_payload","target_ref":"python:sys.stdin.read"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"_load_payload","semantic_key":"python:function:_load_payload","source_record_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9dba4dde81c212a6e721e244","label":"_iter_strings","locator":{"end_column":15,"end_line":61,"fragment":"","pointer":"","start_column":1,"start_line":54},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_iter_strings","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_iter_strings","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_iter_strings","target_ref":"python:out.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_iter_strings","target_ref":"python:out.append"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"_iter_strings","semantic_key":"python:function:_iter_strings","source_record_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:05fa83d427659fa4e2b00829","label":"classify_surfaces","locator":{"end_column":27,"end_line":72,"fragment":"","pointer":"","start_column":1,"start_line":64},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_surfaces","target_ref":"python:detected.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_surfaces","target_ref":"python:re.search"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"classify_surfaces","semantic_key":"python:function:classify_surfaces","source_record_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:55f6f9d3a3593c337fab556e","label":"verification_strength","locator":{"end_column":21,"end_line":90,"fragment":"","pointer":"","start_column":1,"start_line":75},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:verification_strength","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:verification_strength","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:verification_strength","target_ref":"python:len"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"verification_strength","semantic_key":"python:function:verification_strength","source_record_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d87466cd37fe0be13fef6c49","label":"build_report","locator":{"end_column":6,"end_line":154,"fragment":"","pointer":"","start_column":1,"start_line":93},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:_iter_strings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:_iter_strings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:_iter_strings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:_iter_strings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:classify_surfaces"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:verification_strength"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:verification_strength"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:warnings.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:warnings.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:warnings.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:warnings.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:warnings.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_report","target_ref":"python:warnings.append"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"build_report","semantic_key":"python:function:build_report","source_record_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:400c43d4e234657d9639c735","label":"main","locator":{"end_column":44,"end_line":173,"fragment":"","pointer":"","start_column":1,"start_line":157},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_load_payload"},{"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_report"},{"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: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.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"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"main","semantic_key":"python:function:main","source_record_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1e0bab02334298bcc46c05e5","label":"Adverse Effects Review","locator":{"end_column":24,"end_line":1,"fragment":"adverse-effects-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adverse-effects-review","source_record_id":"aoa:aoa-techniques:artifact:f0c1d52416b7ce9ab5a89e01","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c28963ccd6f0bdf65984dde5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f0c1d52416b7ce9ab5a89e01","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b0289d94dfb3badf3348509d","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:f0c1d52416b7ce9ab5a89e01","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -29995,12 +28432,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3983f0146a6523f12302543e","label":"Future intake requirement","locator":{"end_column":28,"end_line":62,"fragment":"future-intake-requirement","pointer":"","start_column":1,"start_line":62},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:future-intake-requirement","source_record_id":"aoa:aoa-techniques:artifact:f35d0c120acc61a2ba2a4849","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:40efd42ed565e39b837d0e9f","label":"Files touched or proposed","locator":{"end_column":28,"end_line":71,"fragment":"files-touched-or-proposed","pointer":"","start_column":1,"start_line":71},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:files-touched-or-proposed","source_record_id":"aoa:aoa-techniques:artifact:f35d0c120acc61a2ba2a4849","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:20826f8ae7588d045c34b670","label":"Whether operator approval is needed","locator":{"end_column":38,"end_line":77,"fragment":"whether-operator-approval-is-needed","pointer":"","start_column":1,"start_line":77},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:whether-operator-approval-is-needed","source_record_id":"aoa:aoa-techniques:artifact:f35d0c120acc61a2ba2a4849","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:464e3076f2ed47344c738853","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c18fb5e38eb2df1f73a2967a","label":"Self-Repair Checkpoint Bridge","locator":{"end_column":31,"end_line":1,"fragment":"self-repair-checkpoint-bridge","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:self-repair-checkpoint-bridge","source_record_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f37c381b7767b3bba3dc2cc4","label":"Required checkpoints","locator":{"end_column":23,"end_line":6,"fragment":"required-checkpoints","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:required-checkpoints","source_record_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b987aa6756384e3088165527","label":"Repair rule","locator":{"end_column":14,"end_line":17,"fragment":"repair-rule","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:repair-rule","source_record_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5c0b6ae33277bbc697d45513","label":"Good repair outputs","locator":{"end_column":22,"end_line":25,"fragment":"good-repair-outputs","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:good-repair-outputs","source_record_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:252eabc62b96cab615b1baa3","label":"Anti-patterns","locator":{"end_column":16,"end_line":34,"fragment":"anti-patterns","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f6616d7afc732a3a3b990158","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f3a773ceaf130f233b2f3675","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:92a30ca1836de634b63a3127","label":"quest-unit-promotion-review","locator":{"end_column":29,"end_line":43,"fragment":"quest-unit-promotion-review","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:quest-unit-promotion-review","source_record_id":"aoa:aoa-techniques:artifact:f3a773ceaf130f233b2f3675","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b4e70b85757414269d2da44a","label":"Intent","locator":{"end_column":9,"end_line":45,"fragment":"intent","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:f3a773ceaf130f233b2f3675","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -30129,7 +28560,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:514a8216c619eef0a710928b","label":"Recommendation","locator":{"end_column":17,"end_line":42,"fragment":"recommendation","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:recommendation","source_record_id":"aoa:aoa-techniques:artifact:f4fccf1f1e648bf102382866","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:54ffee2f3976fec0ce204e3f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f51787100e1ffad936185849","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a9bde5566bf7bb41188bf057","label":"multi-source-primary-input-provenance Checklist","locator":{"end_column":49,"end_line":1,"fragment":"multi-source-primary-input-provenance-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:multi-source-primary-input-provenance-checklist","source_record_id":"aoa:aoa-techniques:artifact:f51787100e1ffad936185849","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5715059f119a91c0dac07a1d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f5186ad55781ea7ee27e1944","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4be8d98a2c0fd22407a015b6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f529da273da5d8f7e518ddee","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:70d9eadda8fd67b22d9554b4","label":"Canonical Readiness","locator":{"end_column":21,"end_line":1,"fragment":"canonical-readiness","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:canonical-readiness","source_record_id":"aoa:aoa-techniques:artifact:f529da273da5d8f7e518ddee","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e628d275503d86f223311739","label":"Technique","locator":{"end_column":12,"end_line":3,"fragment":"technique","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique","source_record_id":"aoa:aoa-techniques:artifact:f529da273da5d8f7e518ddee","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -30189,12 +28619,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:81e0ee211fe6fe5169af1ca3","label":"Choosing The Right Shadow Surface","locator":{"end_column":36,"end_line":106,"fragment":"choosing-the-right-shadow-surface","pointer":"","start_column":1,"start_line":106},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:choosing-the-right-shadow-surface","source_record_id":"aoa:aoa-techniques:artifact:f595c7dcba8912a4d6d4aa98","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:47230157900535401c586dc6","label":"SHADOW_PATTERNS.md","locator":{"end_column":115,"end_line":115,"fragment":"","pointer":"","start_column":57,"start_line":115},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:choosing-the-right-shadow-surface","target_ref":"../readers/review/SHADOW_PATTERNS.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:115:57:0:../readers/review/SHADOW_PATTERNS.md","source_record_id":"aoa:aoa-techniques:artifact:f595c7dcba8912a4d6d4aa98","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:54186a3acfe420fb8a7a0b7e","label":"Explicitly Deferred","locator":{"end_column":22,"end_line":119,"fragment":"explicitly-deferred","pointer":"","start_column":1,"start_line":119},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:explicitly-deferred","source_record_id":"aoa:aoa-techniques:artifact:f595c7dcba8912a4d6d4aa98","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:586ac1ae380b981add69ed3f","label":"Contract Shapes","locator":{"end_column":17,"end_line":1,"fragment":"contract-shapes","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contract-shapes","source_record_id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bd06a22ba55213434fcd44c9","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e413ef6b913c55bc79a70d5f","label":"How To Use","locator":{"end_column":13,"end_line":8,"fragment":"how-to-use","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:how-to-use","source_record_id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:39f1ad08548eb33fd93f3c22","label":"Shape Set","locator":{"end_column":12,"end_line":16,"fragment":"shape-set","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:shape-set","source_record_id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:bcfa977d2c3143e54a5db22f","label":"Compact Contract Pass","locator":{"end_column":24,"end_line":33,"fragment":"compact-contract-pass","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:compact-contract-pass","source_record_id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f387090b07999a1dd75b1634","label":"Verification","locator":{"end_column":15,"end_line":45,"fragment":"verification","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b16ccad9d7080baa19c64402","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f5cb82211a3c603b88454242","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:421eea1e20bfdb9ce27e92d8","label":"semantic-review-surface-lift","locator":{"end_column":30,"end_line":41,"fragment":"semantic-review-surface-lift","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:semantic-review-surface-lift","source_record_id":"aoa:aoa-techniques:artifact:f5cb82211a3c603b88454242","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:42c607f5ea73114016d1523a","label":"Intent","locator":{"end_column":9,"end_line":43,"fragment":"intent","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:f5cb82211a3c603b88454242","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -30283,12 +28707,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b9d756146fe6bf542a76906b","label":"Decision","locator":{"end_column":11,"end_line":27,"fragment":"decision","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decision","source_record_id":"aoa:aoa-techniques:artifact:f7080147a9b36e8aa1aa201f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:91d55075b893273bfc086d1e","label":"Consequences","locator":{"end_column":15,"end_line":45,"fragment":"consequences","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:consequences","source_record_id":"aoa:aoa-techniques:artifact:f7080147a9b36e8aa1aa201f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4ea43de97061036ec366c02a","label":"Verification","locator":{"end_column":15,"end_line":60,"fragment":"verification","pointer":"","start_column":1,"start_line":60},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:f7080147a9b36e8aa1aa201f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ed46bcab3e572d986d89fbb1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f801906cde5cc299abfa2d70","label":"Review Checklist","locator":{"end_column":18,"end_line":1,"fragment":"review-checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist","source_record_id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:97257dc2bb05293886fa9893","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:purpose","source_record_id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f13514f2a9361894deff018a","label":"When it applies","locator":{"end_column":18,"end_line":8,"fragment":"when-it-applies","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:when-it-applies","source_record_id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1745fb8664f31bfee2a01900","label":"Review checklist","locator":{"end_column":19,"end_line":16,"fragment":"review-checklist-1","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:review-checklist-1","source_record_id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cb4a594e0e2cdb05cca88fd3","label":"Not a fit","locator":{"end_column":12,"end_line":30,"fragment":"not-a-fit","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:not-a-fit","source_record_id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6c1fe29d39a7e74e42c53e5c","label":"Technique Capsules","locator":{"end_column":20,"end_line":1,"fragment":"technique-capsules","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-capsules","source_record_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4f3aec25ff94b61c2561ad3b","label":"readers AGENTS","locator":{"end_column":82,"end_line":4,"fragment":"","pointer":"","start_column":41,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technique-capsules","target_ref":"../AGENTS.md#validation"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:41:0:../AGENTS.md#validation","source_record_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -30760,18 +29178,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:95a9276be822d725570ec268","label":"Source project","locator":{"end_column":17,"end_line":7,"fragment":"source-project","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-project","source_record_id":"aoa:aoa-techniques:artifact:f8e21c72b6d90dbc715104ba","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cc2aba0db479e16cda676289","label":"Evidence","locator":{"end_column":11,"end_line":13,"fragment":"evidence","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:f8e21c72b6d90dbc715104ba","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a8bc295d0e2b9640fc5e47db","label":"Interpretation","locator":{"end_column":17,"end_line":19,"fragment":"interpretation","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:interpretation","source_record_id":"aoa:aoa-techniques:artifact:f8e21c72b6d90dbc715104ba","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9169e99fd07cee3ae37c01ba","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cc5d6f9ce4086bb734fd8651","label":"aoa-adr-write","locator":{"end_column":15,"end_line":16,"fragment":"aoa-adr-write","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:aoa-adr-write","source_record_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b3be1b9dc0fd3a0fdf762a0c","label":"Intent","locator":{"end_column":9,"end_line":18,"fragment":"intent","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:intent","source_record_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cba3b50b76413f62618caa2c","label":"Trigger boundary","locator":{"end_column":19,"end_line":21,"fragment":"trigger-boundary","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:trigger-boundary","source_record_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:83957f0e3b5e9a1a87fb81e4","label":"Inputs","locator":{"end_column":9,"end_line":42,"fragment":"inputs","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:inputs","source_record_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cd34f6df45370e518fc9c051","label":"Outputs","locator":{"end_column":10,"end_line":50,"fragment":"outputs","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:outputs","source_record_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9d400ad919512ce23d050019","label":"Procedure","locator":{"end_column":12,"end_line":59,"fragment":"procedure","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:procedure","source_record_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:decfe74435de017ccf1f7f9d","label":"Contracts","locator":{"end_column":12,"end_line":71,"fragment":"contracts","pointer":"","start_column":1,"start_line":71},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:contracts","source_record_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ff0485f76a517d12aabb82cd","label":"Risks and anti-patterns","locator":{"end_column":26,"end_line":82,"fragment":"risks-and-anti-patterns","pointer":"","start_column":1,"start_line":82},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risks-and-anti-patterns","source_record_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4e3e23317d106bd09da20401","label":"Verification","locator":{"end_column":15,"end_line":95,"fragment":"verification","pointer":"","start_column":1,"start_line":95},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6d5bf21e7cf2a3679c604d13","label":"Technique traceability","locator":{"end_column":25,"end_line":107,"fragment":"technique-traceability","pointer":"","start_column":1,"start_line":107},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-traceability","source_record_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:cf4dff36ad20a76de38481c0","label":"Adaptation points","locator":{"end_column":20,"end_line":112,"fragment":"adaptation-points","pointer":"","start_column":1,"start_line":112},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adaptation-points","source_record_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:87e754bcd4b9f0323c3201f9","label":"Technique Reform Scout Input Homes","locator":{"end_column":36,"end_line":1,"fragment":"technique-reform-scout-input-homes","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:technique-reform-scout-input-homes","source_record_id":"aoa:aoa-techniques:artifact:f8e9c37d744ed6172657881b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:de063c5f03c824808b005410","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f8e9c37d744ed6172657881b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9e8f05815d71d4df89562a94","label":"Index Metadata","locator":{"end_column":17,"end_line":7,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:index-metadata","source_record_id":"aoa:aoa-techniques:artifact:f8e9c37d744ed6172657881b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -30779,7 +29185,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f5e1ee93c1e59a69136ebac6","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:decision","source_record_id":"aoa:aoa-techniques:artifact:f8e9c37d744ed6172657881b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:49702cf07709aba7b8b13b85","label":"Consequences","locator":{"end_column":15,"end_line":45,"fragment":"consequences","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:consequences","source_record_id":"aoa:aoa-techniques:artifact:f8e9c37d744ed6172657881b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0ff125812a761e0a09577610","label":"Verification","locator":{"end_column":15,"end_line":57,"fragment":"verification","pointer":"","start_column":1,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:f8e9c37d744ed6172657881b","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e389add54f5c6e1ab35be113","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f9278c27fa3a43f533c83fbd","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:51a9c76a7a2e5e605c4f84aa","label":"Audit Legacy","locator":{"end_column":14,"end_line":1,"fragment":"audit-legacy","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:audit-legacy","source_record_id":"aoa:aoa-techniques:artifact:f93253dae86af3a100005334","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ec91edf2d92b7a8e4246ab7e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f93253dae86af3a100005334","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c389f8fe774b91526e0e2a6c","label":"INDEX","locator":{"end_column":20,"end_line":5,"fragment":"","pointer":"","start_column":3,"start_line":5},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:audit-legacy","target_ref":"INDEX.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:5:3:0:INDEX.md","source_record_id":"aoa:aoa-techniques:artifact:f93253dae86af3a100005334","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -30795,14 +29200,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6c87f9de31e99641a07684fd","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","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundaries","source_record_id":"aoa:aoa-techniques:artifact:f98306dd5b9800eb2179fc78","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a27062a486f77455725c8361","label":"Validation","locator":{"end_column":13,"end_line":41,"fragment":"validation","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:validation","source_record_id":"aoa:aoa-techniques:artifact:f98306dd5b9800eb2179fc78","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:09677d15e96be894a4883bb4","label":"Closeout","locator":{"end_column":11,"end_line":53,"fragment":"closeout","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:closeout","source_record_id":"aoa:aoa-techniques:artifact:f98306dd5b9800eb2179fc78","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d25b4244a16338b370934adb","label":"Example","locator":{"end_column":9,"end_line":1,"fragment":"example","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:example","source_record_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:df28a205fe1d1ce628541498","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:378e2d4b48d9523f13dab418","label":"Scenario","locator":{"end_column":11,"end_line":3,"fragment":"scenario","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:scenario","source_record_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:69b49a882a52204f2213c660","label":"Why this skill fits","locator":{"end_column":22,"end_line":7,"fragment":"why-this-skill-fits","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-skill-fits","source_record_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3e7c99c3c97535c17b365ac8","label":"Expected inputs","locator":{"end_column":18,"end_line":14,"fragment":"expected-inputs","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-inputs","source_record_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:53b09997e12f8c1f96d97cad","label":"Expected outputs","locator":{"end_column":19,"end_line":21,"fragment":"expected-outputs","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:expected-outputs","source_record_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5b315c38f3703f019b7d4d59","label":"Boundary notes","locator":{"end_column":17,"end_line":29,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:boundary-notes","source_record_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c84537bb6d28f573ef6cbf3b","label":"Verification notes","locator":{"end_column":21,"end_line":35,"fragment":"verification-notes","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification-notes","source_record_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0dbbe602b125cfcc55766ccf","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f9a0d6347c48e626cb968dc1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:64f9bb3d33485618dd532adc","label":"Spark Handoff","locator":{"end_column":15,"end_line":1,"fragment":"spark-handoff","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:spark-handoff","source_record_id":"aoa:aoa-techniques:artifact:f9a0d6347c48e626cb968dc1","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:38cae8c22fb162e9e49c1465","label":"Adverse Effects Review","locator":{"end_column":24,"end_line":1,"fragment":"adverse-effects-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:adverse-effects-review","source_record_id":"aoa:aoa-techniques:artifact:f9ae0a7edc80e1b99f95ce88","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -30823,10 +29220,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ebc6fcc3e71341dd5b6e9f94","label":"Agent Move","locator":{"end_column":13,"end_line":28,"fragment":"agent-move","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:agent-move","source_record_id":"aoa:aoa-techniques:artifact:f9c1ca6c39d2e37a29f697e0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:72138a1f9a4044fab677fb7f","label":"Why This Is The Atom","locator":{"end_column":23,"end_line":48,"fragment":"why-this-is-the-atom","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:why-this-is-the-atom","source_record_id":"aoa:aoa-techniques:artifact:f9c1ca6c39d2e37a29f697e0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f98e4fd042addf7be155776e","label":"Stop Lines","locator":{"end_column":13,"end_line":54,"fragment":"stop-lines","pointer":"","start_column":1,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:stop-lines","source_record_id":"aoa:aoa-techniques:artifact:f9c1ca6c39d2e37a29f697e0","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0e871eb3036bea3f36975118","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:40f8f2ed95382e7be0558c2f","label":"Risk surface matrix","locator":{"end_column":21,"end_line":1,"fragment":"risk-surface-matrix","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:risk-surface-matrix","source_record_id":"aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6e296795b0756f9df15ea945","label":"Common surfaces","locator":{"end_column":18,"end_line":5,"fragment":"common-surfaces","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:common-surfaces","source_record_id":"aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:34620335bccd6fd962c216c9","label":"Practical rule","locator":{"end_column":17,"end_line":14,"fragment":"practical-rule","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:practical-rule","source_record_id":"aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1a190ab9f9ca1260ff394fee","label":"manifest_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/manifest_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/manifest_version","source_record_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"json_pointer","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8d434f5347ec42261f5aea6a","label":"source_of_truth","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_of_truth","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"json:/source_of_truth","source_record_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","symbol_kind":"json_key","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -30882,7 +29275,6 @@ {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5afdda324d73e7894dcab182","label":"README","locator":{"end_column":56,"end_line":110,"fragment":"","pointer":"","start_column":31,"start_line":110},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:follow-up-route","target_ref":"../../README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:110:31:0:../../README.md","source_record_id":"aoa:aoa-techniques:artifact:fa841ed2f6a97edcbb053b47","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:de6a5e39d36e013135ce5724","label":"ROADMAP","locator":{"end_column":44,"end_line":111,"fragment":"","pointer":"","start_column":17,"start_line":111},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:follow-up-route","target_ref":"../../ROADMAP.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:111:17:0:../../ROADMAP.md","source_record_id":"aoa:aoa-techniques:artifact:fa841ed2f6a97edcbb053b47","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:0a1303ff8a2ad7f70771718d","label":"Verification","locator":{"end_column":15,"end_line":114,"fragment":"verification","pointer":"","start_column":1,"start_line":114},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:verification","source_record_id":"aoa:aoa-techniques:artifact:fa841ed2f6a97edcbb053b47","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:a2ca6fe3a2f60b771849d062","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:fab6119d4b4a293224861e01","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:74f847412f76f4873316c66f","label":"Spark Prompt: release-prep","locator":{"end_column":28,"end_line":1,"fragment":"spark-prompt-release-prep","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:spark-prompt-release-prep","source_record_id":"aoa:aoa-techniques:artifact:fb787d85b0f7f26229cbdd9a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:94f5f69419c973f3c56f1155","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:fb787d85b0f7f26229cbdd9a","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:017f335b4e63a974f1df37d5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:fbaabdfe7f365255aa96e605","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -31001,30 +29393,6 @@ {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:14e45dfef909efc25bbea87d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:fd5f9f24ed002a50d4d544d5","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:36071445196625547d514c6f","label":"expected_agents_mesh_index","locator":{"end_column":60,"end_line":14,"fragment":"","pointer":"","start_column":1,"start_line":13},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:expected_agents_mesh_index","target_ref":"python:build_agents_mesh_index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:expected_agents_mesh_index","target_ref":"python:compact_json"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"expected_agents_mesh_index","semantic_key":"python:function:expected_agents_mesh_index","source_record_id":"aoa:aoa-techniques:artifact:fd5f9f24ed002a50d4d544d5","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"python_symbol","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:14643aa1d7fe4cb28adca524","label":"validate_agents_mesh_projection","locator":{"end_column":101,"end_line":25,"fragment":"","pointer":"","start_column":1,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agents_mesh_projection","target_ref":"python:expected_agents_mesh_index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agents_mesh_projection","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agents_mesh_projection","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agents_mesh_projection","target_ref":"python:generated_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agents_mesh_projection","target_ref":"python:generated_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agents_mesh_projection","target_ref":"python:load_mesh_config"}],"parser_ref":"python-ast@1","provenance_ref":"deterministic","qualified_name":"validate_agents_mesh_projection","semantic_key":"python:function:validate_agents_mesh_projection","source_record_id":"aoa:aoa-techniques:artifact:fd5f9f24ed002a50d4d544d5","symbol_kind":"function","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:04c20aa7744d9886284248bf","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f665d7fd6a110a18e803cc86","label":"receipt_name","locator":{"end_column":44,"end_line":1,"fragment":"","pointer":"/receipt_name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/receipt_name","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:009debbab9c4933dcb508ca2","label":"event_kind","locator":{"end_column":42,"end_line":2,"fragment":"","pointer":"/event_kind","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/event_kind","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:43e9262a37d6d611b9bad001","label":"envelope_ref","locator":{"end_column":48,"end_line":3,"fragment":"","pointer":"/envelope_ref","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/envelope_ref","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:05180d1d6c33788ac8365706","label":"kernel_id","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"/kernel_id","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/kernel_id","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:4f639c27dc07e52d981ec273","label":"skill_name","locator":{"end_column":42,"end_line":5,"fragment":"","pointer":"/skill_name","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/skill_name","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:e8eb36ae61764c1253d48054","label":"required_payload_fields","locator":{"end_column":24,"end_line":6,"fragment":"","pointer":"/required_payload_fields","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8fb733fa2d1ead493414ccae","label":"kernel_id","locator":{"end_column":13,"end_line":7,"fragment":"","pointer":"/required_payload_fields/0","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f7bd9fe7021d5aa3ea744612","label":"skill_name","locator":{"end_column":14,"end_line":8,"fragment":"","pointer":"/required_payload_fields/1","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:33f3be29282dd1a1e1590916","label":"application_stage","locator":{"end_column":21,"end_line":9,"fragment":"","pointer":"/required_payload_fields/2","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/2","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:d1e0e3420743df7b0c53eeb5","label":"detail_event_kind","locator":{"end_column":21,"end_line":10,"fragment":"","pointer":"/required_payload_fields/3","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/3","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5fb9a6dd82795cb8244f925d","label":"detail_receipt_ref","locator":{"end_column":22,"end_line":11,"fragment":"","pointer":"/required_payload_fields/4","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/required_payload_fields/4","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b1b9663a60f215db82868894","label":"optional_payload_fields","locator":{"end_column":24,"end_line":12,"fragment":"","pointer":"/optional_payload_fields","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:63df38cd2ea79639ca2c47c4","label":"route_ref","locator":{"end_column":13,"end_line":13,"fragment":"","pointer":"/optional_payload_fields/0","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/0","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:466702967bc196d154bf877b","label":"surface_detection_context","locator":{"end_column":29,"end_line":14,"fragment":"","pointer":"/optional_payload_fields/1","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/optional_payload_fields/1","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:75bd9025175eb1a8b01d8bce","label":"rules","locator":{"end_column":6,"end_line":15,"fragment":"","pointer":"/rules","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9402da816a515127ce82ccbf","label":"`application_stage` must equal `finish`","locator":{"end_column":43,"end_line":16,"fragment":"","pointer":"/rules/0","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/0","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:3f8f7104cf29b4d6a7a4dad0","label":"`kernel_id` must equal `project-core-session-growth-v1`","locator":{"end_column":59,"end_line":17,"fragment":"","pointer":"/rules/1","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/1","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8731143243ffee954a7093d6","label":"`skill_name` must equal `aoa-checkpoint-closeout-bridge`","locator":{"end_column":60,"end_line":18,"fragment":"","pointer":"/rules/2","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/2","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:ea49e8badb160dceaf9b9c10","label":"`detail_event_kind` must equal `checkpoint_closeout_execution_report`","locator":{"end_column":73,"end_line":19,"fragment":"","pointer":"/rules/3","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/3","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:168ddc1f26fbf44a676f6ef4","label":"`detail_receipt_ref` must point to the bounded reviewed-closeout execution report for the same run","locator":{"end_column":102,"end_line":20,"fragment":"","pointer":"/rules/4","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/4","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:183b77600e4f4538d928a04e","label":"include `route_ref` only when the orchestrator already names it honestly","locator":{"end_column":76,"end_line":21,"fragment":"","pointer":"/rules/5","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/5","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"yaml_path","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f52d043d78670a9dfdb76d21","label":"if present, `surface_detection_context` stays advisory and may only preserve shortlist, ambiguity, handoff, and closeout-link truth","locator":{"end_column":135,"end_line":22,"fragment":"","pointer":"/rules/6","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"yaml:/rules/6","source_record_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5eab4b03c3390fc369ebfe25","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:fda6fc81262926199607f2a3","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:5b5c6af57dced4e9696758bf","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:fdad960302612c2bc69753dc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:b3c40f021d3e52b7e55bcafe","label":"Release Support Active Parts Split","locator":{"end_column":36,"end_line":1,"fragment":"release-support-active-parts-split","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:release-support-active-parts-split","source_record_id":"aoa:aoa-techniques:artifact:fdad960302612c2bc69753dc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:6c8ff27f18e32f02de9462aa","label":"Index Metadata","locator":{"end_column":17,"end_line":7,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:index-metadata","source_record_id":"aoa:aoa-techniques:artifact:fdad960302612c2bc69753dc","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -31162,12 +29530,6 @@ {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:da299aeec1ce4725f7e6a11f","label":"Source project","locator":{"end_column":17,"end_line":7,"fragment":"source-project","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:source-project","source_record_id":"aoa:aoa-techniques:artifact:fed07009388e07ceef11d5ea","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:101b92a123d5346df65139a0","label":"Evidence","locator":{"end_column":11,"end_line":15,"fragment":"evidence","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:evidence","source_record_id":"aoa:aoa-techniques:artifact:fed07009388e07ceef11d5ea","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:1e0bcaec97fccef8479c4d8c","label":"Interpretation","locator":{"end_column":17,"end_line":21,"fragment":"interpretation","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:interpretation","source_record_id":"aoa:aoa-techniques:artifact:fed07009388e07ceef11d5ea","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:38caa5f4ae40e467862a32bd","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ff090c61f64bdf2c37db2b3f","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:2db3db3ac70b482a6abb1507","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:9dc51f4b1ff68e225187cee9","label":"RPG Reflection Posture","locator":{"end_column":24,"end_line":1,"fragment":"rpg-reflection-posture","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:rpg-reflection-posture","source_record_id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:25de7ce3b5077ac574c5ff82","label":"Good uses","locator":{"end_column":12,"end_line":6,"fragment":"good-uses","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:good-uses","source_record_id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:f57ad3de275ca0ba3ece533f","label":"Bad uses","locator":{"end_column":11,"end_line":17,"fragment":"bad-uses","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:bad-uses","source_record_id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:8a464d03f2d22229852922ce","label":"Session-harvest rule","locator":{"end_column":23,"end_line":25,"fragment":"session-harvest-rule","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:session-harvest-rule","source_record_id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_heading","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:c50e3ff0b08a046fb99ec1e9","label":"Automation-Readiness Direct-Read Migration Review","locator":{"end_column":51,"end_line":1,"fragment":"automation-readiness-direct-read-migration-review","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"heading:automation-readiness-direct-read-migration-review","source_record_id":"aoa:aoa-techniques:artifact:ff3eb7e7bed98dc8dc74ff0d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"artifact","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:deed7f8749125ba10207f02d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"$artifact","source_record_id":"aoa:aoa-techniques:artifact:ff3eb7e7bed98dc8dc74ff0d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_kind":"markdown_link","evidence_class":"deterministic","id":"aoa:aoa-techniques:anchor:eb3c23de5b1358a8b0d85e71","label":"Technique Reform Ingress","locator":{"end_column":41,"end_line":4,"fragment":"","pointer":"","start_column":1,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:automation-readiness-direct-read-migration-review","target_ref":"../README.md"}],"parser_ref":"aoa-markdown@1","provenance_ref":"deterministic","qualified_name":"","semantic_key":"link:4:1:0:../README.md","source_record_id":"aoa:aoa-techniques:artifact:ff3eb7e7bed98dc8dc74ff0d","symbol_kind":"","temporal_ref":"current","trust_ref":"deterministic"}, @@ -31291,7 +29653,7 @@ ], "index_identity": { "artifact_kind": "repository_anchor_index", - "content_digest": "dccebe9e6b9c5ae0135fc5fbfc38a710cc9cff3724f4b3abf773d23bd4559fcc", + "content_digest": "3b267d891842e0379ec1e07402912cbf87b66c2a754eb885459e488a728c61d0", "index_kind": "anchor", "local_id": "index:repo-local:anchors", "schema_ref": "aoa-kag:schemas/repo-local-kag-repository-index.schema.json" @@ -31397,19 +29759,19 @@ }, "schema_version": "aoa-repo-local-kag-repository-index-v2", "source_index": { - "content_digest": "f0fcdd29bf036cf6c8b787ff8d33c99b68b47538543182dc6f1d14bdb3d2cb59", + "content_digest": "6263f0d91f1e1f1156e6b5d6ba0a7b10740c2efe86fd10b1ab9852d6843430ef", "local_id": "index:repo-local:source-surfaces", "path": "kag/indexes/source_surface_index.json" }, "summary": { - "entry_count": 31288, + "entry_count": 29650, "kind_counts": { - "artifact": 2085, - "json_pointer": 1077, - "markdown_heading": 12648, - "markdown_link": 11516, - "python_symbol": 1470, - "yaml_path": 2492 + "artifact": 1874, + "json_pointer": 1025, + "markdown_heading": 11966, + "markdown_link": 11528, + "python_symbol": 1446, + "yaml_path": 1811 } } } diff --git a/kag/indexes/repo_artifact_index.json b/kag/indexes/repo_artifact_index.json index a26d580e..56162f2c 100644 --- a/kag/indexes/repo_artifact_index.json +++ b/kag/indexes/repo_artifact_index.json @@ -1,218 +1,6 @@ { "entries": [ - {"anchor_id":"aoa:aoa-techniques:anchor:0a28f3466403c47b0319eb8a","artifact_kind":"document","content_hash":"c8cbf70144517f13109472b85242c297781b2c2d006edbb050dcc0b51799ffca","id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","lineage_path":".agents/AGENTS.md","mime":"text/markdown","path":".agents/AGENTS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:eacf20168ac47994129aabe4"}, - {"anchor_id":"aoa:aoa-techniques:anchor:766568f058b843c6ab292b82","artifact_kind":"document","content_hash":"295428abcc11ea87d2a1b1e2c610e632f60076ccec7d836154888c865eb5ba90","id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","lineage_path":".agents/skills/AGENTS.md","mime":"text/markdown","path":".agents/skills/AGENTS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:fc0d5adfc6371907989913c7"}, - {"anchor_id":"aoa:aoa-techniques:anchor:9169e99fd07cee3ae37c01ba","artifact_kind":"document","content_hash":"34c277591506b9e7903914096c9cfe946ea089dd2687d04c441d54c14b2e29aa","id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","lineage_path":".agents/skills/aoa-adr-write/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-adr-write/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:4fe5af87e88f75ff89f28a5a"}, - {"anchor_id":"aoa:aoa-techniques:anchor:0e45c0a0c3c24463f7ffea4a","artifact_kind":"config","content_hash":"603a7f73ae5f1e52dafbd2cb8434123161a59289637bdf1301f66bec00d6a2be","id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","lineage_path":".agents/skills/aoa-adr-write/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-adr-write/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:6ba94eb7780d5c787524ca41"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2449cba7ac85599239680820","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:adb976718e0b9871db71f409","lineage_path":".agents/skills/aoa-adr-write/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-adr-write/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:af0a4ce49bcda1025af7d516"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2d71ea063d90002be0a74f2a","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:e5afe83667c7779006a3b340","lineage_path":".agents/skills/aoa-adr-write/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-adr-write/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:c025cd906cc02a6439d4f6fa"}, - {"anchor_id":"aoa:aoa-techniques:anchor:91b348edfba7d8ba4eb2350f","artifact_kind":"document","content_hash":"1b58eaf246f2df4efbf4ad3dc4539e0543bcfcde7c9d4b2daf58a9f4f8ab0395","id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","lineage_path":".agents/skills/aoa-adr-write/examples/example.md","mime":"text/markdown","path":".agents/skills/aoa-adr-write/examples/example.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:94b19285209933ea5cf7d176"}, - {"anchor_id":"aoa:aoa-techniques:anchor:f662582d794db930554d475e","artifact_kind":"document","content_hash":"43c1c2db59cca9a9ae8b0a70f5775777cbae125c81e5f61655870c71e9d1ff75","id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","lineage_path":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md","mime":"text/markdown","path":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:284a49c4793b79f37242f73b"}, - {"anchor_id":"aoa:aoa-techniques:anchor:5a39ecbf7c0442042f72ee93","artifact_kind":"document","content_hash":"2d3a72a252f4b60a572a48059d021f34b04ab0bc0e6fa87546a252fa834c938e","id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","lineage_path":".agents/skills/aoa-adr-write/references/decision-note.template.md","mime":"text/markdown","path":".agents/skills/aoa-adr-write/references/decision-note.template.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:e3b688017b31ca5f1f899233"}, - {"anchor_id":"aoa:aoa-techniques:anchor:55d1dd4d206d760f3baf9ecb","artifact_kind":"document","content_hash":"77c14d5ab14b8e6839e42773f3b7b87fd69a355d9f3756d5e4bb851807201c15","id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","lineage_path":".agents/skills/aoa-approval-gate-check/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-approval-gate-check/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:761e3102f77ca742ad3f868b"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2c20c5831a9c2b293596b131","artifact_kind":"config","content_hash":"aeaff362d4329bd0967f21cb44786c409a53b64c279b3e0e69ff3ca36f6303b2","id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","lineage_path":".agents/skills/aoa-approval-gate-check/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-approval-gate-check/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:4f58911cb279b8a904669393"}, - {"anchor_id":"aoa:aoa-techniques:anchor:4d55155a160e18d7a3006a12","artifact_kind":"asset","content_hash":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","id":"aoa:aoa-techniques:artifact:18b74e5a5ff59df8a04c275f","lineage_path":".agents/skills/aoa-approval-gate-check/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-approval-gate-check/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:f64b164cfc60ca79086afd92"}, - {"anchor_id":"aoa:aoa-techniques:anchor:692a44da6364bcb137656e4d","artifact_kind":"asset","content_hash":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","id":"aoa:aoa-techniques:artifact:1a6ce3b916ace93f658c1d4c","lineage_path":".agents/skills/aoa-approval-gate-check/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-approval-gate-check/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:28527cc12f47b242c613efbd"}, - {"anchor_id":"aoa:aoa-techniques:anchor:e58a756cc935a2795ee351e2","artifact_kind":"document","content_hash":"6bd41343b8785544de83766f90bd21b93b896aa87949c476c7a417b9d5ed2001","id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","lineage_path":".agents/skills/aoa-approval-gate-check/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-approval-gate-check/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:5f6a9d3e985ba701a71c9cff"}, - {"anchor_id":"aoa:aoa-techniques:anchor:83f889da9b259842d99e9f7f","artifact_kind":"document","content_hash":"8df2a25434c807b0a1f661918a8847abd9e6e15df305136389b41c720203fa7e","id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","lineage_path":".agents/skills/aoa-approval-gate-check/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-approval-gate-check/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2b2aa84554f4e79697e313fe"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2329c354f1f66f2882c03fed","artifact_kind":"document","content_hash":"83fa9ea56ec9bf6ee4d3dcaea5d2ae018c9900e6bbf295e60096467c8784fee8","id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","lineage_path":".agents/skills/aoa-automation-opportunity-scan/SKILL.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:238723bd2edf8d41a12442c8"}, - {"anchor_id":"aoa:aoa-techniques:anchor:f66b5a50f9134b7216a128ea","artifact_kind":"config","content_hash":"376d48119054589ea97f3d2ca1758e9cb86c82c4413639d73d75a191889ae838","id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","lineage_path":".agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml#generation-2","mime":"application/yaml","path":".agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:4dd55ce8167aba4923900236"}, - {"anchor_id":"aoa:aoa-techniques:anchor:bfbb7f9c02a1c7d64e49c5eb","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:8332989297232b11ad1350ff","lineage_path":".agents/skills/aoa-automation-opportunity-scan/assets/large-logo.svg#generation-2","mime":"image/svg+xml","path":".agents/skills/aoa-automation-opportunity-scan/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:f2fc7a7432f23d6b206e6b67"}, - {"anchor_id":"aoa:aoa-techniques:anchor:38dad3927ac983e1ddac2eeb","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:09cb49ad526692a9aa564893","lineage_path":".agents/skills/aoa-automation-opportunity-scan/assets/small-logo.svg#generation-2","mime":"image/svg+xml","path":".agents/skills/aoa-automation-opportunity-scan/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:d5ce51c53e53a055a0db70ac"}, - {"anchor_id":"aoa:aoa-techniques:anchor:457dbfcaf85357bf35a25481","artifact_kind":"document","content_hash":"0141b043cdcdb448bdeb9fe91102f4b6d1ea9b8ada5af708998c56dd24b1cd8e","id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","lineage_path":".agents/skills/aoa-automation-opportunity-scan/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1b9d9ba8b201e2ad33c0e79c"}, - {"anchor_id":"aoa:aoa-techniques:anchor:43e110274cba07d3bd0500f2","artifact_kind":"document","content_hash":"dc84b66b337d7a0ce7f4e738e97a8e575659abdf2bb7142d713d035e0bb1235a","id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","lineage_path":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:193b96caf38233820b5a973b"}, - {"anchor_id":"aoa:aoa-techniques:anchor:90fc909d097c46a144a1ed78","artifact_kind":"config","content_hash":"20f326e775a17b39065c04829ec59309b7142add7d9785312a4f792bddcb5eec","id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:b9d8e916dac659e2f5873acf"}, - {"anchor_id":"aoa:aoa-techniques:anchor:ea0c8561a4c29feccd3026af","artifact_kind":"document","content_hash":"b030263ee29dd564a17170e189686a3eeb8f9252e73a2559f3c5ca7aa4f7c327","id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:6c734c193d5604a994f51e83"}, - {"anchor_id":"aoa:aoa-techniques:anchor:07aa41f30f92ca27d95da8d0","artifact_kind":"config","content_hash":"f847386ef604f1b9934fd492a55e751326d2397efaad510256ae8800be7578c5","id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml#generation-2","mime":"application/yaml","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:c900d8a692df852297063be1"}, - {"anchor_id":"aoa:aoa-techniques:anchor:5caa4d4638e9b3eedb79e9c1","artifact_kind":"document","content_hash":"3f45a9150db31af9fd5ae707e9d385f898e6ae3fd2e774ec2111c5e7153839e5","id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:0b4a134ffeacb8e0b2ca68ca"}, - {"anchor_id":"aoa:aoa-techniques:anchor:d4489ab3d4e1629a2bb89686","artifact_kind":"config","content_hash":"43593494e84940c64330a006a0445033fc09f74b71224dbc9d3a898e6e36c8cd","id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/core-skill-application-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-automation-opportunity-scan/references/core-skill-application-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:c53742d96a174e160390c22b"}, - {"anchor_id":"aoa:aoa-techniques:anchor:1930241d71de18bb23b5fe1e","artifact_kind":"document","content_hash":"ce2eed0d1ba31f2192b9d06d413a0e9997e0591f77d0f6f443d5f6b1e619dac4","id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:75d2a856020281934a83bd74"}, - {"anchor_id":"aoa:aoa-techniques:anchor:21cb757f92ee0136a08c2047","artifact_kind":"document","content_hash":"4a9a11cb9e40c6b15a5f01a352b65a1efc07722f1b077388c3b2b31a56f9af8d","id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:602543e67e115ea9866b4861"}, - {"anchor_id":"aoa:aoa-techniques:anchor:79196c966016f369c330aea3","artifact_kind":"document","content_hash":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:ffb8bacaf68ba2ab6ac0b24d"}, - {"anchor_id":"aoa:aoa-techniques:anchor:7b56b547432ff3b5567c06ec","artifact_kind":"document","content_hash":"53c8e862c9359faa17c09dc288274f6fcbe86d4f9bd8e54a920e52d1be07933c","id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","lineage_path":".agents/skills/aoa-bounded-context-map/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-bounded-context-map/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:4943c74a9dd1b84182088e8a"}, - {"anchor_id":"aoa:aoa-techniques:anchor:77584e9b05fa752d5f093e27","artifact_kind":"config","content_hash":"e068db385063d74ddbe604c72804574321daf968f3b3b5a3c79d8c99a4a62611","id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","lineage_path":".agents/skills/aoa-bounded-context-map/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-bounded-context-map/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:9c08e8a609f24e1c2f274801"}, - {"anchor_id":"aoa:aoa-techniques:anchor:699e4bfaff83e4d31fdec72f","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:e43c0a58f055dbff935dda86","lineage_path":".agents/skills/aoa-bounded-context-map/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-bounded-context-map/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:c66d5ab5ba59264c7b4127f5"}, - {"anchor_id":"aoa:aoa-techniques:anchor:e389add54f5c6e1ab35be113","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:f9278c27fa3a43f533c83fbd","lineage_path":".agents/skills/aoa-bounded-context-map/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-bounded-context-map/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:4e87474998de578652507a91"}, - {"anchor_id":"aoa:aoa-techniques:anchor:df28a205fe1d1ce628541498","artifact_kind":"document","content_hash":"064334ef81882500678dcc65615137ac0bd795480a901d687c9d2f4dfa2d9455","id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","lineage_path":".agents/skills/aoa-bounded-context-map/examples/example.md","mime":"text/markdown","path":".agents/skills/aoa-bounded-context-map/examples/example.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:77dcb864a2760ff6e95da0d9"}, - {"anchor_id":"aoa:aoa-techniques:anchor:6cf2214359f5c329d8bd7342","artifact_kind":"document","content_hash":"84068adea8295b67dd1810d7051cb761f5a8142af31748dcc7482eb4aa441952","id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","lineage_path":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md","mime":"text/markdown","path":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:37175935976363b9f2000027"}, - {"anchor_id":"aoa:aoa-techniques:anchor:74e614843fef08878688c74a","artifact_kind":"document","content_hash":"658236ac8e6f3fa85d4af97d07c4043254cb349c282252c539000374e13c9c36","id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","lineage_path":".agents/skills/aoa-bounded-context-map/references/context-map.template.md","mime":"text/markdown","path":".agents/skills/aoa-bounded-context-map/references/context-map.template.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:7c32317f7678f8fd224e2b91"}, - {"anchor_id":"aoa:aoa-techniques:anchor:822766081dc706c4a5596d8d","artifact_kind":"document","content_hash":"b2520cd09af06053bd8832ff9f2ed2997831054445477273cd26e3b945850d89","id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","lineage_path":".agents/skills/aoa-change-protocol/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-change-protocol/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:e5a238c64818efeb326670e9"}, - {"anchor_id":"aoa:aoa-techniques:anchor:e9763dc43fb4cdb1bcf73057","artifact_kind":"config","content_hash":"19c9d8c484b85bfac8beba4916f17a68935973577f4c74d80181463009bfa38b","id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","lineage_path":".agents/skills/aoa-change-protocol/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-change-protocol/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:ddb3731ab2a4912c0e9541a8"}, - {"anchor_id":"aoa:aoa-techniques:anchor:70fa9eff724b915e67129fee","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:13ea3af4d96e46f27186ab12","lineage_path":".agents/skills/aoa-change-protocol/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-change-protocol/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1b89ddc6d17cf650622bdef2"}, - {"anchor_id":"aoa:aoa-techniques:anchor:c32051c8d766091e5b4fc84b","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:094ebac0e7e2f3ce57cf25e2","lineage_path":".agents/skills/aoa-change-protocol/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-change-protocol/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:e5b169214b0ec8c9cfcf6fd8"}, - {"anchor_id":"aoa:aoa-techniques:anchor:79b77475e880b10e34c9194f","artifact_kind":"document","content_hash":"96e3ea36a43869afe74cfc749a09ea181e8f1f34a56d17715546eef3d26b9516","id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","lineage_path":".agents/skills/aoa-change-protocol/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-change-protocol/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:c039442081d2176d38f49542"}, - {"anchor_id":"aoa:aoa-techniques:anchor:64edd1d3011388027cef1d7d","artifact_kind":"document","content_hash":"87791a109844b1201f4d7840d1b42ca2f2a96ad0695a0f10fac16c42ce29c89c","id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","lineage_path":".agents/skills/aoa-change-protocol/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-change-protocol/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:aec8c47f81a75c312dbb50b1"}, - {"anchor_id":"aoa:aoa-techniques:anchor:082a5ef4d07a2dea7b4895b5","artifact_kind":"document","content_hash":"260727fa0b4bc4b83da0808cacd2947507f704e065d7971c8f0b50bdf54830e0","id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:0461dbab0dcba2311005553c"}, - {"anchor_id":"aoa:aoa-techniques:anchor:fdf9ae9c86c7e5dc96e6a3b7","artifact_kind":"config","content_hash":"9ffa3cf29372b22ce320112feb22f7a6cfd8504be5bcee2d29013c24c1cc0ae7","id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:3e650bb282d69e158699e67c"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2f56831d807890c4b87af7e7","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:6ef01b8e7e152498e89ee3a5","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:30b7afb4e5ac959b640798aa"}, - {"anchor_id":"aoa:aoa-techniques:anchor:730c9f45de8d398861c85b43","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:554104d8a235d4a1025a0606","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:30a45fbe9d2e5426f424f704"}, - {"anchor_id":"aoa:aoa-techniques:anchor:acefe65248a17f4aced3e316","artifact_kind":"document","content_hash":"f1755482da17ea3f6a185e13262dfd7a40a26237ef2fa7eec8a9d20adf5ba686","id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:5b13a28d5e75f2bb1f74c72e"}, - {"anchor_id":"aoa:aoa-techniques:anchor:7955adcaf003db2c2d0ab54b","artifact_kind":"document","content_hash":"722e178a92d429034f2a79b2bba82baf42d6cc3536865cd6ce3051ba2139cbc2","id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:62902a74de173dfd59b41917"}, - {"anchor_id":"aoa:aoa-techniques:anchor:d5a37533745ac0ae6a130a02","artifact_kind":"config","content_hash":"d5ac9105eaeff73f88396ca5af99b026fc1632590bb66ff5f8fe2f952a014eec","id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:f810ad167958ff63a39c439a"}, - {"anchor_id":"aoa:aoa-techniques:anchor:04c20aa7744d9886284248bf","artifact_kind":"config","content_hash":"07b6c970e3fb93bc4b49c238b12260f78250b6307cc2e786fe42c9b35c17359f","id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/references/core-skill-application-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/core-skill-application-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:ef222b5a3ba4f5661323bb00"}, - {"anchor_id":"aoa:aoa-techniques:anchor:146e08ab9b2543c41b3b9000","artifact_kind":"document","content_hash":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md","mime":"text/markdown","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:aa131d145dc59aa9acd706b0"}, - {"anchor_id":"aoa:aoa-techniques:anchor:cb5517415ee3f11a717f7b0c","artifact_kind":"document","content_hash":"3579507656a9680c6448b8cb0798bef4c588574ead55c87a05a619c459aa3142","id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","lineage_path":".agents/skills/aoa-commit-growth-seam/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-commit-growth-seam/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:19671409725f5810075cdcc5"}, - {"anchor_id":"aoa:aoa-techniques:anchor:5e0306e4895dfc63062f2ae2","artifact_kind":"config","content_hash":"3d221044a22a1c3f51e6eec73ccdca67be5686123c1b754c7f9808a65a396367","id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","lineage_path":".agents/skills/aoa-commit-growth-seam/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-commit-growth-seam/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2f8d534f1daac442b6615a55"}, - {"anchor_id":"aoa:aoa-techniques:anchor:03c8fbbe1087020e6fd57a27","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:c50c0d77d1853be5cf94cf88","lineage_path":".agents/skills/aoa-commit-growth-seam/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-commit-growth-seam/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:69f25738983e21c79d45d07b"}, - {"anchor_id":"aoa:aoa-techniques:anchor:17583ff356ab62ec4b8faaef","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:41d7907a0164582cfc9b6e36","lineage_path":".agents/skills/aoa-commit-growth-seam/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-commit-growth-seam/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:b07d1d3a5557ca662c0b8d57"}, - {"anchor_id":"aoa:aoa-techniques:anchor:a32eaa6335966eec7b1a1e2d","artifact_kind":"document","content_hash":"06791eb6ddefda2908c52b17f2e796bcdaf82ea7e7f8e6244f5a887140ff9c47","id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","lineage_path":".agents/skills/aoa-commit-growth-seam/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-commit-growth-seam/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:eeb65cc5ed92e05038564bc3"}, - {"anchor_id":"aoa:aoa-techniques:anchor:9a47b4c355ea23788b854a07","artifact_kind":"document","content_hash":"88d714dc02c471f317d8c25021bae6242060a9b0cfd325183ea44146d5ffb5d4","id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","lineage_path":".agents/skills/aoa-commit-growth-seam/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-commit-growth-seam/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:3c848d7cfb83ce10f137dfa0"}, - {"anchor_id":"aoa:aoa-techniques:anchor:901ebe884eb24a6de300bb9d","artifact_kind":"document","content_hash":"f966cf9acc169f43dbdbbf6a24e5ea2a52a354ab992a8172b0558ce874ab32d6","id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","lineage_path":".agents/skills/aoa-contract-test/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-contract-test/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1b67ed4b50072d02b29f1f5a"}, - {"anchor_id":"aoa:aoa-techniques:anchor:59a93b6e6a9bf59c7a295537","artifact_kind":"config","content_hash":"389f68eb9f44d9d0f5ac4f277ed07a72ea5b024bfae6628842ba68a2612a2003","id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","lineage_path":".agents/skills/aoa-contract-test/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-contract-test/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:219d0f1d2f01a677a55a8bc8"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2ed5515d1b5f880d8f274c58","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:7bee74fe0254b259c85979a4","lineage_path":".agents/skills/aoa-contract-test/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-contract-test/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:da1afcb683fe1643986ed60a"}, - {"anchor_id":"aoa:aoa-techniques:anchor:bb55a0402abf7efa69474420","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:4452d53f16e627f25a4ad68b","lineage_path":".agents/skills/aoa-contract-test/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-contract-test/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:7f853b57f5b8da1af498e4db"}, - {"anchor_id":"aoa:aoa-techniques:anchor:79a3e8edf71ea39d9090a49f","artifact_kind":"document","content_hash":"a00dda1ca7ce0702d8a21d3f15ed73bd0137357ec7c22af3758a0b2d7ff83cab","id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","lineage_path":".agents/skills/aoa-contract-test/examples/example.md","mime":"text/markdown","path":".agents/skills/aoa-contract-test/examples/example.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:b87bdb01db6c81cf94ef3225"}, - {"anchor_id":"aoa:aoa-techniques:anchor:bd06a22ba55213434fcd44c9","artifact_kind":"document","content_hash":"9409525b8e52be381acfec517234b78d20e0408b3fe6a9acab87df5dfbca64d6","id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","lineage_path":".agents/skills/aoa-contract-test/references/contract-shapes.md","mime":"text/markdown","path":".agents/skills/aoa-contract-test/references/contract-shapes.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:81eaaa5ac2e0cc006c60f471"}, - {"anchor_id":"aoa:aoa-techniques:anchor:260342ab54f7912e4e4d8670","artifact_kind":"document","content_hash":"de793750042007cfd50adfd040d4d95928e622dcef6201a234e2fdc8bbbd20a3","id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","lineage_path":".agents/skills/aoa-core-logic-boundary/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-core-logic-boundary/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:469d6fb834d9bc7b7d86c348"}, - {"anchor_id":"aoa:aoa-techniques:anchor:c66fa76859a6a2230ba6b77e","artifact_kind":"config","content_hash":"24c9ceb3959e0fde9895115712227ee1097efc80dd26ab9642113d523cc56f66","id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","lineage_path":".agents/skills/aoa-core-logic-boundary/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-core-logic-boundary/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:c3a5bb565a232173a4d9c5fb"}, - {"anchor_id":"aoa:aoa-techniques:anchor:6aa1ee09c39bf3a223a8b44d","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:9d3d12a86424bc775e82d788","lineage_path":".agents/skills/aoa-core-logic-boundary/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-core-logic-boundary/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:8c8e96cfa6a6bc720f772afa"}, - {"anchor_id":"aoa:aoa-techniques:anchor:1d3334a76184de93e733a0d6","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:e1fda7ed619c326866eed6e2","lineage_path":".agents/skills/aoa-core-logic-boundary/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-core-logic-boundary/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:11325b246a1140b025ebcd1a"}, - {"anchor_id":"aoa:aoa-techniques:anchor:6659225f5859ad8c1219bf21","artifact_kind":"document","content_hash":"8d035f0f74ac833d49177ccae461770276afcfd0630c7cb97eb5d4fe69c462c9","id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","lineage_path":".agents/skills/aoa-core-logic-boundary/examples/example.md","mime":"text/markdown","path":".agents/skills/aoa-core-logic-boundary/examples/example.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:b76b68474b1c821abfc863fb"}, - {"anchor_id":"aoa:aoa-techniques:anchor:fbe51c1758e1b5fb3e53b942","artifact_kind":"document","content_hash":"df825d59dbbc4ab5e1cf28c913d68ff5aaeecaab7761e48edaf951dd32b0aae1","id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","lineage_path":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md","mime":"text/markdown","path":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:9beee8ca7771c2fb9360847b"}, - {"anchor_id":"aoa:aoa-techniques:anchor:77dd3e829108b1464f95adfb","artifact_kind":"document","content_hash":"fef64c9479e51af6abcb096ae402d11dcb0946c828f95ace08d077cff3f0b1f0","id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","lineage_path":".agents/skills/aoa-dry-run-first/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-dry-run-first/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:093f1c175fd0cbb95830e64f"}, - {"anchor_id":"aoa:aoa-techniques:anchor:ad8e42557405b77971f50592","artifact_kind":"config","content_hash":"4a76d760aaec004ae61643111a52fe13e8a5a7fdda65d70d775f457e579f4d2f","id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","lineage_path":".agents/skills/aoa-dry-run-first/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-dry-run-first/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:b402f48142388a6b01301c27"}, - {"anchor_id":"aoa:aoa-techniques:anchor:67bb0f9600d091fa8f98c602","artifact_kind":"config","content_hash":"4ecd683e8503fcb63f15b254aacf1c1194f4178cd5c433a38bfd135513e2de8b","id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","lineage_path":".agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json","mime":"application/json","path":".agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:f10c17f19f4c21b3f4fd7759"}, - {"anchor_id":"aoa:aoa-techniques:anchor:5be980bf4843ab56f137fd35","artifact_kind":"schema","content_hash":"aa51b7dcb6bea8c4ebcdeac246393d9a2d5f012b78f3562ec7941f03f8d00b4f","id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","lineage_path":".agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json","mime":"application/json","path":".agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:0b06a8f6aa04914a05eb2f70"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2b311a120d53761a68305a1a","artifact_kind":"asset","content_hash":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","id":"aoa:aoa-techniques:artifact:c7deead25794dc3e0b9188a7","lineage_path":".agents/skills/aoa-dry-run-first/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-dry-run-first/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:6fe43c96f00df142965c5bd0"}, - {"anchor_id":"aoa:aoa-techniques:anchor:451323b97064796043f95ae5","artifact_kind":"asset","content_hash":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","id":"aoa:aoa-techniques:artifact:b6c2f9b6844178e9809cfa1f","lineage_path":".agents/skills/aoa-dry-run-first/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-dry-run-first/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:d61110bd6609c3ab0f219276"}, - {"anchor_id":"aoa:aoa-techniques:anchor:a87aeab7ae40331d01996f23","artifact_kind":"document","content_hash":"6db3f939b7b19e4ba8d91673eae4e8ea74bf4e0df298ef660c869a2a302944fd","id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","lineage_path":".agents/skills/aoa-dry-run-first/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-dry-run-first/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:517c2c68a81c885592c3d792"}, - {"anchor_id":"aoa:aoa-techniques:anchor:c69ff88c69391d705b9fcf15","artifact_kind":"document","content_hash":"1321fc858d8d92f93c74c784b4abc1c2859c3d61a1607deb525456fb04bbb70d","id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","lineage_path":".agents/skills/aoa-dry-run-first/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-dry-run-first/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:0bec4a0f8364850d7c134b23"}, - {"anchor_id":"aoa:aoa-techniques:anchor:995dd7656467e68f9ff726c7","artifact_kind":"document","content_hash":"e4b614e2654a77cb7e67cb8f1348cd7d20aaed8a930b4fd8e503cd2166ebe614","id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","lineage_path":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md","mime":"text/markdown","path":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:125461d524cf99fc3c521ceb"}, - {"anchor_id":"aoa:aoa-techniques:anchor:4f2cd452f7ae94645c7e3b97","artifact_kind":"document","content_hash":"b131942c6b4bccf003eb946a9ba7abfb15d35bd9f817a3c9487e15831e3f6356","id":"aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","lineage_path":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md","mime":"text/markdown","path":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:b8aebdda1fbce3c1ec352ec7"}, - {"anchor_id":"aoa:aoa-techniques:anchor:f0ae42f04dceaca4c38d9c7a","artifact_kind":"script","content_hash":"679498e2f8e139bc6c68fbaeb023c82a68f062a2aab04557a9e4b6d89f5adc94","id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","lineage_path":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py","mime":"text/x-python","path":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:69c431a2945576c64f4f783f"}, - {"anchor_id":"aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008","artifact_kind":"script","content_hash":"e87633e8ddb0a07a9ad703148c7dc82c5b2c20c46d2fa9b8a9948365224a9ade","id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","lineage_path":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py","mime":"text/x-python","path":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2e3c8bcefb950b9540cbd620"}, - {"anchor_id":"aoa:aoa-techniques:anchor:de0c908f58373d14174eba50","artifact_kind":"document","content_hash":"2b4aa6740b4405d38f26757fd1a9510e4b2cadd9dfa37945a69427809d529525","id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","lineage_path":".agents/skills/aoa-invariant-coverage-audit/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-invariant-coverage-audit/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1bfa36ff0aa857c69e490ee1"}, - {"anchor_id":"aoa:aoa-techniques:anchor:45025ae3367a385c72fd514b","artifact_kind":"config","content_hash":"d6d0d2e18af879a4b23093e54646c6ae34cc7c912e42f96653b6b357b37420e1","id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","lineage_path":".agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:181d767915505a45a1562130"}, - {"anchor_id":"aoa:aoa-techniques:anchor:937d015dad887d3ac98301f3","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:7b5fbfab2f6c7d53a5345161","lineage_path":".agents/skills/aoa-invariant-coverage-audit/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-invariant-coverage-audit/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:104bc30f2445270c9dfa7583"}, - {"anchor_id":"aoa:aoa-techniques:anchor:33dacadb439212fe273f5d11","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:3557634eec6bdb53d6d4db40","lineage_path":".agents/skills/aoa-invariant-coverage-audit/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-invariant-coverage-audit/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:5d43acccadf38120a8f5fa4e"}, - {"anchor_id":"aoa:aoa-techniques:anchor:772a3300d2ae3ee9fced7a93","artifact_kind":"document","content_hash":"89d852dabb324539bd57676088bd72eb7570de06af52f8f9aa2e1793ed9923b5","id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","lineage_path":".agents/skills/aoa-invariant-coverage-audit/examples/example.md","mime":"text/markdown","path":".agents/skills/aoa-invariant-coverage-audit/examples/example.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:253d6c5546810314193a175a"}, - {"anchor_id":"aoa:aoa-techniques:anchor:18f3dc49afa4ff405f6b9d4d","artifact_kind":"document","content_hash":"6d59049e6371995f6cd1b6944ab6e9fb6cccfafab8eb8601c29e344f3035563a","id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","lineage_path":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md","mime":"text/markdown","path":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:a66f09154e20df2818596609"}, - {"anchor_id":"aoa:aoa-techniques:anchor:f3d935855c087ec511fb9996","artifact_kind":"document","content_hash":"3bb3ec18b33095297063c61c375d36eaebabb8edf60f0e34d035d49f7880387a","id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","lineage_path":".agents/skills/aoa-local-stack-bringup/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-local-stack-bringup/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:c63bbb89322d20ae7c88a5d0"}, - {"anchor_id":"aoa:aoa-techniques:anchor:72b92249051a1295a1fdc195","artifact_kind":"config","content_hash":"7c9fae46d5095ffdd4354ceac573888e1dc7f8102709d5eb7c3d36f9155c1f82","id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","lineage_path":".agents/skills/aoa-local-stack-bringup/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-local-stack-bringup/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:f32bf0c096e9e4d78ef926b5"}, - {"anchor_id":"aoa:aoa-techniques:anchor:58e11c9efccace294d2bfae5","artifact_kind":"asset","content_hash":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","id":"aoa:aoa-techniques:artifact:db384e6839b485bc81880159","lineage_path":".agents/skills/aoa-local-stack-bringup/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-local-stack-bringup/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:64626bfc8d38452bb637219a"}, - {"anchor_id":"aoa:aoa-techniques:anchor:fbd3f97413fbd37b1f4fbdb6","artifact_kind":"config","content_hash":"3a7acf4aeebcb2cec01bde28ab5380dfe19fbd6f85daaa9cbd3d822dd5656288","id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","lineage_path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json","mime":"application/json","path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:6cf9541f91dac162377eda76"}, - {"anchor_id":"aoa:aoa-techniques:anchor:6e95b1abbb9c44e5cc38dc77","artifact_kind":"schema","content_hash":"a8d4cf1ae3160118d0cb2985ad7d23a6ca37bae3ece369419dd5721183f54684","id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","lineage_path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json","mime":"application/json","path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:7f3aaa3c85f975974cd8a417"}, - {"anchor_id":"aoa:aoa-techniques:anchor:b2864cddaa4dc994e03423b4","artifact_kind":"asset","content_hash":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","id":"aoa:aoa-techniques:artifact:c1cec244488955706be397f1","lineage_path":".agents/skills/aoa-local-stack-bringup/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-local-stack-bringup/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2024f54a45f2d6690d8e9177"}, - {"anchor_id":"aoa:aoa-techniques:anchor:7d0274677e27b3ec6286e4be","artifact_kind":"document","content_hash":"765995cb6df99aec197beb6db4cf168f7a13a3ec418a217790b63ca83c384f4c","id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","lineage_path":".agents/skills/aoa-local-stack-bringup/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-local-stack-bringup/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:6c6e91b729593ad0c169ee18"}, - {"anchor_id":"aoa:aoa-techniques:anchor:97e1be4eae0493b2728a556f","artifact_kind":"document","content_hash":"4fbe1a35fec00e8e973afd354eba175928a2c500a773e19d69a84bf4f5fcb9c7","id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","lineage_path":".agents/skills/aoa-local-stack-bringup/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-local-stack-bringup/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:822ee38990cb3d43e3addb39"}, - {"anchor_id":"aoa:aoa-techniques:anchor:a84ff848bbc14cda817c4529","artifact_kind":"document","content_hash":"38e5c080beddc2d7a1681268cf0b422698eb04ba420506b0571edfc15a77b319","id":"aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","lineage_path":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md","mime":"text/markdown","path":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:9925f39209e8a1dfa61f656c"}, - {"anchor_id":"aoa:aoa-techniques:anchor:d01d63beaa907db04f7dfa46","artifact_kind":"document","content_hash":"44d74089c50f419080661c9bdc4d5cc0fb10a1960f32a7322ecd6cda463f0183","id":"aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","lineage_path":".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md","mime":"text/markdown","path":".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:8be1a90cfb3cf611d41a9d9d"}, - {"anchor_id":"aoa:aoa-techniques:anchor:216e6bc90fdc8136c822acc7","artifact_kind":"script","content_hash":"3f33dc49122e254fca13ca58a38311a687d5e5c917762981a33529721282cf9e","id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","lineage_path":".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py","mime":"text/x-python","path":".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:e2a47ba013c268010960eb5f"}, - {"anchor_id":"aoa:aoa-techniques:anchor:bc266cb04785c75c388f3960","artifact_kind":"script","content_hash":"07c5ee1cc208e82c9b7ae1c462ca78c3eb3970298ae46003cd5ab80666954f87","id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","lineage_path":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py","mime":"text/x-python","path":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2a460042413cea0b158c846b"}, - {"anchor_id":"aoa:aoa-techniques:anchor:0a3436fea75ef75cb22a94fc","artifact_kind":"document","content_hash":"53ee15115b26c13c04784a116677dca5fa04e9efb2d79fbf5c8872d5838a8a98","id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","lineage_path":".agents/skills/aoa-port-adapter-refactor/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-port-adapter-refactor/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:18cc717ec7b5336b1424bd57"}, - {"anchor_id":"aoa:aoa-techniques:anchor:d0d179ff34af7c70309975cd","artifact_kind":"config","content_hash":"0d61f9979ef39acdb6a6da8f7884a5b5bf086ec911de11cbb6042bb1c7dbad87","id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","lineage_path":".agents/skills/aoa-port-adapter-refactor/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-port-adapter-refactor/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:f4b8270223be89dfb8a118b0"}, - {"anchor_id":"aoa:aoa-techniques:anchor:3c78d36e8ea533377c73237d","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:c3144eb71b18e2674bc43f87","lineage_path":".agents/skills/aoa-port-adapter-refactor/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-port-adapter-refactor/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:0f4ccf16732250a907fc3648"}, - {"anchor_id":"aoa:aoa-techniques:anchor:7f90613e6b081e4c0dcd3b36","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:1a6da3c4c87b99e8491ed6b0","lineage_path":".agents/skills/aoa-port-adapter-refactor/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-port-adapter-refactor/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:e04f8d1079b7d90c7e793c3a"}, - {"anchor_id":"aoa:aoa-techniques:anchor:3cc1662b5ee122f6b7dd91a1","artifact_kind":"document","content_hash":"84322cd87811318406eadac5fccde0712147f34657d14254c43479391bc5d456","id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","lineage_path":".agents/skills/aoa-port-adapter-refactor/examples/example.md","mime":"text/markdown","path":".agents/skills/aoa-port-adapter-refactor/examples/example.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:ec5bdcdd681ab315163fa605"}, - {"anchor_id":"aoa:aoa-techniques:anchor:c93e6ecea8a8b364d103fc64","artifact_kind":"document","content_hash":"be01e48b90776d71cf194b70d1bbaf2bc56bb291523d3162a0c4e451de64e9ce","id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","lineage_path":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md","mime":"text/markdown","path":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:b15c21e26452ce03e646734a"}, - {"anchor_id":"aoa:aoa-techniques:anchor:24b6d9835577d94f77e71b52","artifact_kind":"document","content_hash":"3fbdf00d1a1a3172d4cc2aeb87a5aaccb53701bdc6fa9df13c2ba7786790a841","id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","lineage_path":".agents/skills/aoa-property-invariants/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-property-invariants/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:8810b8aa4a43268af523c0ce"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2aca2d1494ef3f70fed972f0","artifact_kind":"config","content_hash":"3825844807926892471b07295f5808c12d8fec86bdd01fd84353dce92468593e","id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","lineage_path":".agents/skills/aoa-property-invariants/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-property-invariants/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:31e1f53bf2b66e66eab2cbec"}, - {"anchor_id":"aoa:aoa-techniques:anchor:63081d4dc1f355056375aee7","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:a1b7548f51793f4b5377dc9f","lineage_path":".agents/skills/aoa-property-invariants/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-property-invariants/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:acf230fad92340e5c0c1d5eb"}, - {"anchor_id":"aoa:aoa-techniques:anchor:38caa5f4ae40e467862a32bd","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:ff090c61f64bdf2c37db2b3f","lineage_path":".agents/skills/aoa-property-invariants/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-property-invariants/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:9f3c8b8263caab8bf1cf2c7e"}, - {"anchor_id":"aoa:aoa-techniques:anchor:8450e468d7bbfc9cfd4526f8","artifact_kind":"document","content_hash":"343002a472e989351387b6b3770a860532279973b56a40325ef4c1d344119340","id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","lineage_path":".agents/skills/aoa-property-invariants/examples/example.md","mime":"text/markdown","path":".agents/skills/aoa-property-invariants/examples/example.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2e24d1a210cfeba86f5e9333"}, - {"anchor_id":"aoa:aoa-techniques:anchor:17eede8e1ea204f728dad114","artifact_kind":"document","content_hash":"85f2509112b6a74d0c6df1912ce600b8187ce8332e509955cb960f0d74e88f39","id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","lineage_path":".agents/skills/aoa-property-invariants/references/invariant-shapes.md","mime":"text/markdown","path":".agents/skills/aoa-property-invariants/references/invariant-shapes.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:82073a32d50b50c117437822"}, - {"anchor_id":"aoa:aoa-techniques:anchor:5169fa4934223be05134b570","artifact_kind":"document","content_hash":"8ff631f4df15ea3966df4108fd03171525629c37b9fe894c7af606b90097d43d","id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","lineage_path":".agents/skills/aoa-quest-harvest/SKILL.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-quest-harvest/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:b5609911d923430d78e1db31"}, - {"anchor_id":"aoa:aoa-techniques:anchor:a66c140085547db71257cb9e","artifact_kind":"config","content_hash":"bb5c0fb612f3ec2de0428c12b85e381db69522bd018a97a42c61ba8e6c617d50","id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","lineage_path":".agents/skills/aoa-quest-harvest/agents/openai.yaml#generation-2","mime":"application/yaml","path":".agents/skills/aoa-quest-harvest/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:a219e275d8d829f679c6e45d"}, - {"anchor_id":"aoa:aoa-techniques:anchor:7288bbb50e5514262dd3a448","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:8e9ba9b293f5b013b7268017","lineage_path":".agents/skills/aoa-quest-harvest/assets/large-logo.svg#generation-2","mime":"image/svg+xml","path":".agents/skills/aoa-quest-harvest/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2e6e577a002b5cad7f61f1cb"}, - {"anchor_id":"aoa:aoa-techniques:anchor:287f8bd77b3c60b181a17230","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:e4085ed8d332415607938122","lineage_path":".agents/skills/aoa-quest-harvest/assets/small-logo.svg#generation-2","mime":"image/svg+xml","path":".agents/skills/aoa-quest-harvest/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:9119ecdcafc52b465daff5ff"}, - {"anchor_id":"aoa:aoa-techniques:anchor:ecff337358ec01309662d780","artifact_kind":"document","content_hash":"8cb4c20723825c569d513042290272d683743c7865b8ac6a49f62d87059921a3","id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","lineage_path":".agents/skills/aoa-quest-harvest/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-quest-harvest/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:841beb554f6ab55f0f7a8d65"}, - {"anchor_id":"aoa:aoa-techniques:anchor:fd47261ae69f50158f266544","artifact_kind":"document","content_hash":"771713c03cdb2d6277f2491ef74e8038bf43b13f050c7cc3793e323405e66592","id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","lineage_path":".agents/skills/aoa-quest-harvest/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-quest-harvest/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:4f3ea5d23ada20d49447d7e1"}, - {"anchor_id":"aoa:aoa-techniques:anchor:27bac5c714ca45f1c975fb0a","artifact_kind":"config","content_hash":"ae8b387619603f06a682a31ddd6f2648f1f1ffb647fbe0b56936327dc085652f","id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","lineage_path":".agents/skills/aoa-quest-harvest/references/core-skill-application-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-quest-harvest/references/core-skill-application-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:3ce687afd8d74236e693b59a"}, - {"anchor_id":"aoa:aoa-techniques:anchor:74dd2589c3cc7d31292f7d1a","artifact_kind":"document","content_hash":"c64f8f359075097fec916aa13f27c9e9350b98a0ae836ea4b2980adf67607178","id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","lineage_path":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:a4df6312aca20821f8dbbbdd"}, - {"anchor_id":"aoa:aoa-techniques:anchor:27240726e14b851048eebdca","artifact_kind":"config","content_hash":"b95b9f69eacae1287b21ff82a07500bfdd04554779876a5941fcede705b613df","id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","lineage_path":".agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:e6ceb4dc3bc203b508323216"}, - {"anchor_id":"aoa:aoa-techniques:anchor:8b23544bfd64771a11fe9223","artifact_kind":"document","content_hash":"848a0239a14eab9b1e72461308a0703de35c29ae853be8bf34e60635c5d93055","id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","lineage_path":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md","mime":"text/markdown","path":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:cc5dc0b48c129dfb11a0b249"}, - {"anchor_id":"aoa:aoa-techniques:anchor:d83d810703e24547eeb52473","artifact_kind":"document","content_hash":"e680f692cd84e485a2c6c28714cb65104090e8c52535db8ddc34851a6471cdce","id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","lineage_path":".agents/skills/aoa-safe-infra-change/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-safe-infra-change/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:c6bed45fc3ea569c77402aa2"}, - {"anchor_id":"aoa:aoa-techniques:anchor:c0bf9ab44c9b107b7a10f742","artifact_kind":"config","content_hash":"f297baec1ff762b537aeb00670d805f5583435978f93c608a74ece12747fca24","id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","lineage_path":".agents/skills/aoa-safe-infra-change/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-safe-infra-change/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:94520b96c29d98a2efebef83"}, - {"anchor_id":"aoa:aoa-techniques:anchor:f58e11eec8186d661b960fc8","artifact_kind":"config","content_hash":"3f03ae71abdcd3f79903fc2c0e49ac6499efebc9910d2c05d5d7e2ea2fd4ba64","id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","lineage_path":".agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json","mime":"application/json","path":".agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:16c0627b7f8c2c2eec033b5c"}, - {"anchor_id":"aoa:aoa-techniques:anchor:f3281a24c344e7a164d59e94","artifact_kind":"schema","content_hash":"c40d431e09eddc6c188d20fe2c8d75822b8bac6be473da369715acc913f4badc","id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","lineage_path":".agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json","mime":"application/json","path":".agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:aa29ca47d621d75ef39a05f6"}, - {"anchor_id":"aoa:aoa-techniques:anchor:b02504a5dd4a3ef16e0a7545","artifact_kind":"asset","content_hash":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","id":"aoa:aoa-techniques:artifact:47c8c5f010f80c35b04f4c5e","lineage_path":".agents/skills/aoa-safe-infra-change/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-safe-infra-change/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:862be807cb0d57395502df72"}, - {"anchor_id":"aoa:aoa-techniques:anchor:6ea602cf07b34be6e540fc4e","artifact_kind":"asset","content_hash":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","id":"aoa:aoa-techniques:artifact:ad8aaa5efb9dc07ae800892d","lineage_path":".agents/skills/aoa-safe-infra-change/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-safe-infra-change/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:24c867cd798c410a4d777b18"}, - {"anchor_id":"aoa:aoa-techniques:anchor:239b4dcb1a7cd0a15a51b87a","artifact_kind":"document","content_hash":"f279ebe32fcac7f3014b30f966c593886788025fd4d78a619eb9855a48776fcc","id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","lineage_path":".agents/skills/aoa-safe-infra-change/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-safe-infra-change/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1c5c905d1e31032178a32f05"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2f080e0bc600fe7104741a36","artifact_kind":"document","content_hash":"937f0fa236f5266f407dfcbcca46e969b6d342c292515af6e2247416b2ed3126","id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","lineage_path":".agents/skills/aoa-safe-infra-change/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-safe-infra-change/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:f6147a95cc00c18c8511d569"}, - {"anchor_id":"aoa:aoa-techniques:anchor:0e871eb3036bea3f36975118","artifact_kind":"document","content_hash":"6e6e1387bde97f0b0a6aa8b2348698d1a2c0ff654231febe15210a2d38d9ee43","id":"aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","lineage_path":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md","mime":"text/markdown","path":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:7f8f23427382a819d47cf172"}, - {"anchor_id":"aoa:aoa-techniques:anchor:81e751c5767d42cef22832dd","artifact_kind":"document","content_hash":"dea9c168056d0338c5ed512845e2736c8d9bef84aafae2c375344c4e42600fab","id":"aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","lineage_path":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md","mime":"text/markdown","path":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:f834399ccc71bbe420e2725a"}, - {"anchor_id":"aoa:aoa-techniques:anchor:9e4cac7b102c0bc695156dfb","artifact_kind":"script","content_hash":"e4381cd2c63502625b2c52a5263442f51918fcd5c86d57b71691c6479927fb7a","id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","lineage_path":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py","mime":"text/x-python","path":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:bde2160f7699c6881094c6d2"}, - {"anchor_id":"aoa:aoa-techniques:anchor:6624f264692d6da00e210709","artifact_kind":"script","content_hash":"88b6260627a9c15f75fb58d38d55a506f9230ba2cef1940e8ea09fd70bd417a5","id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","lineage_path":".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py","mime":"text/x-python","path":".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1d0dce7f2e46011451e6a455"}, - {"anchor_id":"aoa:aoa-techniques:anchor:5b995f4e6c1326398bdf4cd8","artifact_kind":"document","content_hash":"fa79915fb03c1d58201da4057ccb9dc0ea82b154017ae2c5a3ec469b7722b68a","id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","lineage_path":".agents/skills/aoa-sanitized-share/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-sanitized-share/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:cb5c63be2ff461c3543df71c"}, - {"anchor_id":"aoa:aoa-techniques:anchor:627c662361b82bdfbd5a87f4","artifact_kind":"config","content_hash":"d0d32ce8780acd573bf2035844479b7ec536687403720b678a02f2b52bebe36b","id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","lineage_path":".agents/skills/aoa-sanitized-share/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-sanitized-share/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:bf711d02eb28e601e57ae51f"}, - {"anchor_id":"aoa:aoa-techniques:anchor:5eab4b03c3390fc369ebfe25","artifact_kind":"asset","content_hash":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","id":"aoa:aoa-techniques:artifact:fda6fc81262926199607f2a3","lineage_path":".agents/skills/aoa-sanitized-share/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-sanitized-share/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:ac599b99e04c0674f0db0ea9"}, - {"anchor_id":"aoa:aoa-techniques:anchor:7768cc451c48020f6dd1a37b","artifact_kind":"asset","content_hash":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","id":"aoa:aoa-techniques:artifact:63c1b89d3d7da11b5eba53ec","lineage_path":".agents/skills/aoa-sanitized-share/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-sanitized-share/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:9c94fdf73112da9822626321"}, - {"anchor_id":"aoa:aoa-techniques:anchor:16e27d3f880108a2270124ee","artifact_kind":"document","content_hash":"0a1194b2a1d6650b85412d9efcc01483ed20baaf9197730196313913b69578d6","id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","lineage_path":".agents/skills/aoa-sanitized-share/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-sanitized-share/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:7b090278b8795951c874654d"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2a1b62b3dbfe48989b1c24ed","artifact_kind":"document","content_hash":"296d837576ebcf25cf5bed88da5bf485e55aa69a29f288da2c7ac885e59ae2df","id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","lineage_path":".agents/skills/aoa-sanitized-share/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-sanitized-share/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:0181e08da92881f4cf1570ee"}, - {"anchor_id":"aoa:aoa-techniques:anchor:e6b95507566e68b3d9dea079","artifact_kind":"document","content_hash":"9a884a6a0dff07a3b0b831c2f504aba202706609d9138203cbdea01c114f4cde","id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","lineage_path":".agents/skills/aoa-session-donor-harvest/SKILL.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:28177f0417681d566f35eac5"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2cdbe0196968b08e4502fe6d","artifact_kind":"config","content_hash":"5449f16fe882782bbb52236d17d093a2faac15b7baa0c89b00b405828e8243ac","id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","lineage_path":".agents/skills/aoa-session-donor-harvest/agents/openai.yaml#generation-2","mime":"application/yaml","path":".agents/skills/aoa-session-donor-harvest/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:6563608be4cb719f6b1717e3"}, - {"anchor_id":"aoa:aoa-techniques:anchor:63e632260c33094359326197","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:4a820cc25ce9e2c1a71bfe6c","lineage_path":".agents/skills/aoa-session-donor-harvest/assets/large-logo.svg#generation-2","mime":"image/svg+xml","path":".agents/skills/aoa-session-donor-harvest/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2863c3888039ffb426040956"}, - {"anchor_id":"aoa:aoa-techniques:anchor:5341c892af5bac917f07bc14","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:9a7c33c9af35639fe95d3bce","lineage_path":".agents/skills/aoa-session-donor-harvest/assets/small-logo.svg#generation-2","mime":"image/svg+xml","path":".agents/skills/aoa-session-donor-harvest/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:413f814f9250c4f2e5c701b5"}, - {"anchor_id":"aoa:aoa-techniques:anchor:469f2d718ac0503c1b3f57cd","artifact_kind":"document","content_hash":"4818d4a1e13185857e61eaa1bfc31391e7ce5f12d2df34c5f82a1f95efc602f5","id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","lineage_path":".agents/skills/aoa-session-donor-harvest/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:0c8b2340f99160f45c923129"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2a634d293abbb173a08db854","artifact_kind":"document","content_hash":"51d6dcf33d2b1b7bffcbd7e4d8a827718d9c7f7a15bbfa4dd9eed4f266ecb46a","id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","lineage_path":".agents/skills/aoa-session-donor-harvest/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:cdc7b9dd8483e3ed7f8139f6"}, - {"anchor_id":"aoa:aoa-techniques:anchor:739645dd1ead589dcd940f85","artifact_kind":"config","content_hash":"28d9717641da71759c439034bc9b052c8824cb13312849425db2e955b0987453","id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","lineage_path":".agents/skills/aoa-session-donor-harvest/references/candidate-lineage-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-session-donor-harvest/references/candidate-lineage-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:abb1933851f01400b7cdcb2b"}, - {"anchor_id":"aoa:aoa-techniques:anchor:199fb6aa3b2193f44f47845f","artifact_kind":"config","content_hash":"8767544f68044fdf22c061d00efbc6d5aabf8f408e504f1e47078e3c81cb2df5","id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","lineage_path":".agents/skills/aoa-session-donor-harvest/references/core-skill-application-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-session-donor-harvest/references/core-skill-application-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:7ce11e0d2b7187372de6633e"}, - {"anchor_id":"aoa:aoa-techniques:anchor:bddc83db6ae7871e9ad78e45","artifact_kind":"document","content_hash":"854c08b10697a5ee3882dfd3840f0f0f6f212458b258466121238c0dd6fbc4a1","id":"aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","lineage_path":".agents/skills/aoa-session-donor-harvest/references/family-shape.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/references/family-shape.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:afc00fe8445a636f03e81da8"}, - {"anchor_id":"aoa:aoa-techniques:anchor:65a133fd7fd9770fb9753e66","artifact_kind":"document","content_hash":"17ddc60fd818545de8a50c322ff207f2afa95e345a442fb262b41c2860766986","id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","lineage_path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:b6f97faafcfca674513c4e11"}, - {"anchor_id":"aoa:aoa-techniques:anchor:ae15c341c9e16d3e0d8953de","artifact_kind":"config","content_hash":"2456cc7ef410ac7a045399c3ba8bd878818e2225975f83e957296e70bc0a3025","id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","lineage_path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:58e5cd09ddcac08b95f5d11a"}, - {"anchor_id":"aoa:aoa-techniques:anchor:bdfbc9e45f97cdf55479ac8e","artifact_kind":"document","content_hash":"651ba9e9ea35c6ac8b7ff6f9742db57721b5998cbba03b1e9501b5b00729d7ca","id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","lineage_path":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:d0545e96c309233bc2adc853"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2db3db3ac70b482a6abb1507","artifact_kind":"document","content_hash":"a18802e0e6ebfc0b050a0327b0ebc75b47e2ae9d89b9ffd4edfa7fe7551518eb","id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","lineage_path":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:d1e1aaa5c327c0ac1f7b26b3"}, - {"anchor_id":"aoa:aoa-techniques:anchor:69755c426b6e4dd041959645","artifact_kind":"document","content_hash":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","lineage_path":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:785834fb8991f3f33e5e208b"}, - {"anchor_id":"aoa:aoa-techniques:anchor:3b2f31fba5c75d1bacff69ef","artifact_kind":"document","content_hash":"de83ec905eb3d1f0bc81c63dcb73b3f487e102e527fc225d175977cf13f99332","id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","lineage_path":".agents/skills/aoa-session-progression-lift/SKILL.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-session-progression-lift/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:9b67a8dd1acad618e130730c"}, - {"anchor_id":"aoa:aoa-techniques:anchor:1bccc17ccf262492993bda9b","artifact_kind":"config","content_hash":"84c4cc21dffbb03aa6ca3d00e90bef54f961c48af1f1eaa2f54997f3eccaed60","id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","lineage_path":".agents/skills/aoa-session-progression-lift/agents/openai.yaml#generation-2","mime":"application/yaml","path":".agents/skills/aoa-session-progression-lift/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:4d81fe4575636a42a09d2a13"}, - {"anchor_id":"aoa:aoa-techniques:anchor:98d737fbf1efec9a38cc9808","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:719c8b6b987bfb2e7352b61e","lineage_path":".agents/skills/aoa-session-progression-lift/assets/large-logo.svg#generation-2","mime":"image/svg+xml","path":".agents/skills/aoa-session-progression-lift/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:ab84b6fda3e7a9b759e45759"}, - {"anchor_id":"aoa:aoa-techniques:anchor:4aeea4f95f6eec8fd3e9757a","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:79ca22bb6583fa52b960f1a6","lineage_path":".agents/skills/aoa-session-progression-lift/assets/small-logo.svg#generation-2","mime":"image/svg+xml","path":".agents/skills/aoa-session-progression-lift/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:af0e7d4de6b5b7c70cf6d3cf"}, - {"anchor_id":"aoa:aoa-techniques:anchor:4e71e9a942df8b10f7a3d0c4","artifact_kind":"document","content_hash":"59e8213f6aed415d1aee30baeff831240cbf2f788bb6e086fba69f49fc047798","id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","lineage_path":".agents/skills/aoa-session-progression-lift/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-session-progression-lift/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:9eacb9ec8849a0b8b04c6f34"}, - {"anchor_id":"aoa:aoa-techniques:anchor:d3e34b2df38ee20e091676e0","artifact_kind":"document","content_hash":"1eec3147a9a3c87e7e1d31e199e5d25484ad0df1dcea26f2970a4c2b90a193dc","id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","lineage_path":".agents/skills/aoa-session-progression-lift/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-session-progression-lift/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:ac49843eef288d3009bfa337"}, - {"anchor_id":"aoa:aoa-techniques:anchor:d74504b92d1a231ea01631c4","artifact_kind":"config","content_hash":"4167002622b5eae872ffe64bf0cca04e48716b5ecc65d6c7500c5f98d336d4db","id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","lineage_path":".agents/skills/aoa-session-progression-lift/references/core-skill-application-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-session-progression-lift/references/core-skill-application-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:c8e930bf3b3603e0f9144649"}, - {"anchor_id":"aoa:aoa-techniques:anchor:7e17338e525e67df314cf500","artifact_kind":"document","content_hash":"d9b24f6469d708b56dafe9e16b3d45fbc16057cc65e1f150e8f89041733cb4a1","id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","lineage_path":".agents/skills/aoa-session-progression-lift/references/progression-axes.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-session-progression-lift/references/progression-axes.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:56c2ecb4af57eae93aa01912"}, - {"anchor_id":"aoa:aoa-techniques:anchor:9b999adaf3a894cb2273de8f","artifact_kind":"config","content_hash":"27e027d34af603c384f7c697eff67eac5ed5521808ae7c2f049897af449c2c95","id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","lineage_path":".agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:e39a98f33b5c1f3b4767b3af"}, - {"anchor_id":"aoa:aoa-techniques:anchor:ae2b87fa0b9f0dd26ac2db30","artifact_kind":"document","content_hash":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","lineage_path":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md","mime":"text/markdown","path":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2420e062b4b51bad84312871"}, - {"anchor_id":"aoa:aoa-techniques:anchor:3f509b03ec463b21d870ea1a","artifact_kind":"document","content_hash":"7d6d3fa93722020b448f7b5345bd3b98499a99239a19a2a4b0cd6e6248440014","id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","lineage_path":".agents/skills/aoa-session-route-forks/SKILL.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-session-route-forks/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:b60bc1b1ede09871b7f632fb"}, - {"anchor_id":"aoa:aoa-techniques:anchor:fcf72db981284ee211ddaa00","artifact_kind":"config","content_hash":"58ffab7c36373037789880dcbc7d5e107aa50ec6dbbc3e2a3afceca4f8e166db","id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","lineage_path":".agents/skills/aoa-session-route-forks/agents/openai.yaml#generation-2","mime":"application/yaml","path":".agents/skills/aoa-session-route-forks/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:4412f0a07bb607e79e8a86f4"}, - {"anchor_id":"aoa:aoa-techniques:anchor:1de1f8253e2a2a511c9629f3","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:673475f0067e9658ac1c13dd","lineage_path":".agents/skills/aoa-session-route-forks/assets/large-logo.svg#generation-2","mime":"image/svg+xml","path":".agents/skills/aoa-session-route-forks/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:03218a3ce74fdf315147c04c"}, - {"anchor_id":"aoa:aoa-techniques:anchor:6eda777f8251f2c549f2f886","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:2a1c9fd8cf4ca8d810044304","lineage_path":".agents/skills/aoa-session-route-forks/assets/small-logo.svg#generation-2","mime":"image/svg+xml","path":".agents/skills/aoa-session-route-forks/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:e2f183d76b9668b3e25600c2"}, - {"anchor_id":"aoa:aoa-techniques:anchor:ed46bcab3e572d986d89fbb1","artifact_kind":"document","content_hash":"3761285db2c5968b6fdde8aac212ec937b93bbc04c4fe5f927b5f0749ecb81fc","id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","lineage_path":".agents/skills/aoa-session-route-forks/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-session-route-forks/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:4eb740710adfa4c0f37361cf"}, - {"anchor_id":"aoa:aoa-techniques:anchor:3604d947bacbd2a53d9ed83e","artifact_kind":"document","content_hash":"5a510ddc0bbec84623232f7019b6375ab7bf64b21f2edc94ed9a77b980959da2","id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","lineage_path":".agents/skills/aoa-session-route-forks/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-session-route-forks/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:bdfeb3a2d1727910c6b776cb"}, - {"anchor_id":"aoa:aoa-techniques:anchor:f9bbbe67e46a2ca77c512e88","artifact_kind":"config","content_hash":"01316491cefb11b58a4c267c64618780895d9ebcc927bce7339b2df34dbbe30f","id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","lineage_path":".agents/skills/aoa-session-route-forks/references/core-skill-application-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-session-route-forks/references/core-skill-application-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:7c82d5814255e89effe1f39a"}, - {"anchor_id":"aoa:aoa-techniques:anchor:f7a3a8aa9e7814ad52819056","artifact_kind":"config","content_hash":"49f6797fde32d11feb187d2de5def28e949b657235884492575e3bb6e31bdc72","id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","lineage_path":".agents/skills/aoa-session-route-forks/references/decision-fork-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-session-route-forks/references/decision-fork-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:77ffbaeebee070410caed935"}, - {"anchor_id":"aoa:aoa-techniques:anchor:cf84c05e6f051a3d4cd96e50","artifact_kind":"document","content_hash":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","lineage_path":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md","mime":"text/markdown","path":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:434e441459ccf542c94e606d"}, - {"anchor_id":"aoa:aoa-techniques:anchor:7aa97653c8b8d1cb9aca1f2b","artifact_kind":"document","content_hash":"2234379cea3b5fc8de77598c090ee215a489c62d212482cb289544b64bbec260","id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","lineage_path":".agents/skills/aoa-session-self-diagnose/SKILL.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-session-self-diagnose/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:4558df979203ea845ad16ee8"}, - {"anchor_id":"aoa:aoa-techniques:anchor:97a8145afcc816b3dc5dce07","artifact_kind":"config","content_hash":"a60c521cf40a767ee8b6b37d8249e58ed88ac83ed942b9328908408e7baa1900","id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","lineage_path":".agents/skills/aoa-session-self-diagnose/agents/openai.yaml#generation-2","mime":"application/yaml","path":".agents/skills/aoa-session-self-diagnose/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:8098dec620aaa69fca8140f9"}, - {"anchor_id":"aoa:aoa-techniques:anchor:a26e09dcbd2ffa7f33c0ddc4","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:3d0a60fd65ad9c43db97ec5d","lineage_path":".agents/skills/aoa-session-self-diagnose/assets/large-logo.svg#generation-2","mime":"image/svg+xml","path":".agents/skills/aoa-session-self-diagnose/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:377185c8b6739f7121f5173c"}, - {"anchor_id":"aoa:aoa-techniques:anchor:0d729e8f59d036defece564b","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:b1b2f4095d2d81c7a3fc98c2","lineage_path":".agents/skills/aoa-session-self-diagnose/assets/small-logo.svg#generation-2","mime":"image/svg+xml","path":".agents/skills/aoa-session-self-diagnose/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:42ae4b74c3bcb8464e7ffe09"}, - {"anchor_id":"aoa:aoa-techniques:anchor:3f54ed16a4f39acc4dd101b9","artifact_kind":"document","content_hash":"da6535945d3b7a4b27959c39d911a14f34229ee811a53f3b7ea05963efcc2bc4","id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","lineage_path":".agents/skills/aoa-session-self-diagnose/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-session-self-diagnose/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:45605d7da03b1f95c6a09f32"}, - {"anchor_id":"aoa:aoa-techniques:anchor:08d7a90da0720a6b58ce9f36","artifact_kind":"document","content_hash":"081c851a5de109021301a27e81bcdf43a827e09eb08dfa2b4315d7fcb9e494f8","id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","lineage_path":".agents/skills/aoa-session-self-diagnose/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-session-self-diagnose/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:81c99ffb87e2f82dbc243a22"}, - {"anchor_id":"aoa:aoa-techniques:anchor:62515219dba56b38814db6ea","artifact_kind":"config","content_hash":"cc7111e6c56c1dfb49ca656b3bc162403de297a12ae531d53d433de98755aab3","id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","lineage_path":".agents/skills/aoa-session-self-diagnose/references/core-skill-application-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-session-self-diagnose/references/core-skill-application-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:6ebf525e5589eaa63f754253"}, - {"anchor_id":"aoa:aoa-techniques:anchor:5efbdce7ff66c835981c9aea","artifact_kind":"config","content_hash":"4abfabfffae806849244457b11ed750978b75d2697fd69b530e7a5738ed8f596","id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","lineage_path":".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2db074e5b37ae852077b95c2"}, - {"anchor_id":"aoa:aoa-techniques:anchor:44ed3db44950975b757cd2c5","artifact_kind":"document","content_hash":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","lineage_path":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md","mime":"text/markdown","path":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:0630e457cedb1f6e9ee12f61"}, - {"anchor_id":"aoa:aoa-techniques:anchor:0766969695a59702ee0e8b47","artifact_kind":"document","content_hash":"2fdc2159700fa50547277af53047cbdd6f04618c517d703577c4c09e98a83644","id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","lineage_path":".agents/skills/aoa-session-self-repair/SKILL.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-session-self-repair/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:721db779a7ef472f765f83fa"}, - {"anchor_id":"aoa:aoa-techniques:anchor:e9fb17f5d47a8345cb7a46f5","artifact_kind":"config","content_hash":"650958e3734721d47ff055a829aa4b6240ff350f3fb08a048c0da11be60cdd3b","id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","lineage_path":".agents/skills/aoa-session-self-repair/agents/openai.yaml#generation-2","mime":"application/yaml","path":".agents/skills/aoa-session-self-repair/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:fa030ab832072633ab61c1c8"}, - {"anchor_id":"aoa:aoa-techniques:anchor:5715059f119a91c0dac07a1d","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:f5186ad55781ea7ee27e1944","lineage_path":".agents/skills/aoa-session-self-repair/assets/large-logo.svg#generation-2","mime":"image/svg+xml","path":".agents/skills/aoa-session-self-repair/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1b342896d4db6ef4ebc8d196"}, - {"anchor_id":"aoa:aoa-techniques:anchor:fb42781906f48ac3e9b7d513","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:d42282f463ab1777efa77e4f","lineage_path":".agents/skills/aoa-session-self-repair/assets/small-logo.svg#generation-2","mime":"image/svg+xml","path":".agents/skills/aoa-session-self-repair/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:f4b709a80cf57603c4d06872"}, - {"anchor_id":"aoa:aoa-techniques:anchor:5341042b551cfff1ba2022e2","artifact_kind":"document","content_hash":"a9d16d68ba7371269bb1a0c55612bd0b5d852ea896422a7d8e817027f096fdb7","id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","lineage_path":".agents/skills/aoa-session-self-repair/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-session-self-repair/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1e67de3131e4380f0530a690"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2119e707a815ab6dffe0eadc","artifact_kind":"document","content_hash":"1c9ebd42d8b3287b6bc4b5e55f290103c5b9f30e9eba30ea66f0eae9ed71f9f1","id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","lineage_path":".agents/skills/aoa-session-self-repair/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-session-self-repair/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:e7b3947c47ac4ad7d54d2c3c"}, - {"anchor_id":"aoa:aoa-techniques:anchor:464e3076f2ed47344c738853","artifact_kind":"document","content_hash":"bfebaf41e48822898d6f2d919e850949380b29addba0796fc49cae6a8a256ac4","id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","lineage_path":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md#generation-2","mime":"text/markdown","path":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1fccc610f1eb6b43c2fc74b4"}, - {"anchor_id":"aoa:aoa-techniques:anchor:12f65c95d9d55bc21c228d0a","artifact_kind":"config","content_hash":"8637070359e48d527796398e6d3deffda96132f99d29734e5e15ac8a2ca97988","id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","lineage_path":".agents/skills/aoa-session-self-repair/references/core-skill-application-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-session-self-repair/references/core-skill-application-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:34ae4914ca33a743f99b12fe"}, - {"anchor_id":"aoa:aoa-techniques:anchor:9c99f866699785bae53f44f0","artifact_kind":"config","content_hash":"c12f9a0ba2ee0dbf3185d3c82870575b2f92f3feb810b133469b54c87d975d27","id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","lineage_path":".agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml","mime":"application/yaml","path":".agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:508055c65f6d925a3dbe6df5"}, - {"anchor_id":"aoa:aoa-techniques:anchor:0d1846cf2586a6e0fe69cf2a","artifact_kind":"document","content_hash":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","lineage_path":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md","mime":"text/markdown","path":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:22f26c61e58e9358642ecca2"}, - {"anchor_id":"aoa:aoa-techniques:anchor:bbc10d00a81b44502e34f378","artifact_kind":"document","content_hash":"a73f84a7e75fbe3b94d62c2da394d87b11bf085a1540647dca507e2e66072b60","id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","lineage_path":".agents/skills/aoa-source-of-truth-check/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-source-of-truth-check/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:ffbbcbf77123a48fdaf0a211"}, - {"anchor_id":"aoa:aoa-techniques:anchor:1e7d86e66a6b1bc6565ef446","artifact_kind":"config","content_hash":"749b8ae6c633d46bf407c5528fd5e5752302df314f9bcf253aa13dc8d86711ab","id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","lineage_path":".agents/skills/aoa-source-of-truth-check/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-source-of-truth-check/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:3d1a51e88f3583b5c66083e5"}, - {"anchor_id":"aoa:aoa-techniques:anchor:f9eb254adc6177ab76b27f24","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:918af0868aff9c877f9bb19c","lineage_path":".agents/skills/aoa-source-of-truth-check/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-source-of-truth-check/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:22cf85aba8323a085454daed"}, - {"anchor_id":"aoa:aoa-techniques:anchor:4eb5daf1db3b5bf49e72f4c1","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:109dd8267de795f43ceb8882","lineage_path":".agents/skills/aoa-source-of-truth-check/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-source-of-truth-check/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:e9fcc12c6195cfdb1d564dfb"}, - {"anchor_id":"aoa:aoa-techniques:anchor:c56d385ef110c0995508bf6c","artifact_kind":"document","content_hash":"3fd8a3c77ed5cb6326eba06229fea91f0ba4f9b5d37ec9d751927f35a200cfdb","id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","lineage_path":".agents/skills/aoa-source-of-truth-check/examples/example.md","mime":"text/markdown","path":".agents/skills/aoa-source-of-truth-check/examples/example.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:d08350119ab03b38bf82053c"}, - {"anchor_id":"aoa:aoa-techniques:anchor:d933b894b739c95285bc2006","artifact_kind":"document","content_hash":"cb293a3c0910a6ff0921e49fb3de1c4fdbb06e66bd4de19cbcb445bb87af769c","id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","lineage_path":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md","mime":"text/markdown","path":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:01bc0b75f9ef1750cfe03706"}, - {"anchor_id":"aoa:aoa-techniques:anchor:04a807a1f7901a1c9da73657","artifact_kind":"document","content_hash":"caf514b6e9084bfc7d6dcf8b499de37136fe62a9e602b0dde78bbe5552f24100","id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","lineage_path":".agents/skills/aoa-summon/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-summon/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:68846440f5304d73265e8712"}, - {"anchor_id":"aoa:aoa-techniques:anchor:7f0187559c54541ea2712951","artifact_kind":"config","content_hash":"32095ee0e16ab8f42053537fbf8a2ac4f93bae978fdad3c961a771d309f1e18e","id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","lineage_path":".agents/skills/aoa-summon/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-summon/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:624bced9fee487aea74e13e1"}, - {"anchor_id":"aoa:aoa-techniques:anchor:4818e09d8b67bfbf40937a66","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:d64d91264d3d501dbf03239b","lineage_path":".agents/skills/aoa-summon/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-summon/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:b75fe6c84baf5b8f97e533fb"}, - {"anchor_id":"aoa:aoa-techniques:anchor:01fe06da38680afe497dfdf5","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:9cd97915cf1fb0e20fed2a32","lineage_path":".agents/skills/aoa-summon/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-summon/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:077f7f1a4854e0bf5aae9211"}, - {"anchor_id":"aoa:aoa-techniques:anchor:3936ad8f7089c4e1e9452279","artifact_kind":"document","content_hash":"de2212a096acf0a035227437fcfa87c5b0de2ce573a6deab992542b037f5e5f7","id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","lineage_path":".agents/skills/aoa-summon/checks/review.md","mime":"text/markdown","path":".agents/skills/aoa-summon/checks/review.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:8e459cd15873c9651b1f9079"}, - {"anchor_id":"aoa:aoa-techniques:anchor:28cb9d928b61c5c69febf227","artifact_kind":"document","content_hash":"54a586cd45f997062a23ba95e0c38bab9be1cc562a6347c1f3db8b4196031e2c","id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","lineage_path":".agents/skills/aoa-summon/examples/runtime.md","mime":"text/markdown","path":".agents/skills/aoa-summon/examples/runtime.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:5caceb3eb755490e63b92a6b"}, - {"anchor_id":"aoa:aoa-techniques:anchor:a8559b11d2bfba23b122d053","artifact_kind":"document","content_hash":"418793b7e7eaf4bf4c0a13d4a59bf85c4c97975fd98af1e23f56eef3fc367036","id":"aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932","lineage_path":".agents/skills/aoa-summon/references/no-raw-traces-rule.md","mime":"text/markdown","path":".agents/skills/aoa-summon/references/no-raw-traces-rule.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:5cc61975635d1b45367481a5"}, - {"anchor_id":"aoa:aoa-techniques:anchor:310f6aec958b8c0aac4948c0","artifact_kind":"document","content_hash":"b055e38690ca45a133a963d90930bc56281efb2f33fefda64267d3ec65f543ce","id":"aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994","lineage_path":".agents/skills/aoa-summon/references/passport-lane-matrix.v3.md","mime":"text/markdown","path":".agents/skills/aoa-summon/references/passport-lane-matrix.v3.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:0fdc7de554a00e5bdfeb9ca0"}, - {"anchor_id":"aoa:aoa-techniques:anchor:a6bca21ff480e1e6367da9bd","artifact_kind":"schema","content_hash":"cf40528ffc09e038747cec62e2ab77f5cf63aa5824df92bf7b4d9d59223ebd25","id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","lineage_path":".agents/skills/aoa-summon/references/summon-request-v3.schema.json","mime":"application/json","path":".agents/skills/aoa-summon/references/summon-request-v3.schema.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:292db23b6956fb2c7ac3b2f3"}, - {"anchor_id":"aoa:aoa-techniques:anchor:575946391cdaa8ff6a82b97e","artifact_kind":"schema","content_hash":"d82a2749aa1a0192c796c15b8a8249ec686a7dacd5780cda813ca16cc058897b","id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","lineage_path":".agents/skills/aoa-summon/references/summon-result-v3.schema.json","mime":"application/json","path":".agents/skills/aoa-summon/references/summon-result-v3.schema.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:791f2efc03cb99e9409d4d0e"}, - {"anchor_id":"aoa:aoa-techniques:anchor:ebd34fb9c9f2dbe20d1ef4ff","artifact_kind":"document","content_hash":"a9f82fdd839c72ce840db9c2826bfd21ce92b95576668227fe2a1ffa6b0c87c1","id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","lineage_path":".agents/skills/aoa-tdd-slice/SKILL.md","mime":"text/markdown","path":".agents/skills/aoa-tdd-slice/SKILL.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:6837873e1b37e443f4c73d57"}, - {"anchor_id":"aoa:aoa-techniques:anchor:5240e27ab14d93b347d907ad","artifact_kind":"config","content_hash":"9ece822d74d32272257d67ec58566f049a8855da3d3df882eccaac5a10c2ffe0","id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","lineage_path":".agents/skills/aoa-tdd-slice/agents/openai.yaml","mime":"application/yaml","path":".agents/skills/aoa-tdd-slice/agents/openai.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:c4c9cc61d41ccc85bde05395"}, - {"anchor_id":"aoa:aoa-techniques:anchor:a2ca6fe3a2f60b771849d062","artifact_kind":"asset","content_hash":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","id":"aoa:aoa-techniques:artifact:fab6119d4b4a293224861e01","lineage_path":".agents/skills/aoa-tdd-slice/assets/large-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-tdd-slice/assets/large-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:b9eb2072c522d793d57f1764"}, - {"anchor_id":"aoa:aoa-techniques:anchor:bf51265fe5eee1bcab5ca7c0","artifact_kind":"asset","content_hash":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","id":"aoa:aoa-techniques:artifact:77502f9785278ea361977196","lineage_path":".agents/skills/aoa-tdd-slice/assets/small-logo.svg","mime":"image/svg+xml","path":".agents/skills/aoa-tdd-slice/assets/small-logo.svg","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:70aa9971227b813e14d7a3e7"}, - {"anchor_id":"aoa:aoa-techniques:anchor:73cb1a4f4ffe3a405d43ac28","artifact_kind":"document","content_hash":"006f405b4576a40bb260daf8ad7cdc51815df3975efdacadaf41ea0801182636","id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","lineage_path":".agents/skills/aoa-tdd-slice/examples/example.md","mime":"text/markdown","path":".agents/skills/aoa-tdd-slice/examples/example.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:4870926c6b07d2ad427569e0"}, - {"anchor_id":"aoa:aoa-techniques:anchor:f41d0c32b416a5316c9d8387","artifact_kind":"document","content_hash":"0c3b53314671ffa75a899cc12532eb55bda69b97b5d032339fe6a34db5420e58","id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","lineage_path":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md","mime":"text/markdown","path":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:39ecd70624d04bd048710051"}, + {"anchor_id":"aoa:aoa-techniques:anchor:0a28f3466403c47b0319eb8a","artifact_kind":"document","content_hash":"1cef1dd9cd708c10bd402a113f3d9820cb220d8fb9dd27eea29a51f4eb5dfacb","id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","lineage_path":".agents/AGENTS.md","mime":"text/markdown","path":".agents/AGENTS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:125d2006c5716d4492c22a1c"}, {"anchor_id":"aoa:aoa-techniques:anchor:ccb88f747e5a7bebca190373","artifact_kind":"document","content_hash":"d6b9ad231144e3099391deaac2303e6691680382215a9cfa4247a7501c41e17d","id":"aoa:aoa-techniques:artifact:2a7e780aaf2647f7cde8a07c","lineage_path":"Spark/AGENTS.md","mime":"text/markdown","path":".agents/spark/AGENTS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2841f1cf07e8507db6ad2a21"}, {"anchor_id":"aoa:aoa-techniques:anchor:7e32cf67ed1d3b06504f0709","artifact_kind":"document","content_hash":"70a928b195e79eca627e64cdc4c4c9dbf21b83a335451288d5cbe09f462b43cd","id":"aoa:aoa-techniques:artifact:31d28326ecca1cf901d91b46","lineage_path":".agents/spark/README.md","mime":"text/markdown","path":".agents/spark/README.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2de690d45ff54722fae66762"}, {"anchor_id":"aoa:aoa-techniques:anchor:9691e3fa21a88f2a1da72929","artifact_kind":"document","content_hash":"280978d4c11c4e4a598634d240723c3487c01c38b4d24887a78eb0714a208e09","id":"aoa:aoa-techniques:artifact:1d00f3183a26fa3258156678","lineage_path":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md","mime":"text/markdown","path":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:41ab9a43bc10d8e64fd036c2"}, @@ -274,8 +62,8 @@ {"anchor_id":"aoa:aoa-techniques:anchor:1574d71229e0ed11f7074ec8","artifact_kind":"config","content_hash":"05667122ca3180e8a90056114bc95a8444b22c49c37cd688ccfc830ee5a8c555","id":"aoa:aoa-techniques:artifact:1e069fa70593cb526b7819fc","lineage_path":".github/workflows/release-audit.yml","mime":"application/yaml","path":".github/workflows/release-audit.yml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:600a0055a5995ff11670cd74"}, {"anchor_id":"aoa:aoa-techniques:anchor:54b2514382567e92c148fb34","artifact_kind":"config","content_hash":"92f33b2bb1139a4803e801e05d41893a4d5df253d56454fb4b44aa3f4a723130","id":"aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","lineage_path":".github/workflows/repo-validation.yml","mime":"application/yaml","path":".github/workflows/repo-validation.yml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:9f39983291c9f947a7d6413b"}, {"anchor_id":"aoa:aoa-techniques:anchor:d2eabbe300507857bbea0033","artifact_kind":"owner_metadata","content_hash":"344eb56a6bcb0d6385373560f6071c3abc5d4016f1805d29d0f3e26b8baea3e9","id":"aoa:aoa-techniques:artifact:bc37d034bad564583790a46f","lineage_path":".gitignore","mime":"text/plain","path":".gitignore","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:30c61c27aaf74a0aea56741c"}, - {"anchor_id":"aoa:aoa-techniques:anchor:514c19cd0e657d6ce9c431fa","artifact_kind":"document","content_hash":"2baf594ab9f8e7ed6efb041872cfd5a9bf9e07becc167089b6fff6d0a9e6b6a6","id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","lineage_path":"AGENTS.md","mime":"text/markdown","path":"AGENTS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:e63bdffd05b61be8f9bc7ef7"}, - {"anchor_id":"aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","artifact_kind":"document","content_hash":"95dc61d5b82e0d7cb19292dd37dac7131dc26479a6e1c258a7224b985b291b8d","id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","lineage_path":"CHANGELOG.md","mime":"text/markdown","path":"CHANGELOG.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:0a3519a78bde19afd60fe070"}, + {"anchor_id":"aoa:aoa-techniques:anchor:514c19cd0e657d6ce9c431fa","artifact_kind":"document","content_hash":"7355d6baaad16e5c9fda498c937183e936f8c0a41f908aceb16d2840c6478e92","id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","lineage_path":"AGENTS.md","mime":"text/markdown","path":"AGENTS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:be265905446d0883b8f45e27"}, + {"anchor_id":"aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","artifact_kind":"document","content_hash":"6fa8af690c6a5c840821d22d984d3029e50b151f741b5d9ca61af1ac59bb3236","id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","lineage_path":"CHANGELOG.md","mime":"text/markdown","path":"CHANGELOG.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:14dff4964bd3335e1e73b033"}, {"anchor_id":"aoa:aoa-techniques:anchor:53d6c7effe52cf37791e7387","artifact_kind":"document","content_hash":"df287641481eea425003be6f3ca02b958e6e82763cb6248ea4ed21fd8dddd7ae","id":"aoa:aoa-techniques:artifact:91d16dd057bd39f6431e90a1","lineage_path":"CHARTER.md","mime":"text/markdown","path":"CHARTER.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1ab1972e3362f5cf69edc3b6"}, {"anchor_id":"aoa:aoa-techniques:anchor:9538966af91bcb9cd94aa728","artifact_kind":"document","content_hash":"75b3203a9f5560c31909041cb3c3ee1d6bd3e62977b409f919463e3d027c489f","id":"aoa:aoa-techniques:artifact:ffdbe3a1e7ee93cacfc080b6","lineage_path":"CODE_OF_CONDUCT.md","mime":"text/markdown","path":"CODE_OF_CONDUCT.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:4ac2e6edb2b1352798e94a5c"}, {"anchor_id":"aoa:aoa-techniques:anchor:5b8faca6d827a00b51c80f7a","artifact_kind":"document","content_hash":"f7e4f4007a7d94fcb13f5dbb64cfe05eab2e24af82e714d425a86bf5ae7cc161","id":"aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf","lineage_path":"CONTRIBUTING.md","mime":"text/markdown","path":"CONTRIBUTING.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:70a3ce989a2ebd4b046e5af0"}, @@ -288,7 +76,7 @@ {"anchor_id":"aoa:aoa-techniques:anchor:37598a7baeed5cc9b6bc3087","artifact_kind":"security","content_hash":"6f3a7dee9a9a09b7f389be59610a44bf12a907a78aa75191091bbb3caff072a7","id":"aoa:aoa-techniques:artifact:f6ed156e4bf5c79168066246","lineage_path":"SECURITY.md","mime":"text/markdown","path":"SECURITY.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:dc08173f83b1193a39bf11c2"}, {"anchor_id":"aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","artifact_kind":"document","content_hash":"2084b736d15f8894f87db90d0274686bd45e40d834190657a30d3d6452bd72b4","id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","lineage_path":"TECHNIQUE_INDEX.md","mime":"text/markdown","path":"TECHNIQUE_INDEX.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:a8aaebb170cf44a3c5c71f5c"}, {"anchor_id":"aoa:aoa-techniques:anchor:2d7e03ce1dbd6147fe68b11d","artifact_kind":"document","content_hash":"4249336cd0715f26a08618b7667bd459a3339d9a7ab00fa0fdf6df3f62c35107","id":"aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","lineage_path":"config/AGENTS.md","mime":"text/markdown","path":"config/AGENTS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:7efeaecfe769cedaf2ecd28d"}, - {"anchor_id":"aoa:aoa-techniques:anchor:ff722a49ae8d3745219e2716","artifact_kind":"config","content_hash":"73c9c9c5fc846e654890da47b2953adfb2d051f51befa93f9b7b71aa9f348135","id":"aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","lineage_path":"config/agents_mesh.json","mime":"application/json","path":"config/agents_mesh.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:e6d2aa5f8006acc7da7208e2"}, + {"anchor_id":"aoa:aoa-techniques:anchor:ff722a49ae8d3745219e2716","artifact_kind":"config","content_hash":"705ba2d87ceb7c4ec57d3eb1f36ee62b169c7276b92a3cee8646fb2abb3535c3","id":"aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","lineage_path":"config/agents_mesh.json","mime":"application/json","path":"config/agents_mesh.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:43eafdc69467984326cd8c2a"}, {"anchor_id":"aoa:aoa-techniques:anchor:398ce8f43d9d53f379af2846","artifact_kind":"config","content_hash":"42492db0b1fa0118bd631cde0cde59deff1c9a528c8081f5ca24ac151c26707b","id":"aoa:aoa-techniques:artifact:78a8dfbaa559f938cc3b5b5b","lineage_path":"config/technique_kind_registry.yaml","mime":"application/yaml","path":"config/technique_kind_registry.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:cb2fe6c1361e1c599e476da5"}, {"anchor_id":"aoa:aoa-techniques:anchor:a6e861a520fac2d0426754b4","artifact_kind":"config","content_hash":"92d449faa490fc13a606e06c9bbe09caeb43c3b17e78427ee7554513e1d61f32","id":"aoa:aoa-techniques:artifact:44a533a030dd6a9abbeaa7fa","lineage_path":"config/validation_lanes.json","mime":"application/json","path":"config/validation_lanes.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:ae26faab06c081cd14affeb4"}, {"anchor_id":"aoa:aoa-techniques:anchor:4d7c20aafd5a5616b97b2e62","artifact_kind":"document","content_hash":"25501b6bd53ae906a645c06229c6870e4c1a64278e329667dde12630fe62acc9","id":"aoa:aoa-techniques:artifact:d00743dc4e878f258330dead","lineage_path":"docs/AGENTS.md","mime":"text/markdown","path":"docs/AGENTS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:42d915c4657ca67e43804e9e"}, @@ -370,15 +158,16 @@ {"anchor_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","artifact_kind":"document","content_hash":"9c1bc1f4dffd8970f30f1aa89cd1565cc9a348c77ea3c65effd8dbdff9daf857","id":"aoa:aoa-techniques:artifact:262a18d53e3b21e5a529bd9b","lineage_path":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md","mime":"text/markdown","path":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:dcc7748957c5f6b6c9939863"}, {"anchor_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","artifact_kind":"document","content_hash":"9111c46bab296a730fa5cd5114d035fb1547e7dd90e5a7081d09a01f04c4b1aa","id":"aoa:aoa-techniques:artifact:3570302f879fbf8bebc76db7","lineage_path":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md","mime":"text/markdown","path":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:a54fcbc60800f1674ec6813f"}, {"anchor_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","artifact_kind":"document","content_hash":"a25d7ae71c9e58ed097eed8733a858f699ea80e0373a9579a5c3e7c6beeee265","id":"aoa:aoa-techniques:artifact:8bf5f4dcc2591df286544649","lineage_path":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md","mime":"text/markdown","path":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1ca2a896090038db0bf17414"}, + {"anchor_id":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","artifact_kind":"document","content_hash":"a726a2e4cb1c91f938d0de42c81cbed58ab4fb7d06e46dc799bd02df1bdd6401","id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","lineage_path":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","mime":"text/markdown","path":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:fd221848c0dfb13255727032"}, {"anchor_id":"aoa:aoa-techniques:anchor:174980a049e0dbb2fcb3a0b9","artifact_kind":"document","content_hash":"d9c21c7db161a78f299ff7831f31bf23a01e2d870afbdf439239ecbf96e02875","id":"aoa:aoa-techniques:artifact:e5ec0e7030077b7cf1bfed98","lineage_path":"docs/decisions/README.md","mime":"text/markdown","path":"docs/decisions/README.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:5a1e6ea20847434393c8eeea"}, {"anchor_id":"aoa:aoa-techniques:anchor:eae995c4fd552e040ded1a2b","artifact_kind":"document","content_hash":"c48a95e5591c43ec553f58a51af2e2b394e08e3ab5f3bd9deb0346f0cdacf438","id":"aoa:aoa-techniques:artifact:874770b82440579ca24bf934","lineage_path":"docs/decisions/TEMPLATE.md","mime":"text/markdown","path":"docs/decisions/TEMPLATE.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:b316213530298e47fc4961ac"}, {"anchor_id":"aoa:aoa-techniques:anchor:613839da57a56342c64e5306","artifact_kind":"generated_readmodel","content_hash":"8d332b838126191be5997c309d29c1bbae4eb1ee74525c0a69ded28ef8d4fb5e","id":"aoa:aoa-techniques:artifact:16f69bcd84ec7a895c63a279","lineage_path":"docs/decisions/indexes/README.md","mime":"text/markdown","path":"docs/decisions/indexes/README.md","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:aa73dac3d0008fade704c4ca"}, - {"anchor_id":"aoa:aoa-techniques:anchor:2fe8b9669fffe2732f1fc985","artifact_kind":"generated_readmodel","content_hash":"e8aee2a967d176ddf8f7b5914340e3c95367a7a9356e3f761a0f1ea73f205be4","id":"aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","lineage_path":"docs/decisions/indexes/by-date.md","mime":"text/markdown","path":"docs/decisions/indexes/by-date.md","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:06f8ab00ace8035ea04d2f7e"}, - {"anchor_id":"aoa:aoa-techniques:anchor:c1079448157ef4f00c4f23ef","artifact_kind":"generated_readmodel","content_hash":"b50bd53e5a30ad254f69df0317af67a8b304f8cb6b783db288037d5a1d33831d","id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","lineage_path":"docs/decisions/indexes/by-guard.md","mime":"text/markdown","path":"docs/decisions/indexes/by-guard.md","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1d8e603a870856a53dab2b7e"}, - {"anchor_id":"aoa:aoa-techniques:anchor:482cc1edd5cb89f27fc506bc","artifact_kind":"generated_readmodel","content_hash":"79c13aff48b2ad1e3c5494b6a08afb869a8eb35af234f51f837cc50dbea1b501","id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","lineage_path":"docs/decisions/indexes/by-mechanic.md","mime":"text/markdown","path":"docs/decisions/indexes/by-mechanic.md","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:d77bfba32f6ba55a92a71a58"}, - {"anchor_id":"aoa:aoa-techniques:anchor:544093c82ec1750d71cb3650","artifact_kind":"generated_readmodel","content_hash":"76a5e88b052fb7025fb18924950b629eec223c48193bd3a1945349b335cec501","id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","lineage_path":"docs/decisions/indexes/by-number.md","mime":"text/markdown","path":"docs/decisions/indexes/by-number.md","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:797363a8a02e69e7e20af4d5"}, - {"anchor_id":"aoa:aoa-techniques:anchor:768de01ee4eed1d819075a9a","artifact_kind":"generated_readmodel","content_hash":"305d20f44e77e03f2471589865f0a3e5511307d484f57e1aaa684a9f89474ecc","id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","lineage_path":"docs/decisions/indexes/by-surface.md","mime":"text/markdown","path":"docs/decisions/indexes/by-surface.md","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:d1b2ca079cc8bb6cc4e8d025"}, - {"anchor_id":"aoa:aoa-techniques:anchor:06612901f354b1bfcfa85995","artifact_kind":"generated_readmodel","content_hash":"72cbf2a6ac45ab44fd2190668381675b9e9059312fa42dbd7126d92870e69528","id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","lineage_path":"docs/decisions/indexes/by-technique-axis.md","mime":"text/markdown","path":"docs/decisions/indexes/by-technique-axis.md","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:26d04fbfc1c2c09a8889e539"}, + {"anchor_id":"aoa:aoa-techniques:anchor:2fe8b9669fffe2732f1fc985","artifact_kind":"generated_readmodel","content_hash":"1f1b5868fd1dc5e7262aaa4b993380caa2bbef80536178f072109de657784d6d","id":"aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","lineage_path":"docs/decisions/indexes/by-date.md","mime":"text/markdown","path":"docs/decisions/indexes/by-date.md","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:944096691a4367f348fc3a4a"}, + {"anchor_id":"aoa:aoa-techniques:anchor:c1079448157ef4f00c4f23ef","artifact_kind":"generated_readmodel","content_hash":"e93b9d15058844c74572045e63b76cdf10412e0387765d7a00b2d9665776a0b4","id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","lineage_path":"docs/decisions/indexes/by-guard.md","mime":"text/markdown","path":"docs/decisions/indexes/by-guard.md","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:ce15f2a0934246db7356aa9a"}, + {"anchor_id":"aoa:aoa-techniques:anchor:482cc1edd5cb89f27fc506bc","artifact_kind":"generated_readmodel","content_hash":"03c917a0814100a0781ff225713faace844c7b0bef26abd765b7b05640fed6fd","id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","lineage_path":"docs/decisions/indexes/by-mechanic.md","mime":"text/markdown","path":"docs/decisions/indexes/by-mechanic.md","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:6c633d9fd862b953e72a17c6"}, + {"anchor_id":"aoa:aoa-techniques:anchor:544093c82ec1750d71cb3650","artifact_kind":"generated_readmodel","content_hash":"f2be6fb35ee9965c037038c4ba5f39a311ae81d41e619ea21f79b3cccafeee51","id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","lineage_path":"docs/decisions/indexes/by-number.md","mime":"text/markdown","path":"docs/decisions/indexes/by-number.md","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:c6516378fbc5bac1adb55aa6"}, + {"anchor_id":"aoa:aoa-techniques:anchor:768de01ee4eed1d819075a9a","artifact_kind":"generated_readmodel","content_hash":"8fb6d66fa88b1856772dfecbc0920a44de593cc060fb21faa47575b66d98d2cd","id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","lineage_path":"docs/decisions/indexes/by-surface.md","mime":"text/markdown","path":"docs/decisions/indexes/by-surface.md","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:ecf38d79570cc5e8ae74b580"}, + {"anchor_id":"aoa:aoa-techniques:anchor:06612901f354b1bfcfa85995","artifact_kind":"generated_readmodel","content_hash":"cabb3c95a3067987444e411bf72a1cb08b3ade81220db0dcc3268d728ddde0a1","id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","lineage_path":"docs/decisions/indexes/by-technique-axis.md","mime":"text/markdown","path":"docs/decisions/indexes/by-technique-axis.md","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:421c8480472bb7b3109fdd8e"}, {"anchor_id":"aoa:aoa-techniques:anchor:28d3b8d1e9110da8dcd80d24","artifact_kind":"generated_readmodel","content_hash":"3da74baebfa7492e76e28a49dec52e8cb6933857726a1fc360dba231d8ee9253","id":"aoa:aoa-techniques:artifact:e85d1fe120dec821c2f1546d","lineage_path":"docs/decisions/indexes/index_contract.yaml","mime":"application/yaml","path":"docs/decisions/indexes/index_contract.yaml","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:5d4e64f82c09520738452d91"}, {"anchor_id":"aoa:aoa-techniques:anchor:afbbf316a793168113b9e43e","artifact_kind":"document","content_hash":"e148b1e72b725e4920425ffca74a0d7181bb016de59add14e3bc1e8dc039c827","id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","lineage_path":"docs/guardrails/AGENTS.md","mime":"text/markdown","path":"docs/guardrails/AGENTS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1885b4bb4fe4f57faa42d653"}, {"anchor_id":"aoa:aoa-techniques:anchor:307b666103ba6f3d53b0354a","artifact_kind":"document","content_hash":"53341597d4038e60cb4ab4714511915af4090ba678b72b850c0ff6b6779e86c5","id":"aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","lineage_path":"docs/guardrails/AGENTS_MESH_INDEX.md","mime":"text/markdown","path":"docs/guardrails/AGENTS_MESH_INDEX.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:7705851a0e473c00764d25cb"}, @@ -395,7 +184,7 @@ {"anchor_id":"aoa:aoa-techniques:anchor:e5ae60ce8a8ace7810877563","artifact_kind":"document","content_hash":"aa957d0db62120bf3755528df02078ef196753cf8c0dd01c4ba481edfbe28c87","id":"aoa:aoa-techniques:artifact:4aa88dc0162e458e182c97dd","lineage_path":"docs/readers/kind/README.md","mime":"text/markdown","path":"docs/readers/kind/README.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:cf5da2275d78872656b741f3"}, {"anchor_id":"aoa:aoa-techniques:anchor:d9715be15ab6361ca30044f8","artifact_kind":"document","content_hash":"d6ace064c76f33cf5654b28727f0b6471f20a5da7a7aba6f5d8010c3939d5117","id":"aoa:aoa-techniques:artifact:9aa4b16e18d8e02326f51d8a","lineage_path":"docs/readers/kind/TECHNIQUE_KINDS.md","mime":"text/markdown","path":"docs/readers/kind/TECHNIQUE_KINDS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:3006f592d355c8c99a67f8b8"}, {"anchor_id":"aoa:aoa-techniques:anchor:8f25335c2d29136493b18811","artifact_kind":"document","content_hash":"44e752c5ab1fd8436c665f1d2da4f34aff528be76818e6562fe5b68728bead6c","id":"aoa:aoa-techniques:artifact:d83ba9311b34a68a0958680b","lineage_path":"docs/readers/repo/README.md","mime":"text/markdown","path":"docs/readers/repo/README.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:bdc08df5e5dbaa0352316c7f"}, - {"anchor_id":"aoa:aoa-techniques:anchor:7aaf5296b3966381481500c1","artifact_kind":"document","content_hash":"c74fa7f18f169e499e050177506b6dc7c4bbecdb856817fe15039b765c876188","id":"aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","lineage_path":"docs/readers/repo/REPO_DOC_SURFACES.md","mime":"text/markdown","path":"docs/readers/repo/REPO_DOC_SURFACES.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:eae562347d8461dc56d936ea"}, + {"anchor_id":"aoa:aoa-techniques:anchor:7aaf5296b3966381481500c1","artifact_kind":"document","content_hash":"441104a140e8871f6fda933198a494c84b736d6d81a616613844567f4e81f0d5","id":"aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","lineage_path":"docs/readers/repo/REPO_DOC_SURFACES.md","mime":"text/markdown","path":"docs/readers/repo/REPO_DOC_SURFACES.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2393175b2386cf11d180f217"}, {"anchor_id":"aoa:aoa-techniques:anchor:be4137ccf711b84068923c22","artifact_kind":"document","content_hash":"e0045ae2e98fcbed5620c6275dacbfea08be039ecc7fd7b0c9331420ebf9a7b9","id":"aoa:aoa-techniques:artifact:070a8b8e1fd8f212259f9635","lineage_path":"docs/readers/review/README.md","mime":"text/markdown","path":"docs/readers/review/README.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:cc9444ba39114b64e430b91f"}, {"anchor_id":"aoa:aoa-techniques:anchor:639c0bf6210521a4c2525cae","artifact_kind":"document","content_hash":"1773ae2de7de1ec99d5af5f365e40959b86683731ee6ebd4c0993a7f29bfd3aa","id":"aoa:aoa-techniques:artifact:f1712bd22ca1e88b3dff3196","lineage_path":"docs/readers/review/SHADOW_PATTERNS.md","mime":"text/markdown","path":"docs/readers/review/SHADOW_PATTERNS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:d2800a705fa92f29510a0576"}, {"anchor_id":"aoa:aoa-techniques:anchor:811339fa0d75fe34a3c581eb","artifact_kind":"document","content_hash":"cb3779c7978bac0801d4c440ef913feb437874c3cab311c7247181e992edc56e","id":"aoa:aoa-techniques:artifact:d4a0b24d2de5cb4110da1bdd","lineage_path":"docs/readers/runtime/README.md","mime":"text/markdown","path":"docs/readers/runtime/README.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:4bb1d851d7b0031a944ab9e4"}, @@ -439,9 +228,9 @@ {"anchor_id":"aoa:aoa-techniques:anchor:b6293e141ee9edd300b06cbe","artifact_kind":"config","content_hash":"04aeb5355eaea2a00c9b259d7684ed436dc50eab3cc0f856d13e75007e339aa5","id":"aoa:aoa-techniques:artifact:4bb775b510fef0b03861add7","lineage_path":"docs/testing/test_inventory.json","mime":"application/json","path":"docs/testing/test_inventory.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:6bc4f72c814addc189cbeb05"}, {"anchor_id":"aoa:aoa-techniques:anchor:7e57e7ba903b8f12f6c85c62","artifact_kind":"document","content_hash":"f062632c34d2d2f8f3e860861003413c0bfbd9b08cee3949270c77d89ac220a3","id":"aoa:aoa-techniques:artifact:1a548e9218c9b7c28e355d3e","lineage_path":"docs/validation/AGENTS.md","mime":"text/markdown","path":"docs/validation/AGENTS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:61a45e609b210b216e764c57"}, {"anchor_id":"aoa:aoa-techniques:anchor:fb303f7132bda3ee7aa66fcd","artifact_kind":"document","content_hash":"2b137e52741c67f31bd43800da9394a611355c723bc1e482591e2c2fef1875e6","id":"aoa:aoa-techniques:artifact:3ad361f605350ce7bcb20ee4","lineage_path":"docs/validation/COMMAND_AUTHORITY.md","mime":"text/markdown","path":"docs/validation/COMMAND_AUTHORITY.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:49cddaa20bca56a8cbfee4b1"}, - {"anchor_id":"aoa:aoa-techniques:anchor:bee9642b3b3068cae0573c74","artifact_kind":"document","content_hash":"fea58f7d0ddcedc1cad42629737f2002492937907a20a9049d65b478d56b0b37","id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","lineage_path":"docs/validation/SCRIPT_TOPOLOGY.md","mime":"text/markdown","path":"docs/validation/SCRIPT_TOPOLOGY.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:463940127a9cc63f61a56fa4"}, - {"anchor_id":"aoa:aoa-techniques:anchor:c073f923084e3be188dc6970","artifact_kind":"document","content_hash":"d741cfc8f9001411bf595b8e61f82308c5adbe7063e4bceddbd5f32e589c23f4","id":"aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","lineage_path":"docs/validation/VALIDATOR_TOPOLOGY.md","mime":"text/markdown","path":"docs/validation/VALIDATOR_TOPOLOGY.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:962e9f32f5d926d6d5d89a77"}, - {"anchor_id":"aoa:aoa-techniques:anchor:02f9836c877d040038d8e30b","artifact_kind":"config","content_hash":"5648f2e47075430108cb81e00974397721c4d6d46426ab6a5dea079b0882daaf","id":"aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","lineage_path":"docs/validation/script_inventory.json","mime":"application/json","path":"docs/validation/script_inventory.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:bc052284e1ea12ce27ddb173"}, + {"anchor_id":"aoa:aoa-techniques:anchor:bee9642b3b3068cae0573c74","artifact_kind":"document","content_hash":"3ae56dede1f6c13e7faecfa1ecbddae4bf03c339b235f04349ae64e5f820c734","id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","lineage_path":"docs/validation/SCRIPT_TOPOLOGY.md","mime":"text/markdown","path":"docs/validation/SCRIPT_TOPOLOGY.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:3b472a1e306c01867b42d800"}, + {"anchor_id":"aoa:aoa-techniques:anchor:c073f923084e3be188dc6970","artifact_kind":"document","content_hash":"f5b739978406f7845cf310cc8e87585540ef3ca93b5e052c6cf5ff5b98798a2d","id":"aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","lineage_path":"docs/validation/VALIDATOR_TOPOLOGY.md","mime":"text/markdown","path":"docs/validation/VALIDATOR_TOPOLOGY.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:0194d83a418b02baae3110ee"}, + {"anchor_id":"aoa:aoa-techniques:anchor:02f9836c877d040038d8e30b","artifact_kind":"config","content_hash":"e8e7551fb92ee05f4dc64832a8c9861830b4c11ee97a7621c081af10ed923e62","id":"aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","lineage_path":"docs/validation/script_inventory.json","mime":"application/json","path":"docs/validation/script_inventory.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:64b14b18a4ca6148137fcfd8"}, {"anchor_id":"aoa:aoa-techniques:anchor:f3512468853fd3d11da144b0","artifact_kind":"config","content_hash":"625fe468c4fc4fc407c299105f4f363facde0ed0ba6ef1f0f89f155b6c7b8a15","id":"aoa:aoa-techniques:artifact:c1230c1b468b10ee8cca2d40","lineage_path":"docs/validation/validator_inventory.json","mime":"application/json","path":"docs/validation/validator_inventory.json","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:11dd5c16a1efe3cf5a4613c0"}, {"anchor_id":"aoa:aoa-techniques:anchor:1c9a7d988fc22fcc4570e0be","artifact_kind":"document","content_hash":"d61e15d2bf526314ebc5534c1dc53d44b3e87ebed29edc54e91fa3b752ab4047","id":"aoa:aoa-techniques:artifact:97b1e9d3cdd5039f97903b28","lineage_path":"evals/AGENTS.md","mime":"text/markdown","path":"evals/AGENTS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:ea2af744f0bdc1af7207deb3"}, {"anchor_id":"aoa:aoa-techniques:anchor:202e1049c5c5d7c0fecb47da","artifact_kind":"config","content_hash":"f5e363634137001c8666c64bb1505ea5020ca6292aa65569b4ae5b8ee4e120fb","id":"aoa:aoa-techniques:artifact:b027c5aa6bfa309e504db8b6","lineage_path":"evals/PORT.yaml","mime":"application/yaml","path":"evals/PORT.yaml","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:930627088d127b5ec8080330"}, @@ -453,7 +242,7 @@ {"anchor_id":"aoa:aoa-techniques:anchor:62974c378ed3c976b7376b53","artifact_kind":"document","content_hash":"06e78834e2bbe47f3508be342b24947485e2854c93fabc8de14bf49e02ae0b43","id":"aoa:aoa-techniques:artifact:49aaa2819e35a856818ecec8","lineage_path":"examples/README.md","mime":"text/markdown","path":"examples/README.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:926a081159563053c0cf0847"}, {"anchor_id":"aoa:aoa-techniques:anchor:f1e93c7009768e5a59824868","artifact_kind":"document","content_hash":"2e258e743c61815ba9d6defaf5deebfcb0d6816c39e8cff0767077aaf45d69fd","id":"aoa:aoa-techniques:artifact:87c37630bc6d828694084bbe","lineage_path":"WALKTHROUGH.md","mime":"text/markdown","path":"examples/plan-diff-apply-verify-report-walkthrough.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:30d0a0f99caa6c781c928ad8"}, {"anchor_id":"aoa:aoa-techniques:anchor:a0ae7bd833a34e8ba753daa5","artifact_kind":"document","content_hash":"bf7680fae9bf67491b1da546f7ec067b1843a087f1cb665d928012a7982448d1","id":"aoa:aoa-techniques:artifact:73de061b3989ed8c40a36b86","lineage_path":"generated/AGENTS.md","mime":"text/markdown","path":"generated/AGENTS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:416a593b41c6aa5ad073f835"}, - {"anchor_id":"aoa:aoa-techniques:anchor:ef80566e1761644e154032e8","artifact_kind":"generated_readmodel","content_hash":"14c8bb6b949676889f33eb6e7031d0f3748ea72f8942c50acfa3c17b1a49f966","id":"aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","lineage_path":"generated/agents_mesh.min.json","mime":"application/json","path":"generated/agents_mesh.min.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2730cc54ea4e4d461af7775e"}, + {"anchor_id":"aoa:aoa-techniques:anchor:ef80566e1761644e154032e8","artifact_kind":"generated_readmodel","content_hash":"c7c914ebe72fa346c68779c8e5f0b3d29509a997e435f76da2d87cfafc5cf91d","id":"aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","lineage_path":"generated/agents_mesh.min.json","mime":"application/json","path":"generated/agents_mesh.min.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:c959f6b3beffb0585fc52d3e"}, {"anchor_id":"aoa:aoa-techniques:anchor:1741b755ca7e99e5b1a509c4","artifact_kind":"generated_readmodel","content_hash":"c893c20f736de4ca1aa88e3c54de6919a26e2db60188eccc4fc8de59b90cbcdc","id":"aoa:aoa-techniques:artifact:6876c3c05522c4e1277a2317","lineage_path":"generated/github_review_template_manifest.json","mime":"application/json","path":"generated/github_review_template_manifest.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:4492523b5fa23df4e4915724"}, {"anchor_id":"aoa:aoa-techniques:anchor:42661e4ea58c46356b794c94","artifact_kind":"generated_readmodel","content_hash":"c73617933c354d446ddf90e8bdcb0a004335d172629f62d678b5431169af524a","id":"aoa:aoa-techniques:artifact:6b7d6ccea097ae14a6c98d6c","lineage_path":"generated/github_review_template_manifest.min.json","mime":"application/json","path":"generated/github_review_template_manifest.min.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:9319047763f4cd499236eb58"}, {"anchor_id":"aoa:aoa-techniques:anchor:bdf86ca77718a43ce5faf19d","artifact_kind":"generated_readmodel","content_hash":"2e85c2ad24893884fd16f621a052901fbc8c736f534b269f4b1d6b9527d7202c","id":"aoa:aoa-techniques:artifact:ea4526b95a32d8e43b0473f5","lineage_path":"generated/kag_export.json","mime":"application/json","path":"generated/kag_export.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:836ab92511a2aebb8f74b958"}, @@ -462,8 +251,8 @@ {"anchor_id":"aoa:aoa-techniques:anchor:ee1e76d4a78188f8019e2596","artifact_kind":"generated_readmodel","content_hash":"d078fbe4ddc296ad4ca3e6617cdc9e47423a786bb631ec8027856fc354fe9cff","id":"aoa:aoa-techniques:artifact:c5c2fb00e5de93d9a755ddb6","lineage_path":"generated/quest_catalog.min.json","mime":"application/json","path":"generated/quest_catalog.min.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1b2edcec96edceed6012193e"}, {"anchor_id":"aoa:aoa-techniques:anchor:4fd5e3dfc08f29be6a170522","artifact_kind":"generated_readmodel","content_hash":"79e2ccbf5599b6d141e7ea19fefcb78b07639f5146bdc48c7a571b1e959dfb0b","id":"aoa:aoa-techniques:artifact:ff48f2b1eda51875912e7e4f","lineage_path":"generated/quest_dispatch.min.example.json","mime":"application/json","path":"generated/quest_dispatch.min.example.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:8b9acff65daa950ac250b4c3"}, {"anchor_id":"aoa:aoa-techniques:anchor:b825b9e7c54781ab0ae77ab8","artifact_kind":"generated_readmodel","content_hash":"efbe708e86c104ec085736d7514bd394dce593f2250ff483c20d75c01dd0bc6b","id":"aoa:aoa-techniques:artifact:66dcdb07260149d95b47064f","lineage_path":"generated/quest_dispatch.min.json","mime":"application/json","path":"generated/quest_dispatch.min.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:ac743f7bc904606945507bf0"}, - {"anchor_id":"aoa:aoa-techniques:anchor:d9a9b2878690d70f1b1dc1eb","artifact_kind":"generated_readmodel","content_hash":"96c00d9fdc2ad978af608c53bec9aa8d182fa74043355c1163022de0d01ebc02","id":"aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","lineage_path":"generated/repo_doc_surface_manifest.json","mime":"application/json","path":"generated/repo_doc_surface_manifest.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:966bb081defa71059a0aefd2"}, - {"anchor_id":"aoa:aoa-techniques:anchor:4920a368e209bd2071d61163","artifact_kind":"generated_readmodel","content_hash":"754ef527f47ea300c2823f36266d0283e54a288a3a9ebf303ef5321dea1d8888","id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","lineage_path":"generated/repo_doc_surface_manifest.min.json","mime":"application/json","path":"generated/repo_doc_surface_manifest.min.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:48d4bc17843453ee148c56ec"}, + {"anchor_id":"aoa:aoa-techniques:anchor:d9a9b2878690d70f1b1dc1eb","artifact_kind":"generated_readmodel","content_hash":"8abe7b84c837a48b28b219fb4193f1fe1849eacd3f3119cc70611a4a06458db4","id":"aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","lineage_path":"generated/repo_doc_surface_manifest.json","mime":"application/json","path":"generated/repo_doc_surface_manifest.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:30f16637d516380d9d7cc93b"}, + {"anchor_id":"aoa:aoa-techniques:anchor:4920a368e209bd2071d61163","artifact_kind":"generated_readmodel","content_hash":"061c75e454d7a8dcdef258913fb1af1ba7c91cbdb5a0dde3506252bcb038fce6","id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","lineage_path":"generated/repo_doc_surface_manifest.min.json","mime":"application/json","path":"generated/repo_doc_surface_manifest.min.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1f25b41a881ffa548e32276a"}, {"anchor_id":"aoa:aoa-techniques:anchor:270321c9571c578f03a6f87f","artifact_kind":"generated_readmodel","content_hash":"4ab714cdcc2d1a1b453c0d0f60ce0e5577ff1f2cf121528b7b37f7eac15aee49","id":"aoa:aoa-techniques:artifact:278e247ced992378ca887cab","lineage_path":"generated/semantic_review_manifest.json","mime":"application/json","path":"generated/semantic_review_manifest.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:95f0e4bf6dcc66bcbc2bf524"}, {"anchor_id":"aoa:aoa-techniques:anchor:31067163c538642116e9c3aa","artifact_kind":"generated_readmodel","content_hash":"906b35a8786f30e62136cf55251aa53b4da26bb574dbca5bcd037e7fcdc50ebb","id":"aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5","lineage_path":"generated/semantic_review_manifest.min.json","mime":"application/json","path":"generated/semantic_review_manifest.min.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:d1f6ccb18e17ef443ce20285"}, {"anchor_id":"aoa:aoa-techniques:anchor:07b8eb96affec93aefb2a3b1","artifact_kind":"generated_readmodel","content_hash":"b8b248d1a6d6ed1a9dae2f4389438588dcb6d17ec53699d961ced9041dbed8ec","id":"aoa:aoa-techniques:artifact:3a7a467abfef80ded0604b28","lineage_path":"generated/shadow_review_manifest.json","mime":"application/json","path":"generated/shadow_review_manifest.json","provenance_ref":"deterministic","surface_state":"generated_readmodel","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:c829bb8fc8b23d8d0484670e"}, @@ -1208,7 +997,7 @@ {"anchor_id":"aoa:aoa-techniques:anchor:6e5d86edf8bbd36960e0b0b0","artifact_kind":"validator","content_hash":"8858f8f414f8672562ec74916c216ff33ce8e7bb84ba928ec3d52f5c4c50a1ca","id":"aoa:aoa-techniques:artifact:179cd9e9a1e53d6027df9638","lineage_path":"scripts/validate_public_hygiene.py","mime":"text/x-python","path":"scripts/validate_public_hygiene.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:fb9756d7b86484a81fe0da86"}, {"anchor_id":"aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","artifact_kind":"validator","content_hash":"ed0726263ac070986cea996c85d319a328d20d1e3d743d19439aa6f38340e229","id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","lineage_path":"scripts/validate_repo.py","mime":"text/x-python","path":"scripts/validate_repo.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:79c45103a4d7b7458c9f1fd0"}, {"anchor_id":"aoa:aoa-techniques:anchor:2dcb946bb46f02a50eb66d0e","artifact_kind":"validator","content_hash":"28b6075bd6e0ab3b582a1ba9054928e69fce771c40362029210c61d23920e182","id":"aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd","lineage_path":"scripts/validate_repo_local_kag_index.py","mime":"text/x-python","path":"scripts/validate_repo_local_kag_index.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:928270eff17a628c6ea7ced4"}, - {"anchor_id":"aoa:aoa-techniques:anchor:4ee1d2c2763ee13e01827f9f","artifact_kind":"validator","content_hash":"cb4693f0c81b74d76252ea5f3fed57b86a7ff90d4487f9c09bd8be57ebf0d9be","id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","lineage_path":"scripts/validate_semantic_agents.py","mime":"text/x-python","path":"scripts/validate_semantic_agents.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:81617d0b49164b98c4570637"}, + {"anchor_id":"aoa:aoa-techniques:anchor:4ee1d2c2763ee13e01827f9f","artifact_kind":"validator","content_hash":"fffb179bc898a10fa672a03af77e6171f0f777837536af833d1c32095cf947c8","id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","lineage_path":"scripts/validate_semantic_agents.py","mime":"text/x-python","path":"scripts/validate_semantic_agents.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:2c6a76e0c779eab0746c2cac"}, {"anchor_id":"aoa:aoa-techniques:anchor:3b1e44fb4a8f0b0e3220f688","artifact_kind":"validator","content_hash":"ca1ada6eca3ae7ae5d6b9d6dc71d733240b0fd039716926bf328969eb179be01","id":"aoa:aoa-techniques:artifact:712bfcf4dd0980ac8009ae26","lineage_path":"scripts/validate_source_contracts.py","mime":"text/x-python","path":"scripts/validate_source_contracts.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:8a4e89439eed1d0fddb9de59"}, {"anchor_id":"aoa:aoa-techniques:anchor:5c2b693cfcc55210e48810b7","artifact_kind":"source_code","content_hash":"9a2f191ab2fe80ef539b138aa8d9f94b468c8775b1d12ea15254a6bc707a0dca","id":"aoa:aoa-techniques:artifact:dda053a98d0f42c53736338b","lineage_path":"scripts/validation_lanes.py","mime":"text/x-python","path":"scripts/validation_lanes.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:46c2b51f991bbcea91360ae4"}, {"anchor_id":"aoa:aoa-techniques:anchor:5dc1a1bd1ed1dc68e8c24d40","artifact_kind":"document","content_hash":"7d5854a90bdf88a5fadab629e1352a6816a04c4b752702a774b3abf57b3119b1","id":"aoa:aoa-techniques:artifact:2114e295f32a7ad37a54a632","lineage_path":"scripts/validators/AGENTS.md","mime":"text/markdown","path":"scripts/validators/AGENTS.md","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:69db7dee1ed4e412fa3dd205"}, @@ -2071,7 +1860,7 @@ {"anchor_id":"aoa:aoa-techniques:anchor:3bb58326fa489b1aba02a064","artifact_kind":"test","content_hash":"28abcb6318b65fad4c38a99d6808dee76a51fbe9fe28d83e3a271f18cfd1fbeb","id":"aoa:aoa-techniques:artifact:3f21f1424c231b9e7323c3f2","lineage_path":"tests/test_release_check.py","mime":"text/x-python","path":"tests/test_release_check.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:63c1406f2a534e0b5eb82efe"}, {"anchor_id":"aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","artifact_kind":"test","content_hash":"9475fddc5de2f15f9079190109b10cd4a9901cef5897ca292450007c0092a762","id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","lineage_path":"tests/test_roadmap_parity.py","mime":"text/x-python","path":"tests/test_roadmap_parity.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:a9dac5d3787afb62ff5dc733"}, {"anchor_id":"aoa:aoa-techniques:anchor:ed30810d749089eb4df0ea53","artifact_kind":"test","content_hash":"be548f162aee661b61751d8be2ebc7237a8ed73500f761d12103a66e64457ead","id":"aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","lineage_path":"tests/test_root_legacy_topology.py","mime":"text/x-python","path":"tests/test_root_legacy_topology.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:1fda79f3d49c680ce6b0dddc"}, - {"anchor_id":"aoa:aoa-techniques:anchor:c5293c51f822a2ea1be12ee2","artifact_kind":"test","content_hash":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","lineage_path":"tests/test_script_topology.py","mime":"text/x-python","path":"tests/test_script_topology.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:5619a9a498915b3c3f19206e"}, + {"anchor_id":"aoa:aoa-techniques:anchor:c5293c51f822a2ea1be12ee2","artifact_kind":"test","content_hash":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","lineage_path":"tests/test_script_topology.py","mime":"text/x-python","path":"tests/test_script_topology.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:e413ab1b8f844a8ebd7d399c"}, {"anchor_id":"aoa:aoa-techniques:anchor:ef1d913536ddf6783088905f","artifact_kind":"test","content_hash":"956d4bc5c9e91545712e815d702f4a45605e954b2fe8dee307cb9c669fc7d579","id":"aoa:aoa-techniques:artifact:24fa58fe2c64b5fa17c73aae","lineage_path":"tests/test_technique_intelligence.py","mime":"text/x-python","path":"tests/test_technique_intelligence.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:f79c2f99154cc211058be9e7"}, {"anchor_id":"aoa:aoa-techniques:anchor:f0ffaf3b7bf0bae97872af76","artifact_kind":"test","content_hash":"82598278953002b8cf23bee9a1cd1e8150543e33dc9b0a0f346a76f699ae76ee","id":"aoa:aoa-techniques:artifact:9474485b910fe51774c07f50","lineage_path":"tests/test_test_topology.py","mime":"text/x-python","path":"tests/test_test_topology.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:b10c4a080a06a3c55a680563"}, {"anchor_id":"aoa:aoa-techniques:anchor:1e8c672d059473f20827dd52","artifact_kind":"test","content_hash":"786d9d04a6dcba445b9be1ae3e7d5d533b56d5f9d4d8097711cee65cb9789176","id":"aoa:aoa-techniques:artifact:8658ee6a5e9a7c7b185a1d3e","lineage_path":"tests/test_validate_repo_agents_mesh.py","mime":"text/x-python","path":"tests/test_validate_repo_agents_mesh.py","provenance_ref":"deterministic","surface_state":"authored_source","temporal_ref":"current","trust_ref":"deterministic","version_id":"aoa:aoa-techniques:artifact-version:7300d3d49db4c4e9ab1553e6"}, @@ -2088,7 +1877,7 @@ ], "index_identity": { "artifact_kind": "repository_artifact_index", - "content_digest": "2a11c3ec9dc74476b8aa693f28e330af33957adcf50652055f2fc5777bff17a8", + "content_digest": "4a7285dcc0fc75eeaac02c88557e66ba3e9c21e49e94e6f7d4356cc3a6d100a2", "index_kind": "artifact", "local_id": "index:repo-local:artifacts", "schema_ref": "aoa-kag:schemas/repo-local-kag-repository-index.schema.json" @@ -2174,19 +1963,18 @@ }, "schema_version": "aoa-repo-local-kag-repository-index-v2", "source_index": { - "content_digest": "f0fcdd29bf036cf6c8b787ff8d33c99b68b47538543182dc6f1d14bdb3d2cb59", + "content_digest": "6263f0d91f1e1f1156e6b5d6ba0a7b10740c2efe86fd10b1ab9852d6843430ef", "local_id": "index:repo-local:source-surfaces", "path": "kag/indexes/source_surface_index.json" }, "summary": { - "entry_count": 2085, + "entry_count": 1874, "kind_counts": { - "asset": 50, - "config": 116, + "config": 70, "data_table": 1, "dependency_manifest": 1, "directory_marker": 4, - "document": 1633, + "document": 1529, "generated_readmodel": 49, "index": 1, "license": 1, @@ -2195,8 +1983,8 @@ "owner_metadata": 2, "projection": 1, "receipt": 31, - "schema": 39, - "script": 36, + "schema": 34, + "script": 30, "security": 1, "source_code": 19, "test": 75, diff --git a/kag/indexes/repo_assertion_index.json b/kag/indexes/repo_assertion_index.json index 862adbf7..90b9f1e8 100644 --- a/kag/indexes/repo_assertion_index.json +++ b/kag/indexes/repo_assertion_index.json @@ -1,13 +1,11 @@ { "entries": [ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:91bdb086c46493618d29f389"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:460f76582c3a378bb1391213","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0005dd1f769882e57df585ef"],"subject_id":"aoa:aoa-techniques:artifact:0005dd1f769882e57df585ef","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb5517415ee3f11a717f7b0c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:146453f2c96e43f3bc9a3323","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5"],"subject_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ea5c06b23ac932a794ecad08"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4fddfe08f134ae506298c2ad","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:00427a327754e82dd374ebc8"],"subject_id":"aoa:aoa-techniques:artifact:00427a327754e82dd374ebc8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:69dd03e435274a0a50ae4c52"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:be39674e4b270490ba88095c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:00457b4e465a7692e6a12f06"],"subject_id":"aoa:aoa-techniques:artifact:00457b4e465a7692e6a12f06","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0713719f0c56e0be428eb4b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:58cc52b5db2c60b2fee994f2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:007a82a8574a70f9abf45002"],"subject_id":"aoa:aoa-techniques:artifact:007a82a8574a70f9abf45002","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a3a525df6380a6f5e6a7627a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:23989a2d0148df282725ecaf","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:008dbdd73b430dc77a71f6da"],"subject_id":"aoa:aoa-techniques:artifact:008dbdd73b430dc77a71f6da","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:25636c6d7bd067d19ed7965d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3f212848c1f564a8d61fd8b7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0097e6c200df4283b557c350"],"subject_id":"aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5169fa4934223be05134b570"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0328a16d97b4417bbfafebb1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564"],"subject_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:955475f1440c4addf33d4d0e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:73b400c47c802293720fb3f0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:00a2848773b5fb5770c32213"],"subject_id":"aoa:aoa-techniques:artifact:00a2848773b5fb5770c32213","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a425855a6fe99d9750d0f044"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e619eb22bab34d21a81ab61a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:00a86474593b543be3bbf660"],"subject_id":"aoa:aoa-techniques:artifact:00a86474593b543be3bbf660","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ed4b2ec38c57c68224b433cb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1c79231cdaa344961ec37570","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:00c677529104576dcc0e2772"],"subject_id":"aoa:aoa-techniques:artifact:00c677529104576dcc0e2772","temporal_ref":"current","trust_ref":"deterministic"}, @@ -33,8 +31,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0e2c987e41c040267ff3ac1d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:36e5cfb8b2be4a0e59e2fd1e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:02e130c7aa24ec4b2d97dd68"],"subject_id":"aoa:aoa-techniques:artifact:02e130c7aa24ec4b2d97dd68","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:544093c82ec1750d71cb3650"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b1473bce9c22faad4abc833e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191"],"subject_id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7cbca15d67e40d53c37e270b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:32a5af3a362c5b6e89636c00","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80"],"subject_id":"aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3f509b03ec463b21d870ea1a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:82e3e5336bb978162ad04b3c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493"],"subject_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d83d810703e24547eeb52473"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ebbbf57f7289a4f0c16d6bc3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e"],"subject_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:219843d89f34e6d8eee191c1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fb1b18f2e2bc4a19e0ec625a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:038fe3ff8700fe443a6c6452"],"subject_id":"aoa:aoa-techniques:artifact:038fe3ff8700fe443a6c6452","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3300dbb24d5bf0e5a69cd79f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e60f97ffe9193fe437450530","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6"],"subject_id":"aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd0b8b5317ff4e79a76b843e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:02f838a76de3804b9496fcc4","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:03af0081d66bb1e661ffd36f"],"subject_id":"aoa:aoa-techniques:artifact:03af0081d66bb1e661ffd36f","temporal_ref":"current","trust_ref":"deterministic"}, @@ -45,7 +41,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0f15e80c000c8f5d22d6d178"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:724ce54a9b50352bd74b128a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0435b1a7c020c61732614001"],"subject_id":"aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5eca26f9f92cc76ecbdf29b7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4bf9b42004bdcdc05640f1c4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:045f674617adfca9ecf497df"],"subject_id":"aoa:aoa-techniques:artifact:045f674617adfca9ecf497df","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:603724990a263f7834bc13e4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:45a7a9a726ba8ee318a78323","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0484d8c314cacd77c85cac4e"],"subject_id":"aoa:aoa-techniques:artifact:0484d8c314cacd77c85cac4e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6b95507566e68b3d9dea079"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:93d0f451871197df99ab2e43","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd"],"subject_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4d0162479655530148090ae"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7da2c6933cfd1b2207cfc36d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f"],"subject_id":"aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e3ba8b6a110c4f7491b449a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d32ecde9dc381126e0649c06","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:04b66b88ff12ad6c3b3ca6f1"],"subject_id":"aoa:aoa-techniques:artifact:04b66b88ff12ad6c3b3ca6f1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:136a05cfca4e52f75d32272a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8c5633544c159d02b0422571","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:04bef8605ec2e98416c0441c"],"subject_id":"aoa:aoa-techniques:artifact:04bef8605ec2e98416c0441c","temporal_ref":"current","trust_ref":"deterministic"}, @@ -61,7 +56,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:787d1aff936d49af49ff2699","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"subject_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b521ba8b77b361ce0a567769"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:53f71115dffdf446dbacdc89","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:065c9dd7b95c9b26a5bd313c"],"subject_id":"aoa:aoa-techniques:artifact:065c9dd7b95c9b26a5bd313c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e61bf410ff1ea751bb503a41"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f3d8600bdc170e3a1963eee5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0672337180c92a8f701af9bc"],"subject_id":"aoa:aoa-techniques:artifact:0672337180c92a8f701af9bc","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7aa97653c8b8d1cb9aca1f2b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:46fe495e9a8d3ef2cf47e59d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a"],"subject_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3aee93cd19526263b33bcd4f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f56b00a159919fb30f8f1e66","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:067b443aae36c54cf6f35e04"],"subject_id":"aoa:aoa-techniques:artifact:067b443aae36c54cf6f35e04","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d007b12507d20e024679d537"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a4154c4b9ea5e71e86ef5d37","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:068f1b1e753aadb4ac7af2fc"],"subject_id":"aoa:aoa-techniques:artifact:068f1b1e753aadb4ac7af2fc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3c6ac78d870074a3c61cef9a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a77e4a01b4148c42166e5404","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:06d31990926be878929aa81d"],"subject_id":"aoa:aoa-techniques:artifact:06d31990926be878929aa81d","temporal_ref":"current","trust_ref":"deterministic"}, @@ -80,14 +74,12 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9277af0f47ef68aaea1953f6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f3f17303262eab8a516f9a86","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:08d66ae01ec67a2db0eda0d8"],"subject_id":"aoa:aoa-techniques:artifact:08d66ae01ec67a2db0eda0d8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1772ae6f75a764f5396e3395"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:59856417af364a4f36d2345b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:08dd012ae8bc83fb8a30b619"],"subject_id":"aoa:aoa-techniques:artifact:08dd012ae8bc83fb8a30b619","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2b5919e4c84f4db8739b6d1e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4d813b12d42d534887901a43","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0914e3c074cf8e909266390d"],"subject_id":"aoa:aoa-techniques:artifact:0914e3c074cf8e909266390d","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c32051c8d766091e5b4fc84b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c2158ff1e8331ceb7bbc74c4","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:094ebac0e7e2f3ce57cf25e2"],"subject_id":"aoa:aoa-techniques:artifact:094ebac0e7e2f3ce57cf25e2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3e47b840df1e43697325b1ab"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3f6e31f580aef44112d27512","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:094ed56e0ed651d3bb7231fd"],"subject_id":"aoa:aoa-techniques:artifact:094ed56e0ed651d3bb7231fd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1b3f807621dd3be490c04265","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0978b56480c7657711436219"],"subject_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:560bff8f8e6bea7b47fa3803"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fbee7c015530ede31c7e3dfc","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0983cdce416d1aa139dbd6f3"],"subject_id":"aoa:aoa-techniques:artifact:0983cdce416d1aa139dbd6f3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3dc1e711c49dad3e623583f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:79f2fefad17aa446bc47af0b","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:098f12afb4fd11c72d66bfee"],"subject_id":"aoa:aoa-techniques:artifact:098f12afb4fd11c72d66bfee","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:22f5490926c48bfc591c1aa2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:74c887e67144c696e688d35a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:099b762695376eef5c024351"],"subject_id":"aoa:aoa-techniques:artifact:099b762695376eef5c024351","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d49aea8754de5f40772b767"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:43053b39ccffadf4dd0e0cfd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:09c6d259edca1d6a9dfe5990"],"subject_id":"aoa:aoa-techniques:artifact:09c6d259edca1d6a9dfe5990","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:38dad3927ac983e1ddac2eeb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ef56491f3d87266f409bfa79","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:09cb49ad526692a9aa564893"],"subject_id":"aoa:aoa-techniques:artifact:09cb49ad526692a9aa564893","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:24bd93659cbc613dbefbc1c8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:27deb13845e51551872d660b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0a22e613b3ca39e8a6b78ab0"],"subject_id":"aoa:aoa-techniques:artifact:0a22e613b3ca39e8a6b78ab0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0865aee371f403821c89bc2f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:31cc970e77d4adc6dbf9346f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0a2765c29f9db5f40c2640be"],"subject_id":"aoa:aoa-techniques:artifact:0a2765c29f9db5f40c2640be","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d09dd8641d5aadf934685e7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:53745ba4e276b483231c7018","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0a397c872e31eb43f190b7bd"],"subject_id":"aoa:aoa-techniques:artifact:0a397c872e31eb43f190b7bd","temporal_ref":"current","trust_ref":"deterministic"}, @@ -110,21 +102,18 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4947801ba7d9df12a59ab5d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:043b550770b84535ca3e2775","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0c8710da54394af2d9148685"],"subject_id":"aoa:aoa-techniques:artifact:0c8710da54394af2d9148685","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd8e223de52567ec32a14762"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7d9144907e9f4940c5c6b3e4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0c8b3c975f53615853e84d17"],"subject_id":"aoa:aoa-techniques:artifact:0c8b3c975f53615853e84d17","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:db24304873d3a69304589284"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c2e9f482ce66e735b50a9479","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0cbfc31da990762d893d8446"],"subject_id":"aoa:aoa-techniques:artifact:0cbfc31da990762d893d8446","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:79a3e8edf71ea39d9090a49f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4fcd0efd41329444b2eb88bc","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef"],"subject_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e01f9be9d69000f340dd0e8b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4c45c07f265d530825ac3b60","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0d01fe846fbaefe4f33240a7"],"subject_id":"aoa:aoa-techniques:artifact:0d01fe846fbaefe4f33240a7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2ffd9bc452bea451dbe1ae70"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f2c14769ecf0769afafffd68","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0d087cce4b634d96e2d9653d"],"subject_id":"aoa:aoa-techniques:artifact:0d087cce4b634d96e2d9653d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:caab79b0552395185e14d8dc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:57365461234aa0d7cfe21a46","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0d25d90d0812762fd5378e2f"],"subject_id":"aoa:aoa-techniques:artifact:0d25d90d0812762fd5378e2f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8db33ef3a28b7af0575e5b9f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ad39488a4fe1b906451ff4e5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0d38807192896ea16366c2df"],"subject_id":"aoa:aoa-techniques:artifact:0d38807192896ea16366c2df","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d9f1d709863a5819bfc07114"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8f619b92e9381833d1207b33","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0d6ba395d6777672f3c040dd"],"subject_id":"aoa:aoa-techniques:artifact:0d6ba395d6777672f3c040dd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:566668872652d163a92068c1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6ac509902e9734284aa4bfa5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0d7d8fdd15295cc71564a806"],"subject_id":"aoa:aoa-techniques:artifact:0d7d8fdd15295cc71564a806","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2cdbe0196968b08e4502fe6d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1aed472a96d79e9d62ee771d","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc"],"subject_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f381ca6590d7db58cb834d07"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a58abb7597cfaffabf97edfb","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0db3a09da673f5e520a120db"],"subject_id":"aoa:aoa-techniques:artifact:0db3a09da673f5e520a120db","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9621ddacd070654cd018571d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c0b003db1108dd617aff1767","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0dbc3f84df522a02aa8d00a7"],"subject_id":"aoa:aoa-techniques:artifact:0dbc3f84df522a02aa8d00a7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:01b6dccf42035ac00add3458"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ee0531cd846cc81360debf33","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0e0a99b1daa3ca54d8e97b14"],"subject_id":"aoa:aoa-techniques:artifact:0e0a99b1daa3ca54d8e97b14","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08b0f7e8349993480547112e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5f3e2cef614b4bfaa988ba0e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0e33dc533fcb541678109142"],"subject_id":"aoa:aoa-techniques:artifact:0e33dc533fcb541678109142","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7c495ca7cabdf7431cc11213"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2623081cf06b9e2964beeb80","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0e5d03b7c703b67bec05b7c0"],"subject_id":"aoa:aoa-techniques:artifact:0e5d03b7c703b67bec05b7c0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:47ab1dd8473efa97180936e3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0c11165f60d383903c0d9ea3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0ea885b3861d2dc4374d2246"],"subject_id":"aoa:aoa-techniques:artifact:0ea885b3861d2dc4374d2246","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:09e68ab50d59d5c496ed716b","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa"],"subject_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2013fe9a2f06a3d450011a01"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a328c6dce0753daa968d84e8","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0ebc3ef5fa668d86e712471d"],"subject_id":"aoa:aoa-techniques:artifact:0ebc3ef5fa668d86e712471d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a32a568bace29f4c3a70980d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9ea31ddae7c597f197d0d2d4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0ec158eca81a9246a6899adc"],"subject_id":"aoa:aoa-techniques:artifact:0ec158eca81a9246a6899adc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:77804df5d74c874f5adb97bf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c9e69dd1060e742b00f3fc70","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0ecc1df43f43ffd931ad3e37"],"subject_id":"aoa:aoa-techniques:artifact:0ecc1df43f43ffd931ad3e37","temporal_ref":"current","trust_ref":"deterministic"}, @@ -139,11 +128,9 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4dfbbb3df931ee8f273fc81c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:84a1f564000cd72cd4326aa7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0fcc824069c4fc7e84ee9971"],"subject_id":"aoa:aoa-techniques:artifact:0fcc824069c4fc7e84ee9971","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:96d8fdf94001d913fa71febc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5844c373a584f2bbcdb2e265","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0fe833418dc1eab0b2818187"],"subject_id":"aoa:aoa-techniques:artifact:0fe833418dc1eab0b2818187","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:59cf4ccbdb81f19e508627f6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5a531e574dcc4081fbe766ca","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0fe95e87cea317c6e77f45a6"],"subject_id":"aoa:aoa-techniques:artifact:0fe95e87cea317c6e77f45a6","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d5a37533745ac0ae6a130a02"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:58041b78a162bb6875f6971b","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410"],"subject_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b5b106e71d323cbf28c76a0e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b34eb0bf07a06c69ae48df4b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:103b587717e7a88551b13655"],"subject_id":"aoa:aoa-techniques:artifact:103b587717e7a88551b13655","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:23448a410f0c40ef9653ec5a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8c4b47aaf0cb8925c6e40706","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1061634e883aaf7509f2cc85"],"subject_id":"aoa:aoa-techniques:artifact:1061634e883aaf7509f2cc85","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ab48cda35388cd4c61e1c990"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:be22fc7613b9ebca62cfcf8d","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1091cc9174e245fe28528e91"],"subject_id":"aoa:aoa-techniques:artifact:1091cc9174e245fe28528e91","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4eb5daf1db3b5bf49e72f4c1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8ea93f16b5d83f40cbd0240f","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:109dd8267de795f43ceb8882"],"subject_id":"aoa:aoa-techniques:artifact:109dd8267de795f43ceb8882","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9999bd107dd3407c134ece5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ef8c3618dfe5fc81870c0698","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:10af0fef4a120085a701499c"],"subject_id":"aoa:aoa-techniques:artifact:10af0fef4a120085a701499c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4aeb621a2da610b566dfb3de"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:876ad499ab1fcb23195bca10","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:10b851fc91ec1551b6ac7e03"],"subject_id":"aoa:aoa-techniques:artifact:10b851fc91ec1551b6ac7e03","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ac96ec5fc190fe8bddcfecb4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ad3fdc9d866d033ad948a510","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:10c198fb2fe3f72767a13baf"],"subject_id":"aoa:aoa-techniques:artifact:10c198fb2fe3f72767a13baf","temporal_ref":"current","trust_ref":"deterministic"}, @@ -168,10 +155,8 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08b9cbbc688a1f382cb4a26b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7708758bb4444eab08f5e4c4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:135790aad8ff2a807d02701c"],"subject_id":"aoa:aoa-techniques:artifact:135790aad8ff2a807d02701c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c392164dd57169f43cee87de"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2121abc4236ac62b2b769c3d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:13625acb67ef244c4570bac3"],"subject_id":"aoa:aoa-techniques:artifact:13625acb67ef244c4570bac3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aa8fa8fa38ebe67b943de296"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a40330f199f9ac4fe449c676","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1370b2599c4ffe9026f4a330"],"subject_id":"aoa:aoa-techniques:artifact:1370b2599c4ffe9026f4a330","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:70fa9eff724b915e67129fee"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:47f90062352a4ab1bd669f46","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:13ea3af4d96e46f27186ab12"],"subject_id":"aoa:aoa-techniques:artifact:13ea3af4d96e46f27186ab12","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:83e3d6e7c15d17a3511ed3f7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8b504ec5341c9db4fa31204e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:13fa736e001dfaf859f13456"],"subject_id":"aoa:aoa-techniques:artifact:13fa736e001dfaf859f13456","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5cd5e7a15045be1a00df899e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:85743facd7f230b3fc9bb1dd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:142113491b85e0edffb0d4e1"],"subject_id":"aoa:aoa-techniques:artifact:142113491b85e0edffb0d4e1","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:97a8145afcc816b3dc5dce07"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8926d978f4d9af7112d5bbf3","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8"],"subject_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e52d2f16726c85c536cdac17"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1f67bbf22c722e0306292ed6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:147b1920ad413781f2acf8f7"],"subject_id":"aoa:aoa-techniques:artifact:147b1920ad413781f2acf8f7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5b531dcbc798b6b4299bec64"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:241a6507af014ffac69f9914","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:147e1bd4f3723cc566fc2cd6"],"subject_id":"aoa:aoa-techniques:artifact:147e1bd4f3723cc566fc2cd6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4cb6c0cde5c509b8e1af52bf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7cf398bb3617ea87d156be5e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:151c8e651e7dd00570f8319b"],"subject_id":"aoa:aoa-techniques:artifact:151c8e651e7dd00570f8319b","temporal_ref":"current","trust_ref":"deterministic"}, @@ -193,11 +178,8 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:471c76e509f12421a7e3531d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e3bb9c55dfebcc30689ba2a5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:16d501e3e9dde3dd1ee3540d"],"subject_id":"aoa:aoa-techniques:artifact:16d501e3e9dde3dd1ee3540d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:613839da57a56342c64e5306"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0bf474b992eef4add1f15dd9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:16f69bcd84ec7a895c63a279"],"subject_id":"aoa:aoa-techniques:artifact:16f69bcd84ec7a895c63a279","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bc263ab13bb1f335bdbf20aa"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6b8c8433d3549d6a6d4e354b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:171083c92df90597b8c6d473"],"subject_id":"aoa:aoa-techniques:artifact:171083c92df90597b8c6d473","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2119e707a815ab6dffe0eadc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5a1ae7db98033945579c2785","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab"],"subject_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44ed3db44950975b757cd2c5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:38d54f6834a6151fe04d1892","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a"],"subject_id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:599b451e8a780b6aaef722f7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:276c3c5277043951276a5950","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:173af73b76539da21362336f"],"subject_id":"aoa:aoa-techniques:artifact:173af73b76539da21362336f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1ea8eadd75a5359efb74f1ad"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:98b281bc82faa4c8ea99b30d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:173bb2ce439323b54d6ad014"],"subject_id":"aoa:aoa-techniques:artifact:173bb2ce439323b54d6ad014","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7955adcaf003db2c2d0ab54b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9e42cfe98565cbb14c36d322","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96"],"subject_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0a678f1411d5ec7284adb24"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:534de36128475e1f27ae4eb5","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:17887a255a778da6f8fe0313"],"subject_id":"aoa:aoa-techniques:artifact:17887a255a778da6f8fe0313","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c2cc9805c1175ef0354d157"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:30f7458781fe387bc3d752c9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1788e513b903c1b1de5a7b5e"],"subject_id":"aoa:aoa-techniques:artifact:1788e513b903c1b1de5a7b5e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e5d86edf8bbd36960e0b0b0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e5a8ceec7e4c46e3fcb551ba","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:179cd9e9a1e53d6027df9638"],"subject_id":"aoa:aoa-techniques:artifact:179cd9e9a1e53d6027df9638","temporal_ref":"current","trust_ref":"deterministic"}, @@ -210,9 +192,7 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e46a06d16c9c342c6d386f5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3f3b55df6e03cdc2f1e8604e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:18813c86948efc57e661623d"],"subject_id":"aoa:aoa-techniques:artifact:18813c86948efc57e661623d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d79d8e3419fb4e101b1a3a6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bebe386c520add14ebf37be7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1894e8e0df0b62f819cc6635"],"subject_id":"aoa:aoa-techniques:artifact:1894e8e0df0b62f819cc6635","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:10319f0d5abde4e48bb16d3d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:95d09fe0a4e5a75ec2225b5c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:18a15ed29dddfa298f96e2d9"],"subject_id":"aoa:aoa-techniques:artifact:18a15ed29dddfa298f96e2d9","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4d55155a160e18d7a3006a12"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:85315f34dbec77c4f22422e0","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:18b74e5a5ff59df8a04c275f"],"subject_id":"aoa:aoa-techniques:artifact:18b74e5a5ff59df8a04c275f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:720fc62a40ae3ece64725cfd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ebd03133428fc3dc637d4365","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:18bc96e9868f1e17e0e9159c"],"subject_id":"aoa:aoa-techniques:artifact:18bc96e9868f1e17e0e9159c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae15c341c9e16d3e0d8953de"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:875695d9ad93a3755015c2f1","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7"],"subject_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35582fd3576d4cd7a603a947"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d7a51ca471f85d0f364bcf99","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:191ad0abb176c1ea9da5725b"],"subject_id":"aoa:aoa-techniques:artifact:191ad0abb176c1ea9da5725b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:21fb041775366b802482f596"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e562f580e1792e0fbf86f311","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:191c9d2a98c01eab39bfbac1"],"subject_id":"aoa:aoa-techniques:artifact:191c9d2a98c01eab39bfbac1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a04bf10004e41075ddc7588e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9446e66407cd2260bf335939","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:194b5a78b854a52aa669c1b9"],"subject_id":"aoa:aoa-techniques:artifact:194b5a78b854a52aa669c1b9","temporal_ref":"current","trust_ref":"deterministic"}, @@ -227,14 +207,10 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a5c5258791826a9f80356f29"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cf7b41762ad2048eb49ee153","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1a4fdefcef7bcd50a7d8b088"],"subject_id":"aoa:aoa-techniques:artifact:1a4fdefcef7bcd50a7d8b088","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7e57e7ba903b8f12f6c85c62"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ffbb0a654fa20398ebd89c88","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1a548e9218c9b7c28e355d3e"],"subject_id":"aoa:aoa-techniques:artifact:1a548e9218c9b7c28e355d3e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6a8a176dee051700abbd3529"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3cd8a3d1f2f90cc3615673b8","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1a6a55dac727ba44504278d7"],"subject_id":"aoa:aoa-techniques:artifact:1a6a55dac727ba44504278d7","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:692a44da6364bcb137656e4d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c2518d700921ad16f47c0b90","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1a6ce3b916ace93f658c1d4c"],"subject_id":"aoa:aoa-techniques:artifact:1a6ce3b916ace93f658c1d4c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7f90613e6b081e4c0dcd3b36"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:844757538d0cdfb7bb834e8f","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1a6da3c4c87b99e8491ed6b0"],"subject_id":"aoa:aoa-techniques:artifact:1a6da3c4c87b99e8491ed6b0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a6b1e36a9bb825f326d7c5d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cbafb2f59ddb7a019ddbb064","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1a98078cacce08b047d4253f"],"subject_id":"aoa:aoa-techniques:artifact:1a98078cacce08b047d4253f","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:627c662361b82bdfbd5a87f4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5bc7e66f12155a7f1016c256","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770"],"subject_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a5987e44cb53cbda345ee32c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d7c77d2bae6f741c2ffe88e6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1acf1eaa6c1b0680033215c1"],"subject_id":"aoa:aoa-techniques:artifact:1acf1eaa6c1b0680033215c1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d6be44c1cdc9148d418a323f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1b947a10d83c185423637f88","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1ad3864abfff4fd72f6b2cc2"],"subject_id":"aoa:aoa-techniques:artifact:1ad3864abfff4fd72f6b2cc2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:61741115aadeff15c496af2d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:153a3ff5dac1e96980c32463","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1aff5de6da719f00a6b52451"],"subject_id":"aoa:aoa-techniques:artifact:1aff5de6da719f00a6b52451","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:43e110274cba07d3bd0500f2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0edb7f6af48c706753976476","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f"],"subject_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:332f4d2a061c701c20efaf2d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e5e35879fab4f50783aed91f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1b51b9a4fa704c7421aee187"],"subject_id":"aoa:aoa-techniques:artifact:1b51b9a4fa704c7421aee187","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a803ec443aebf2d491befe91"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:839b6527eadc81c3e545a6b1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1b832ce690f5019c5d9c826a"],"subject_id":"aoa:aoa-techniques:artifact:1b832ce690f5019c5d9c826a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e294a311c523e4b83b63bc2b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2cf7ad2383da56f8a5ca618c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1b9d03bb55e938043ad312a3"],"subject_id":"aoa:aoa-techniques:artifact:1b9d03bb55e938043ad312a3","temporal_ref":"current","trust_ref":"deterministic"}, @@ -254,12 +230,9 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e3eb9090eb9fac4eda1f01e4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e19f7384ecd30edf99464876","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1cc19c2ce030859948a20b54"],"subject_id":"aoa:aoa-techniques:artifact:1cc19c2ce030859948a20b54","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0330aece16af444c2f7e39cb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4302cb853e35e24da71481f3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1cf45f2e2c63ab79c81880c9"],"subject_id":"aoa:aoa-techniques:artifact:1cf45f2e2c63ab79c81880c9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9691e3fa21a88f2a1da72929"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c3933fd708d13eff30aef0e1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1d00f3183a26fa3258156678"],"subject_id":"aoa:aoa-techniques:artifact:1d00f3183a26fa3258156678","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5efbdce7ff66c835981c9aea"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:688406815ae1a84818c8171d","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23"],"subject_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3a92cf550cbb4276881c9c4f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:586e28f79d51dba1314cf508","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1d3e9aa02ec1437e8e00eb66"],"subject_id":"aoa:aoa-techniques:artifact:1d3e9aa02ec1437e8e00eb66","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f0dd03c21fc64e0b1d900853"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ef3abd205581721303b8ea0c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1d7350a9603840506726b710"],"subject_id":"aoa:aoa-techniques:artifact:1d7350a9603840506726b710","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5be980bf4843ab56f137fd35"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:977745834bb1814e728e090f","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6"],"subject_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:afbbf316a793168113b9e43e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9307ec91ff2e40128808eead","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2"],"subject_id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:16e27d3f880108a2270124ee"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:eac6ae9fd0b99ef81278e363","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6"],"subject_id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e622d5b323cfe6898da53a7e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f08f8d5677368b0d10df2ef1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1ddc58e6cf7d2f297d306f7c"],"subject_id":"aoa:aoa-techniques:artifact:1ddc58e6cf7d2f297d306f7c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1574d71229e0ed11f7074ec8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:56980124b32b71e0727b4453","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1e069fa70593cb526b7819fc"],"subject_id":"aoa:aoa-techniques:artifact:1e069fa70593cb526b7819fc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e1bc4a1cc5470ac993c4b6d2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0d2b24bee4d40cd0678c8753","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1e1420f04123850475c53478"],"subject_id":"aoa:aoa-techniques:artifact:1e1420f04123850475c53478","temporal_ref":"current","trust_ref":"deterministic"}, @@ -286,11 +259,8 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c1bf9b1328af5f4480f907fa"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b05fd9c199ec8c452cfa5719","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1feebfdfc1ebfd0c891a3bb3"],"subject_id":"aoa:aoa-techniques:artifact:1feebfdfc1ebfd0c891a3bb3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7b17d40a9798969387d38658"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3507ca32c4bc4d506a8b3761","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"subject_id":"aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f1d4acbc72acb7fedf4c89e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9ffa177a52c2f4a35fe6b829","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2002924304ceb7f1e77f3b23"],"subject_id":"aoa:aoa-techniques:artifact:2002924304ceb7f1e77f3b23","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:822766081dc706c4a5596d8d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d78299e6d88b1bd452714db6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8"],"subject_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e23496f55bf5af4224f48ed4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:525a5ee344ee3edcff14c960","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2025513516b5905193ae6cd9"],"subject_id":"aoa:aoa-techniques:artifact:2025513516b5905193ae6cd9","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a8559b11d2bfba23b122d053"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9c4c5340ab91e4749a156b2f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932"],"subject_id":"aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f52b31200117cf58f657747e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e2af92b403117fc1f0b1ce27","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:20610439c4557ba0f419205b"],"subject_id":"aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3f54ed16a4f39acc4dd101b9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:735b1c64968027b6f6f6d9fe","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1"],"subject_id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:462e9e2f4825c2289ed67d08"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b5969a118a13abd9aa04d02f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:207d028a244119d51928639b"],"subject_id":"aoa:aoa-techniques:artifact:207d028a244119d51928639b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4fa89ac9ebdddb09380968fc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:351681ef535d836f20a265d3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:209f2463faaf5c9060be3d1a"],"subject_id":"aoa:aoa-techniques:artifact:209f2463faaf5c9060be3d1a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:78724c573b450996535cbdb3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:630b08be2c6d7088584fa4d7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:20cb44c3e7cf94b5cdca3de3"],"subject_id":"aoa:aoa-techniques:artifact:20cb44c3e7cf94b5cdca3de3","temporal_ref":"current","trust_ref":"deterministic"}, @@ -323,7 +293,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f89372fb5ee2e6dc261456c6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:47d7b9a5ff0d62e073f2a53d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2495eb573c05b7b350310f4a"],"subject_id":"aoa:aoa-techniques:artifact:2495eb573c05b7b350310f4a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e29272bc453292968bd08c2c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5b78d826edaaa3e7b1e4c738","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2496752a594db80f28ce885e"],"subject_id":"aoa:aoa-techniques:artifact:2496752a594db80f28ce885e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c0aa1dfdea588476ebdea88"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5ec9aaec9399e40069b40dd2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:24c5f3398d058bb26c34e573"],"subject_id":"aoa:aoa-techniques:artifact:24c5f3398d058bb26c34e573","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9a47b4c355ea23788b854a07"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2f2828b88fedcffb2651bf71","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2"],"subject_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c234357d93af3aa108a0e07"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bbb5deb6e003fbd2db78ed6f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:24f952fceed043566fc03f8b"],"subject_id":"aoa:aoa-techniques:artifact:24f952fceed043566fc03f8b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef1d913536ddf6783088905f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0473aec737e3a209a20ca541","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:24fa58fe2c64b5fa17c73aae"],"subject_id":"aoa:aoa-techniques:artifact:24fa58fe2c64b5fa17c73aae","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0db1fc349b2322bc5f808497"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c2635ec2bd2f1562573c30eb","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2536580a957dfaf70af217e1"],"subject_id":"aoa:aoa-techniques:artifact:2536580a957dfaf70af217e1","temporal_ref":"current","trust_ref":"deterministic"}, @@ -359,7 +328,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6a8178209fb899ebd08acacd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:90717b1446a79f0472c6cda8","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:29ba22ffb17eb05350a6c5d8"],"subject_id":"aoa:aoa-techniques:artifact:29ba22ffb17eb05350a6c5d8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:62fa78aa20db1108f20e0544"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4eea727085c5231b1adc669e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:29c662eba24dd8fb14798dd3"],"subject_id":"aoa:aoa-techniques:artifact:29c662eba24dd8fb14798dd3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fdfc93e407575caec15b0a01"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a0beadabe888bf9bbdb28fd6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:29fadf3816529f045ee4b961"],"subject_id":"aoa:aoa-techniques:artifact:29fadf3816529f045ee4b961","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6eda777f8251f2c549f2f886"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b0f4ecf5b9060d1b4d2661bf","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2a1c9fd8cf4ca8d810044304"],"subject_id":"aoa:aoa-techniques:artifact:2a1c9fd8cf4ca8d810044304","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a591c2003c96c381d0865a31"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a16ed28c8d20f9749eeb0836","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2a3d50858d47e6b718f53cc4"],"subject_id":"aoa:aoa-techniques:artifact:2a3d50858d47e6b718f53cc4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fef88c03c0bd2ffd010a2904"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:30f7c1505f6659bc6f6a974e","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2a642426970f2a18a85178cf"],"subject_id":"aoa:aoa-techniques:artifact:2a642426970f2a18a85178cf","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:56423cd5a36212cca5bd1f6a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c0e6e26ef43fe7d0e66948ee","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2a74cf7f972372310df9db05"],"subject_id":"aoa:aoa-techniques:artifact:2a74cf7f972372310df9db05","temporal_ref":"current","trust_ref":"deterministic"}, @@ -367,9 +335,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6583ddca8787e6110a9aa33"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8090c703c143833fe4a67d20","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2b08f0c6958c0ae36c1b3653"],"subject_id":"aoa:aoa-techniques:artifact:2b08f0c6958c0ae36c1b3653","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f77ae669acaeac74aee3543"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f6ab4024788c1203df903a21","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0"],"subject_id":"aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4c1199b4f0ce4d0b0c09ec89"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:80fa5f1e7256f2fbdcaa3476","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2b4945591edfeaa4cf4d3f15"],"subject_id":"aoa:aoa-techniques:artifact:2b4945591edfeaa4cf4d3f15","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:69755c426b6e4dd041959645"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f6530cb9d3d4e882582cbfec","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe"],"subject_id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bddc83db6ae7871e9ad78e45"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a7ed4a314b2bdb13df5990d0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d"],"subject_id":"aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6bca21ff480e1e6367da9bd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:99399882eb39ff81577d2629","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b"],"subject_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:66a80e4be71018e2727a452c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:190918f73c958cec1decf270","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2bf761cf21e5b4d6e862bd33"],"subject_id":"aoa:aoa-techniques:artifact:2bf761cf21e5b4d6e862bd33","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fbd467901feb694385c7163a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ff0bda365e8f599617277481","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2c0c634c2aa13198ddbecc64"],"subject_id":"aoa:aoa-techniques:artifact:2c0c634c2aa13198ddbecc64","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e4f59a382cf8f91f92e8f05"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:854df18d4dad10cf811024ba","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2c3654d4c4541cdb17dccc73"],"subject_id":"aoa:aoa-techniques:artifact:2c3654d4c4541cdb17dccc73","temporal_ref":"current","trust_ref":"deterministic"}, @@ -381,23 +346,18 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:164e0f08224d4f30287120e6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f73b77283a58b5167cec4398","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2cb5add0c4c07364045149fc"],"subject_id":"aoa:aoa-techniques:artifact:2cb5add0c4c07364045149fc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9bb555e5edc3739ccb297b87"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8c4d59a5318ebacc97928dce","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2cb5af8a68242b1e3c187f3f"],"subject_id":"aoa:aoa-techniques:artifact:2cb5af8a68242b1e3c187f3f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:65c0cb2f1296365767bc5201"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:424a9a4ace6095d37ae21ba5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2ccf5f5cf945fc7d5b551741"],"subject_id":"aoa:aoa-techniques:artifact:2ccf5f5cf945fc7d5b551741","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:04a807a1f7901a1c9da73657"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2196b43a9cb5f0573e9e9201","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a"],"subject_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:54f71638aa206fddf12b1f68"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:eb3c4d70bb61b07a1452dcb8","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2cfa23f4afaa2e91dfe3cec2"],"subject_id":"aoa:aoa-techniques:artifact:2cfa23f4afaa2e91dfe3cec2","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0766969695a59702ee0e8b47"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7ff7c1f0df6b80703f42dd5a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e"],"subject_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c63f0900852087a3386b25c0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ddc380cdbd30753299bcbde9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d17986cd1d443e66dc5bd7b"],"subject_id":"aoa:aoa-techniques:artifact:2d17986cd1d443e66dc5bd7b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:321aceadd7bc4a7a6b4a30dd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9816fc70d9f39df9cb82c78d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d22b8c8148327f2a70f1990"],"subject_id":"aoa:aoa-techniques:artifact:2d22b8c8148327f2a70f1990","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:48a66bf6a15eb2aeb8544049"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1f04a07f385e58629eac6a20","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d4324af86755a673c1fded3"],"subject_id":"aoa:aoa-techniques:artifact:2d4324af86755a673c1fded3","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4489ab3d4e1629a2bb89686"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fc6fb607554b05c9f4ee24a2","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d"],"subject_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8450115d72082900c1e5b532"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:48c6c536a2a194e2c90e73da","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d7b5fcb07d26e217bf7c471"],"subject_id":"aoa:aoa-techniques:artifact:2d7b5fcb07d26e217bf7c471","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f4a236c5231e392162af2a26"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fc59b9ad01d2520ae82e7200","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d91002001af478a6259135d"],"subject_id":"aoa:aoa-techniques:artifact:2d91002001af478a6259135d","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b2f31fba5c75d1bacff69ef"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:63acffb52ef4314aafdf70a5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d"],"subject_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f03a5c8a5d1739fa0ad05200"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a30bb075bef458f9b44df2cc","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2da7fee81d15fb0159639ca2"],"subject_id":"aoa:aoa-techniques:artifact:2da7fee81d15fb0159639ca2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ba9f1e2064d0f54d04fcb25"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f61638538d7e91922998a909","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2db7d7bdba0434400cc5e079"],"subject_id":"aoa:aoa-techniques:artifact:2db7d7bdba0434400cc5e079","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b7167d4fffb7f26a86cc57a3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c5872ccd604ae2570fe91e51","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2ddb0a8416db61cfa384979d"],"subject_id":"aoa:aoa-techniques:artifact:2ddb0a8416db61cfa384979d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:812d62cbcf8278e3f74f8b1d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7ff1c8ccaf07d6ba5cd354d4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2df14b9d26a4b4fe2f54731b"],"subject_id":"aoa:aoa-techniques:artifact:2df14b9d26a4b4fe2f54731b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:71d7002a41c84c9989772397"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8e17bffbad4c2339094d1413","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2df195f2bcd5ac8dda239684"],"subject_id":"aoa:aoa-techniques:artifact:2df195f2bcd5ac8dda239684","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:214535c176c13006f6bc89ae"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c9356bc455ab477e76ffa760","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2e01bd1a08f270365a53064e"],"subject_id":"aoa:aoa-techniques:artifact:2e01bd1a08f270365a53064e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:239b4dcb1a7cd0a15a51b87a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:365b20dd934ac48d4d5246a0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b"],"subject_id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b197402282325a216cf433eb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:031270ab48cf16ba6fe3e052","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2e9afa7ac254b40d3d8a3a91"],"subject_id":"aoa:aoa-techniques:artifact:2e9afa7ac254b40d3d8a3a91","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:36574a31839b3113cfe3a1cd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f4db03ec574bb33d46224e1f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2eb53341e502b0b2d73a3b17"],"subject_id":"aoa:aoa-techniques:artifact:2eb53341e502b0b2d73a3b17","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:85b3ef63e51dfcbcaeeb7542"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2719c39c80fb2463cdcdbddc","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2ece547f2466235afc086518"],"subject_id":"aoa:aoa-techniques:artifact:2ece547f2466235afc086518","temporal_ref":"current","trust_ref":"deterministic"}, @@ -410,14 +370,10 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1225f530a01b985d1dd48428"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:443df4d91389b95b081ef2ed","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:301079de4f207771e1be5e44"],"subject_id":"aoa:aoa-techniques:artifact:301079de4f207771e1be5e44","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18d6cbe56b0b09ac057de46a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1b2efc3232591c1173303623","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:301abab06eb622fa4649deb0"],"subject_id":"aoa:aoa-techniques:artifact:301abab06eb622fa4649deb0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:21bc81b24a07839b611f6c6b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:807578c8046bd9e769237cea","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:302bfdd03b2d5e324a5c69c4"],"subject_id":"aoa:aoa-techniques:artifact:302bfdd03b2d5e324a5c69c4","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0d1846cf2586a6e0fe69cf2a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6499dbdb943aea161fd8c2f4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8"],"subject_id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:239b0cafa33bcf86998a07c0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a14f3b249f21f3ff455134e3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:306109b542eff7632f136b0e"],"subject_id":"aoa:aoa-techniques:artifact:306109b542eff7632f136b0e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1bccc17ccf262492993bda9b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:81f563557b6006cbaa48e9a1","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a"],"subject_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c69ff88c69391d705b9fcf15"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:70d31398d9044af3aad98d8e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8"],"subject_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c890315e91a4b02ac157dac7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:278e772c6932d77cf8152bfc","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:30bc9b7a1a2970e45e814b8d"],"subject_id":"aoa:aoa-techniques:artifact:30bc9b7a1a2970e45e814b8d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bef23c786e5b925769fe94d0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:be387a733e7d71b487967e32","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:30beb9906bb62b4db5c4db13"],"subject_id":"aoa:aoa-techniques:artifact:30beb9906bb62b4db5c4db13","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:73fc7237741027de01ea403b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6e6169ae63fe4228d4133254","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:30efe099755fefdc9583cea2"],"subject_id":"aoa:aoa-techniques:artifact:30efe099755fefdc9583cea2","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8450e468d7bbfc9cfd4526f8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0e03aa0ad97c47bad135b99a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98"],"subject_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dbc9a338828d881346ca8692"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ac35f5f216d6c4205b0a98ca","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:314954ac1748b9101fead3f2"],"subject_id":"aoa:aoa-techniques:artifact:314954ac1748b9101fead3f2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0cbf599f815deb64532baced"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:387736fa375575b62ca108d7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:316725dd594259131b4ebfc1"],"subject_id":"aoa:aoa-techniques:artifact:316725dd594259131b4ebfc1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5139a67ed0ae280d8fd76dfc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d1edd4803c24d70724efb550","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:319ddeced39b3f1bdecd1d82"],"subject_id":"aoa:aoa-techniques:artifact:319ddeced39b3f1bdecd1d82","temporal_ref":"current","trust_ref":"deterministic"}, @@ -441,7 +397,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6db5c681903cf927e5408636"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:aded3427f662d8cdc768e33d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:32efd6a45f0ac7162684fb0d"],"subject_id":"aoa:aoa-techniques:artifact:32efd6a45f0ac7162684fb0d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a49e9cb33e1091d62de9a3b6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7dee9a61909d2c9d87e1bfaf","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:331fb050b9ee7573ef318347"],"subject_id":"aoa:aoa-techniques:artifact:331fb050b9ee7573ef318347","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7201dbb1a2959ba551b4f915"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:24fabcacc7123dc137b8fe24","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:332ea68de8fa28c783d9a17e"],"subject_id":"aoa:aoa-techniques:artifact:332ea68de8fa28c783d9a17e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c99f866699785bae53f44f0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4576d4214aa58d29d0d1458d","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a"],"subject_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae1adb0c57c9b0d09d25e1ae"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d3f753dc3c9c04dfe806d653","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:339c4cd09bf4a9cb40880968"],"subject_id":"aoa:aoa-techniques:artifact:339c4cd09bf4a9cb40880968","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:252e1f9e875634c2740af2bd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b340ad688c54f99aef3cdc83","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:33a13c6a675a1b4196d4b4a8"],"subject_id":"aoa:aoa-techniques:artifact:33a13c6a675a1b4196d4b4a8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ad598899c0fc70c0a2266350"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:032a4a71a985fb726b06ca93","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:33b2328b6747dddafe3f2af6"],"subject_id":"aoa:aoa-techniques:artifact:33b2328b6747dddafe3f2af6","temporal_ref":"current","trust_ref":"deterministic"}, @@ -455,11 +410,9 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d4cbdb5a3f3ad7799e2a619"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1cd2f22ff4b9585d757a173f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:34fca09092e17aaabebd6da9"],"subject_id":"aoa:aoa-techniques:artifact:34fca09092e17aaabebd6da9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18bfd491dd31ecf8dd53802d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1245ab45844e82def99acf81","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:350991278c050e85113cce7c"],"subject_id":"aoa:aoa-techniques:artifact:350991278c050e85113cce7c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:67af10d91726ed89f41e0d67"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ed69e6dcad4f6ca48c6c7431","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:351454b54fbbcc270019a868"],"subject_id":"aoa:aoa-techniques:artifact:351454b54fbbcc270019a868","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:33dacadb439212fe273f5d11"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:17e067a603e799b905b41aec","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3557634eec6bdb53d6d4db40"],"subject_id":"aoa:aoa-techniques:artifact:3557634eec6bdb53d6d4db40","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3f2158f18400fa216f912167"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f5e7180871981bf31dd202f5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3570302f879fbf8bebc76db7"],"subject_id":"aoa:aoa-techniques:artifact:3570302f879fbf8bebc76db7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:565333dc62fe6f676d883197","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226"],"subject_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3bc78c5b848f6cb3f84a5ec5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:260a51c124c5cca902a82aaf","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523"],"subject_id":"aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f662582d794db930554d475e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6a27f5d561df14322a822099","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7"],"subject_id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:88163f45079ac3717b6d402f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a89ed94d43c2603bef985823","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:35d77bf50f6518f4f2e625ff"],"subject_id":"aoa:aoa-techniques:artifact:35d77bf50f6518f4f2e625ff","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ea51c6712643e400a0286ac"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7f784f7e2d07c02e6b123aed","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:366b800f4b86c83ca4fc1323"],"subject_id":"aoa:aoa-techniques:artifact:366b800f4b86c83ca4fc1323","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e26108ec94ffa5dea870a60"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7a8246de1c1bc861b06c0a0e","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:369fbd11fa69318df89a5422"],"subject_id":"aoa:aoa-techniques:artifact:369fbd11fa69318df89a5422","temporal_ref":"current","trust_ref":"deterministic"}, @@ -493,7 +446,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89612ded628571616957e0a3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:438aaf971a045f417220fb08","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:39d80cd0cc651d75f6360531"],"subject_id":"aoa:aoa-techniques:artifact:39d80cd0cc651d75f6360531","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a076790ec4a6915fcebfa53"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f117b6b3ed69b0eca3057cae","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3a246793128dcdb1764f8833"],"subject_id":"aoa:aoa-techniques:artifact:3a246793128dcdb1764f8833","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1946044f6fd4365a3d493247"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:96345dcc900a14436a4fd3ce","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3a3bd621fa3f89067f3ff545"],"subject_id":"aoa:aoa-techniques:artifact:3a3bd621fa3f89067f3ff545","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:97e1be4eae0493b2728a556f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:19c00f8a6f1dfcb6a5f5ca08","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010"],"subject_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:07b8eb96affec93aefb2a3b1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e7e4a4e964e66ce468bb4dbd","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3a7a467abfef80ded0604b28"],"subject_id":"aoa:aoa-techniques:artifact:3a7a467abfef80ded0604b28","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:99e2b22815d6ac528ce0ec40"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ec9d1afd0f6d3f1443f57e2c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3ac08889c4c8eb97855776e4"],"subject_id":"aoa:aoa-techniques:artifact:3ac08889c4c8eb97855776e4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5d484be637b092cfe4627775"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0d98c00818c41cd87d5c7c33","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3ac0b2bc12d84e409007bd39"],"subject_id":"aoa:aoa-techniques:artifact:3ac0b2bc12d84e409007bd39","temporal_ref":"current","trust_ref":"deterministic"}, @@ -516,7 +468,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4965fc6f95f873934dfe8978"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2a2eb33c7972f94c0964d3d8","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3c9155b0206084f086c2c3d3"],"subject_id":"aoa:aoa-techniques:artifact:3c9155b0206084f086c2c3d3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0cee40222af8114055a617bb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:efaf8aa4b14f711ceb92e054","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3ca81daef9bca21d83cd08a7"],"subject_id":"aoa:aoa-techniques:artifact:3ca81daef9bca21d83cd08a7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:001060ddda38a734346d2f06"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4049bb474262217d25348350","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3cd8e2a07b6eb3cf3fffafac"],"subject_id":"aoa:aoa-techniques:artifact:3cd8e2a07b6eb3cf3fffafac","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a26e09dcbd2ffa7f33c0ddc4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:61a431e6790e14f9996b0b5d","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3d0a60fd65ad9c43db97ec5d"],"subject_id":"aoa:aoa-techniques:artifact:3d0a60fd65ad9c43db97ec5d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:36c764d82e231fa18da3c875"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2b0401244408604fe8e2a799","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3d0c4c10ce0f0cc12921a214"],"subject_id":"aoa:aoa-techniques:artifact:3d0c4c10ce0f0cc12921a214","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:354c494a1263acfeaa52ba9c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b9f66d11655935e3f2eafb8a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3d31871e3f829a548775f14b"],"subject_id":"aoa:aoa-techniques:artifact:3d31871e3f829a548775f14b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:34c3539d103912d4e690ac2d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fb73ae6f7ee35434102f7c82","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3d36a1bf06148bc6ba1ce2ed"],"subject_id":"aoa:aoa-techniques:artifact:3d36a1bf06148bc6ba1ce2ed","temporal_ref":"current","trust_ref":"deterministic"}, @@ -535,13 +486,11 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:56e2b63fdd15ad84dc554982"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e73a8c88b98364e369896538","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3e9aceb127132bf9b8322b77"],"subject_id":"aoa:aoa-techniques:artifact:3e9aceb127132bf9b8322b77","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e85100dd80b9b7f11c4ea282"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c0d1e49c485e73da15485f63","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3ec0767fce7dac43a368e260"],"subject_id":"aoa:aoa-techniques:artifact:3ec0767fce7dac43a368e260","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d7f73ad093a923457abe4476"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ded216e27194d575fe6b5890","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3ed1bb127f65309292d92079"],"subject_id":"aoa:aoa-techniques:artifact:3ed1bb127f65309292d92079","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72b92249051a1295a1fdc195"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fd89812d1edfbe967e5a60ac","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56"],"subject_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3bb58326fa489b1aba02a064"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a1f8d63234fb8a03dede1214","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3f21f1424c231b9e7323c3f2"],"subject_id":"aoa:aoa-techniques:artifact:3f21f1424c231b9e7323c3f2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8896dfd177a1666dbc203202"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7eb5cf184916e7c9daf5fc7a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3f29c341908125fe27778aef"],"subject_id":"aoa:aoa-techniques:artifact:3f29c341908125fe27778aef","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2129cc6ab0ae64aab4507db5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c821fb06d01ffe41c5b8ec70","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3f501b7b16e871d49ec9709d"],"subject_id":"aoa:aoa-techniques:artifact:3f501b7b16e871d49ec9709d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7ef663d772ba62584e8f93ef"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2f42a1a7a978a6f8e0ec674d","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3f880a46842b12278652a736"],"subject_id":"aoa:aoa-techniques:artifact:3f880a46842b12278652a736","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd8cc9e78040994c01f4a703"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:08e1b11499b0ab80f73e5c01","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3f9a778b411bd0a36e67cf1a"],"subject_id":"aoa:aoa-techniques:artifact:3f9a778b411bd0a36e67cf1a","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a32eaa6335966eec7b1a1e2d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:eaed1410d91dae00eaa69a0d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c"],"subject_id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c776ec5b2e0d95daef8773cf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ac774b79ff00bfbcc6e7bf16","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3fa839ffbc7f7e3ef4aea075"],"subject_id":"aoa:aoa-techniques:artifact:3fa839ffbc7f7e3ef4aea075","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:daacf55144c3dff2f738cb23"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:be4d3563257833c5724ea133","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3faea6ec16c782a2552f82dc"],"subject_id":"aoa:aoa-techniques:artifact:3faea6ec16c782a2552f82dc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eb3d7fc9164dc018d04b4122"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:01c3570f9b5f5913e2b316da","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3feef2dd8124efaaf88da3ac"],"subject_id":"aoa:aoa-techniques:artifact:3feef2dd8124efaaf88da3ac","temporal_ref":"current","trust_ref":"deterministic"}, @@ -566,7 +515,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:017cbd2f4868c2b183418b92"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:46a73ae790b6685d4710059c","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:41ac3f2b3d4fba39e0aa28ee"],"subject_id":"aoa:aoa-techniques:artifact:41ac3f2b3d4fba39e0aa28ee","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5faa1143f5930c0a2e359eb7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:861df1cf14843b53ec487509","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:41cc0ac4c264da900002f109"],"subject_id":"aoa:aoa-techniques:artifact:41cc0ac4c264da900002f109","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:45fcb59871f870767d4579f1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bce093cb4f627c47c88a2f4d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:41d67ac8b66668035b22c04a"],"subject_id":"aoa:aoa-techniques:artifact:41d67ac8b66668035b22c04a","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:17583ff356ab62ec4b8faaef"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e9b07114bf7fec98faf1faea","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:41d7907a0164582cfc9b6e36"],"subject_id":"aoa:aoa-techniques:artifact:41d7907a0164582cfc9b6e36","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:295f8a001d10bc23f115bf02"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:801791ab890d1f3e94735e7d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4200cc9b4747b3eecf5ced88"],"subject_id":"aoa:aoa-techniques:artifact:4200cc9b4747b3eecf5ced88","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:49c34b0d89122f54e9fcd02d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6cd1731752409b223585bcb7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:421b2ff25f00e355af6bb4e6"],"subject_id":"aoa:aoa-techniques:artifact:421b2ff25f00e355af6bb4e6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0c834d394d8f544c81600346"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a001383e9a69701282af3e91","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:428fbc08cdb82162b3ce2c92"],"subject_id":"aoa:aoa-techniques:artifact:428fbc08cdb82162b3ce2c92","temporal_ref":"current","trust_ref":"deterministic"}, @@ -584,8 +532,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e11527fa3a3abd6e85e5599d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5a76dd21bfcb1c86765d26c9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:43ea1a5d6f8f5300e3b0b289"],"subject_id":"aoa:aoa-techniques:artifact:43ea1a5d6f8f5300e3b0b289","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:46e4d6d19961e900df94f002"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e0e00479c4854119816f360d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:43fc86146653d505376ceedb"],"subject_id":"aoa:aoa-techniques:artifact:43fc86146653d505376ceedb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d84ba1850d96b8cb59c72e03"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8eeba5c434743e489bcb9e0f","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"subject_id":"aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f2cd452f7ae94645c7e3b97"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0738f48a70aa5adac5faed4d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:44483595f91163aba31ca13d"],"subject_id":"aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bb55a0402abf7efa69474420"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4fd814038a4b231a4594d0cb","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4452d53f16e627f25a4ad68b"],"subject_id":"aoa:aoa-techniques:artifact:4452d53f16e627f25a4ad68b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f1615a3346f961e904a56fae"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:72a9af37e8db5cb3f759514e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:44722698e85b27aa1d6af548"],"subject_id":"aoa:aoa-techniques:artifact:44722698e85b27aa1d6af548","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:361103f961f909f4c123433e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a2ed45603803f2dd67839405","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4473eb9fbb1eff69b359f95d"],"subject_id":"aoa:aoa-techniques:artifact:4473eb9fbb1eff69b359f95d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:277e4f256fa17791c766f7c3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8e01c3e3322568a8b64dbc9a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:447b17f5237437ff47887861"],"subject_id":"aoa:aoa-techniques:artifact:447b17f5237437ff47887861","temporal_ref":"current","trust_ref":"deterministic"}, @@ -597,20 +543,16 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7333d08c03ba0655284f67f7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6cac59d0a025e13f00b10377","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:450d3e3c040dc1d34c8a2d0f"],"subject_id":"aoa:aoa-techniques:artifact:450d3e3c040dc1d34c8a2d0f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c254d529781b53baefc77118"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c3f92de7d101509b80d870d3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:452004c0f4712c5664e17c3c"],"subject_id":"aoa:aoa-techniques:artifact:452004c0f4712c5664e17c3c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5979dd4f703fbe347530a8fe"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:089fd8c34d94d98e4f51f0df","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:455ee43cce4bf734693d48ae"],"subject_id":"aoa:aoa-techniques:artifact:455ee43cce4bf734693d48ae","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a3436fea75ef75cb22a94fc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ed962352d3557c6ac1e9c2e3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de"],"subject_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:720155dd6502ec3f28139454"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6db72ca79d3a071b32bf8c57","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f"],"subject_id":"aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dc19f8592776efc030a2ae29"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:178f8d52b0383de967676327","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4614e41d34def3148f269991"],"subject_id":"aoa:aoa-techniques:artifact:4614e41d34def3148f269991","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f930d38f8199e6bbc5ba4b61"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9b9c8cd1f54e1d348e610056","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:46158246895d2d162c9c033b"],"subject_id":"aoa:aoa-techniques:artifact:46158246895d2d162c9c033b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:65a133fd7fd9770fb9753e66"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a9684bce12a2498bef80a156","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:462b91da6966088b7402e31b"],"subject_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:99e0c392c315e584232392ce"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:105bde2efbfb7cde0d7b25bb","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:46ad8877bd4594a4a27cd1b6"],"subject_id":"aoa:aoa-techniques:artifact:46ad8877bd4594a4a27cd1b6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9fd0a68d4fb876e40a787fff"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fa3df01f58eaed8a91dcf42e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:46d47212f8b63f5b7011e3f2"],"subject_id":"aoa:aoa-techniques:artifact:46d47212f8b63f5b7011e3f2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dee379c9d80d5ffa66fe8ccf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:94161dd9eb9e2c396ffd69b3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:46eef750f37f5cbfab722948"],"subject_id":"aoa:aoa-techniques:artifact:46eef750f37f5cbfab722948","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e7bede7af46fb1c027968b1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8c46c4192886294674d62a87","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:47607f36750b03426e2bd3d6"],"subject_id":"aoa:aoa-techniques:artifact:47607f36750b03426e2bd3d6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6bb766936f288b1c436fa8b8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7396271dc6e83f1209fdadfa","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:476ae3c988825c9085bb65ed"],"subject_id":"aoa:aoa-techniques:artifact:476ae3c988825c9085bb65ed","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6624f264692d6da00e210709"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bef5d421c7048eddd999e6bc","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4783038b8178cb7128c32402"],"subject_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0af7c21bf82288d83c2d2457"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:199f638c9b0fb0c970dd8ccd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:47961174acee7abac82b1c10"],"subject_id":"aoa:aoa-techniques:artifact:47961174acee7abac82b1c10","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d9465c6a71f27ebb15088df"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cb6efa98d6cd03cdf93aa396","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:47ac5272418298592bd590d8"],"subject_id":"aoa:aoa-techniques:artifact:47ac5272418298592bd590d8","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b02504a5dd4a3ef16e0a7545"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c3bcab46a7d8bdd75cc96dba","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:47c8c5f010f80c35b04f4c5e"],"subject_id":"aoa:aoa-techniques:artifact:47c8c5f010f80c35b04f4c5e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44f41aa22a73f1f9acf5cee9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:06c018a4a7c286bbf4965947","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:47cebddd9dcfd9250e9dea8c"],"subject_id":"aoa:aoa-techniques:artifact:47cebddd9dcfd9250e9dea8c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d03a1bef68bd7c36ae10aa08"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2638d0fa1f3e1a430d99d308","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89"],"subject_id":"aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a66ad54861afdc3091142221"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:751a0d829bb9e6d1b9a43ffc","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3"],"subject_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","temporal_ref":"current","trust_ref":"deterministic"}, @@ -621,14 +563,12 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:11ae1687e9f4d20ed8df5b62"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8d7119fba03b6f7ac2d202f7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:496cb42254b839bc2a752978"],"subject_id":"aoa:aoa-techniques:artifact:496cb42254b839bc2a752978","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2dcb946bb46f02a50eb66d0e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8711125c5694fdd891745f2e","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd"],"subject_id":"aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:62974c378ed3c976b7376b53"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8b0c47896ab2edae6b68c370","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:49aaa2819e35a856818ecec8"],"subject_id":"aoa:aoa-techniques:artifact:49aaa2819e35a856818ecec8","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:07aa41f30f92ca27d95da8d0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5730b31714edb7bd9bf22fff","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4"],"subject_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8cf09d9b7192e61a8d0ac789"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:af369ae724f80666eb75df2d","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:49d95df5bbbf21afc44d32be"],"subject_id":"aoa:aoa-techniques:artifact:49d95df5bbbf21afc44d32be","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:95f5f984f5c497e55d07ec2d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c9ee83468bf8a07d0c60761d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:49fb8f23e2aa902a77cdbc28"],"subject_id":"aoa:aoa-techniques:artifact:49fb8f23e2aa902a77cdbc28","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5b4facc9c704d5b87f5e34da"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b84db12b00e3091f47b8c250","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4a189f110e5f9dbbeda0af88"],"subject_id":"aoa:aoa-techniques:artifact:4a189f110e5f9dbbeda0af88","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b0eda72355e473c4c93aa1a0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d074a7c4c9ef8d458ba558b2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4a227da5cc01f0448606d3b2"],"subject_id":"aoa:aoa-techniques:artifact:4a227da5cc01f0448606d3b2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5ad33e6207efb0741486e279"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:134f41a4cb085ff103face3f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4a4d4efd2e0cab699702c406"],"subject_id":"aoa:aoa-techniques:artifact:4a4d4efd2e0cab699702c406","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9f947dd990aebca21d3cc1d3","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b"],"subject_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:63e632260c33094359326197"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e37c367c818c0a807ec547c0","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4a820cc25ce9e2c1a71bfe6c"],"subject_id":"aoa:aoa-techniques:artifact:4a820cc25ce9e2c1a71bfe6c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e5ae60ce8a8ace7810877563"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:043b3df6beb148180b9d4d4c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4aa88dc0162e458e182c97dd"],"subject_id":"aoa:aoa-techniques:artifact:4aa88dc0162e458e182c97dd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:12ebdaec9bbeede76cb95e4b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9945bffc924c0ca9086c87ef","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4aad1a608897f6a57841cdfd"],"subject_id":"aoa:aoa-techniques:artifact:4aad1a608897f6a57841cdfd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:33501c32c26cd3f46be7abf0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6c09467bb5240da0f0dce0b7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4ab9a51f11c86a649f96ff02"],"subject_id":"aoa:aoa-techniques:artifact:4ab9a51f11c86a649f96ff02","temporal_ref":"current","trust_ref":"deterministic"}, @@ -652,14 +592,12 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c1c6563423966ae83e219b1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ab335285abc9d549b6a5865b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4dcb0fa86ff3a4f33d77cc93"],"subject_id":"aoa:aoa-techniques:artifact:4dcb0fa86ff3a4f33d77cc93","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b25700ce2c0bb5a40cf9c5ce"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:45b0fa69ddf42002bf2419a1","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4e5a7d696b0ff5693599bd36"],"subject_id":"aoa:aoa-techniques:artifact:4e5a7d696b0ff5693599bd36","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5d764320d10b5fd183ff6dab"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3853e09d3d41112ddea0be8b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4e5be85dcf04b91b6ae6a3e5"],"subject_id":"aoa:aoa-techniques:artifact:4e5be85dcf04b91b6ae6a3e5","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:67bb0f9600d091fa8f98c602"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:35f8643d84a7a09290f3f908","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e"],"subject_id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:69b605d67753b11dbd164f0b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1563b2cfddcb32d90d40b74c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4e66fdff1d365acd57cbf978"],"subject_id":"aoa:aoa-techniques:artifact:4e66fdff1d365acd57cbf978","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e99e4d2868c808bd9c7f7234"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a3bfec8edcbe782fa7a5676d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4e9ef2476f5a56114c7c9cac"],"subject_id":"aoa:aoa-techniques:artifact:4e9ef2476f5a56114c7c9cac","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b41a41ff7471eca54f7dec1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:90125a6d6fccdde488270873","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4ea8d4f3477d03591b388ed8"],"subject_id":"aoa:aoa-techniques:artifact:4ea8d4f3477d03591b388ed8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8a51e9e74cd1141d34c549cf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7dd88c548ae68722e64cf327","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4ebf57b05d9ba338303c4ca5"],"subject_id":"aoa:aoa-techniques:artifact:4ebf57b05d9ba338303c4ca5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9cc7ca4245209d9ac659a736"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3136905ef57bab9e8f509d7f","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad"],"subject_id":"aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:674fe5d57e2d2f69dbb15d9b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4cc04f44857ce60a102ccff8","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4ed48981ce43ce3a53fd614f"],"subject_id":"aoa:aoa-techniques:artifact:4ed48981ce43ce3a53fd614f","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:995dd7656467e68f9ff726c7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d9b38fe6ae21c5c174283ca8","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd"],"subject_id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:210497178ebbcde3f47bdf59"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ac206c97b138ed8703067b99","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4f36272c4234dbbae41dbd33"],"subject_id":"aoa:aoa-techniques:artifact:4f36272c4234dbbae41dbd33","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b30d4870a359895625521a9c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7e4097b6b607590a800b13f5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4f445da6e24dce9056808015"],"subject_id":"aoa:aoa-techniques:artifact:4f445da6e24dce9056808015","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:add9899a67339c07e72894e7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f758dddb22ef3421174f994a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4f5b08e9004dfba666824636"],"subject_id":"aoa:aoa-techniques:artifact:4f5b08e9004dfba666824636","temporal_ref":"current","trust_ref":"deterministic"}, @@ -668,7 +606,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f795248e3df57fb362b32e5f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b4daba9f750a7c56f3facad7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:50268f67ec3c1db46073779c"],"subject_id":"aoa:aoa-techniques:artifact:50268f67ec3c1db46073779c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd05f673c2a9291152f5a561"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8d6537d2dffb896e12fa9dc1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:502ad961e0c7d61ded6ee74a"],"subject_id":"aoa:aoa-techniques:artifact:502ad961e0c7d61ded6ee74a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8f233dc185acc109fbc9ea0a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4602dfea73f82d6095b6f0f6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:502ada8107dbebd5923a23fe"],"subject_id":"aoa:aoa-techniques:artifact:502ada8107dbebd5923a23fe","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3cc1662b5ee122f6b7dd91a1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c0d79ab6043d913b1badf4b5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b"],"subject_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f91a46405faff3f6e2d8387c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4dacbc806d0ef70de4b6869c","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:50fc41cfa6ba8c24633c0f32"],"subject_id":"aoa:aoa-techniques:artifact:50fc41cfa6ba8c24633c0f32","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f603f2d584d5ab76a1877ff6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7eafc1763be1fcc410d21175","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:50ff6e7647104f2158343fac"],"subject_id":"aoa:aoa-techniques:artifact:50ff6e7647104f2158343fac","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7ebe1e475bee3f6b020e7cfc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2df5f94c3345d9cce776bdf5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:510468dce3adcca5b9dd9e62"],"subject_id":"aoa:aoa-techniques:artifact:510468dce3adcca5b9dd9e62","temporal_ref":"current","trust_ref":"deterministic"}, @@ -682,7 +619,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9edef3e6f2675ff4675a8a92"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3ce243e7f5194d7c3d983b22","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:520eaee3aa96a652ca5ffae1"],"subject_id":"aoa:aoa-techniques:artifact:520eaee3aa96a652ca5ffae1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0c5da5ed548db71b5ac0e7d1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5c7be1387a56eaf5fe15b87e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:521faaaf800f3eca7f1968d7"],"subject_id":"aoa:aoa-techniques:artifact:521faaaf800f3eca7f1968d7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c81b021ae7960f4070ac3112"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:72cfe1c51b8b4e211e096d3a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5266d68d508c24d678979ffa"],"subject_id":"aoa:aoa-techniques:artifact:5266d68d508c24d678979ffa","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e58a756cc935a2795ee351e2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b270162e4ce6e2d8a5d181e5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5284bcd566341941dcafd934"],"subject_id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89490bb2dd8701620225599e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cbc8c4b030a206baff27b948","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:528bbfab601636d0cce5d714"],"subject_id":"aoa:aoa-techniques:artifact:528bbfab601636d0cce5d714","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9dd423e96335d688bf33d4e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3c6717da8972dfcb11113d90","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5291f1cdb3efaddd81d020a9"],"subject_id":"aoa:aoa-techniques:artifact:5291f1cdb3efaddd81d020a9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f718dc802df90e923913707f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3cba4653d58d3f315bb7ec65","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:52e73841d94c6e5347a66d5f"],"subject_id":"aoa:aoa-techniques:artifact:52e73841d94c6e5347a66d5f","temporal_ref":"current","trust_ref":"deterministic"}, @@ -711,17 +647,14 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e249251728ad42de31f411bf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b7de7c70dfc53426eb941653","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:54e9c59f5e0b91c702ee6ba3"],"subject_id":"aoa:aoa-techniques:artifact:54e9c59f5e0b91c702ee6ba3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:65fc2afd7ce97996c5aecc52"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f18a4a4b0ee9b2c328580131","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:54fb543592acb67d31302005"],"subject_id":"aoa:aoa-techniques:artifact:54fb543592acb67d31302005","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:54f1c1f485a4f924760e75b2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f423e8aadb0da32f74a758ec","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:550ab2a04a7e853406390620"],"subject_id":"aoa:aoa-techniques:artifact:550ab2a04a7e853406390620","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f41d0c32b416a5316c9d8387"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b91317cc7638f55c50dc94c2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0"],"subject_id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:23c462e9b98c602d506b5ef9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d3d2db57820169cdfe1a8e8e","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:551aac060212aabeebecce6c"],"subject_id":"aoa:aoa-techniques:artifact:551aac060212aabeebecce6c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b2cb22a0eb7df9496e74b567"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2340363c617da1912f495412","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:551cfa57299dff76b28597ee"],"subject_id":"aoa:aoa-techniques:artifact:551cfa57299dff76b28597ee","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3447d7ab2a96691897c41f5f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7dc4a8780a355b06434fef3b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5521724b265cba3b29eb94f6"],"subject_id":"aoa:aoa-techniques:artifact:5521724b265cba3b29eb94f6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7b59db99bdb56ab741256410"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:44b33796f78b05beef595611","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5538dbb7173dee1ab66293ca"],"subject_id":"aoa:aoa-techniques:artifact:5538dbb7173dee1ab66293ca","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:730c9f45de8d398861c85b43"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:77f18f1477273b749fbd7074","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:554104d8a235d4a1025a0606"],"subject_id":"aoa:aoa-techniques:artifact:554104d8a235d4a1025a0606","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9e9dbfcb0f723d1b6f2ccc77"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:86a3a41936f52e3cb7ee1ef5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:556adf10fbdb559b3b76ac5f"],"subject_id":"aoa:aoa-techniques:artifact:556adf10fbdb559b3b76ac5f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b9dfdfe971b2ee39a6d8ba40"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2dabe36f9af6ac9f0009b713","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:55a3cf5db6d14c8baffb2ed8"],"subject_id":"aoa:aoa-techniques:artifact:55a3cf5db6d14c8baffb2ed8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c6a406f749f9fd623778664a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0c78419887dcec6ac59e248c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:55c67f384890cc7d9fbbdb3d"],"subject_id":"aoa:aoa-techniques:artifact:55c67f384890cc7d9fbbdb3d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7dc7edac22322b5899498e76"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7fdd033c55df0038d1d73f23","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:564d64d6e09515e2490437b2"],"subject_id":"aoa:aoa-techniques:artifact:564d64d6e09515e2490437b2","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7b56b547432ff3b5567c06ec"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b8e0360cbf820e126d163913","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:566621934699ef543a5a11c0"],"subject_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1abfdf7c803c95573a77014b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:206515a49747be91d455bb5e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:56833d74575bfa274e98e02f"],"subject_id":"aoa:aoa-techniques:artifact:56833d74575bfa274e98e02f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:083654cbfc02878d1aa6e9d0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:14d79637e45cf8c2be7327c7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:56919d594e142a60ba9827b3"],"subject_id":"aoa:aoa-techniques:artifact:56919d594e142a60ba9827b3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:82e056053da13e3c9f070f6e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c392bab827b23a40ded86bee","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:572468bdefc891cec8037f4b"],"subject_id":"aoa:aoa-techniques:artifact:572468bdefc891cec8037f4b","temporal_ref":"current","trust_ref":"deterministic"}, @@ -730,23 +663,18 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ce0e28e0fc99f6c2f58946fb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:75c6ecb968e618534d9092be","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:57e29e91d362cfc1ba48774f"],"subject_id":"aoa:aoa-techniques:artifact:57e29e91d362cfc1ba48774f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2a07cb4837bb9e712e02c11a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:19f6c50653f8f12af553d20b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5813f8d2d6a18e2344bfcbd1"],"subject_id":"aoa:aoa-techniques:artifact:5813f8d2d6a18e2344bfcbd1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d76923ed66fc0cd9240cde52"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e8ec0a2132f98327a353f7a5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5814487e6018709779f12bb7"],"subject_id":"aoa:aoa-techniques:artifact:5814487e6018709779f12bb7","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e9fb17f5d47a8345cb7a46f5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:db234aebd70a04e61581dbec","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5842abb864bd5f4262882678"],"subject_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c22c249c88b41751271e550e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bfcfc1925f35542d5528a7f9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:584c5c2d728fe2c622961ad1"],"subject_id":"aoa:aoa-techniques:artifact:584c5c2d728fe2c622961ad1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:010f1a833244b035a3e127f4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:94dafa9a2fdb0d35bdc02af2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58a28c7b3e3262ea3b19e3fe"],"subject_id":"aoa:aoa-techniques:artifact:58a28c7b3e3262ea3b19e3fe","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a868335fe827fca26dbdc02"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ab4ca867787ef619e1af3503","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58b04c791cf407b45482db5e"],"subject_id":"aoa:aoa-techniques:artifact:58b04c791cf407b45482db5e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2329c354f1f66f2882c03fed"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8b918b54d2bd85f1a62e066f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2"],"subject_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:acefe65248a17f4aced3e316"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ff9f33b9c6e23b5649861321","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b"],"subject_id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9d801f7ef475f7ca4ba8dbc0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:67668fe81add541e8c6ebe21","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58c2d02d3e74daedc4105cf0"],"subject_id":"aoa:aoa-techniques:artifact:58c2d02d3e74daedc4105cf0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:20dd5930048f63df41aa78d9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bac26208f84792cabd778c5b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58d19e21db61f98b73bcd99d"],"subject_id":"aoa:aoa-techniques:artifact:58d19e21db61f98b73bcd99d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ba7fff716d9ac6df8273261b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b94a197ae1689bf6a9d7e802","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58d8c52a91b7ee6e097f4162"],"subject_id":"aoa:aoa-techniques:artifact:58d8c52a91b7ee6e097f4162","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fdf9ae9c86c7e5dc96e6a3b7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a452df963309e1944821472f","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:590829fb074a642096f3461a"],"subject_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d0cbec714985887a30a5215"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bbef1720b625a1f03374e8c4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5935dad3224fa5908e9b1dd2"],"subject_id":"aoa:aoa-techniques:artifact:5935dad3224fa5908e9b1dd2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8ac05377990a318920ef648a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ab942091da8e31b101b42701","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:59396c5568d110a761dffa9c"],"subject_id":"aoa:aoa-techniques:artifact:59396c5568d110a761dffa9c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:83729c28bb45671496728d93"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cc82d019a318e6cc13ff2c70","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:593b87520798a1beb754a261"],"subject_id":"aoa:aoa-techniques:artifact:593b87520798a1beb754a261","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd7a826fec62501319b66a11"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9fab10f49d4bee84c8d2414a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:597db2d527cf1980636687f7"],"subject_id":"aoa:aoa-techniques:artifact:597db2d527cf1980636687f7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1ae8c6a765b3fa1e9f5736c6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7e21e841766f21d745bd3fd4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:598b031bfa584deece302698"],"subject_id":"aoa:aoa-techniques:artifact:598b031bfa584deece302698","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:19c5675557f7ca07c5b7175f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:117e38367609d182a7783d20","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:59a00873d5dc847da1ee0db7"],"subject_id":"aoa:aoa-techniques:artifact:59a00873d5dc847da1ee0db7","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d933b894b739c95285bc2006"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:abf94186954e042501a3349c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0"],"subject_id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7f14543cc65c9efa007746e5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8ec71b64dc6fd66c7a1fedb0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:59ae467af916cdee016de225"],"subject_id":"aoa:aoa-techniques:artifact:59ae467af916cdee016de225","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0495bd9752c2e2df99dc89ff"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:65b72526af7dbb8588314d5c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:59c34f8e24122c7d4d46f18d"],"subject_id":"aoa:aoa-techniques:artifact:59c34f8e24122c7d4d46f18d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7729d5a037e512c2418c9824"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:378471109082c1792a32daaf","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5a1bbcf29ad3ebd1ce25d7e6"],"subject_id":"aoa:aoa-techniques:artifact:5a1bbcf29ad3ebd1ce25d7e6","temporal_ref":"current","trust_ref":"deterministic"}, @@ -756,14 +684,12 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d88df6cd7d52373c254cce76"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:52261211a0b0bbd482e4dcd1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5a727cd6d841117050fc8fcb"],"subject_id":"aoa:aoa-techniques:artifact:5a727cd6d841117050fc8fcb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9bf67a8fdd6a801c5bba8ed8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8b91415cdc97201796612dea","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5a7805ad99cb17c396942481"],"subject_id":"aoa:aoa-techniques:artifact:5a7805ad99cb17c396942481","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aa5469700a2d27bdb3b40ef2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4293301c88fe9843c8642f49","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5a8ff3a4f51fa823aea48e94"],"subject_id":"aoa:aoa-techniques:artifact:5a8ff3a4f51fa823aea48e94","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:24b6d9835577d94f77e71b52"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9ff3568eb3b6732ad0c20372","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1"],"subject_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b2203dee7df3cd1d8df3f75"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fe794ba6a28c6ada16eae704","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5b00df740809b23874e59462"],"subject_id":"aoa:aoa-techniques:artifact:5b00df740809b23874e59462","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b01099645b513ed12cfa2d21"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c5f2d4dce4484baae66b6a76","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5b1bcb5d2dcb811d429f67c5"],"subject_id":"aoa:aoa-techniques:artifact:5b1bcb5d2dcb811d429f67c5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c4af81ae3e0489a11ef0a168"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3d4ceeed31a38bd21458c8bd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5b44d82869b0c323d47f407b"],"subject_id":"aoa:aoa-techniques:artifact:5b44d82869b0c323d47f407b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:327bacfdf78f5d37e985a9f8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1e5d2f3eb27c63caf148df84","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5b5175da19a378fea73fbebb"],"subject_id":"aoa:aoa-techniques:artifact:5b5175da19a378fea73fbebb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b936590f1a065bb8638d37b1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7b1c03b1fa577f5cc06938d7","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5b642e24330a04d5119f4f1a"],"subject_id":"aoa:aoa-techniques:artifact:5b642e24330a04d5119f4f1a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cfcebbd33ed49d6091ce82fc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:39d260b8c3be4bfeb787e1eb","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5b933ec3dff555bc66577052"],"subject_id":"aoa:aoa-techniques:artifact:5b933ec3dff555bc66577052","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:766568f058b843c6ab292b82"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c549a1a63d46879df2431023","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e"],"subject_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:992e4c748b558b55fbbb9482"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:21293122262b15c17a6fb3c9","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a"],"subject_id":"aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:28f35886132515eda8358e4e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f5f44155e9759e31da1b89a7","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5c1073429c3a0b92540ff9b5"],"subject_id":"aoa:aoa-techniques:artifact:5c1073429c3a0b92540ff9b5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5f0abc2b23e5f33015e83966"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:faeafc1a197c5c617dfc1a42","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5c1ba9e4c54ca2fd9498554e"],"subject_id":"aoa:aoa-techniques:artifact:5c1ba9e4c54ca2fd9498554e","temporal_ref":"current","trust_ref":"deterministic"}, @@ -772,14 +698,10 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3d62551899a614547f3566c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:220309ab0176fcb1f2f846ba","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5c9d576af5c4da10e3595e94"],"subject_id":"aoa:aoa-techniques:artifact:5c9d576af5c4da10e3595e94","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e38b2245976a1b9da2cec16a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3ed06620fb687d39b2bb5311","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5ca4cf1c0b847bab1202c4d2"],"subject_id":"aoa:aoa-techniques:artifact:5ca4cf1c0b847bab1202c4d2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5d0e7c59d6f50518a587eeac"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cf13fbe78d2e5a0128daf04c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5cb0ce73afabbfe67b244057"],"subject_id":"aoa:aoa-techniques:artifact:5cb0ce73afabbfe67b244057","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae2b87fa0b9f0dd26ac2db30"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:abf7d7181b36beabe6ccd46c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553"],"subject_id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:90fc909d097c46a144a1ed78"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6d2e03faa95700725fd1ac3e","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b"],"subject_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ea0c8561a4c29feccd3026af"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8ae8521d3278e48ba7397158","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b"],"subject_id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44403101a0b4493f183c55a4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5039649a41b9b4f6533fa6db","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5d2a59443e9e2ee7f8b1e13a"],"subject_id":"aoa:aoa-techniques:artifact:5d2a59443e9e2ee7f8b1e13a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b8e2aa0a89912e1006d5580d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cb7deca6e7d90d1c7af37c9c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5d6353ee9b342f7f9e4bb51e"],"subject_id":"aoa:aoa-techniques:artifact:5d6353ee9b342f7f9e4bb51e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a1f8cbfc6da9b1169d4531c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e1267ec6c8400ddb19dc102b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5d82c4ec4cecdd3d3db4ab5f"],"subject_id":"aoa:aoa-techniques:artifact:5d82c4ec4cecdd3d3db4ab5f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de45174711e11ed6a953ce49"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2779d3b2129c88f6d2f911e0","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5dc490a89b7477c117470956"],"subject_id":"aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2a1b62b3dbfe48989b1c24ed"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2468c0bd7cfb12277ffa668e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8"],"subject_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2b9b32a50b514f88ff831762"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cd34792c0c10a2bd344be3d3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5e0efc9a3eeb298f0fb60abb"],"subject_id":"aoa:aoa-techniques:artifact:5e0efc9a3eeb298f0fb60abb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f6cba747776425cdc8516c9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5d4dd71475d3c510b905923a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5e1723690eb14108db5c12e7"],"subject_id":"aoa:aoa-techniques:artifact:5e1723690eb14108db5c12e7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b735f854f64401d75c022659"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:243d7d6b65f53d383a2e6616","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5e2251b24062d5011aa68abe"],"subject_id":"aoa:aoa-techniques:artifact:5e2251b24062d5011aa68abe","temporal_ref":"current","trust_ref":"deterministic"}, @@ -818,7 +740,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e3e7f084f5b636a4723cacf2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1c8c92ea805fcec4289a6b9c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:630e46489e51b6cdba85601d"],"subject_id":"aoa:aoa-techniques:artifact:630e46489e51b6cdba85601d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:93ef0ebf5a33bb20ad038cda"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ae4873eda5f0eda7a2f318e6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6350baca8fc603ed8315477f"],"subject_id":"aoa:aoa-techniques:artifact:6350baca8fc603ed8315477f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ecdb4812e9bd0e0a7d5c2459"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d4be71eeb14b212a953e8dba","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:637dddf144a4c6c59d2a17fc"],"subject_id":"aoa:aoa-techniques:artifact:637dddf144a4c6c59d2a17fc","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7768cc451c48020f6dd1a37b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:78031f6474554102752b0f51","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:63c1b89d3d7da11b5eba53ec"],"subject_id":"aoa:aoa-techniques:artifact:63c1b89d3d7da11b5eba53ec","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9333af33da155143ab32f52a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:63fc5e90642d9c12570091bd"],"subject_id":"aoa:aoa-techniques:artifact:63fc5e90642d9c12570091bd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7e781f53509355187248453e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f8cbee00d6256f30e9da3516","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6408b7f6d50ec2fda7b3357a"],"subject_id":"aoa:aoa-techniques:artifact:6408b7f6d50ec2fda7b3357a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1b60f755da2d040dc5a742df"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:348883cc873e23f8524f358d","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:642e62cdc6e7238a9100341d"],"subject_id":"aoa:aoa-techniques:artifact:642e62cdc6e7238a9100341d","temporal_ref":"current","trust_ref":"deterministic"}, @@ -831,7 +752,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5b0298079118381b9a313910"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4fd7e1027f8a0031f8036f76","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:65cd6364420b1b5166068044"],"subject_id":"aoa:aoa-techniques:artifact:65cd6364420b1b5166068044","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:037add6c8c55fe4dd0767e97"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:248a9ac10e0f06e87816b0d2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:65d22157cb3e19f21f274b8c"],"subject_id":"aoa:aoa-techniques:artifact:65d22157cb3e19f21f274b8c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e8e9e9ae76197e1ef03bb9fe"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4b2907ff3c360e2eb8db9b29","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:65e16107b952e70c8143f444"],"subject_id":"aoa:aoa-techniques:artifact:65e16107b952e70c8143f444","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:216e6bc90fdc8136c822acc7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0501b6b896720b2d86f8a9c6","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74"],"subject_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8dc829e2b83e630c483a2a81"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a763ebea795ab5bfbc4dc8c1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6619541374acff8a5d7ce30f"],"subject_id":"aoa:aoa-techniques:artifact:6619541374acff8a5d7ce30f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e13540dd105cd5ef29777042"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6d675cc9e6dcbeae652fa50e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:662725eb7f01f8e966e5813a"],"subject_id":"aoa:aoa-techniques:artifact:662725eb7f01f8e966e5813a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8ca7342eb3866a036a7e9d67"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3011d294eb509ac0e9892292","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6677af326efe29ea927cc893"],"subject_id":"aoa:aoa-techniques:artifact:6677af326efe29ea927cc893","temporal_ref":"current","trust_ref":"deterministic"}, @@ -843,11 +763,9 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b825b9e7c54781ab0ae77ab8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d0ccfa66aa65ed677b59de23","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:66dcdb07260149d95b47064f"],"subject_id":"aoa:aoa-techniques:artifact:66dcdb07260149d95b47064f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:05bc9804c7daefad3f66ac01"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:24ab3dcf8ab082e824fc680b","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9"],"subject_id":"aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:221ac0588f5be5f82fa9d4c4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6efad5300482409067a68d6d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:66fbb26dd96eaa4473a83948"],"subject_id":"aoa:aoa-techniques:artifact:66fbb26dd96eaa4473a83948","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1de1f8253e2a2a511c9629f3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ca1226b1056b23c663d371aa","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:673475f0067e9658ac1c13dd"],"subject_id":"aoa:aoa-techniques:artifact:673475f0067e9658ac1c13dd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c4fbfe50eaf222636761ecf4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a02b616c48c6fb55754d5e5a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:674bbb8aa8fc8c67dceccf36"],"subject_id":"aoa:aoa-techniques:artifact:674bbb8aa8fc8c67dceccf36","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:15dfa9d0970e249b35dfbb7e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9f4ea6d1837aa63ae0659ab4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6777374a660806a4c9d30d33"],"subject_id":"aoa:aoa-techniques:artifact:6777374a660806a4c9d30d33","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09ca4884440c11c6c579ced2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8e91979280764091488fb723","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:677db66fbc79c3cd9e73972c"],"subject_id":"aoa:aoa-techniques:artifact:677db66fbc79c3cd9e73972c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74e614843fef08878688c74a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bc91dfacad18e6bf2dfceb9e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b"],"subject_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8a646592548b7bbee8eb3962"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:30017558179ccf3b120f74f6","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:678720844c1ec95a7e08b228"],"subject_id":"aoa:aoa-techniques:artifact:678720844c1ec95a7e08b228","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4b0ed1bedb019994fde9d7f7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a6d8be40cd4fc3b10c966911","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:67c29353ac8b6ec36c80ab3f"],"subject_id":"aoa:aoa-techniques:artifact:67c29353ac8b6ec36c80ab3f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ff29aea45abfb3b4eef60ea8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:68fad3876d8a744516b324ff","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:67e4c73358a0f5df220993b1"],"subject_id":"aoa:aoa-techniques:artifact:67e4c73358a0f5df220993b1","temporal_ref":"current","trust_ref":"deterministic"}, @@ -869,9 +787,7 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:05c3c0988087d01c88be47da"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:03e8fab7eca2c794e3764752","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:697e556a49b155bc767aec8f"],"subject_id":"aoa:aoa-techniques:artifact:697e556a49b155bc767aec8f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cda00b576aaaa2f4115ce67a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:aee103630e268144dc76356d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:69b47be8681b31444320d4e6"],"subject_id":"aoa:aoa-techniques:artifact:69b47be8681b31444320d4e6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e330e3076ebdb70810e38cc3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a651b7e7712dfed9dc23a34b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:69ded4e434480e32d43f83ad"],"subject_id":"aoa:aoa-techniques:artifact:69ded4e434480e32d43f83ad","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e95b1abbb9c44e5cc38dc77"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6013c8778eff5700cf07a7b4","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4"],"subject_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bb1d83635c4533aab88be0db"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:231e1df0f38bf738e32c573c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6a350d904740b759ade9c5d3"],"subject_id":"aoa:aoa-techniques:artifact:6a350d904740b759ade9c5d3","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9b999adaf3a894cb2273de8f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:613f4b19bc9a6a58da51bf59","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0"],"subject_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:864d928255cd13bb2b34caa0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ab4c6f1879a2eb86e5747808","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6a8e3af2a7fdbc00fa9cfa38"],"subject_id":"aoa:aoa-techniques:artifact:6a8e3af2a7fdbc00fa9cfa38","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:85678bd420420491d2cd28d7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8c60f5b9b0cb16b4e4ee2d64","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6abdd88740cb41a00714edf0"],"subject_id":"aoa:aoa-techniques:artifact:6abdd88740cb41a00714edf0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:43cfb1aab829162898397ea6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b6cafd269634bbda4ebeec03","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa"],"subject_id":"aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa","temporal_ref":"current","trust_ref":"deterministic"}, @@ -894,7 +810,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bab7b5cd8bdd00ac0e267cc8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2430bdb7a5da866330a3ec53","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6cb63ea59fe4ac1e57bcf7ff"],"subject_id":"aoa:aoa-techniques:artifact:6cb63ea59fe4ac1e57bcf7ff","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:67f3e943565f13b54b84ae71"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e4bb092f7846029ddcbbc947","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6cbc0bd9d24e6cedb378fe63"],"subject_id":"aoa:aoa-techniques:artifact:6cbc0bd9d24e6cedb378fe63","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:80d4e62e76e1504ffa776181"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f4e28b3b4367e0eb756016c0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6cbefd43f4835a1bab7f03a9"],"subject_id":"aoa:aoa-techniques:artifact:6cbefd43f4835a1bab7f03a9","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ecff337358ec01309662d780"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a1ac4bdebb3f684af0331c2b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f"],"subject_id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f953d6f8abcae62fae0e40b0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c029220a01951a5a4848db8d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6d14c791e5b79fccfffabcde"],"subject_id":"aoa:aoa-techniques:artifact:6d14c791e5b79fccfffabcde","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:52b6f88b2958eff938f189b1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f37e06ad785626963b762d94","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6d45677e2df9609d6014cb60"],"subject_id":"aoa:aoa-techniques:artifact:6d45677e2df9609d6014cb60","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef27f5a40bb3eefbd3162863"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:077400bbc4f120f18dfbf29c","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6d5675828e06a9dbd9ea4488"],"subject_id":"aoa:aoa-techniques:artifact:6d5675828e06a9dbd9ea4488","temporal_ref":"current","trust_ref":"deterministic"}, @@ -909,11 +824,9 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3e4042c40756bc8846b80c2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9c1db7e507d75e737465f238","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6eac765000e7efd901d7f713"],"subject_id":"aoa:aoa-techniques:artifact:6eac765000e7efd901d7f713","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7dcb479290dfe9b75868f1db"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dafad376b08ce46e4b3abd19","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6edbd89453a60d0eac643395"],"subject_id":"aoa:aoa-techniques:artifact:6edbd89453a60d0eac643395","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:43cf53fe511bc93ae4a2a19a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cc96b22b093bf3492d2926bf","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6ee274eb66234bef97bd1ad6"],"subject_id":"aoa:aoa-techniques:artifact:6ee274eb66234bef97bd1ad6","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f56831d807890c4b87af7e7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c5f8989bf078f344b1935800","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6ef01b8e7e152498e89ee3a5"],"subject_id":"aoa:aoa-techniques:artifact:6ef01b8e7e152498e89ee3a5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c5293c51f822a2ea1be12ee2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f360642a893e552ef48271ba","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"subject_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7a3a9da109c336c8e4dba46c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4c1db157011bb8b718b2fbee","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6fe72c7467dd5adb095a1cde"],"subject_id":"aoa:aoa-techniques:artifact:6fe72c7467dd5adb095a1cde","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c30aa6c9e201423050c8917"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:79f43d5270c7223fe892fea0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:700ac18baef6e4bb7d5afc84"],"subject_id":"aoa:aoa-techniques:artifact:700ac18baef6e4bb7d5afc84","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f080e0bc600fe7104741a36"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0351c0a17a39b37273ad440a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3"],"subject_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b468584d9a09ecdd134146e2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:58c4ffd03a1c961c0cf6a5b5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:702481da184f07f5e5d7f9b6"],"subject_id":"aoa:aoa-techniques:artifact:702481da184f07f5e5d7f9b6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a57cae85502fb3447e347621"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3657c5ce70aca68b7b37c7ba","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:702c9e7346b7cb0cce3d4950"],"subject_id":"aoa:aoa-techniques:artifact:702c9e7346b7cb0cce3d4950","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e0129b83031825987a581c01"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:780c13e04ee213f6f237c47b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:707c74e35fc744e374d5fff9"],"subject_id":"aoa:aoa-techniques:artifact:707c74e35fc744e374d5fff9","temporal_ref":"current","trust_ref":"deterministic"}, @@ -925,10 +838,9 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b1e44fb4a8f0b0e3220f688"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5dc7aeb70ddff378c8b02016","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:712bfcf4dd0980ac8009ae26"],"subject_id":"aoa:aoa-techniques:artifact:712bfcf4dd0980ac8009ae26","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:faf746b7a53866226e5c2b3c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2219f80348f48b4d201ac3db","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd"],"subject_id":"aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bfd6bf0940cb6a03986a88f1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:80b12a3ca81e055232496c7a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:713beaf47767f8ddeda5bb50"],"subject_id":"aoa:aoa-techniques:artifact:713beaf47767f8ddeda5bb50","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:260342ab54f7912e4e4d8670"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:23eee48da7bcf0b530b79cd1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c"],"subject_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b59d0d1b806e762138723ee"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b8f7ffdee27f4d38a60d5cc8","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:71426c49f6417b454eedddbd"],"subject_id":"aoa:aoa-techniques:artifact:71426c49f6417b454eedddbd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9574ee497c2ae618392fd6df"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:982306f18ee3d4a550e8ff42","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:715f403743056cd9c0837edd"],"subject_id":"aoa:aoa-techniques:artifact:715f403743056cd9c0837edd","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:98d737fbf1efec9a38cc9808"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:66d2577de95f0bdc752d0ee7","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:719c8b6b987bfb2e7352b61e"],"subject_id":"aoa:aoa-techniques:artifact:719c8b6b987bfb2e7352b61e","temporal_ref":"current","trust_ref":"deterministic"}, + {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a2520fe344405977ca97a745"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ff137cfd713a8107abcb6793","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75"],"subject_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7a0615b45c0dab3df47669c2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d6685b912d6e749e8b481d53","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:71aad4a396e6ddadb23793d0"],"subject_id":"aoa:aoa-techniques:artifact:71aad4a396e6ddadb23793d0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:529d0643451928677aca1738"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2662cba546777988aba95b9f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:71db2dd7a3307cb6d5eb3673"],"subject_id":"aoa:aoa-techniques:artifact:71db2dd7a3307cb6d5eb3673","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd3a9b584f77b13e72b8c67e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8c52a2ae733b892e8ecbc796","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:71e434175d53f07de40db827"],"subject_id":"aoa:aoa-techniques:artifact:71e434175d53f07de40db827","temporal_ref":"current","trust_ref":"deterministic"}, @@ -944,7 +856,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:365cf84216c65d983b1c8220"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:57586179959e2e5b797a277d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7387ea10dd3c82a4487aa0d8"],"subject_id":"aoa:aoa-techniques:artifact:7387ea10dd3c82a4487aa0d8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a0ae7bd833a34e8ba753daa5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7b1cabf3d1c77194a620d3d8","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:73de061b3989ed8c40a36b86"],"subject_id":"aoa:aoa-techniques:artifact:73de061b3989ed8c40a36b86","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c0d602f4f53bec3d3a5f111"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d9e85f7c2caa2184370bb818","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7407303c3d88ba654f200fed"],"subject_id":"aoa:aoa-techniques:artifact:7407303c3d88ba654f200fed","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0d179ff34af7c70309975cd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d90b9fa8424065ef5f247f87","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71"],"subject_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3195de7ba2422399682c6f68"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4a6b8229689a2f6e07a84e8d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7456cccdf9125526fac126b2"],"subject_id":"aoa:aoa-techniques:artifact:7456cccdf9125526fac126b2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:511d972ef535e0a597b3a39f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:344e964ad68643928a9ec251","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:746363f505b01275e1e01c8e"],"subject_id":"aoa:aoa-techniques:artifact:746363f505b01275e1e01c8e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:23d685dd4d27d0361dbf33c4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:494e71c313203d7f0d468d7e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:74641082b6240b36e234ede7"],"subject_id":"aoa:aoa-techniques:artifact:74641082b6240b36e234ede7","temporal_ref":"current","trust_ref":"deterministic"}, @@ -952,7 +863,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:48c555cbec87d7b924e0e9b4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a5f41962510f4ee7406e8065","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7490bf4c7cd92e9b1496b3f8"],"subject_id":"aoa:aoa-techniques:artifact:7490bf4c7cd92e9b1496b3f8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae4807e19f6670bc65b0a54f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:061461b8bcce04a8382e55bf","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:74c397b167e8b06b003978d3"],"subject_id":"aoa:aoa-techniques:artifact:74c397b167e8b06b003978d3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:648317e015fed35f7c03047c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:183e30a9b27615a7cf759ade","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:74ecf478b5dab85b758be703"],"subject_id":"aoa:aoa-techniques:artifact:74ecf478b5dab85b758be703","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3281a24c344e7a164d59e94"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:685a0db805d32edae4eaa57b","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:74f01c69fd276eee46267490"],"subject_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:51e7e5a32fe9fd41052840df"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0e2e5073b49aa7170a0674f4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7509581fdecfac52b10fbe11"],"subject_id":"aoa:aoa-techniques:artifact:7509581fdecfac52b10fbe11","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e7934f42394dc6299c4db126"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:87402d07721583077e81fa41","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:751a8fb315e31b4d762f980f"],"subject_id":"aoa:aoa-techniques:artifact:751a8fb315e31b4d762f980f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d70310745f03bf38bbee3314"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:89c0414f0f305ebf4cd50374","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:752dd73f52f0df92d973a1f6"],"subject_id":"aoa:aoa-techniques:artifact:752dd73f52f0df92d973a1f6","temporal_ref":"current","trust_ref":"deterministic"}, @@ -961,7 +871,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:702453fddaf0b64b0d5cc8ee"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:da2fd11fa849a7d9e6704cef","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:753d9ec59f5638e6554def3b"],"subject_id":"aoa:aoa-techniques:artifact:753d9ec59f5638e6554def3b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:216038c047d7be92f24c9bf3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e3643cd944d87d4e0d36f3cb","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:75425832416fde31fbae2931"],"subject_id":"aoa:aoa-techniques:artifact:75425832416fde31fbae2931","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:66b687eee0d343d6aab2c83d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4b4ba1db98850aba8d573724","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:754686c05ff675b0e98c9aa0"],"subject_id":"aoa:aoa-techniques:artifact:754686c05ff675b0e98c9aa0","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cf84c05e6f051a3d4cd96e50"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a34211ef88320d3f3be895b5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0"],"subject_id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3580be83591f3f5166daf498"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b67d306cc00ea79bb79be0e6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:757e2a99b8a1456db342687f"],"subject_id":"aoa:aoa-techniques:artifact:757e2a99b8a1456db342687f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:32eeed55b47e3395c38abeef"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9a280fcf9a54144740133d4e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7588ea6bb490641e5760e5cf"],"subject_id":"aoa:aoa-techniques:artifact:7588ea6bb490641e5760e5cf","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:71631681fd5cc24d750f7469"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ad888c1b6da68fad0e11f1bb","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:758e29efb65b54b21c9debb1"],"subject_id":"aoa:aoa-techniques:artifact:758e29efb65b54b21c9debb1","temporal_ref":"current","trust_ref":"deterministic"}, @@ -977,14 +886,12 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b8cbd99d16cd6d1f48578d9f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:00ad53fa188a6e993fd7269f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:769eecba9656c1d0bbb6cce6"],"subject_id":"aoa:aoa-techniques:artifact:769eecba9656c1d0bbb6cce6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55746eecca1eeae205a62d8d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7681c97cb2b80a6030c0e230","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:770f717bd719c9ebb8fd232e"],"subject_id":"aoa:aoa-techniques:artifact:770f717bd719c9ebb8fd232e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c90b7c31271edd93cc1a1a0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5e1e9890611d0994a0016192","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:77168827fc09035b04381415"],"subject_id":"aoa:aoa-techniques:artifact:77168827fc09035b04381415","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bf51265fe5eee1bcab5ca7c0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a74a59a14482672df6fba02a","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:77502f9785278ea361977196"],"subject_id":"aoa:aoa-techniques:artifact:77502f9785278ea361977196","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35424fd712084ba3032f419c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9640828ba7916dca63d2e6d3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:775dc875b361703c3f9ded24"],"subject_id":"aoa:aoa-techniques:artifact:775dc875b361703c3f9ded24","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d5c33fb458c991f7a3c6cb60"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:12b9c4662a86ad78ae4dd739","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7781bd04b55c734a4bdf27dd"],"subject_id":"aoa:aoa-techniques:artifact:7781bd04b55c734a4bdf27dd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09b1cea3497b2ec282b013e3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4a530d45b88b2cfca5a1b0de","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7782fcf2f7c69de4b5f102a9"],"subject_id":"aoa:aoa-techniques:artifact:7782fcf2f7c69de4b5f102a9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ad2ff4e24d49e954e942b99f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:eadb12449d1facffbf7fe1e4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:77aca1f0812a2a8938056113"],"subject_id":"aoa:aoa-techniques:artifact:77aca1f0812a2a8938056113","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2914a4a235947730804edc19"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c773fe1c606af6cb9c2b30f1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:77ae89a437f7af629c753dda"],"subject_id":"aoa:aoa-techniques:artifact:77ae89a437f7af629c753dda","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7e9d6e7ce191f8dcf2ef4694"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cab7f8abb6e13d319513f656","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:77f9b1a62560dc090494f849"],"subject_id":"aoa:aoa-techniques:artifact:77f9b1a62560dc090494f849","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0e45c0a0c3c24463f7ffea4a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:479dafe1bc47dd2c3f8057c4","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691"],"subject_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c26bda0a90d9d6ab680ddf7c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4592aea410db70ea58c410b7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:782ea0c0c214cb284e5fcf46"],"subject_id":"aoa:aoa-techniques:artifact:782ea0c0c214cb284e5fcf46","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:454e297a5c7a76a53ca9413e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4412bc7535d822e6e0822326","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:78624b39c65895c43629e995"],"subject_id":"aoa:aoa-techniques:artifact:78624b39c65895c43629e995","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9df5ea837c1aa116453a699c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:934e22ba20d928953bbf67d0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:78644e970fe05ab94f7dc580"],"subject_id":"aoa:aoa-techniques:artifact:78644e970fe05ab94f7dc580","temporal_ref":"current","trust_ref":"deterministic"}, @@ -992,11 +899,9 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:398ce8f43d9d53f379af2846"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:729520ae197d36339b91817b","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:78a8dfbaa559f938cc3b5b5b"],"subject_id":"aoa:aoa-techniques:artifact:78a8dfbaa559f938cc3b5b5b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6b8a0b95be3dd636c7fa21de"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:085823da2f42dd47b6b3ac09","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:78ddcd8cb31836741b866e60"],"subject_id":"aoa:aoa-techniques:artifact:78ddcd8cb31836741b866e60","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a4348e16a847b02c98c8ac87"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5003a37d5e2545bbd6e3c276","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:78f82a009132452a89060195"],"subject_id":"aoa:aoa-techniques:artifact:78f82a009132452a89060195","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74dd2589c3cc7d31292f7d1a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e887f50c5ac3a738b2b19768","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9"],"subject_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae5cdde629e419932a1efb33"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:deb5a9f76c7789e949b22137","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7936bd49062f1b9f7fcc4840"],"subject_id":"aoa:aoa-techniques:artifact:7936bd49062f1b9f7fcc4840","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6608bdc918d70542144c53d2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dfc4ffee104e7a4a6fcb54d6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7985722db682b2ae24772110"],"subject_id":"aoa:aoa-techniques:artifact:7985722db682b2ae24772110","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a03763866eee8439045a5bba"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a86bbfdfae97a50a9c2474ba","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:798bde1ba0b2b1b3388ebb53"],"subject_id":"aoa:aoa-techniques:artifact:798bde1ba0b2b1b3388ebb53","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4aeea4f95f6eec8fd3e9757a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5ec1dfb7ed7ca0d71409458f","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:79ca22bb6583fa52b960f1a6"],"subject_id":"aoa:aoa-techniques:artifact:79ca22bb6583fa52b960f1a6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:03f6164f518cdc2a7ac69773","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e"],"subject_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b71482fe8e78df41de5ab006"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e0d687c8e325d88559ff7c4d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7a1ed805b5bf63aa9aea65a5"],"subject_id":"aoa:aoa-techniques:artifact:7a1ed805b5bf63aa9aea65a5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd948d7c729b1bf3986b1124"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a59d36c72ad418e0a833bb0d","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4"],"subject_id":"aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1011,9 +916,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd2c630839a64eaee4605c3c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:151d23083d9b7cf0cf92429e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7b2260a83613041a4b540d95"],"subject_id":"aoa:aoa-techniques:artifact:7b2260a83613041a4b540d95","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:246c404d1f2b52ed22542f65","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa"],"subject_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7bb286afd32f30de3ff4b3a6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:44db2f79b5d8305ada7a2436","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7b55c8d13fa2d110fa3a6daa"],"subject_id":"aoa:aoa-techniques:artifact:7b55c8d13fa2d110fa3a6daa","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:937d015dad887d3ac98301f3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:adf7d980a40fde4bbd0f1258","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7b5fbfab2f6c7d53a5345161"],"subject_id":"aoa:aoa-techniques:artifact:7b5fbfab2f6c7d53a5345161","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:575946391cdaa8ff6a82b97e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8b387691b264e59f1e501b04","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32"],"subject_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2ed5515d1b5f880d8f274c58"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fbb21214114a89a65e46edcb","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7bee74fe0254b259c85979a4"],"subject_id":"aoa:aoa-techniques:artifact:7bee74fe0254b259c85979a4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:951f052a3c46f816fecc2f3b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:15ab5267930493eb91105b06","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7c055a7c9f7b76f93fce5175"],"subject_id":"aoa:aoa-techniques:artifact:7c055a7c9f7b76f93fce5175","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a34e409cad41c756827551c1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:72faa01752bc611c485eece6","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7c14d47a29e5f71aed1ddd47"],"subject_id":"aoa:aoa-techniques:artifact:7c14d47a29e5f71aed1ddd47","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d896485a992c9aba72be467"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:66870fce718d006e04391281","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7c2ca2d07ae9813385dfbc1a"],"subject_id":"aoa:aoa-techniques:artifact:7c2ca2d07ae9813385dfbc1a","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1021,9 +923,7 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:59444a2ca3b50c1062309d27"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4edd70ac2a53c708a31b4fdd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7c63d46303d9a2a5bbaff428"],"subject_id":"aoa:aoa-techniques:artifact:7c63d46303d9a2a5bbaff428","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:420afbe013e1cbe8e51eb202"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bf3d9bf598d895d4a4146fd4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7c746b9da408c8d8b064e8f1"],"subject_id":"aoa:aoa-techniques:artifact:7c746b9da408c8d8b064e8f1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4ee1d2c2763ee13e01827f9f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:eb8fbd91e26544d6cd38a11f","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8"],"subject_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c56d385ef110c0995508bf6c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:66f5683e72eb62b69bf4f2ea","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2"],"subject_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd37edcadae821d3cc405bef"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:41ba8ddb8e3a5d2a5b522941","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c"],"subject_id":"aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a39ecbf7c0442042f72ee93"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9cec4e906ae6f9238f534dda","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db"],"subject_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:85552c804eccb218d7c80da3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5b6d84aff2c0a14777212cda","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7d89f44b6a76e9b71dc723e0"],"subject_id":"aoa:aoa-techniques:artifact:7d89f44b6a76e9b71dc723e0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35f09c38d6104131c92cf856"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:39c4463d59767f331698b627","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7da76b214b1349e9869b7ff9"],"subject_id":"aoa:aoa-techniques:artifact:7da76b214b1349e9869b7ff9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2cc82b34f656b2ba9be07708"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ac8ee8a9002d03746336d8e8","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7dbf185b45d080d6a4d1ac5b"],"subject_id":"aoa:aoa-techniques:artifact:7dbf185b45d080d6a4d1ac5b","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1037,7 +937,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:56e4546d9253f9be29186d81"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:368b32ab75971b8aab4af653","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7ef8f036363e74378f8caf00"],"subject_id":"aoa:aoa-techniques:artifact:7ef8f036363e74378f8caf00","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c8a0060b9d6d9ba930622821"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:27dfc38adca88746263414b6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7ef95db62e01536cda74a7e0"],"subject_id":"aoa:aoa-techniques:artifact:7ef95db62e01536cda74a7e0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6975905886cf49f4ea8e723c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:43cf373d9a744a9bee24cd23","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7efe33e274bcc442f46d76ea"],"subject_id":"aoa:aoa-techniques:artifact:7efe33e274bcc442f46d76ea","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5b995f4e6c1326398bdf4cd8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6ac593c9933d3c015b1b9be7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601"],"subject_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e9c47aa668609e42fa69e19b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b4efe2e7da57404ea753d74e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7f1444cb7f979b045779c2e9"],"subject_id":"aoa:aoa-techniques:artifact:7f1444cb7f979b045779c2e9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:41a91dc10d6f826c31a2daf5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:456c2c0144e18d575076fc58","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7f3fe599a123e12c31dbd6ea"],"subject_id":"aoa:aoa-techniques:artifact:7f3fe599a123e12c31dbd6ea","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:53dfebd8df81ed1ae411f67d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fad99db52004530ab93c9e8c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7f54be3138b924b6fbfa62f2"],"subject_id":"aoa:aoa-techniques:artifact:7f54be3138b924b6fbfa62f2","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1060,21 +959,17 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c27e746bf5f60346108340a0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:43ac321882532ce586fd89af","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:816e4319f265b3c23653839d"],"subject_id":"aoa:aoa-techniques:artifact:816e4319f265b3c23653839d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a3b573d5b574941c3cb54f45"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c20816da961358edcec76cf3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8179f37303356b0948d9c933"],"subject_id":"aoa:aoa-techniques:artifact:8179f37303356b0948d9c933","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b050ef8987d40a362d8adff8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6776d257b959e4c7216f9499","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:81d7516fc77abc81b4b2f7b6"],"subject_id":"aoa:aoa-techniques:artifact:81d7516fc77abc81b4b2f7b6","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7f0187559c54541ea2712951"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:62a4f18593cc0aaabfb50fb7","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd"],"subject_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2d84b3f77b5255d5a732bd2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:96444588e6d8f6afa0b609ec","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8211941d79dcf3f938c3c0d6"],"subject_id":"aoa:aoa-techniques:artifact:8211941d79dcf3f938c3c0d6","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:64edd1d3011388027cef1d7d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:26522ec579ccaa8ccf80c299","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c"],"subject_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1c669e9afd690688d1454271"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:40571a1ccf9cafcbf0d0d555","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:824946171e82d0b0cf7a6c9e"],"subject_id":"aoa:aoa-techniques:artifact:824946171e82d0b0cf7a6c9e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:415f166dadce2da3f1bd713f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cfb453fa22da18f79c3ab3ae","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:825255f117845ba2e37f9964"],"subject_id":"aoa:aoa-techniques:artifact:825255f117845ba2e37f9964","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35dfbd477f6c695cb4a1cd5b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0be27fddc28bbf63e781b582","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:826a48b3b0f7fffbdf21d94d"],"subject_id":"aoa:aoa-techniques:artifact:826a48b3b0f7fffbdf21d94d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7c8c069e656545ea884b926b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:72d3f2c0a7c2105d66b56789","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:826afccac9b1261d23f89f8d"],"subject_id":"aoa:aoa-techniques:artifact:826afccac9b1261d23f89f8d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f6f85c55f6bae9f0d6cd746"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1e6b5fda17e38150129c0323","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:82cdde37af7f6baeb44668fd"],"subject_id":"aoa:aoa-techniques:artifact:82cdde37af7f6baeb44668fd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:11cac66ef107d693a8c44ff7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2fd1e7a9ab94cb79b3678b17","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:82e028210399ae4428247f3c"],"subject_id":"aoa:aoa-techniques:artifact:82e028210399ae4428247f3c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:739645dd1ead589dcd940f85"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3d2c0e07bc9ee92b485d25f8","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671"],"subject_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c7eb4c94bad8171ccf270b7b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2de06195751405e272ebb8be","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:82f0a2693ba3c77b1addb366"],"subject_id":"aoa:aoa-techniques:artifact:82f0a2693ba3c77b1addb366","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3244762985bbdcc7c654de26"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c69097eca2c034fee3520c89","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8312b808ceb9990ab7edb71e"],"subject_id":"aoa:aoa-techniques:artifact:8312b808ceb9990ab7edb71e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:25bd5860f48d9d0db01787f6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ec72b87d6c0bdac29f2b20ea","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:83139d36644f0d2cbe04ce64"],"subject_id":"aoa:aoa-techniques:artifact:83139d36644f0d2cbe04ce64","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ca9b3bd1e686a91d57001b64"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5d08f4a71e18ea3fdb95d69b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:832872f9e010870db85a478a"],"subject_id":"aoa:aoa-techniques:artifact:832872f9e010870db85a478a","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bfbb7f9c02a1c7d64e49c5eb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0902454770687a6aaa5e5c0e","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8332989297232b11ad1350ff"],"subject_id":"aoa:aoa-techniques:artifact:8332989297232b11ad1350ff","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a449f3c6fc5141bc9c76748d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:14119b91fea458ef9b0280a8","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8340c564c99b04b2d2bc9d0a"],"subject_id":"aoa:aoa-techniques:artifact:8340c564c99b04b2d2bc9d0a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb23086eb1d631637092a92f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:70a9dd1b6ffe395841c4154f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8341b96c4d7026564ddae4bd"],"subject_id":"aoa:aoa-techniques:artifact:8341b96c4d7026564ddae4bd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:99c63f9e628cbcefde05d8bd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6bba4b522ba8b7e28d00fdc6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:83a6c75252f240d20eb9954a"],"subject_id":"aoa:aoa-techniques:artifact:83a6c75252f240d20eb9954a","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1090,10 +985,8 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:10d61e38a30d55ef5467bc47"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:632c29a4323d71b29ca8cc44","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:850e7b6f4f85c0ec893fb9c2"],"subject_id":"aoa:aoa-techniques:artifact:850e7b6f4f85c0ec893fb9c2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e51960391521ef9cd3ceda8d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ef67ec0291d2a9b39fe8616b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:851e0e3bea6ad92205cd8f6f"],"subject_id":"aoa:aoa-techniques:artifact:851e0e3bea6ad92205cd8f6f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eaec7a267f68d73feef387d1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:654820248bdea3813d53b925","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:85312b8c87a586c1ef64501e"],"subject_id":"aoa:aoa-techniques:artifact:85312b8c87a586c1ef64501e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:199fb6aa3b2193f44f47845f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:18b40c8b12678c46fcaf62e7","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb"],"subject_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fc934e34b69b2d6060ddd54f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8e955ffd87fdb2d7ce91c8f0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8539b5285e54e8a32e9849ae"],"subject_id":"aoa:aoa-techniques:artifact:8539b5285e54e8a32e9849ae","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2ae69687807f0d4ebc46d32d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0664cbc7e3b349b39245beb1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:859893b447b67d299abff366"],"subject_id":"aoa:aoa-techniques:artifact:859893b447b67d299abff366","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fcf72db981284ee211ddaa00"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f884a0dd734cf949bf650790","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e"],"subject_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0660f43457b2c15764ee0753"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:13c808271828bd6a9fbd5303","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:85b3e5b0b944104a0da207ad"],"subject_id":"aoa:aoa-techniques:artifact:85b3e5b0b944104a0da207ad","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1bdfdd77031da171a7516f67"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2de8538ebeab9d4df05d66fe","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:85e082faeb7b848b9e96f1e6"],"subject_id":"aoa:aoa-techniques:artifact:85e082faeb7b848b9e96f1e6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ac9eef06b846c662614f5628"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:65b962c2c43294132f9fcf16","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:85fa0dd5fa67af4cf20c296a"],"subject_id":"aoa:aoa-techniques:artifact:85fa0dd5fa67af4cf20c296a","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1117,7 +1010,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2851c4c9d0d338720a4ef009"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ec8ffcf9a1f2ad4a5862f391","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:87eab20ffc3130f2d0e13a67"],"subject_id":"aoa:aoa-techniques:artifact:87eab20ffc3130f2d0e13a67","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5721655bd18e2c72bbe2fc6a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e694058fdff6df9d3582c0c4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:87ebd372def846dafb500a45"],"subject_id":"aoa:aoa-techniques:artifact:87ebd372def846dafb500a45","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b363a721ab855a8fcbc17239"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:995edf9f3e4689ab0d65d008","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:87f7294594c3379e12bb67db"],"subject_id":"aoa:aoa-techniques:artifact:87f7294594c3379e12bb67db","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:77584e9b05fa752d5f093e27"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:afe33249551df05038f0088b","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:880156171bda50436439ec2e"],"subject_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:298e8c2d4a6734c6220a1775"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f8f53772f69b3ed2e490d291","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:88173b7385fe7415f47710a2"],"subject_id":"aoa:aoa-techniques:artifact:88173b7385fe7415f47710a2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c0e1eac49cf4d72e5b987719"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9cc69a016f0ced7513d59e22","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:882eb0f0ff3ac9d109e0ae94"],"subject_id":"aoa:aoa-techniques:artifact:882eb0f0ff3ac9d109e0ae94","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:39191cd2e43e46ed75a7ad74"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6019a41ca2b0316ef76e3f84","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8876379d2e54475aa9b24341"],"subject_id":"aoa:aoa-techniques:artifact:8876379d2e54475aa9b24341","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1136,7 +1028,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d64b50e1feebda8e87b3656a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0bf082a6fd683ea0293335c1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8a0f5ed838cb94fb08e1820a"],"subject_id":"aoa:aoa-techniques:artifact:8a0f5ed838cb94fb08e1820a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d360929657312e978b635ebb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:69f3d4326ecd05bb948f12c4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8a161d03b5adda9f47e974f9"],"subject_id":"aoa:aoa-techniques:artifact:8a161d03b5adda9f47e974f9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a8e5e1d1f5f50c4c308372e8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:67faf9d6778e65dcffae7fe0","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8a27cc775a1c12f821a9ec82"],"subject_id":"aoa:aoa-techniques:artifact:8a27cc775a1c12f821a9ec82","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:17eede8e1ea204f728dad114"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6fc2888854b6d0b347175a24","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a"],"subject_id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6e660002df4e4fbe4cf8e67"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d2401d18f561d3bcda166ba9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8a47b6fe523961d9a211829f"],"subject_id":"aoa:aoa-techniques:artifact:8a47b6fe523961d9a211829f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f351c6c5890df764875ac6c2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:372316bc8144c4f03b35bb7b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8a4956fcb14aa396d0c996e1"],"subject_id":"aoa:aoa-techniques:artifact:8a4956fcb14aa396d0c996e1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e3dd9a43b7f6089811ca3814"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:613a647b998715188aac3eb5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8a4bf6cbf0b0b17588e64529"],"subject_id":"aoa:aoa-techniques:artifact:8a4bf6cbf0b0b17588e64529","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1164,7 +1055,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:962e5fbb3c4d50c4a14d5318"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:38cdf9d4a5a6f1c31ee58e35","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8d09a11ed735d24c0227a926"],"subject_id":"aoa:aoa-techniques:artifact:8d09a11ed735d24c0227a926","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2792e777e5688ad51226131f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6aa752bbfd9dfc158673a994","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8d203d23eef6ff47e8bd6755"],"subject_id":"aoa:aoa-techniques:artifact:8d203d23eef6ff47e8bd6755","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f5ddb8aaab5c80465f527b2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a2284eb8494e0f750ee63716","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8da191a41a5772fed0590bf9"],"subject_id":"aoa:aoa-techniques:artifact:8da191a41a5772fed0590bf9","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bbc10d00a81b44502e34f378"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4696cf5ac20e6d30e1b2ab1f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2"],"subject_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c2794d35d391c05cae798ce6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7700e67a5d9d0f9fa60ce094","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8dbbfaebecce23663f764e20"],"subject_id":"aoa:aoa-techniques:artifact:8dbbfaebecce23663f764e20","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09cf3eb855544e96edd2a660"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:643b50c698fd915a9bc55836","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8dd4007d37a940777959c8cd"],"subject_id":"aoa:aoa-techniques:artifact:8dd4007d37a940777959c8cd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:452e8e06956baf3e39635f01"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fcfb1e4039913e2502acfc80","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8de898f47e9e3b0854d71aba"],"subject_id":"aoa:aoa-techniques:artifact:8de898f47e9e3b0854d71aba","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1177,7 +1067,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:445a484915e1f1c40c9cb715"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:071bb8a27fad8a7db600bda9","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8e616be0cdf2b775b3d0fcfd"],"subject_id":"aoa:aoa-techniques:artifact:8e616be0cdf2b775b3d0fcfd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ac98e5bd9ee73e4c09dc06c2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0d23c607bb565351b5419ad6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8e6f6b1072831047e1b498d5"],"subject_id":"aoa:aoa-techniques:artifact:8e6f6b1072831047e1b498d5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:296b78d3737037e443a4800d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c21bdc1ab9f893fdf13a200d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8e85d7eebbd710ac045a9eab"],"subject_id":"aoa:aoa-techniques:artifact:8e85d7eebbd710ac045a9eab","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7288bbb50e5514262dd3a448"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a1d6cbd2d85074e6013c0b8b","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8e9ba9b293f5b013b7268017"],"subject_id":"aoa:aoa-techniques:artifact:8e9ba9b293f5b013b7268017","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fef8cb4d3585806764129a54"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ced80a13014c4e29db43ede9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8ea53f8905eb3fe19fdc83af"],"subject_id":"aoa:aoa-techniques:artifact:8ea53f8905eb3fe19fdc83af","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d8337f0c9a0b8d937e45563"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5a7ff6f18241fec10511441a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8ea56645f36dbe8b0e061eca"],"subject_id":"aoa:aoa-techniques:artifact:8ea56645f36dbe8b0e061eca","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d8852855ed87b989a67f9104"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3a1d7ce0a2d923640e6b50ef","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8eb3ed937b8dba4638df5852"],"subject_id":"aoa:aoa-techniques:artifact:8eb3ed937b8dba4638df5852","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1192,9 +1081,7 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:325cde44747c059844314412"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:188fa6aa702748a89c0b0afb","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8f8828ff92102449019a648c"],"subject_id":"aoa:aoa-techniques:artifact:8f8828ff92102449019a648c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b7666ef2104d232a3d6d0da"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1f56b048f93d5cc782dd067c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8fa5e1eaf4444e59608238e5"],"subject_id":"aoa:aoa-techniques:artifact:8fa5e1eaf4444e59608238e5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c878897a98cbdaa8fb45b8c1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:92d45d4a07b31fff3ba66657","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8fb6b3d9218473df15d7206c"],"subject_id":"aoa:aoa-techniques:artifact:8fb6b3d9218473df15d7206c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:81e751c5767d42cef22832dd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bb8f92d7dcee4e46ff85c419","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012"],"subject_id":"aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:45133b63935581e72ef1883d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:66fdf1bd43d65f51a98cfdfa","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57"],"subject_id":"aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bdfbc9e45f97cdf55479ac8e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a0b8281a26b6fa3c8e136a88","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371"],"subject_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd15688fd11d8865397fc358"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:41e8789ee1773e9920805bf8","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8ff5a9f5173769725321540e"],"subject_id":"aoa:aoa-techniques:artifact:8ff5a9f5173769725321540e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bf297467bd18e3f905f8cded"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:74344f1431bcc4e55650bd2f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:90067aff1a4f98e3aff450cb"],"subject_id":"aoa:aoa-techniques:artifact:90067aff1a4f98e3aff450cb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8498edfdad97b4406fa606bb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:999502df7d12afa044dbabf4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:90135325c6273a19345e4fa8"],"subject_id":"aoa:aoa-techniques:artifact:90135325c6273a19345e4fa8","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1207,7 +1094,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1054584b67139032a546742d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ee267d4ebdd5757ef5267ec3","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:910b46b6c7fb8e8fbb951543"],"subject_id":"aoa:aoa-techniques:artifact:910b46b6c7fb8e8fbb951543","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2b9c9b9553f778fc19e6c526"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f4904a7a08f48cedb5189e29","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:915234ae7f180d30787ce986"],"subject_id":"aoa:aoa-techniques:artifact:915234ae7f180d30787ce986","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7818af5514e47af7b6532832"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6c9d16a161b3a2fcbc7207db","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:917654affae3815055b1803b"],"subject_id":"aoa:aoa-techniques:artifact:917654affae3815055b1803b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9eb254adc6177ab76b27f24"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8e2fab0fe603ff394ecb619a","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:918af0868aff9c877f9bb19c"],"subject_id":"aoa:aoa-techniques:artifact:918af0868aff9c877f9bb19c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c1edf487d57cdaba1b745df"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3623b3d1275de042da6f47a0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:91a8a9b129a8af2bb69487ef"],"subject_id":"aoa:aoa-techniques:artifact:91a8a9b129a8af2bb69487ef","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:53d6c7effe52cf37791e7387"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:57fa31272cce8befceefde3e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:91d16dd057bd39f6431e90a1"],"subject_id":"aoa:aoa-techniques:artifact:91d16dd057bd39f6431e90a1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:10f43bcb9975637b496d6b1c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4ab1eb39320b109f54d301a0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:91d6773ea92bd4961fbda430"],"subject_id":"aoa:aoa-techniques:artifact:91d6773ea92bd4961fbda430","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1215,8 +1101,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4fa46b7375be5018fecc787"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:50403c1d41f123a5bb01726e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:922df87b9bda838f7f049c0a"],"subject_id":"aoa:aoa-techniques:artifact:922df87b9bda838f7f049c0a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:415cd89d83e8c0e99b80ee5c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e842fa655cf79d3ef2a39220","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:92582e86226a42808b829ebc"],"subject_id":"aoa:aoa-techniques:artifact:92582e86226a42808b829ebc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d3985e152027b2feb03ed79"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1ddc382439d9770559cd1208","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:92a8c606225ec60a84f0fda0"],"subject_id":"aoa:aoa-techniques:artifact:92a8c606225ec60a84f0fda0","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6659225f5859ad8c1219bf21"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f9bc8e23b43be85e01437164","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:92aeef15523edbae37688e32"],"subject_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:310f6aec958b8c0aac4948c0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a6945533496ede6d3d252f47","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994"],"subject_id":"aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:646ea72b4ab3140409bfa77e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7266a22b13d54234073a4348","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:92f6cb933d1234200cf42296"],"subject_id":"aoa:aoa-techniques:artifact:92f6cb933d1234200cf42296","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7ef31bfa7ef5f4b5817d2abb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d511c9ae69762af497d3c86d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9347f36b72284c1dc85d2b95"],"subject_id":"aoa:aoa-techniques:artifact:9347f36b72284c1dc85d2b95","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2aed6204874d78943cb88c4b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:40f7f79619b200bbaa0cd105","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:93726270ba3ddfca31de58fe"],"subject_id":"aoa:aoa-techniques:artifact:93726270ba3ddfca31de58fe","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1229,14 +1113,12 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f0ffaf3b7bf0bae97872af76"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fc14ff3294a6835f2ce5be79","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9474485b910fe51774c07f50"],"subject_id":"aoa:aoa-techniques:artifact:9474485b910fe51774c07f50","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9fd2fc410f1a4a37c35980e8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:078ec65aa83880345b968c02","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:949bc46940b1b8c699a2aaa5"],"subject_id":"aoa:aoa-techniques:artifact:949bc46940b1b8c699a2aaa5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5d36ed9a80c6b5ef3346805f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cf884f7ad8efbd5585b64784","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11"],"subject_id":"aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fd47261ae69f50158f266544"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e6cdfda748d94d8f5d837c35","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa"],"subject_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c04822693c08464320df0a15"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3c6a3eb0c946f16c48f07851","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:94cbef610d385b14bab6cbf6"],"subject_id":"aoa:aoa-techniques:artifact:94cbef610d385b14bab6cbf6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:29421ac62c907187825bb3da"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:814fc07e147be90e02aaeea9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:94cf308154b3a9f19d80e58d"],"subject_id":"aoa:aoa-techniques:artifact:94cf308154b3a9f19d80e58d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8c542cc085596e1d54b5882e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c8eb3038a31b3268607b5138","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:94d9a356e6be9c1ac02d7cff"],"subject_id":"aoa:aoa-techniques:artifact:94d9a356e6be9c1ac02d7cff","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c32ad8f164c446aceda8e69d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bbf08833c1f35ac000cd5e17","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:94dddaae2a2489acca6c5dc0"],"subject_id":"aoa:aoa-techniques:artifact:94dddaae2a2489acca6c5dc0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d70740b766f3ce0b887c5360"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:383d6a62db491751900dd7fb","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9514bee0581fa398d68a2ea7"],"subject_id":"aoa:aoa-techniques:artifact:9514bee0581fa398d68a2ea7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e4bc5f376db8430703b97fd4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b9aeb4ecb3f1d1b08b8537bd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:953aa38f18288b54eece690b"],"subject_id":"aoa:aoa-techniques:artifact:953aa38f18288b54eece690b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2a634d293abbb173a08db854"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:02dfff57173e1cdcc812f10c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8"],"subject_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6dc336494775ac3a4e2cdfe3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5221d3da0e054bbeebdfe865","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba"],"subject_id":"aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7de2877f66a048362bc5fe24"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:68af4e7227fdb58ac8839c90","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:958c2e969ffe8a2e5f0e5d9e"],"subject_id":"aoa:aoa-techniques:artifact:958c2e969ffe8a2e5f0e5d9e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3c0668f6c03595e275f6ba06"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2acd10579b8032f7c1b64515","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:95e37c40a51718e0fcb2b67d"],"subject_id":"aoa:aoa-techniques:artifact:95e37c40a51718e0fcb2b67d","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1274,7 +1156,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3fbac540e0009f5027f61cc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5f36d5966edb71537e01ff56","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:99758dab04fd48b9c22c8134"],"subject_id":"aoa:aoa-techniques:artifact:99758dab04fd48b9c22c8134","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef179f84ab4921c8e3cb9b86"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2f18f41a461fc2506bbcb96f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9987bb31e7f5f2cdd5ad31eb"],"subject_id":"aoa:aoa-techniques:artifact:9987bb31e7f5f2cdd5ad31eb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0e1c4a664f5b79b973bc63d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:22c2751b6003efe1d287d622","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:998ba212c6a82e2f08d7b6df"],"subject_id":"aoa:aoa-techniques:artifact:998ba212c6a82e2f08d7b6df","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:45025ae3367a385c72fd514b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:789b234f11986d315a36b587","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f"],"subject_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4dab938da9e7173a8c88790c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8ec6be252a6c7086ba0144c7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:99e4142d3dc6fa22b624e638"],"subject_id":"aoa:aoa-techniques:artifact:99e4142d3dc6fa22b624e638","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:43feb3daee9310f782143af7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2ef9e9f381d8bc586b80e3a2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:99e7743c0f71b084bf613ec2"],"subject_id":"aoa:aoa-techniques:artifact:99e7743c0f71b084bf613ec2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef843bcb1612e3964215ba93"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f64a2da96e6a34e620a66119","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:99eb5f0598cd3ce7b0d0facd"],"subject_id":"aoa:aoa-techniques:artifact:99eb5f0598cd3ce7b0d0facd","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1285,7 +1166,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b0a8d4ea33d18a90cf779525"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a3b6d1292d73495039849fd5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9a3f4914969c040006c7cfec"],"subject_id":"aoa:aoa-techniques:artifact:9a3f4914969c040006c7cfec","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e66c8acc1e8b3e4e0583d2ae"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ca931f347e521dc00d1ff2a0","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9a70c275b92b37838a1c010a"],"subject_id":"aoa:aoa-techniques:artifact:9a70c275b92b37838a1c010a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:90ab32120d5c8a5f1dda48b5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8b256296e51a50651258bbbc","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9a7a41d839dada1f8762f2f5"],"subject_id":"aoa:aoa-techniques:artifact:9a7a41d839dada1f8762f2f5","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5341c892af5bac917f07bc14"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f07c3be58087100ff156a403","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9a7c33c9af35639fe95d3bce"],"subject_id":"aoa:aoa-techniques:artifact:9a7c33c9af35639fe95d3bce","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d9715be15ab6361ca30044f8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:338afb13c1dd89fa5bf2855d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9aa4b16e18d8e02326f51d8a"],"subject_id":"aoa:aoa-techniques:artifact:9aa4b16e18d8e02326f51d8a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:af2da9db935e672cafdddc04"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3e01798fb27deb39f6682d0d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9ab20556e3dc7b6f287e7158"],"subject_id":"aoa:aoa-techniques:artifact:9ab20556e3dc7b6f287e7158","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8e9ab940d857973dc8c9fd6c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3d7bf6f7888010381d3b863a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9b0c6d86d44507243cd571d4"],"subject_id":"aoa:aoa-techniques:artifact:9b0c6d86d44507243cd571d4","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1300,10 +1180,8 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4aa11805bf2d7bb9ced2119e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:62e70fdb32d6d739633fac82","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9c8a03a6c207734246aa0e10"],"subject_id":"aoa:aoa-techniques:artifact:9c8a03a6c207734246aa0e10","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9d56cdc064b6b3f7da21e9da"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:13e4e2cb64003b489ad59ef3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9c94e5d3b63cdf8676aa4362"],"subject_id":"aoa:aoa-techniques:artifact:9c94e5d3b63cdf8676aa4362","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:50395885d3cb114b521f79cc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:91ffee86e9058f1a02841529","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9cb002695be915bbf742d5bb"],"subject_id":"aoa:aoa-techniques:artifact:9cb002695be915bbf742d5bb","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:01fe06da38680afe497dfdf5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0a577f264eb8fd9f08c05c53","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9cd97915cf1fb0e20fed2a32"],"subject_id":"aoa:aoa-techniques:artifact:9cd97915cf1fb0e20fed2a32","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:505ca391ac1507d95a92ca44"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8969a92384aa1035d0e30a06","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9d13ecde0912299ed3aaf2e2"],"subject_id":"aoa:aoa-techniques:artifact:9d13ecde0912299ed3aaf2e2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18982872d3485bfa47371be5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:882b160339138340eed8915b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9d2de8e9d02cc07d0f7dee51"],"subject_id":"aoa:aoa-techniques:artifact:9d2de8e9d02cc07d0f7dee51","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6aa1ee09c39bf3a223a8b44d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5fc9bd44556cabe05014c5c7","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9d3d12a86424bc775e82d788"],"subject_id":"aoa:aoa-techniques:artifact:9d3d12a86424bc775e82d788","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dc4374c3472ba893695c21fb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3099bd24022d591bf97d827c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9d47504d46b52519ac28e004"],"subject_id":"aoa:aoa-techniques:artifact:9d47504d46b52519ac28e004","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2aa17c96bb7f4fc5dc73f221"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:42263083b1c478502f9970ce","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9d47fb5b56149e06f99641f0"],"subject_id":"aoa:aoa-techniques:artifact:9d47fb5b56149e06f99641f0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c546830b92d574e43f03c22d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a36be1330035ffaf47175cf2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9d4831e0ee1b2706ac364a4c"],"subject_id":"aoa:aoa-techniques:artifact:9d4831e0ee1b2706ac364a4c","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1312,7 +1190,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ff51524e26f0d47f824cd142"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:02b313e0e86522cc83fe44ef","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9d9a61c7ab9e1b45a0c0a6ee"],"subject_id":"aoa:aoa-techniques:artifact:9d9a61c7ab9e1b45a0c0a6ee","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef6798235c7a956b46c1400c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f29b966c95449652deb81ebe","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9dd4729f5086cc2ccb7e90a1"],"subject_id":"aoa:aoa-techniques:artifact:9dd4729f5086cc2ccb7e90a1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4ead9cf657de60c2517d354f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b15e499b8cae88fbaa5f7e8e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c"],"subject_id":"aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:79b77475e880b10e34c9194f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a797486e6cc058a29d3ab000","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696"],"subject_id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:477f9f4fe7b222223c008507"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fb928f3ea312a707a16835f3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9e94373a05e4565c0e6df60c"],"subject_id":"aoa:aoa-techniques:artifact:9e94373a05e4565c0e6df60c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:669654784ff3aacf80d98cbd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:aaee5d005d239a0852fc6b86","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9e9466158949a19e42bd7d27"],"subject_id":"aoa:aoa-techniques:artifact:9e9466158949a19e42bd7d27","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:391d68382ac0881c0d65819b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1fdce1db5da18f799a27b4e6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9ebcd75e7ab7f2a4697587e2"],"subject_id":"aoa:aoa-techniques:artifact:9ebcd75e7ab7f2a4697587e2","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1346,18 +1223,14 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:179e757fd5ced558ba459a42"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8551e9fb1c8f4ecdef31175f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a19a1378cfb9c3ea326afee5"],"subject_id":"aoa:aoa-techniques:artifact:a19a1378cfb9c3ea326afee5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:62038a210e30f3863e54bfa1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f87e2be3d60cc6ad8794fcc6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a1a9eeb43d4de7693b860e12"],"subject_id":"aoa:aoa-techniques:artifact:a1a9eeb43d4de7693b860e12","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7aa5ab74cbc3967ff1e577e0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b2863fe718a7b9afdc06cec5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a1afdb3c074add1c3a1a07da"],"subject_id":"aoa:aoa-techniques:artifact:a1afdb3c074add1c3a1a07da","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:63081d4dc1f355056375aee7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:462b960627c4991b3f9b1c0e","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a1b7548f51793f4b5377dc9f"],"subject_id":"aoa:aoa-techniques:artifact:a1b7548f51793f4b5377dc9f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e244b918cb19a63da3facd72"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ed759939e7ffeccd927fbb09","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a1c927da17d570f44a65a6c5"],"subject_id":"aoa:aoa-techniques:artifact:a1c927da17d570f44a65a6c5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c0ceb9c01ce42ffed2df4d9f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:aa4f341f0d6543b2d31c06df","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a1e87ecd53202e8272f5effc"],"subject_id":"aoa:aoa-techniques:artifact:a1e87ecd53202e8272f5effc","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2aca2d1494ef3f70fed972f0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:08378752a36c2432afab323e","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e"],"subject_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:debfa51d2c8530d11cc3a5d3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dfd7c5d54784e68d2c951209","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a238084f3b16092d1ec2e4bb"],"subject_id":"aoa:aoa-techniques:artifact:a238084f3b16092d1ec2e4bb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b102dae6de70e92d37a0fde"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:69dde5e5cfde7c44e3fa60f4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a27ac6623c778f03daa767a8"],"subject_id":"aoa:aoa-techniques:artifact:a27ac6623c778f03daa767a8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:307b666103ba6f3d53b0354a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d264458ed4315c13f430b57d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a30377afed4eebade38c0468"],"subject_id":"aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cae0e1336bb3f7bfd4f449fc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3de5b1151f9d8bc69260651d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a309ed4b54dd6bf2d57add14"],"subject_id":"aoa:aoa-techniques:artifact:a309ed4b54dd6bf2d57add14","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:77dd3e829108b1464f95adfb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d1b32e4462c48b7cd31628f8","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1"],"subject_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fd7167e14f381bdada2e9a3d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4eb7bc0d8081063167485a73","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a3458368e0602165032513fb"],"subject_id":"aoa:aoa-techniques:artifact:a3458368e0602165032513fb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:383f989f176a03d90938186c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3b8d010d8343e1874b4a49f5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a38eac462abd74917c9aa231"],"subject_id":"aoa:aoa-techniques:artifact:a38eac462abd74917c9aa231","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:73cb1a4f4ffe3a405d43ac28"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:57ce0a50682734f73a794aed","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63"],"subject_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cbea0846087a6cef8f4976da"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:92c484f5d903c0772057ae5c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a46ee9677af6f31767497cfc"],"subject_id":"aoa:aoa-techniques:artifact:a46ee9677af6f31767497cfc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:25e014d654459c793aebdc4a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1086d7b15c9ad3e407870a21","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a48341531e1bf6275aaddcce"],"subject_id":"aoa:aoa-techniques:artifact:a48341531e1bf6275aaddcce","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:85ff385f53da5901b0de1ab2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d49e4b912a0a3a352e5d87aa","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a490f9083c061742442c76f1"],"subject_id":"aoa:aoa-techniques:artifact:a490f9083c061742442c76f1","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1376,7 +1249,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:45e2aa2d646982932be117c5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:62060e07d10b38b90a758935","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a645a53577db8efd068433c5"],"subject_id":"aoa:aoa-techniques:artifact:a645a53577db8efd068433c5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cfefbb491362bac257a30a14"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2618b3f017b2c59e4b0c8181","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a64caec5b64873baeb0944dc"],"subject_id":"aoa:aoa-techniques:artifact:a64caec5b64873baeb0944dc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5aed49dee483b72c8b8c5271"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a5053aa46dd5d3a9e9aa3bc9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a66988f50dae52b2644c3666"],"subject_id":"aoa:aoa-techniques:artifact:a66988f50dae52b2644c3666","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:21cb757f92ee0136a08c2047"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0cfe30645c7a02a8ef19a67d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5"],"subject_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72c4a22c66cdc98830ad45e1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4f17b98cbf2a1f2f7cb5634e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a68947b3a5a15b49d800d9fc"],"subject_id":"aoa:aoa-techniques:artifact:a68947b3a5a15b49d800d9fc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a84010e011d5cbdec1625bb6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3e9a115aedf1c2142c459eae","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a694fe764a34559d55786e26"],"subject_id":"aoa:aoa-techniques:artifact:a694fe764a34559d55786e26","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cc8233a385a1e427f9e22955"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e3c34bd5460bc4eb0db867d4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a7008b04ee25596f485c2f99"],"subject_id":"aoa:aoa-techniques:artifact:a7008b04ee25596f485c2f99","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1408,7 +1280,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f68e92a5a5dac543df202ee5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:509177ff9b0a49960f963ab6","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a9f81a69a80d48fb46bc559c"],"subject_id":"aoa:aoa-techniques:artifact:a9f81a69a80d48fb46bc559c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d13e600fffb03bebc1c3cfac"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0ccb01444d422fe700f793c2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aa31c94ff2ceae6a801d1098"],"subject_id":"aoa:aoa-techniques:artifact:aa31c94ff2ceae6a801d1098","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d51db91846c21574e88037e5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:aad5d5bbeec665aa43094d18","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aa33c2994f5eb661cbbf093b"],"subject_id":"aoa:aoa-techniques:artifact:aa33c2994f5eb661cbbf093b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de0c908f58373d14174eba50"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9c597c88cab24063607d9f9d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3"],"subject_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4c9f2677fe27740f2a4c4260"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ee678e114618863fd87cec5d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aa4f952c2f85d5c66132d21a"],"subject_id":"aoa:aoa-techniques:artifact:aa4f952c2f85d5c66132d21a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bee9642b3b3068cae0573c74"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3e9ac0f58a4b9719048230dc","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422"],"subject_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0523824e689a3fd4231cbf59"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:68ee3c8cc9c37eaf4aea402b","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aab6fd5018245ef251fae0f3"],"subject_id":"aoa:aoa-techniques:artifact:aab6fd5018245ef251fae0f3","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1417,11 +1288,9 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d9011e77261c9d83f0791c28"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c87b8101ffca3c01c8b61318","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ab1dba4e5196f64b33aabc56"],"subject_id":"aoa:aoa-techniques:artifact:ab1dba4e5196f64b33aabc56","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:52603fde04d46bceacfa165e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b7050cd629c3a80f9a3149de","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ab38de2a8e2dae2b1a213192"],"subject_id":"aoa:aoa-techniques:artifact:ab38de2a8e2dae2b1a213192","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c37ddaa8897053b49c9bb296"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d293a3e6185af1b70a578e0e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ab54375914c6a23ced573aa9"],"subject_id":"aoa:aoa-techniques:artifact:ab54375914c6a23ced573aa9","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:146e08ab9b2543c41b3b9000"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:348738dfe1039235c17bae43","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18"],"subject_id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8cf0f88821697b8fb23b716c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ff006cb295299e9d35a43cb1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ab869d595593a59d02d3c895"],"subject_id":"aoa:aoa-techniques:artifact:ab869d595593a59d02d3c895","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b253a863340466491b1b23a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:395e83ee9da7681afd9bda24","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aba405c32b985c0a2fa81085"],"subject_id":"aoa:aoa-techniques:artifact:aba405c32b985c0a2fa81085","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:154389af303e447610eaa593"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:be56ccb46966b799883e969d","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:abc4f4e39f6baeccd4afcfd0"],"subject_id":"aoa:aoa-techniques:artifact:abc4f4e39f6baeccd4afcfd0","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9bbbe67e46a2ca77c512e88"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9ca8392801f8b0ef567fe11e","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6"],"subject_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:205aa2034c6fc0a487f49d95"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1ba880e3d0a8a486c290f319","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:abeeca0d9e321080090b7cdc"],"subject_id":"aoa:aoa-techniques:artifact:abeeca0d9e321080090b7cdc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72bcdafabd38e433719b15fa"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:32912ed1341018ef9fa670f5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:abefe122ff46fefdb8f0d9a0"],"subject_id":"aoa:aoa-techniques:artifact:abefe122ff46fefdb8f0d9a0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:62e1f6ee0e746ecba57b5555"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c32b78535d156dc0d052264b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ac0fbb989bdb0fc797cd718d"],"subject_id":"aoa:aoa-techniques:artifact:ac0fbb989bdb0fc797cd718d","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1433,9 +1302,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c63464f0ad150edbe3bec156"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:61f66bc82ebeecc807000aa0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ace3bcf69be4090a38143634"],"subject_id":"aoa:aoa-techniques:artifact:ace3bcf69be4090a38143634","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3486b99467fcfe926d847ea9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5262b2eded42655a93a583c1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ad331a09ce4b5b006b6f78d3"],"subject_id":"aoa:aoa-techniques:artifact:ad331a09ce4b5b006b6f78d3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5f5b44758dfa9a76569c3f41"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b3ec7911bd06be92b7c52c4b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ad7b8eb27b3e425fb2af608e"],"subject_id":"aoa:aoa-techniques:artifact:ad7b8eb27b3e425fb2af608e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ea602cf07b34be6e540fc4e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6a3bcddf6b9a5391a4a3d973","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ad8aaa5efb9dc07ae800892d"],"subject_id":"aoa:aoa-techniques:artifact:ad8aaa5efb9dc07ae800892d","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2449cba7ac85599239680820"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:12900409ec3845936d69ce5d","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:adb976718e0b9871db71f409"],"subject_id":"aoa:aoa-techniques:artifact:adb976718e0b9871db71f409","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f58e11eec8186d661b960fc8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dd49fdc910f632a316d10579","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d"],"subject_id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0cfaf63adb83bc34245928b0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9ddd2bf81ff42410288afc3b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:addf788b355bc92c9174faf3"],"subject_id":"aoa:aoa-techniques:artifact:addf788b355bc92c9174faf3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a8aadf942643495c9581c021"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ad25bf0c14957827b52905a7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ade078f5be561625c320c0c5"],"subject_id":"aoa:aoa-techniques:artifact:ade078f5be561625c320c0c5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:29561a42a14618cc2a9796b4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0a9b8ec8e62419836e06fa9e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ae08abd868d9a1beac548328"],"subject_id":"aoa:aoa-techniques:artifact:ae08abd868d9a1beac548328","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1447,8 +1313,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9ba7404f68690c34453e3a4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:44369d6420ead715f00fc7b5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aecbbf32b8d43d6cf8d19a2b"],"subject_id":"aoa:aoa-techniques:artifact:aecbbf32b8d43d6cf8d19a2b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a7770e3fa7d78ebd58db5d38"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e1a2e505fe6c6eb33a85cd85","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aecf3a2f534285bc2942494a"],"subject_id":"aoa:aoa-techniques:artifact:aecf3a2f534285bc2942494a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c27998397df04382316ca382"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:91f765124492d6899ee52507","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aee5423505b305c139ad9433"],"subject_id":"aoa:aoa-techniques:artifact:aee5423505b305c139ad9433","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fbe51c1758e1b5fb3e53b942"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a4001e36cf4adfacc5a400f9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63"],"subject_id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:901ebe884eb24a6de300bb9d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:60a02162ddf155bfd56c5ba1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa"],"subject_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:202e1049c5c5d7c0fecb47da"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:80320663895ded39a3714b64","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b027c5aa6bfa309e504db8b6"],"subject_id":"aoa:aoa-techniques:artifact:b027c5aa6bfa309e504db8b6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3451385aaf7fe495cd288462"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:02422a21418dce8f711f4a8c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b06f4f620e0692b0c9a33d83"],"subject_id":"aoa:aoa-techniques:artifact:b06f4f620e0692b0c9a33d83","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2eabda5b60ef92690ec5584"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8d7b707224ea9fab6d6ea704","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b0acf9a0cd3ef34704ab6b29"],"subject_id":"aoa:aoa-techniques:artifact:b0acf9a0cd3ef34704ab6b29","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1458,7 +1322,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08a3a6e0d1a9376a233b10b5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e13cc28cf15dcdf2bdbd7523","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b152a0b98d3754afb662dffa"],"subject_id":"aoa:aoa-techniques:artifact:b152a0b98d3754afb662dffa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:14ac1c8abd6ef8259f0e08c5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:197a3bc3b0ddd7b2ed4a9c58","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b156147fde646c144eaa23ea"],"subject_id":"aoa:aoa-techniques:artifact:b156147fde646c144eaa23ea","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:24e6067fc216878dc60eec73"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cfc5d3334e6b2bbc99f51b56","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b168f8e9730432213007a137"],"subject_id":"aoa:aoa-techniques:artifact:b168f8e9730432213007a137","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0d729e8f59d036defece564b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4eac7647043c6c8e038459d7","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b1b2f4095d2d81c7a3fc98c2"],"subject_id":"aoa:aoa-techniques:artifact:b1b2f4095d2d81c7a3fc98c2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1a8493e97948ee12a02a1476"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fe5e928a91161ab3ad1b07c1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b201939184aea82e2cd16c8c"],"subject_id":"aoa:aoa-techniques:artifact:b201939184aea82e2cd16c8c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:867065e9968a4ec7389f3bfa"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4d41ce97228ddbd783c5fb5e","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b21d870692eef57c49acfc1a"],"subject_id":"aoa:aoa-techniques:artifact:b21d870692eef57c49acfc1a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a20636241a8dc5adffe6d7b1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fa31d1fc568df862e1fbf896","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b2612e9335e498d648ec4fb5"],"subject_id":"aoa:aoa-techniques:artifact:b2612e9335e498d648ec4fb5","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1469,14 +1332,12 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8fd506b90aee538356b1d5dc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b12e6b50f463f650d7e4daa7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b3300e2dfe4e69b2fc21ebbf"],"subject_id":"aoa:aoa-techniques:artifact:b3300e2dfe4e69b2fc21ebbf","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0d09aa91d5ae762d87cc545d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b335630551682c19a781afeb"],"subject_id":"aoa:aoa-techniques:artifact:b335630551682c19a781afeb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e2d2656ebd70ba8f987c4e0d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:97169ccb85ab020c6b5603d7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b35aa5eb0153d5e706f8dcd5"],"subject_id":"aoa:aoa-techniques:artifact:b35aa5eb0153d5e706f8dcd5","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a87aeab7ae40331d01996f23"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dd51544efcccddd849b4c836","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7"],"subject_id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4a2ccf67a4b2a16b609e85b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4c08ab95ecd74043f090b693","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b405d48583616d4c42be4796"],"subject_id":"aoa:aoa-techniques:artifact:b405d48583616d4c42be4796","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d86d2f6660ebdfc3a68b6a6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:416cabe57a4484e302b6b70e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b413ddac4ffb4643819d5b9a"],"subject_id":"aoa:aoa-techniques:artifact:b413ddac4ffb4643819d5b9a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72fe7d00090431aed1044af0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:21610eb082e33cba785fe279","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b4260ef3235bf666c0f5e048"],"subject_id":"aoa:aoa-techniques:artifact:b4260ef3235bf666c0f5e048","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7734094856cb00b20beccb83"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3cf26f2b9dbdec5572391c39","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b463640837001c8c8c404fb6"],"subject_id":"aoa:aoa-techniques:artifact:b463640837001c8c8c404fb6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eb797fd1dcf3ee059fc56ecb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5cdb97b111608f5a93a1d33f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b4699b964a4c82406078b167"],"subject_id":"aoa:aoa-techniques:artifact:b4699b964a4c82406078b167","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:24e77ca8d3306512fb3773da"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c07b7706b4374dd51c2c3696","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b488473b4fcb2197bc083bd4"],"subject_id":"aoa:aoa-techniques:artifact:b488473b4fcb2197bc083bd4","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5e0306e4895dfc63062f2ae2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:634de4dfcc2dc4a482e1a5cc","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b488fa870f11fb566638e969"],"subject_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fd13e8882c1c74fe4d2f7e42"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:699fb127a3b94695dbaa8453","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b49b1b918827df5361ea14fe"],"subject_id":"aoa:aoa-techniques:artifact:b49b1b918827df5361ea14fe","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1aecae6fb2e66d86841e4ce3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:80c6ecbd849f64bc9abc328c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b4e84d31cd8d486d071969d4"],"subject_id":"aoa:aoa-techniques:artifact:b4e84d31cd8d486d071969d4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9949c69b5caabe40c1ff1a5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:38db32c9d6ca82d2e049db25","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b528d9e9a32f693adbc7cf1a"],"subject_id":"aoa:aoa-techniques:artifact:b528d9e9a32f693adbc7cf1a","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1488,9 +1349,7 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:293c9ad39c87037d7f9ac328"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:64793e8237086b6e8421936e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b600a1d8637db6c49b14dc52"],"subject_id":"aoa:aoa-techniques:artifact:b600a1d8637db6c49b14dc52","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:556368da8868e90bcb949c2d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:409fd7c48858aa3fe48a2986","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b63c0a6d76e49b12bac4dd22"],"subject_id":"aoa:aoa-techniques:artifact:b63c0a6d76e49b12bac4dd22","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7bee7c687c38790e83db7d36"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5fc2902b6c95ec0facc07f40","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b6995ea63ebb742733630b70"],"subject_id":"aoa:aoa-techniques:artifact:b6995ea63ebb742733630b70","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:451323b97064796043f95ae5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:31686aefc2724cf2a923607b","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b6c2f9b6844178e9809cfa1f"],"subject_id":"aoa:aoa-techniques:artifact:b6c2f9b6844178e9809cfa1f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1a3036b147a7e22833a7ed46"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dcda00fbaf2bad0729ffd0dd","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b7170ca2c212f60b848b34c8"],"subject_id":"aoa:aoa-techniques:artifact:b7170ca2c212f60b848b34c8","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:91b348edfba7d8ba4eb2350f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:027d24a3cd2573715bbaed9f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9"],"subject_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e4930a74bbd2b14094546ba1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7d3c72bba8f20c276afa3bde","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b7567a91dd210d6a04eff7a8"],"subject_id":"aoa:aoa-techniques:artifact:b7567a91dd210d6a04eff7a8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6730f2ba972d7e4b6e8556e8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9abacd55632566ae9686aa1f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b77ebb6f44579ca40ca922fa"],"subject_id":"aoa:aoa-techniques:artifact:b77ebb6f44579ca40ca922fa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b04f7c25141ee30d51031489"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:19c0d72c7f8140beb9570e6b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b78abd19dac70c3c7442621f"],"subject_id":"aoa:aoa-techniques:artifact:b78abd19dac70c3c7442621f","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1512,8 +1371,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:782586ebd868087106224faf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e94b99795c683f1c696ce7d8","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b90af86566bbb19195eefe41"],"subject_id":"aoa:aoa-techniques:artifact:b90af86566bbb19195eefe41","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b427604591becd5686656dcf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fa40c4ca62fe5f861c529eec","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b9252eec9ba4bc7770f204a0"],"subject_id":"aoa:aoa-techniques:artifact:b9252eec9ba4bc7770f204a0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a0ee1e54a7ea7a414d4ee42a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fd57e3774723b2d01f9317aa","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b96a94ddc4b5c4349ff4d1c0"],"subject_id":"aoa:aoa-techniques:artifact:b96a94ddc4b5c4349ff4d1c0","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a66c140085547db71257cb9e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:287f92c1cf2d52cb24df2b64","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa"],"subject_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bc266cb04785c75c388f3960"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:02dc427a2b593eada868f15d","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd"],"subject_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:af208d738ac153376f58b383"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2e3b2d4027c99b640c41729b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b980255ccdffe25aa3426965"],"subject_id":"aoa:aoa-techniques:artifact:b980255ccdffe25aa3426965","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d9b3b17a48efa6ec8846451"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e6187a9879213e7cf43210b2","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b9df735df304f8d8810a6977"],"subject_id":"aoa:aoa-techniques:artifact:b9df735df304f8d8810a6977","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:537361e02526bb363dcfd3b7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:15efe6a3b2c12049b767a8d7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ba2860101181a093316d8cba"],"subject_id":"aoa:aoa-techniques:artifact:ba2860101181a093316d8cba","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1535,18 +1392,14 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:366008c847947efcd1465020"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:01902766cff33b15f4b45eb6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bbcaaa1031c5b97d15b0577d"],"subject_id":"aoa:aoa-techniques:artifact:bbcaaa1031c5b97d15b0577d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de4a4283c738e97083aa9841"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:869f1c27b0f948ab359f3b7b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bbd408f411a09604ee023356"],"subject_id":"aoa:aoa-techniques:artifact:bbd408f411a09604ee023356","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d2eabbe300507857bbea0033"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c40798b23c92cfecd5d26ff1","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bc37d034bad564583790a46f"],"subject_id":"aoa:aoa-techniques:artifact:bc37d034bad564583790a46f","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:12f65c95d9d55bc21c228d0a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:71950d723202ba184203d400","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1"],"subject_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7deb91a73ca2563937edec36"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:88843442b51283665a612e42","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bc52eb72a616740f2732b497"],"subject_id":"aoa:aoa-techniques:artifact:bc52eb72a616740f2732b497","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b29e3ff5d20392272196f244"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fe0e2a48080b22148e40dedd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bc545dfbbcd7e67169a54265"],"subject_id":"aoa:aoa-techniques:artifact:bc545dfbbcd7e67169a54265","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c325ac7872a4018aa16a4bc4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f5dcf93f82ddc23f6df5158f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bc8dcfd5133139fbac797cd3"],"subject_id":"aoa:aoa-techniques:artifact:bc8dcfd5133139fbac797cd3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c25c1a92122af796072b8399"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5f114abea6b58f462dbc7957","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4"],"subject_id":"aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:082a5ef4d07a2dea7b4895b5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cfb515bb7126ef05e567813a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2"],"subject_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e97086c30ae980769943e4ea"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5c30f583831d3faac1ac3fcc","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bcc6b9308c7b94d25953428e"],"subject_id":"aoa:aoa-techniques:artifact:bcc6b9308c7b94d25953428e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d3e34b2df38ee20e091676e0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8876ac2ab5684dd783c79bda","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a"],"subject_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0bc0dc0a96b74bd1b64768ed"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:026d34f3d1c5f463d425afee","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bcd6ec85336f979f0d4caa74"],"subject_id":"aoa:aoa-techniques:artifact:bcd6ec85336f979f0d4caa74","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f1cc87617e6f09446659cb48"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0ee5f5b97c0bfd1dcc0c61d0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19"],"subject_id":"aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b08d56465b2d9ededaf44c73"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3b62673b10fe5a77eff54ebc","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bd309b4a03d91b8b24030b00"],"subject_id":"aoa:aoa-techniques:artifact:bd309b4a03d91b8b24030b00","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5caa4d4638e9b3eedb79e9c1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bcdb84c11fe084533a752361","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76"],"subject_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e3bf5be958a36e53a113989c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:20418df45177947251dffdd0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bd4930253d43bf291c12cfea"],"subject_id":"aoa:aoa-techniques:artifact:bd4930253d43bf291c12cfea","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2418a8dbcf2d45101d7c65da"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8bdb45d0dcefc2ff6d21fc44","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bd66423ecfd73b7225df0bd5"],"subject_id":"aoa:aoa-techniques:artifact:bd66423ecfd73b7225df0bd5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fef34c0da72fb4b1756e21b5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c850abadb4469c3721a6ee81","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bd75897649933a8becf9cd74"],"subject_id":"aoa:aoa-techniques:artifact:bd75897649933a8becf9cd74","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1554,14 +1407,11 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c3935def28297bf3576ec50"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a1b6a1724a5deb32e84d6ff2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bd84c9fe581febe98c182d78"],"subject_id":"aoa:aoa-techniques:artifact:bd84c9fe581febe98c182d78","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3bf57df8f3dfd94febfaf59b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:929c3554cfbb8220cabd436a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bde1351794bef79b7f019387"],"subject_id":"aoa:aoa-techniques:artifact:bde1351794bef79b7f019387","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c2f5aead16c46b7f28acefa"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dcfcd6daea2d50794f23b70b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bdfc4c1d74db1011b2f89389"],"subject_id":"aoa:aoa-techniques:artifact:bdfc4c1d74db1011b2f89389","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c20c5831a9c2b293596b131"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6057d1e11fb466176ccf3202","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5"],"subject_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d41e21a6368b04ed1c083206"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4373c7bc15ae10598fcf12cf","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:be8edae27d92b7d79db001d3"],"subject_id":"aoa:aoa-techniques:artifact:be8edae27d92b7d79db001d3","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:469f2d718ac0503c1b3f57cd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7055362be13785e95462a5cf","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0"],"subject_id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:961c7c7ec36395edbd8dcde3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4b1a808972891f533bca917b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bee43c9116167bc6c5b18d53"],"subject_id":"aoa:aoa-techniques:artifact:bee43c9116167bc6c5b18d53","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:04ffbdc94e5bec6fa3068db2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b5043d6cf659e53520fdf070","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:beed97b222ffc5cb21c19fd8"],"subject_id":"aoa:aoa-techniques:artifact:beed97b222ffc5cb21c19fd8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:04d36282d3edd9799abed77c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:81fbc11a37adba0d8f7ffee5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bf09f746e4c91a228526b7bb"],"subject_id":"aoa:aoa-techniques:artifact:bf09f746e4c91a228526b7bb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c02ee1df672922ea72a4f6ee"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5623a5b3452c184fbc3264f7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bf12fb3d0a6727a9ef2e1532"],"subject_id":"aoa:aoa-techniques:artifact:bf12fb3d0a6727a9ef2e1532","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e7d86e66a6b1bc6565ef446"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:43db8ee240837bf7c6436396","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4"],"subject_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6a4ac1d91e5712e6accbb303"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:313dc2732051ddf227b38788","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bf297ada0523627a02099015"],"subject_id":"aoa:aoa-techniques:artifact:bf297ada0523627a02099015","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3452a5b3bd0ea92a580dc012"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:964106f30e9b5814c4e15e50","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bf35d6e0e0c7210f21844626"],"subject_id":"aoa:aoa-techniques:artifact:bf35d6e0e0c7210f21844626","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3e56231afb1d4105c0d86e46"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2f5cac3d6c6956b14cd55a14","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bf42aaf65340b6cce4687069"],"subject_id":"aoa:aoa-techniques:artifact:bf42aaf65340b6cce4687069","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1586,19 +1436,15 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:923d1ed2f8cb8a0077a8267f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ee71a61988d9ccd68134fd38","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c187a0a940d29d727be151a6"],"subject_id":"aoa:aoa-techniques:artifact:c187a0a940d29d727be151a6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:727d33a82b2446eb09575281"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c5dcc36be9cfec54cba62f1b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c18c15d5b53aea9cb2b86585"],"subject_id":"aoa:aoa-techniques:artifact:c18c15d5b53aea9cb2b86585","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:81473efd0359cc95cc560a5d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:37d47928617647ae7dcbb2b9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c1a4e98f1d1d92eb729e83f1"],"subject_id":"aoa:aoa-techniques:artifact:c1a4e98f1d1d92eb729e83f1","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b2864cddaa4dc994e03423b4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:48f9dd960395b604e3eb3ba4","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c1cec244488955706be397f1"],"subject_id":"aoa:aoa-techniques:artifact:c1cec244488955706be397f1","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3d935855c087ec511fb9996"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d3f2e817bf4b05358d712e4e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3"],"subject_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:82e399eff7264e859ebe8da4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4f5e280d3470df8c1e90dcd2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c1dea42f912add6a5ee89eff"],"subject_id":"aoa:aoa-techniques:artifact:c1dea42f912add6a5ee89eff","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35ee34b399537f4576d91f7c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:44e70d660aae79f7ae3a55ba","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c20a86af7f98b2b8796f43ca"],"subject_id":"aoa:aoa-techniques:artifact:c20a86af7f98b2b8796f43ca","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7885c0d8447c8bc1bd694169"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bc5c61236e2c8632529be927","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c22365bfe21f4088faecb4e9"],"subject_id":"aoa:aoa-techniques:artifact:c22365bfe21f4088faecb4e9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4920a368e209bd2071d61163"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:106ae34b8d06dc0165d9e32a","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6"],"subject_id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:65b8ddf85f85d1b853235c46"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:36f24cf820b631b3ae05cecb","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c2ab7234a2be754ba0047f9a"],"subject_id":"aoa:aoa-techniques:artifact:c2ab7234a2be754ba0047f9a","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:27240726e14b851048eebdca"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c11933c74810b4abecce4014","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda"],"subject_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:116da7a2029997226c834014"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:da30f2651f9d500652a8c8f9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c2d3e4c1144ab85477027b71"],"subject_id":"aoa:aoa-techniques:artifact:c2d3e4c1144ab85477027b71","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5215c8217fbdf8785c225cc6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a2954531927cc60ad9cdff74","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c2e10157e4040acd07ee7659"],"subject_id":"aoa:aoa-techniques:artifact:c2e10157e4040acd07ee7659","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:121c6228b15f43915f86c23a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6bf8a02aa0c9abe7b568b02c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d"],"subject_id":"aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2ed583d921b9e943d2c7d9f8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:25d366d9952751cd0673f310","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c3132bb263ffc20fcb339c56"],"subject_id":"aoa:aoa-techniques:artifact:c3132bb263ffc20fcb339c56","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3c78d36e8ea533377c73237d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6cbf471cc1da39d46f605ebb","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c3144eb71b18e2674bc43f87"],"subject_id":"aoa:aoa-techniques:artifact:c3144eb71b18e2674bc43f87","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d345db16b7b48ef19b23f521"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:441dd676b505988f709ad9c6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c348dabcca277760e5eeca99"],"subject_id":"aoa:aoa-techniques:artifact:c348dabcca277760e5eeca99","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c5057bfcf6f7c24d7dac38f5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:820196dbc6e87fe27bcba682","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c35d3e7628bf7ce9e247dee6"],"subject_id":"aoa:aoa-techniques:artifact:c35d3e7628bf7ce9e247dee6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2030293bcfe5fa02a805fb8f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:348113fbd221680542b31a52","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c3633ce00072e52ca020b49d"],"subject_id":"aoa:aoa-techniques:artifact:c3633ce00072e52ca020b49d","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1609,9 +1455,7 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ec69eae18db0246bcaf05b98"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:18ae221cfcadcdea8b0e30fd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c3b1eb378a59ae9d563c87a4"],"subject_id":"aoa:aoa-techniques:artifact:c3b1eb378a59ae9d563c87a4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a4e0d414d75eb6ff667722d9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:95d9e836dd96cfe508814d67","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c3e340c6d2863655fecd575d"],"subject_id":"aoa:aoa-techniques:artifact:c3e340c6d2863655fecd575d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ee95ff757e86d605d895b8eb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8e7a6b11a27cc31340e9d82d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c49091f389e346f2de0fb8f7"],"subject_id":"aoa:aoa-techniques:artifact:c49091f389e346f2de0fb8f7","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c0bf9ab44c9b107b7a10f742"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6637939a43f35e2f51449451","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521"],"subject_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08147cb257934daaa6a0a80b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2c7570009e2ae1f1df0b831b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c4f6e9b2c3b7d9fc746c9018"],"subject_id":"aoa:aoa-techniques:artifact:c4f6e9b2c3b7d9fc746c9018","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:03c8fbbe1087020e6fd57a27"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e981df76d918b327d5ce50a6","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c50c0d77d1853be5cf94cf88"],"subject_id":"aoa:aoa-techniques:artifact:c50c0d77d1853be5cf94cf88","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55172f9dfa835e22684f0fa8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ec150c832c6454ae89402c64","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c5138334e39c17af121a6547"],"subject_id":"aoa:aoa-techniques:artifact:c5138334e39c17af121a6547","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3e47ff60e896eb181128238"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4ec43c2d6b42b24f9c4dbbc7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c51ba5a615e120261340d2d8"],"subject_id":"aoa:aoa-techniques:artifact:c51ba5a615e120261340d2d8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:236a2d90313a413b976fcc58"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fe0d428475223979c76790e0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c530990cbcf12e0f9bd83c04"],"subject_id":"aoa:aoa-techniques:artifact:c530990cbcf12e0f9bd83c04","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1622,7 +1466,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:82f90d940e3522e1df53473f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:025d70d3bffd5b1b8bbbd753","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c59f4287b9e3a72be88c9eaa"],"subject_id":"aoa:aoa-techniques:artifact:c59f4287b9e3a72be88c9eaa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ee1e76d4a78188f8019e2596"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:77da45befdc9f0c03a36db97","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c5c2fb00e5de93d9a755ddb6"],"subject_id":"aoa:aoa-techniques:artifact:c5c2fb00e5de93d9a755ddb6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a40f948a2f14880f5d3f23db"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2dc2a119bbac66ca504c7c4c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c5da8e93cf4f721fb78d38d5"],"subject_id":"aoa:aoa-techniques:artifact:c5da8e93cf4f721fb78d38d5","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08d7a90da0720a6b58ce9f36"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a77bc67cee6521bac356f7cf","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4"],"subject_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c9350724b58d558b05ffdd8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:75c499e68ed21289c857d32a","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c612a98de6b67b59938ed5f5"],"subject_id":"aoa:aoa-techniques:artifact:c612a98de6b67b59938ed5f5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3fdeaf0c9f48bdfd93f1a950"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ca72a84f5289264e32d85124","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c63cbc592f8acc944ef7e361"],"subject_id":"aoa:aoa-techniques:artifact:c63cbc592f8acc944ef7e361","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7d09a905624f002d261fc6e1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f4a769c6503e5b69e248c193","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c64f07789c9e121df3ccfa7f"],"subject_id":"aoa:aoa-techniques:artifact:c64f07789c9e121df3ccfa7f","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1636,7 +1479,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:53530997e9663556b5f8e2f9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ca4f15fd480b909747dc07d4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c72fce65f8f3a6a4c8a4aee7"],"subject_id":"aoa:aoa-techniques:artifact:c72fce65f8f3a6a4c8a4aee7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:03b948530a2726e83de356b1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:91232868d29b01e3c12d96d1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c787e280fd85964945ece4db"],"subject_id":"aoa:aoa-techniques:artifact:c787e280fd85964945ece4db","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:657896c747cf94f687706905"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:153f8ccd9a6509dd3b0160b9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c7c83102096d7ba5b4584308"],"subject_id":"aoa:aoa-techniques:artifact:c7c83102096d7ba5b4584308","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2b311a120d53761a68305a1a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cb52e7d10fb5332e96213395","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c7deead25794dc3e0b9188a7"],"subject_id":"aoa:aoa-techniques:artifact:c7deead25794dc3e0b9188a7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:305866d803086f7e98a58e31"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7fa66a1b2576b211ddfa0f83","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c7f5d25fc63cc0a96b9735c2"],"subject_id":"aoa:aoa-techniques:artifact:c7f5d25fc63cc0a96b9735c2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:004d346cb7aafa1f58fb86ae"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:db6d39e31fae54b222a56ed9","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c81e9a9b6ca47a71a2ad94ac"],"subject_id":"aoa:aoa-techniques:artifact:c81e9a9b6ca47a71a2ad94ac","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eac882eb6a6dbb16e888e94b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:65f778b9c80f039a21987e1e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c84a5cd87606e76b18a39c4f"],"subject_id":"aoa:aoa-techniques:artifact:c84a5cd87606e76b18a39c4f","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1644,7 +1486,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:381ef056122e7b5c73e512fe"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7fd24e3d7f8231e653d67ebd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c8715026b23c015c887a3939"],"subject_id":"aoa:aoa-techniques:artifact:c8715026b23c015c887a3939","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e56f99c97c51cb82c1ed5a2e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3981ccedca60d2eed191de40","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c88f740eff65fa6be82170d1"],"subject_id":"aoa:aoa-techniques:artifact:c88f740eff65fa6be82170d1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35b718f92aa8648b6c366472"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0e4edd3ff7000629d356ff26","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3"],"subject_id":"aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a84ff848bbc14cda817c4529"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6111183fef62f5f2b290d20c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a"],"subject_id":"aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c11e7cff94d12e3a69b60e6d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bce71f17bc5cc10e8f2285c0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c8db22f75dfca2919eb1b99e"],"subject_id":"aoa:aoa-techniques:artifact:c8db22f75dfca2919eb1b99e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ce8b38be1d2c86cd81e52334"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0e95fc3418203b045a383cbd","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c8ebeae9a0d4391625d71641"],"subject_id":"aoa:aoa-techniques:artifact:c8ebeae9a0d4391625d71641","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3534b4a1c1a9d89f237d7101"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:823e3a8f7e1264e26d512ac0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c8ec38695eef7de79426396a"],"subject_id":"aoa:aoa-techniques:artifact:c8ec38695eef7de79426396a","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1653,7 +1494,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2c9fbd758995bbbd5acbbba"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:21c3341341c8091d21af1107","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c93a23226c6e8a5c002e4bfe"],"subject_id":"aoa:aoa-techniques:artifact:c93a23226c6e8a5c002e4bfe","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c5cdecdfd46fc7677892c7ce"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c315818efe97e377e0458fc3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c94ef5e66eca0a15bb6eeee9"],"subject_id":"aoa:aoa-techniques:artifact:c94ef5e66eca0a15bb6eeee9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:61a13410933f0cb278b73b4e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d48794a2d81402f69975a8d0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c96b85c59264a6b27c7a061b"],"subject_id":"aoa:aoa-techniques:artifact:c96b85c59264a6b27c7a061b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6cf2214359f5c329d8bd7342"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:be0419f3bac6a8ac32ea7510","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c98d789b44379065c822a18b"],"subject_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:29253b842fc7766d13788f65"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cf3b88716e1840f637d9b953","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c9adb406913b554d45288650"],"subject_id":"aoa:aoa-techniques:artifact:c9adb406913b554d45288650","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:64eb500dcbaf7ca620553a74"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:933bd213b06350c8b649fbe0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c9c3ccef94c626ddbe178f9a"],"subject_id":"aoa:aoa-techniques:artifact:c9c3ccef94c626ddbe178f9a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c0a65a5af6f92628ab8009d9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:09a0b745b4120bfc1e478452","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c9db191a34f408ba5129730b"],"subject_id":"aoa:aoa-techniques:artifact:c9db191a34f408ba5129730b","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1677,10 +1517,7 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89faf2102a33eb93ea1d7dc6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:51fa98060863e8c2e5148618","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25"],"subject_id":"aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bec9b219e1e05fee0d16a32f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3a43d5e94d2c2e5975ae7c3d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cbbc0b435dd969dd5416049f"],"subject_id":"aoa:aoa-techniques:artifact:cbbc0b435dd969dd5416049f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:36eccdff908fb416199256ba"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:536dbed3a918b1ef21437158","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cbd841d57bc111b569ff4f3a"],"subject_id":"aoa:aoa-techniques:artifact:cbd841d57bc111b569ff4f3a","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e9763dc43fb4cdb1bcf73057"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7fb365ecf8b60d1a33e00452","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e"],"subject_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:db2502c37e3b10b50c1c3d13"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:618a16853e23defedc03137b","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cc446856094ece21e21c98bd"],"subject_id":"aoa:aoa-techniques:artifact:cc446856094ece21e21c98bd","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4e71e9a942df8b10f7a3d0c4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0c346720aed65c5b45957a35","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016"],"subject_id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55d1dd4d206d760f3baf9ecb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2b3d13015fe10e92d9c304dd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e"],"subject_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5ddeac9e9e4e87d227a4f1db"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4785d9c0f390868c1d212342","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cc4a61a4cb72286efc062e32"],"subject_id":"aoa:aoa-techniques:artifact:cc4a61a4cb72286efc062e32","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:33e9d45362a2c7b7b52d633d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c5addae9b8a21ce5053692da","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cc695f3a7df6fba3dcbadb9e"],"subject_id":"aoa:aoa-techniques:artifact:cc695f3a7df6fba3dcbadb9e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:41e8af4c9bbe6b060eeb83ae"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bcb1183a8276d49f47730d3c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cc9bc19381798c5edf7fad47"],"subject_id":"aoa:aoa-techniques:artifact:cc9bc19381798c5edf7fad47","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1699,13 +1536,11 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:622c2ed87bf3e15beced45f4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4badbeeab3ee3af4e8b57112","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cd9981b6c3fb400a556d5263"],"subject_id":"aoa:aoa-techniques:artifact:cd9981b6c3fb400a556d5263","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b05edb2b8c320f8aecc2d6c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:df10336d463e6e67a6e07c96","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cd99f5804a59445147ce48b0"],"subject_id":"aoa:aoa-techniques:artifact:cd99f5804a59445147ce48b0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd1484adae1c5dc5da8ad538"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:17a2c6cc2ce57636a03fd9ba","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f"],"subject_id":"aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7d0274677e27b3ec6286e4be"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f6b7e02dcd11216ce7924c27","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff"],"subject_id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d55f41575ba494ef7ff59a3b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:710c15a01e84a4bf5637c1c4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cdd82edf1334fed2c0280ed2"],"subject_id":"aoa:aoa-techniques:artifact:cdd82edf1334fed2c0280ed2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4e1f02a091ae714ff38626ce"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c0db4d272dd0e8e6ee19b690","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ce0aa837603efb0c1f02e766"],"subject_id":"aoa:aoa-techniques:artifact:ce0aa837603efb0c1f02e766","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8a8a50e89f1a281833ce95d7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4d2a7deb903c4cab998b2afd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ce26dc3b28b6fd3d202e08b6"],"subject_id":"aoa:aoa-techniques:artifact:ce26dc3b28b6fd3d202e08b6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6549e1bb6fd958ae3bcda27e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7f87b418e8d8513b59a16d7d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ce5d65b52ab4cbe348412f72"],"subject_id":"aoa:aoa-techniques:artifact:ce5d65b52ab4cbe348412f72","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ca0e1dc55b4a47f9d121ae86"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fce2ffce74e962f391ccac95","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ce8ca6e1f0f910e839bf7ede"],"subject_id":"aoa:aoa-techniques:artifact:ce8ca6e1f0f910e839bf7ede","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fbd3f97413fbd37b1f4fbdb6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:64980653ba67c7d78efbf812","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69"],"subject_id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0869f2520c586735a1e3ec6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9fd0b8fc43ef1e61d9fb2a5c","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ced7185b3e1ab4e5f1d322d1"],"subject_id":"aoa:aoa-techniques:artifact:ced7185b3e1ab4e5f1d322d1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b75b1b904f0ace27550b8101"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:992a2115f20dd82830a857d1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cee5f8b308aaa86a41ef8a4d"],"subject_id":"aoa:aoa-techniques:artifact:cee5f8b308aaa86a41ef8a4d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c854337295cbe2e1e8a06953"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c6ead50383d441bf6b70d5b6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ceedee64e33cf82ff8c43f52"],"subject_id":"aoa:aoa-techniques:artifact:ceedee64e33cf82ff8c43f52","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1729,7 +1564,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a155e088afec56e980544ff7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:21bcc4b2f68bcc40ebe0bbda","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5"],"subject_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:db839bae3840f6a898646c94"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6b68ae100e334ad8d924755f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d12aa26831c85f258052bf63"],"subject_id":"aoa:aoa-techniques:artifact:d12aa26831c85f258052bf63","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:971d80591934dab19f7f8908"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4346bede13d32f0f3bd11f56","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d14d382a9e6e3ffd075b8f4c"],"subject_id":"aoa:aoa-techniques:artifact:d14d382a9e6e3ffd075b8f4c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:457dbfcaf85357bf35a25481"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:931b7a65a14d80262a553c67","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e"],"subject_id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e03c4363ee68a475049a9b2c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8af90746173363b8e706774a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d15b96316f61caee1ed82450"],"subject_id":"aoa:aoa-techniques:artifact:d15b96316f61caee1ed82450","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bb01040578683f99cd6e58cb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a61f07d9cdd2ca8762fc4ca0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d1724b1d0fcb3bd4e94adfd5"],"subject_id":"aoa:aoa-techniques:artifact:d1724b1d0fcb3bd4e94adfd5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f29e9b106bb64373784f27dd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:02774f6676324013dede059c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d191a910615a6e7e27d60580"],"subject_id":"aoa:aoa-techniques:artifact:d191a910615a6e7e27d60580","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1755,7 +1589,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3009aa25d549a5f182e7204a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b0845f00e57e5df1db685fd7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d3e3e4029f2f19c88f313261"],"subject_id":"aoa:aoa-techniques:artifact:d3e3e4029f2f19c88f313261","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3bc884dfe49fe1caa724bd74"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:22fa3860f4ac59488e59ff96","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d3f1e4387137e076111f31b5"],"subject_id":"aoa:aoa-techniques:artifact:d3f1e4387137e076111f31b5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c5a9ea83ed4755b013edebf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:07e444749c51ba80f381c8cf","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d418d4c43458866dd3cfc410"],"subject_id":"aoa:aoa-techniques:artifact:d418d4c43458866dd3cfc410","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fb42781906f48ac3e9b7d513"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:57aebb4bc6e319a8b999d19a","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d42282f463ab1777efa77e4f"],"subject_id":"aoa:aoa-techniques:artifact:d42282f463ab1777efa77e4f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb049ed029c0acac5a93092b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c85adf24cc417d5170e2694b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d4551c0a9b6d2c32fece3b8e"],"subject_id":"aoa:aoa-techniques:artifact:d4551c0a9b6d2c32fece3b8e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e1667361e286f80c72e4a3bd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:45e415b11495d69ef0783fc6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d4618aab113442cb809c675c"],"subject_id":"aoa:aoa-techniques:artifact:d4618aab113442cb809c675c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a1a9eb814de45b8be9f8d563"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9d13217e54f1e4f2c6c168e7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d49c981907e98d0aabf2e838"],"subject_id":"aoa:aoa-techniques:artifact:d49c981907e98d0aabf2e838","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1764,14 +1597,10 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b6d38ef0501f3bbd0a5dbd21"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1ecff831e86d163b5a3c163e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d4e7488a5d191b4e3a14f4a9"],"subject_id":"aoa:aoa-techniques:artifact:d4e7488a5d191b4e3a14f4a9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bc7596fa5f86b2b9921bc0cc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:69b3475bb0a9ca692112e376","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d526b202b0d9a036a60f24c1"],"subject_id":"aoa:aoa-techniques:artifact:d526b202b0d9a036a60f24c1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d88e1c4bad1b0610f57813e4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c4149c2a65ea2e97075d5650","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d537a4537f49cb72b8045d90"],"subject_id":"aoa:aoa-techniques:artifact:d537a4537f49cb72b8045d90","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ad8e42557405b77971f50592"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a051d54dd9230261f830e8fd","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125"],"subject_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f7a3a8aa9e7814ad52819056"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5998912bb91fe899fc2cb6bf","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e"],"subject_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b2603ed71ba69024fd84e702"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bc01ecc75772a321e7df943a","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d630508e51064a2a5e0d3490"],"subject_id":"aoa:aoa-techniques:artifact:d630508e51064a2a5e0d3490","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4818e09d8b67bfbf40937a66"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a6ee4d15ba47871b1d41b09a","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d64d91264d3d501dbf03239b"],"subject_id":"aoa:aoa-techniques:artifact:d64d91264d3d501dbf03239b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b3febc468e4e61919a7fabc1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8cd01aebc937a5b48603fb70","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d6b41de903a2e78cafa39669"],"subject_id":"aoa:aoa-techniques:artifact:d6b41de903a2e78cafa39669","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9a832fd9956a7c36101d3fcf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8079dddece6212f05645ab52","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d6b7371069c4cfdd137f0ebe"],"subject_id":"aoa:aoa-techniques:artifact:d6b7371069c4cfdd137f0ebe","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e70bf4851d8e35a142be7212"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5db1a5994c76db1c92a7dcc6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d6d89bc629ac65cb08f10b90"],"subject_id":"aoa:aoa-techniques:artifact:d6d89bc629ac65cb08f10b90","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:28cb9d928b61c5c69febf227"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:db0376668d22b24f8351aa72","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d"],"subject_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ccbe4ce08f4c033595dff580"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5c5fce64efbb151fc4fed0c1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c"],"subject_id":"aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5da3cf8dd44869d115501ac1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4ee2046e25527720960ca93d","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d77c10c9ba07bd6d5f7d9521"],"subject_id":"aoa:aoa-techniques:artifact:d77c10c9ba07bd6d5f7d9521","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:22275adf28216c001f24d12d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:07a7a101dc6162beb2297bb0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d78e6281094ff359502f1037"],"subject_id":"aoa:aoa-techniques:artifact:d78e6281094ff359502f1037","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1779,7 +1608,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a4dd627485f7420c375bce01"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f8b3f707ba5af76c244bbff1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d7d27b6cbcd378c0f4287f09"],"subject_id":"aoa:aoa-techniques:artifact:d7d27b6cbcd378c0f4287f09","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:416748545decf30ec824fd5e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c660ecf11e87e258e0edf013","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d838f876e1140d073c4004be"],"subject_id":"aoa:aoa-techniques:artifact:d838f876e1140d073c4004be","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8f25335c2d29136493b18811"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3c39d164948e9e4146d790bb","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d83ba9311b34a68a0958680b"],"subject_id":"aoa:aoa-techniques:artifact:d83ba9311b34a68a0958680b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3604d947bacbd2a53d9ed83e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b456ec6780d2d949440e8abd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88"],"subject_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9ae51442950a7f32beb9102c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:36a4cf744734a9f8910933e1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d9006d8efd96edd4ba0e4103"],"subject_id":"aoa:aoa-techniques:artifact:d9006d8efd96edd4ba0e4103","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:681aca2b3646711eada17940"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:120bbb952c603c4b4a0c4353","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d926e30fcf2f4c7d77f936f1"],"subject_id":"aoa:aoa-techniques:artifact:d926e30fcf2f4c7d77f936f1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7e600921cf8ed59f7fe377f0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:66eccae38b2e70f61137dabb","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d93e2b6d5fa37e2135d7c516"],"subject_id":"aoa:aoa-techniques:artifact:d93e2b6d5fa37e2135d7c516","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1789,19 +1617,13 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6402a1a49413d4b59b28c467"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1beacd004cc5bd6738120410","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d9ac278f5b81c5f2137bffc2"],"subject_id":"aoa:aoa-techniques:artifact:d9ac278f5b81c5f2137bffc2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c139b8eb3bd10f4b176b2ef"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9a706c10409bd2cc7d3b5c42","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d9c7cd37a67204b5d368f8b6"],"subject_id":"aoa:aoa-techniques:artifact:d9c7cd37a67204b5d368f8b6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c697c061ac49e7003df2a086"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:265c7b7d2eaeaafe0d9c91d2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d9e85bcd996dfaea520ffab9"],"subject_id":"aoa:aoa-techniques:artifact:d9e85bcd996dfaea520ffab9","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c66fa76859a6a2230ba6b77e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bb3d61c4bccfee5135142e2b","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08"],"subject_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1bda813ab955cedbed270f03"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fa919ac9fade46a7440bd07f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:da13a2c7837d46ea017e3315"],"subject_id":"aoa:aoa-techniques:artifact:da13a2c7837d46ea017e3315","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8f12d665e6b23f8bb3bc52ea"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8d8d03fe3dc98db71cd6653a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:da1e4d646a243e773637436c"],"subject_id":"aoa:aoa-techniques:artifact:da1e4d646a243e773637436c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b23544bfd64771a11fe9223"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:939a3dace0014071bf0878c0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516"],"subject_id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c9a8eaecac36231a7a08d73b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5706710693efe69120bbf43c","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91"],"subject_id":"aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:58e11c9efccace294d2bfae5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a08ef42b5e4863a293212329","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:db384e6839b485bc81880159"],"subject_id":"aoa:aoa-techniques:artifact:db384e6839b485bc81880159","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0627bb341f2d4e6097d71062"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:aba48fd1e4bd827f73c068b3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:db835dab8287847fd7fdc6b6"],"subject_id":"aoa:aoa-techniques:artifact:db835dab8287847fd7fdc6b6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:780715be6297dd7326ae69a4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c5da733b28d24bce28e29560","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:db92dedb125d092a31235918"],"subject_id":"aoa:aoa-techniques:artifact:db92dedb125d092a31235918","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:772a3300d2ae3ee9fced7a93"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9637e5541cfd72529fed46af","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:db990ade493f9666f159a54c"],"subject_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:907d2c8ffe54ac1d43eae978"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c2d7fc67ea828ef5c59e84dc","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dbb8e1c98462d2210a69cafe"],"subject_id":"aoa:aoa-techniques:artifact:dbb8e1c98462d2210a69cafe","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:59a93b6e6a9bf59c7a295537"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4577f2c012efcb21624ac931","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49"],"subject_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4e48410c55eb7196c6fb82c3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c466891ae878ee2ced8676e7","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"subject_id":"aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:62515219dba56b38814db6ea"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:eeea9fa71394b52da95b1f83","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548"],"subject_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:beb4d0e14503c5db83bb4f2f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dc9c310da47bbdbf05e96061","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dc33ba3ce18b92060ea9a6d6"],"subject_id":"aoa:aoa-techniques:artifact:dc33ba3ce18b92060ea9a6d6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a1f351b3f1158faee768fa06"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8a181b06f0ea3117a1686c66","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dc34ea723155c6fdb5034c7d"],"subject_id":"aoa:aoa-techniques:artifact:dc34ea723155c6fdb5034c7d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4542faaec0b9f84893bba941"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0a361021f5a9ba681481930d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dc9132d584369fcbb76fde34"],"subject_id":"aoa:aoa-techniques:artifact:dc9132d584369fcbb76fde34","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1818,14 +1640,11 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c2b693cfcc55210e48810b7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3c924187ac7b2462ea4b31d9","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dda053a98d0f42c53736338b"],"subject_id":"aoa:aoa-techniques:artifact:dda053a98d0f42c53736338b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d7ae5d4e8127302b195db45"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:17d867d2eac8a43a45f4413b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ddb6bac620811a3c85ccf4a4"],"subject_id":"aoa:aoa-techniques:artifact:ddb6bac620811a3c85ccf4a4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18c91a4c0d7b8f0585286af6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3b1e7191a784837bc17dc67c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ddb9e7c74b8e617d9837c530"],"subject_id":"aoa:aoa-techniques:artifact:ddb9e7c74b8e617d9837c530","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1930241d71de18bb23b5fe1e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4644ba8f87df9cfbaab45efb","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c"],"subject_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a50cb68cf8f4516437e46f96"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:280651d84a91261bb987868b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dde9378751d78e4abe16be20"],"subject_id":"aoa:aoa-techniques:artifact:dde9378751d78e4abe16be20","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8cffae3dd67a16902fdb3e69"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7479793a3850efcac906a0ac","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ddfcab62cbcdce5b474f6b6c"],"subject_id":"aoa:aoa-techniques:artifact:ddfcab62cbcdce5b474f6b6c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:480d646dfc5d98aeae3827cb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:15be874e6871ed737f597454","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:de1c334450c40e51bb158627"],"subject_id":"aoa:aoa-techniques:artifact:de1c334450c40e51bb158627","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dd79392542d90f268d527a6a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c62ee92f178b2938c9bdbddc","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:de1eb0dbc443e0a8a09304ec"],"subject_id":"aoa:aoa-techniques:artifact:de1eb0dbc443e0a8a09304ec","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c4f6c00ae3db9159a1cb91c7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c97520ae5e1c9cf828da2bee","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e"],"subject_id":"aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7e17338e525e67df314cf500"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:92637f913465466c8140dfea","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:de473d59fa624440029e1f16"],"subject_id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c93e6ecea8a8b364d103fc64"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8fee6ad93fbff71937ef5e70","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559"],"subject_id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:91e8e8a20f8a83d94aff8a26"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a663d181720ce07efb27cc28","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:de9e4c9bfdb0763a5d163e4a"],"subject_id":"aoa:aoa-techniques:artifact:de9e4c9bfdb0763a5d163e4a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:63eee097c4c5795cfc6602b1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7c2815f04ddd56b9c80b75b6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dee870525c9152444d13f9fe"],"subject_id":"aoa:aoa-techniques:artifact:dee870525c9152444d13f9fe","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:978e7a003effb0fd6154307c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:465e88deffdd62a4a27841f6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:df3dedeb399280a688945489"],"subject_id":"aoa:aoa-techniques:artifact:df3dedeb399280a688945489","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1844,16 +1663,12 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6fe38db7e6ebafe9de35f78c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:486efcac94780dcc987e318c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e11893f78670fe6a60f52f34"],"subject_id":"aoa:aoa-techniques:artifact:e11893f78670fe6a60f52f34","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9f694b362726e7b028b21f10"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:87f004df74ade17adb772648","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e137b01c3e3cf3969b641c81"],"subject_id":"aoa:aoa-techniques:artifact:e137b01c3e3cf3969b641c81","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:741113160e372e4e289e4b8c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:587a1164ad684938076bb594","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e146ec01b3ebc23dc7745e88"],"subject_id":"aoa:aoa-techniques:artifact:e146ec01b3ebc23dc7745e88","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f0ae42f04dceaca4c38d9c7a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c48711eb53b45ea1f740f0bd","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2"],"subject_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2624190ed2bdceff42197c75"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:51c47d7525d0dcba5ddf88f2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e16da97072c494e685bd74eb"],"subject_id":"aoa:aoa-techniques:artifact:e16da97072c494e685bd74eb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8c233be5268ed5b522919cea"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:27f3537417f91c7133f56aa1","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e170c6c6c0457f3e420b254f"],"subject_id":"aoa:aoa-techniques:artifact:e170c6c6c0457f3e420b254f","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:79196c966016f369c330aea3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:74e825bb3bacc4d33d9128d5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe"],"subject_id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7b979d842862788527fa7439","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4"],"subject_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:034986f348621e5a22b72cbf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1bfd4411eacb97fef0aeab08","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e1df4ce6ce0826985ad21bea"],"subject_id":"aoa:aoa-techniques:artifact:e1df4ce6ce0826985ad21bea","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:336807109e9ffb6455fa7044"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b1e85b204b459b6196cadd53","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e1ee086c6966e799221f4cfa"],"subject_id":"aoa:aoa-techniques:artifact:e1ee086c6966e799221f4cfa","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d3334a76184de93e733a0d6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fc593942c66454d81152fe07","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e1fda7ed619c326866eed6e2"],"subject_id":"aoa:aoa-techniques:artifact:e1fda7ed619c326866eed6e2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0fd99d3b1dd6ac9c3b7832fc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5490e20f1c2f2bbb278ffa91","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e21165f3317d43921909da96"],"subject_id":"aoa:aoa-techniques:artifact:e21165f3317d43921909da96","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5240e27ab14d93b347d907ad"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:152bf7b988eea35e88d2156f","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a"],"subject_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b5f6918462a518c43507c804"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c563eca235e23ca8a37157a8","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e25fd2d900757eb7fee2ff9f"],"subject_id":"aoa:aoa-techniques:artifact:e25fd2d900757eb7fee2ff9f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c375e768813186de454ffe6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:eb3d0c47ab212ad4cb65648a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e27987c3f86939f7cf8acbfa"],"subject_id":"aoa:aoa-techniques:artifact:e27987c3f86939f7cf8acbfa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2cdd3281212bb6970aca3b9a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1383f571708b8d4cc162373e","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e29466ab9b68d140321f6d74"],"subject_id":"aoa:aoa-techniques:artifact:e29466ab9b68d140321f6d74","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1864,7 +1679,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ac00b1dbf624011326d60345"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ce40a3cf0e5ba1b5ee8367fe","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18"],"subject_id":"aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:34b616755d185ca4c1fc926c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:92f831549d03155c373e4d4a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e32abeb3760a7357882425fd"],"subject_id":"aoa:aoa-techniques:artifact:e32abeb3760a7357882425fd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b7d22ca17504d16b23c2a050"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1a63880d7ca22d9ba468308b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e36af3e27730df5170f44391"],"subject_id":"aoa:aoa-techniques:artifact:e36af3e27730df5170f44391","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d01d63beaa907db04f7dfa46"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2be0cd9c74e2dd094ccd3c1c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e379b806739f12704dccc1db"],"subject_id":"aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7118074e1c69a5738b1a9b22"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fe0646172efb2705f86c5383","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e38e4c943d0fe89cffb1a63e"],"subject_id":"aoa:aoa-techniques:artifact:e38e4c943d0fe89cffb1a63e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74b7f79a3378f62558d1af40"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:734dd9faf124e9d0d988f8d4","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e38ebce28e2f64e8068643d5"],"subject_id":"aoa:aoa-techniques:artifact:e38ebce28e2f64e8068643d5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a225f0f13fca2586c011374"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7f4cc70c3473f8512c9293cf","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e3946edd787b6a3494f7812e"],"subject_id":"aoa:aoa-techniques:artifact:e3946edd787b6a3494f7812e","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1873,12 +1687,10 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:245a40727d3b790aba9d44af"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:17b5fb50c7fab90222befb13","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e3c7e02b034f43534d39f926"],"subject_id":"aoa:aoa-techniques:artifact:e3c7e02b034f43534d39f926","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2262df384d5adb4e539c50e6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d17fbb0c6209cea771e7ec66","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e3df85a81eedc494f3a8e9ed"],"subject_id":"aoa:aoa-techniques:artifact:e3df85a81eedc494f3a8e9ed","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9b4d7b1cfe14dff6b24bcc21"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c65789a06e223ca892b43c98","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e3e4a4873319fe4d1455d781"],"subject_id":"aoa:aoa-techniques:artifact:e3e4a4873319fe4d1455d781","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:287f8bd77b3c60b181a17230"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:159fe8267235bae13d95c80b","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e4085ed8d332415607938122"],"subject_id":"aoa:aoa-techniques:artifact:e4085ed8d332415607938122","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:446ba9c8f04c4eb2ea422d46"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:587d3513205dbf03668ca444","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e40e71cbcccdf793c2a1ea95"],"subject_id":"aoa:aoa-techniques:artifact:e40e71cbcccdf793c2a1ea95","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e08e5530b3c8bf3f3e021969"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7290c7b6ed9bede29fd8c151","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e424aad1e63831ec85e17e49"],"subject_id":"aoa:aoa-techniques:artifact:e424aad1e63831ec85e17e49","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f1d7ae0a82af9cceeddd4b55"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:092cdd6ceb2fb845855ca9d5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e429cfc507ae70b6db1dd79f"],"subject_id":"aoa:aoa-techniques:artifact:e429cfc507ae70b6db1dd79f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:36b23e8e8b981e5edf10c330"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:62543c4ea833441b1130e5db","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e437614207791ee58536dc13"],"subject_id":"aoa:aoa-techniques:artifact:e437614207791ee58536dc13","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:699e4bfaff83e4d31fdec72f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ba30e330048ff2f729df376e","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e43c0a58f055dbff935dda86"],"subject_id":"aoa:aoa-techniques:artifact:e43c0a58f055dbff935dda86","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9ce8d37ee8935dc1114be391"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c2b5af5e3a11c4871d1b1117","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e44ac2cf2f959c094f218bc5"],"subject_id":"aoa:aoa-techniques:artifact:e44ac2cf2f959c094f218bc5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d7e4026672d982a689c61bae"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6b91b26cf099282c71fb397d","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e4cfb7c2cebba9e51eb33623"],"subject_id":"aoa:aoa-techniques:artifact:e4cfb7c2cebba9e51eb33623","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:beebfbe62f129484bf6104ba"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a92d43832a94236ee87d899e","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e5099efe04874e260d36b86a"],"subject_id":"aoa:aoa-techniques:artifact:e5099efe04874e260d36b86a","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1887,16 +1699,13 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9e8adeaf3f1936078bd6d242"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9d8ecb52be1920fa735b8cb6","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e59a48e03681994b19cb91df"],"subject_id":"aoa:aoa-techniques:artifact:e59a48e03681994b19cb91df","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1c647d39855a202b7fd2aae6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:90058e7348b8938e633b7a07","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e5a780d95f8f56877b5b4bc5"],"subject_id":"aoa:aoa-techniques:artifact:e5a780d95f8f56877b5b4bc5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4b5ddd94a29f177680a28cc1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:872f0fc5f92caa8b84984ad8","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e5aa77dc61d88a007dab8359"],"subject_id":"aoa:aoa-techniques:artifact:e5aa77dc61d88a007dab8359","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d71ea063d90002be0a74f2a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:88b083546c05e942c1cc1ab4","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e5afe83667c7779006a3b340"],"subject_id":"aoa:aoa-techniques:artifact:e5afe83667c7779006a3b340","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1cc9ae928ab68350d7c7477d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5759547cbc0558a79221b123","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e5c248f6b61486cc4ccde448"],"subject_id":"aoa:aoa-techniques:artifact:e5c248f6b61486cc4ccde448","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f072a11677afe7aa868303ff"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9aee855484439b2d7c917abf","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e5e9ae718bb881eb2592cca2"],"subject_id":"aoa:aoa-techniques:artifact:e5e9ae718bb881eb2592cca2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:174980a049e0dbb2fcb3a0b9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e5ed26993ddbf1029b2d0059","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e5ec0e7030077b7cf1bfed98"],"subject_id":"aoa:aoa-techniques:artifact:e5ec0e7030077b7cf1bfed98","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:413c394090cfbc94d781202d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:400ec70bcbdfd8bf05817a4f","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e5f4c29fb35ffbe366619cd7"],"subject_id":"aoa:aoa-techniques:artifact:e5f4c29fb35ffbe366619cd7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c183e2c0cdd402cf68ba7ae"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:81fa2e4aae28837c72167452","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e61fee3fd2f2b823f20a3aba"],"subject_id":"aoa:aoa-techniques:artifact:e61fee3fd2f2b823f20a3aba","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:27bac5c714ca45f1c975fb0a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:43e9632833f0b9e4d78b4fd0","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc"],"subject_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c073f923084e3be188dc6970"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2269974f583eb809cf43aaec","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06"],"subject_id":"aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:64947c8dca361f2aa5e50b93"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b9bc05e22238124238b70125","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e66619707ba54a89aa714842"],"subject_id":"aoa:aoa-techniques:artifact:e66619707ba54a89aa714842","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3936ad8f7089c4e1e9452279"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3c4a8939605c8bae089e7b57","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9"],"subject_id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0eac6758d1787e0dc33ecdd7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2e940e00d70fa848cc87e29c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e68b4f8f3db02cf31cb0e74b"],"subject_id":"aoa:aoa-techniques:artifact:e68b4f8f3db02cf31cb0e74b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4be4737b32f0951bda54be60"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:74214aae6f12616a4de07f25","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e6bb3d601152c0ca7a285d5a"],"subject_id":"aoa:aoa-techniques:artifact:e6bb3d601152c0ca7a285d5a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e687d9fa34ec38e09ce1510"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e28e13a452e6df1e7a70d89b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e6bffd838b243af9812b6318"],"subject_id":"aoa:aoa-techniques:artifact:e6bffd838b243af9812b6318","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1933,14 +1742,11 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de28c9e0bab93b012c47b4b3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d6a68efb72c26436857bab19","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:eb3b036b02ef75c02f4334fd"],"subject_id":"aoa:aoa-techniques:artifact:eb3b036b02ef75c02f4334fd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4b9425834f3efcfe254951d5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bb5f0251969abcc0123acfeb","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:eb62b607c7d30d10699c6443"],"subject_id":"aoa:aoa-techniques:artifact:eb62b607c7d30d10699c6443","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5dc1021730de907dc8367cc5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f0fd8ba1e889ab6b3b31c72c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:eb6c24d59a47db9050ba9877"],"subject_id":"aoa:aoa-techniques:artifact:eb6c24d59a47db9050ba9877","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5341042b551cfff1ba2022e2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2ad442be7d686dec578ae534","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6"],"subject_id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d74504b92d1a231ea01631c4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8ab926b6d26bab263311c136","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001"],"subject_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:482cc1edd5cb89f27fc506bc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0070fd9fee6a925abcbcb371","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ebd094489b277783f911ea74"],"subject_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ec3f84ef83aa834038b891f5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4f4ad799e34bbed0813c7c4a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ec069fbc48c817d019b7b03b"],"subject_id":"aoa:aoa-techniques:artifact:ec069fbc48c817d019b7b03b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ddce0e9e8d4726d1c9ec7021"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bd298e60f1da70d39f2e4924","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ec5ef4c560c378c40dc5b7c2"],"subject_id":"aoa:aoa-techniques:artifact:ec5ef4c560c378c40dc5b7c2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5b8faca6d827a00b51c80f7a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a930944a99ff244ae86bc6aa","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf"],"subject_id":"aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d54653655e7c53a8a1f998fb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2edc1b4ce61d2fd8d8c09e58","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ed0ec2ca603624cdd17008b2"],"subject_id":"aoa:aoa-techniques:artifact:ed0ec2ca603624cdd17008b2","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f66b5a50f9134b7216a128ea"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7d9337af5f3f12fb183e0856","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57"],"subject_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4c90d2731db9899463d26522"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7536cf3da3367a3f4b38bfb0","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ed41d63e9981165c3bbc8857"],"subject_id":"aoa:aoa-techniques:artifact:ed41d63e9981165c3bbc8857","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:011f49430d6fef6fc3394ea0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b3fd75317328ed49b1a9429b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ed4ace301e7714a0fa443e06"],"subject_id":"aoa:aoa-techniques:artifact:ed4ace301e7714a0fa443e06","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:92177c5eabc15a79251681ee"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bb22fe77072cbc23463507a2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ed8187a67101eda3580364f2"],"subject_id":"aoa:aoa-techniques:artifact:ed8187a67101eda3580364f2","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1950,7 +1756,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f32633d53076e243d2c35453"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1a71726897e14c69467a6fb4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ee2fea54e2b7736e369daa9b"],"subject_id":"aoa:aoa-techniques:artifact:ee2fea54e2b7736e369daa9b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ae86212b4b4b535959a545fc","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc"],"subject_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c8fc24764959666027f1a232"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1c68f60ed53df7064a24b298","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ee4fbd1e13374e94ced56992"],"subject_id":"aoa:aoa-techniques:artifact:ee4fbd1e13374e94ced56992","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:83f889da9b259842d99e9f7f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:02a3271866ff8240392a49ae","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4"],"subject_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb204029b71bdac79d32b071"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e7626148ebb3bb28aa2ce15f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ee90d7d0429526bdcd27bb43"],"subject_id":"aoa:aoa-techniques:artifact:ee90d7d0429526bdcd27bb43","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:335da723fe4544a1c6ab1a2c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:49896e75047c7ad804f7de64","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ee9bc1a554f4ad632972cd69"],"subject_id":"aoa:aoa-techniques:artifact:ee9bc1a554f4ad632972cd69","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:719a2851b9c036533f1b2a2b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b92daae647cd5ec3447b41da","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:eedc42c61f950e5690d7ba1d"],"subject_id":"aoa:aoa-techniques:artifact:eedc42c61f950e5690d7ba1d","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1961,10 +1766,7 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e2e6307b95f8a0a360d272d8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cb3032ed02f0854be53687c9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:efcfc8862b7a27253fd2259b"],"subject_id":"aoa:aoa-techniques:artifact:efcfc8862b7a27253fd2259b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ece90781a786691faa2982d2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9cefe4551e3950536749edb2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:efd34f4ea8cac32cab6a2fb7"],"subject_id":"aoa:aoa-techniques:artifact:efd34f4ea8cac32cab6a2fb7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:272c64dc392583bcb0f0c444"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b88bc5351fae22d48a6e4876","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f001c67b62aa7527a46bb453"],"subject_id":"aoa:aoa-techniques:artifact:f001c67b62aa7527a46bb453","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18f3dc49afa4ff405f6b9d4d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c55b164df38f5a3ccf868def","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af"],"subject_id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ebd34fb9c9f2dbe20d1ef4ff"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:931e4523956af6415f4bd205","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2"],"subject_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bbc3253e93cb996dda7e71d4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa"],"subject_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9e4cac7b102c0bc695156dfb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0575e13ae5e76fa8cab1c768","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f0743278822e9f09d5471953"],"subject_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c28963ccd6f0bdf65984dde5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f8cda3b19bdbd683eecc21cd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f0c1d52416b7ce9ab5a89e01"],"subject_id":"aoa:aoa-techniques:artifact:f0c1d52416b7ce9ab5a89e01","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1f4517908346795f48c23d5a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:38be10d692a0b8cdf3702a4d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f0c9e0a532d36632f5b8a7c0"],"subject_id":"aoa:aoa-techniques:artifact:f0c9e0a532d36632f5b8a7c0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a32988e7a50edfe0d3504dc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9cf0a7fa4bd1db76e1667b8e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f0cbd6aa0372f04d8e3ab075"],"subject_id":"aoa:aoa-techniques:artifact:f0cbd6aa0372f04d8e3ab075","temporal_ref":"current","trust_ref":"deterministic"}, @@ -1993,7 +1795,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:186352448f41da3d4c4fb45d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cf133cabf5e5f93d18a79c61","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f34d8211ba9e5f69b85c27a8"],"subject_id":"aoa:aoa-techniques:artifact:f34d8211ba9e5f69b85c27a8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:62c43d332041477e031ec4c5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1d99ba1e5a23f45bdcdfc6da","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f34ee51dc5bea53ea047e502"],"subject_id":"aoa:aoa-techniques:artifact:f34ee51dc5bea53ea047e502","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4f1d99b0989a322b8da7196"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bae6065da084e3b5a2a2702e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f35d0c120acc61a2ba2a4849"],"subject_id":"aoa:aoa-techniques:artifact:f35d0c120acc61a2ba2a4849","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:464e3076f2ed47344c738853"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c9ec6b9fec8c59c911a7b90e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5"],"subject_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f6616d7afc732a3a3b990158"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dcbc8f32ca2a1e2cb790382c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f3a773ceaf130f233b2f3675"],"subject_id":"aoa:aoa-techniques:artifact:f3a773ceaf130f233b2f3675","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8717cb6d4d8acee0422f6336"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:19eb33011f10dfb5a471abb9","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f3be9a30cb2c2dd0c96a5ce2"],"subject_id":"aoa:aoa-techniques:artifact:f3be9a30cb2c2dd0c96a5ce2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c8e0830539c86fee461bb054"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:53d9f8477a162c4c8009500b","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f3c7fc181f81f29301654060"],"subject_id":"aoa:aoa-techniques:artifact:f3c7fc181f81f29301654060","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2004,13 +1805,11 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c9c26c7eae4684a618f1cf89"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5722c97247a17f5915d98293","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f48aa6f5e9d0585bd8e99347"],"subject_id":"aoa:aoa-techniques:artifact:f48aa6f5e9d0585bd8e99347","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9f95a41e9853df1555329aea"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9b8d4ba38b77ba124f50f09b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f4fccf1f1e648bf102382866"],"subject_id":"aoa:aoa-techniques:artifact:f4fccf1f1e648bf102382866","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:54ffee2f3976fec0ce204e3f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1c9883b51aef03536001a0e5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f51787100e1ffad936185849"],"subject_id":"aoa:aoa-techniques:artifact:f51787100e1ffad936185849","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5715059f119a91c0dac07a1d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:47e000d3a7d80a7c76826b5c","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f5186ad55781ea7ee27e1944"],"subject_id":"aoa:aoa-techniques:artifact:f5186ad55781ea7ee27e1944","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4be8d98a2c0fd22407a015b6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b6b7dc6dec7ec87bcc7c101d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f529da273da5d8f7e518ddee"],"subject_id":"aoa:aoa-techniques:artifact:f529da273da5d8f7e518ddee","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:357cb09da645db6ef7373392"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2c7c7a92ebb6d4479c25856d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f52e146564bb2b69ee6051fa"],"subject_id":"aoa:aoa-techniques:artifact:f52e146564bb2b69ee6051fa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef8acdfe43c6c1fa0edf27e6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dfe21f40131462ab1af56c74","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f55d59c8f6dcecf868fa3c37"],"subject_id":"aoa:aoa-techniques:artifact:f55d59c8f6dcecf868fa3c37","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:53793786a4cb1c1ea2921c99"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:56586b092a4894526b2335ce","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f56482a959a15d6551948971"],"subject_id":"aoa:aoa-techniques:artifact:f56482a959a15d6551948971","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e76389ba8dbed6265fa06b2d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:12705a53db6a0c01c01c9bdc","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f595c7dcba8912a4d6d4aa98"],"subject_id":"aoa:aoa-techniques:artifact:f595c7dcba8912a4d6d4aa98","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd06a22ba55213434fcd44c9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:79fa77006548a90d07ecb865","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba"],"subject_id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b16ccad9d7080baa19c64402"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0cab422e83b7a6676a528af4","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f5cb82211a3c603b88454242"],"subject_id":"aoa:aoa-techniques:artifact:f5cb82211a3c603b88454242","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:99ad9b035d0d50e5a6940341"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3100af57688f1e877ea3fa7c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f6394bcf29e331e271fd608b"],"subject_id":"aoa:aoa-techniques:artifact:f6394bcf29e331e271fd608b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2bdd4d2b2612aab5c49eaf63"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c19350c0c386ef2e90d3e9cd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f645442e4bc4df6ac0539b96"],"subject_id":"aoa:aoa-techniques:artifact:f645442e4bc4df6ac0539b96","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2021,7 +1820,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b48382ef11cc6cf18801df4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:52171c38469e2ade5c861940","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f6b137bbaa5d00fc24fd68d4"],"subject_id":"aoa:aoa-techniques:artifact:f6b137bbaa5d00fc24fd68d4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:37598a7baeed5cc9b6bc3087"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fa088d6f0ea22c0f9066a326","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f6ed156e4bf5c79168066246"],"subject_id":"aoa:aoa-techniques:artifact:f6ed156e4bf5c79168066246","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:912e61e3f40d31e3ad6e087c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0e85b92c6012acd34da01ac7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f7080147a9b36e8aa1aa201f"],"subject_id":"aoa:aoa-techniques:artifact:f7080147a9b36e8aa1aa201f","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ed46bcab3e572d986d89fbb1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e08f5b332fa96bb266ecba5c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd"],"subject_id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:24b9c59b982024f01c990c39","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"subject_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2c0a7dece56e2a5e01f12fc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ca2bb28841b96446216540f3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f77469d504ce50e4652a7044"],"subject_id":"aoa:aoa-techniques:artifact:f77469d504ce50e4652a7044","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aa3f49b1443022b4f61d8423"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a3c7e40207e6eecd3233e9a7","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f809a0f65ad77c79fe4f6bd7"],"subject_id":"aoa:aoa-techniques:artifact:f809a0f65ad77c79fe4f6bd7","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2032,21 +1830,16 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7c4fc50a967f667e4aab1e09"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b956ec9b828d4164b285d0a7","object":{"kind":"literal","value":"command"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f8a3b9c764d1be17db35a8fe"],"subject_id":"aoa:aoa-techniques:artifact:f8a3b9c764d1be17db35a8fe","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0751c863fea0419d2a625b17"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:09319a61fd905f0633a6ca45","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f8e10b7a9deea208197e75d8"],"subject_id":"aoa:aoa-techniques:artifact:f8e10b7a9deea208197e75d8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3e6874197550d49155b9f8f3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9da714d7c198245cb3ec5465","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f8e21c72b6d90dbc715104ba"],"subject_id":"aoa:aoa-techniques:artifact:f8e21c72b6d90dbc715104ba","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9169e99fd07cee3ae37c01ba"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3e2b632abb4cd4bcf96a129b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673"],"subject_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de063c5f03c824808b005410"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1c4cf658c3321f494de8eb07","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f8e9c37d744ed6172657881b"],"subject_id":"aoa:aoa-techniques:artifact:f8e9c37d744ed6172657881b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e389add54f5c6e1ab35be113"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9bbb619bc9bb4bab5fb2f1cf","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f9278c27fa3a43f533c83fbd"],"subject_id":"aoa:aoa-techniques:artifact:f9278c27fa3a43f533c83fbd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ec91edf2d92b7a8e4246ab7e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b53846e4e1ca3d865d73af8b","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f93253dae86af3a100005334"],"subject_id":"aoa:aoa-techniques:artifact:f93253dae86af3a100005334","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a272571bce9aaa93601c60c6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cd89d16d5cd2eafba8cb681d","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f945e67d321277b2ecb10725"],"subject_id":"aoa:aoa-techniques:artifact:f945e67d321277b2ecb10725","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d16542ec75744041ff14697"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ee97095d6a05a40f7ed4d336","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f98306dd5b9800eb2179fc78"],"subject_id":"aoa:aoa-techniques:artifact:f98306dd5b9800eb2179fc78","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:df28a205fe1d1ce628541498"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ec83c6a742583a99af3761e1","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec"],"subject_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0dbbe602b125cfcc55766ccf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c58409cecce4a4af733e44ff","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f9a0d6347c48e626cb968dc1"],"subject_id":"aoa:aoa-techniques:artifact:f9a0d6347c48e626cb968dc1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c6d4911481662f0d408872f0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:874224f6cde8490fc1d91c6c","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f9ae0a7edc80e1b99f95ce88"],"subject_id":"aoa:aoa-techniques:artifact:f9ae0a7edc80e1b99f95ce88","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2dc907164db4a67784ae516b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:70f8b3cc1b572a6e32b5d505","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f9c1ca6c39d2e37a29f697e0"],"subject_id":"aoa:aoa-techniques:artifact:f9c1ca6c39d2e37a29f697e0","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0e871eb3036bea3f36975118"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:76811ac0d27d7b10d5b86ff3","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec"],"subject_id":"aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:21a28183b4f98f53a773fe7e","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"subject_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6593f655c48f058fb98be67"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f67f5f66be551d470cf82d5a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fa4c2103641a1e3297b5e2db"],"subject_id":"aoa:aoa-techniques:artifact:fa4c2103641a1e3297b5e2db","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dd318f5cb40275154126056a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cbeeb4dc6eb80ab8dcba729e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fa841ed2f6a97edcbb053b47"],"subject_id":"aoa:aoa-techniques:artifact:fa841ed2f6a97edcbb053b47","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a2ca6fe3a2f60b771849d062"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a960bc77e71764f1bb098f40","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fab6119d4b4a293224861e01"],"subject_id":"aoa:aoa-techniques:artifact:fab6119d4b4a293224861e01","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:94f5f69419c973f3c56f1155"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dbd163ce20eae4a0351d92e2","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fb787d85b0f7f26229cbdd9a"],"subject_id":"aoa:aoa-techniques:artifact:fb787d85b0f7f26229cbdd9a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:017f335b4e63a974f1df37d5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cc39e2314c34e0691d4bb385","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fbaabdfe7f365255aa96e605"],"subject_id":"aoa:aoa-techniques:artifact:fbaabdfe7f365255aa96e605","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5778a57423333c5456deea8a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:029954ab74a8c6f88b13c9de","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fbd78a9245a822f5022ef2a3"],"subject_id":"aoa:aoa-techniques:artifact:fbd78a9245a822f5022ef2a3","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2061,8 +1854,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e794fadc2542b1a05edcf08a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e23fdc6d8303caaeaf5176dd","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fd22b0eabcb0aad8a6d82627"],"subject_id":"aoa:aoa-techniques:artifact:fd22b0eabcb0aad8a6d82627","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4e069f39ea81dfb2bd8b3d7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b62916baad7a3c20a5ccf547","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fd36d2f41a5814b215a3d848"],"subject_id":"aoa:aoa-techniques:artifact:fd36d2f41a5814b215a3d848","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:14e45dfef909efc25bbea87d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:652151f4ec976ec0669fc790","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fd5f9f24ed002a50d4d544d5"],"subject_id":"aoa:aoa-techniques:artifact:fd5f9f24ed002a50d4d544d5","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:04c20aa7744d9886284248bf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8f939ee239b172784d9ab6df","object":{"kind":"literal","value":"surface"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4"],"subject_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5eab4b03c3390fc369ebfe25"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5f2e511758f8f3ae77512273","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fda6fc81262926199607f2a3"],"subject_id":"aoa:aoa-techniques:artifact:fda6fc81262926199607f2a3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5b5c6af57dced4e9696758bf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:10e10284c226b3b2dee8fae8","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fdad960302612c2bc69753dc"],"subject_id":"aoa:aoa-techniques:artifact:fdad960302612c2bc69753dc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0eef034a77a979020ccdf420"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:664130cef7d5c2197cab174a","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fdd58aeb6b4fafa71844c566"],"subject_id":"aoa:aoa-techniques:artifact:fdd58aeb6b4fafa71844c566","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ecfc554f689beac13b8db5bc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fca0be95b85554ecd501cad5","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fdd9a3537320fce34f4518fb"],"subject_id":"aoa:aoa-techniques:artifact:fdd9a3537320fce34f4518fb","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2075,8 +1866,6 @@ {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd29ce0767efc9aad1a2d84b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:41552fd50c958849885e7d25","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fe89a5cdcdb58e392a5588f7"],"subject_id":"aoa:aoa-techniques:artifact:fe89a5cdcdb58e392a5588f7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c2fa6e9160ac26bbb3390efa"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0cef5d26dffadbb5c13d7612","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fec3dc23de4553ec2e819b55"],"subject_id":"aoa:aoa-techniques:artifact:fec3dc23de4553ec2e819b55","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4bc426b41811b9f2c9fa0264"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2bcb6fa47c54908bdbeb0e0f","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fed07009388e07ceef11d5ea"],"subject_id":"aoa:aoa-techniques:artifact:fed07009388e07ceef11d5ea","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:38caa5f4ae40e467862a32bd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ed4502d66b11917ae1267ef5","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ff090c61f64bdf2c37db2b3f"],"subject_id":"aoa:aoa-techniques:artifact:ff090c61f64bdf2c37db2b3f","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2db3db3ac70b482a6abb1507"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e5abd645e096194932eeeb1e","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951"],"subject_id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:deed7f8749125ba10207f02d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ea4978a02455cec8ab8ff443","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ff3eb7e7bed98dc8dc74ff0d"],"subject_id":"aoa:aoa-techniques:artifact:ff3eb7e7bed98dc8dc74ff0d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4fd5e3dfc08f29be6a170522"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:074f9ba93918c0aa73d44543","object":{"kind":"literal","value":"artifact"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ff48f2b1eda51875912e7e4f"],"subject_id":"aoa:aoa-techniques:artifact:ff48f2b1eda51875912e7e4f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"classification","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b1b22d5cb2a50e807d5d1db8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c4af355d55df747f3657f695","object":{"kind":"literal","value":"document"},"predicate":"classified_as","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ff7a219026d0d6a28fdca068"],"subject_id":"aoa:aoa-techniques:artifact:ff7a219026d0d6a28fdca068","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2093,12 +1882,9 @@ {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:caab79b0552395185e14d8dc"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:99b4b03c50e158a7ab850998","object":{"kind":"literal","value":"aoa-local-kag-manifest-v1"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0d25d90d0812762fd5378e2f"],"subject_id":"aoa:aoa-techniques:artifact:0d25d90d0812762fd5378e2f","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:720fc62a40ae3ece64725cfd"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:86fc8db7b1dec76e4e9cccc5","object":{"kind":"literal","value":"https://github.com/8Dionysus/aoa-techniques/mechanics/experience/parts/governance-precedent/schemas/technique_governance_precedent_v1.json"},"predicate":"declares_contract_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:18bc96e9868f1e17e0e9159c"],"subject_id":"aoa:aoa-techniques:artifact:18bc96e9868f1e17e0e9159c","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:720fc62a40ae3ece64725cfd"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:c2694551dcba0cd422c6e1b5","object":{"kind":"literal","value":"https://json-schema.org/draft/2020-12/schema"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:18bc96e9868f1e17e0e9159c"],"subject_id":"aoa:aoa-techniques:artifact:18bc96e9868f1e17e0e9159c","temporal_ref":"current","trust_ref":"declared"}, - {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5be980bf4843ab56f137fd35"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:33d4ef5c40235a836c1be730","object":{"kind":"literal","value":"https://json-schema.org/draft/2020-12/schema"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6"],"subject_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b5d92cbab7afe9625db16ae5"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:cecb745437df332e6e042983","object":{"kind":"literal","value":"https://github.com/8Dionysus/aoa-techniques/mechanics/distillation/parts/agon-candidate-handoff/schemas/agon-candidate-handoff.schema.json"},"predicate":"declares_contract_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1e72edac7e28cf4da4792196"],"subject_id":"aoa:aoa-techniques:artifact:1e72edac7e28cf4da4792196","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b5d92cbab7afe9625db16ae5"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:632c7505511337267a5a9213","object":{"kind":"literal","value":"https://json-schema.org/draft/2020-12/schema"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1e72edac7e28cf4da4792196"],"subject_id":"aoa:aoa-techniques:artifact:1e72edac7e28cf4da4792196","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:db67e41e4b5091dfbdbc2e29"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:d5299741e52df81f4b1bbb4a","object":{"kind":"literal","value":"https://json-schema.org/draft/2020-12/schema"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:20f5a67529b059e4c60b9e52"],"subject_id":"aoa:aoa-techniques:artifact:20f5a67529b059e4c60b9e52","temporal_ref":"current","trust_ref":"declared"}, - {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6bca21ff480e1e6367da9bd"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:2ad091227a8a192501354e20","object":{"kind":"literal","value":"https://example.invalid/aoa-summon/request-v3.schema.json"},"predicate":"declares_contract_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b"],"subject_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","temporal_ref":"current","trust_ref":"declared"}, - {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6bca21ff480e1e6367da9bd"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:0d9db0ec7dae2a1e0ecf5aa6","object":{"kind":"literal","value":"https://json-schema.org/draft/2020-12/schema"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b"],"subject_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:830d2c2691ada4a5f6f47e3f"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:9e04a5c17f3506bb3601289d","object":{"kind":"literal","value":"aoa-local-kag-record-v1"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2c8fbecae573a5f8ee88b290"],"subject_id":"aoa:aoa-techniques:artifact:2c8fbecae573a5f8ee88b290","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ba9f1e2064d0f54d04fcb25"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:3b9c076ae1d102d4e6d2889a","object":{"kind":"literal","value":"https://github.com/8Dionysus/aoa-techniques/mechanics/release-support/parts/sovereign-release-techniques/schemas/sovereign_release_technique_note_v1.json"},"predicate":"declares_contract_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2db7d7bdba0434400cc5e079"],"subject_id":"aoa:aoa-techniques:artifact:2db7d7bdba0434400cc5e079","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ba9f1e2064d0f54d04fcb25"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:3a6aff368c56bef774c15e95","object":{"kind":"literal","value":"https://json-schema.org/draft/2020-12/schema"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2db7d7bdba0434400cc5e079"],"subject_id":"aoa:aoa-techniques:artifact:2db7d7bdba0434400cc5e079","temporal_ref":"current","trust_ref":"declared"}, @@ -2128,16 +1914,12 @@ {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0ebb24dad67ca0599e1257db"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:827f9fbb744c200b5cabec6f","object":{"kind":"literal","value":"https://json-schema.org/draft/2020-12/schema"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6908d6d859b22cca82450f09"],"subject_id":"aoa:aoa-techniques:artifact:6908d6d859b22cca82450f09","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:052e3ebdeee0ad37b88dffd8"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:ef8b02632a2d052cddc0cd7a","object":{"kind":"literal","value":"https://github.com/8Dionysus/aoa-techniques/mechanics/method-growth/parts/retention-checks/schemas/technique_retention_probe_v1.json"},"predicate":"declares_contract_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:69115555405d4182c0eda99a"],"subject_id":"aoa:aoa-techniques:artifact:69115555405d4182c0eda99a","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:052e3ebdeee0ad37b88dffd8"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:4087ed942d4218940f898b54","object":{"kind":"literal","value":"https://json-schema.org/draft/2020-12/schema"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:69115555405d4182c0eda99a"],"subject_id":"aoa:aoa-techniques:artifact:69115555405d4182c0eda99a","temporal_ref":"current","trust_ref":"declared"}, - {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e95b1abbb9c44e5cc38dc77"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:5685f27e0237928ee5219113","object":{"kind":"literal","value":"https://json-schema.org/draft/2020-12/schema"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4"],"subject_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:43cfb1aab829162898397ea6"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:da4694e52a5c0f15042c438f","object":{"kind":"literal","value":"distillation-agon-candidate-handoff-index/0.1"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa"],"subject_id":"aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6b82db5e8d960b847150bd46"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:a30bde13768030d5fa08a974","object":{"kind":"literal","value":"technique_feat_catalog_v1"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6c5e869f97f7623569ae9b7c"],"subject_id":"aoa:aoa-techniques:artifact:6c5e869f97f7623569ae9b7c","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef27f5a40bb3eefbd3162863"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:5a3e665223784b60c885d4eb","object":{"kind":"literal","value":"distillation-cross-layer-candidate-registry.seed/0.1"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6d5675828e06a9dbd9ea4488"],"subject_id":"aoa:aoa-techniques:artifact:6d5675828e06a9dbd9ea4488","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c7432410ae936f696ca8c3ca"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:dab8f94070427804c33d5966","object":{"kind":"literal","value":"https://github.com/8Dionysus/aoa-techniques/mechanics/distillation/parts/agon-candidate-handoff/schemas/agon-candidate-handoff-entry.schema.json"},"predicate":"declares_contract_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:738280b93c94398fbd150d50"],"subject_id":"aoa:aoa-techniques:artifact:738280b93c94398fbd150d50","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c7432410ae936f696ca8c3ca"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:dca75da2607294f267725665","object":{"kind":"literal","value":"https://json-schema.org/draft/2020-12/schema"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:738280b93c94398fbd150d50"],"subject_id":"aoa:aoa-techniques:artifact:738280b93c94398fbd150d50","temporal_ref":"current","trust_ref":"declared"}, - {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3281a24c344e7a164d59e94"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:3ae1799fa37cf32103cbeb16","object":{"kind":"literal","value":"https://json-schema.org/draft/2020-12/schema"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:74f01c69fd276eee46267490"],"subject_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:216038c047d7be92f24c9bf3"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:d7d7dd14fd1e107f6287489c","object":{"kind":"literal","value":"distillation-external-candidate-registry-index/0.1"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:75425832416fde31fbae2931"],"subject_id":"aoa:aoa-techniques:artifact:75425832416fde31fbae2931","temporal_ref":"current","trust_ref":"declared"}, - {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:575946391cdaa8ff6a82b97e"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:0bb6e71d294501433b6fc8e8","object":{"kind":"literal","value":"https://example.invalid/aoa-summon/result-v3.schema.json"},"predicate":"declares_contract_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32"],"subject_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","temporal_ref":"current","trust_ref":"declared"}, - {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:575946391cdaa8ff6a82b97e"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:8d09ef7f340e77785395ad34","object":{"kind":"literal","value":"https://json-schema.org/draft/2020-12/schema"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32"],"subject_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d896485a992c9aba72be467"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:cd7a9a14c92b44aa10bf91c5","object":{"kind":"literal","value":"distillation-agon-candidate-handoff.seed/0.1"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7c2ca2d07ae9813385dfbc1a"],"subject_id":"aoa:aoa-techniques:artifact:7c2ca2d07ae9813385dfbc1a","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2cc82b34f656b2ba9be07708"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:0d206b359d34fc747c2fa30a","object":{"kind":"literal","value":"agon-technique-binding-candidates.seed/0.1"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7dbf185b45d080d6a4d1ac5b"],"subject_id":"aoa:aoa-techniques:artifact:7dbf185b45d080d6a4d1ac5b","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e7c9d76bcebfea7b94c16673"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:521fcef6a095dda09b48f4a2","object":{"kind":"literal","value":"aoa_techniques_spark_handoff_v1"},"predicate":"declares_contract_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:84dea1f2d0e604c945f35906"],"subject_id":"aoa:aoa-techniques:artifact:84dea1f2d0e604c945f35906","temporal_ref":"current","trust_ref":"declared"}, @@ -2194,12 +1976,10 @@ {"assertion_kind":"contract","confidence":0.75,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:39469a54b5e09db7fe695713"],"evidence_class":"declared","id":"aoa:aoa-techniques:assertion:143fe536ec40288cf4180f67","object":{"kind":"literal","value":"https://json-schema.org/draft/2020-12/schema"},"predicate":"declares_schema_version","provenance_ref":"declared","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f3dd6e206faf881e1b1dda3a"],"subject_id":"aoa:aoa-techniques:artifact:f3dd6e206faf881e1b1dda3a","temporal_ref":"current","trust_ref":"declared"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:91bdb086c46493618d29f389"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3b2133e327868d79e63058b8","object":{"kind":"literal","value":"parts"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0005dd1f769882e57df585ef"],"subject_id":"aoa:aoa-techniques:artifact:0005dd1f769882e57df585ef","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:91bdb086c46493618d29f389"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bb284886bad9551a61eabfa0","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0005dd1f769882e57df585ef"],"subject_id":"aoa:aoa-techniques:artifact:0005dd1f769882e57df585ef","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb5517415ee3f11a717f7b0c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b27cad7d51f0d580e62667e6","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5"],"subject_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:69dd03e435274a0a50ae4c52"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:12074a3dba3377b6e57a90e4","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:00457b4e465a7692e6a12f06"],"subject_id":"aoa:aoa-techniques:artifact:00457b4e465a7692e6a12f06","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0713719f0c56e0be428eb4b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d0b356df965283323203ca73","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:007a82a8574a70f9abf45002"],"subject_id":"aoa:aoa-techniques:artifact:007a82a8574a70f9abf45002","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a3a525df6380a6f5e6a7627a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9f5fff6e50aaff2fa28e2d2f","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:008dbdd73b430dc77a71f6da"],"subject_id":"aoa:aoa-techniques:artifact:008dbdd73b430dc77a71f6da","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:25636c6d7bd067d19ed7965d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:46def3a71f44104f363997f1","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0097e6c200df4283b557c350"],"subject_id":"aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5169fa4934223be05134b570"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6a78ea7b7c77572f345eae81","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564"],"subject_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:955475f1440c4addf33d4d0e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:86589dff1cec1a63ba155c1a","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:00a2848773b5fb5770c32213"],"subject_id":"aoa:aoa-techniques:artifact:00a2848773b5fb5770c32213","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a425855a6fe99d9750d0f044"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1063bd009c86fc80362b26e1","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:00a86474593b543be3bbf660"],"subject_id":"aoa:aoa-techniques:artifact:00a86474593b543be3bbf660","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ed4b2ec38c57c68224b433cb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:65a0cdaf6e8518edda92b25e","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:00c677529104576dcc0e2772"],"subject_id":"aoa:aoa-techniques:artifact:00c677529104576dcc0e2772","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2232,8 +2012,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0e2c987e41c040267ff3ac1d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ef4b33ee3f8f0c22fe27ed5b","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:02e130c7aa24ec4b2d97dd68"],"subject_id":"aoa:aoa-techniques:artifact:02e130c7aa24ec4b2d97dd68","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:544093c82ec1750d71cb3650"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3ce26f0b67fc337e794e8ca4","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191"],"subject_id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7cbca15d67e40d53c37e270b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8893c3cebe08a4cfee0e1c2c","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80"],"subject_id":"aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3f509b03ec463b21d870ea1a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9d19489e3ad8680a57e2b3cd","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493"],"subject_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d83d810703e24547eeb52473"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8365c4319d5aaa7b02137381","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e"],"subject_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:219843d89f34e6d8eee191c1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c963295ec1163783abfd36ff","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:038fe3ff8700fe443a6c6452"],"subject_id":"aoa:aoa-techniques:artifact:038fe3ff8700fe443a6c6452","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3300dbb24d5bf0e5a69cd79f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e96820f1c0413cd386fd7123","object":{"kind":"literal","value":"provenance"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6"],"subject_id":"aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3300dbb24d5bf0e5a69cd79f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e2f8b62bb32af92263765208","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6"],"subject_id":"aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2247,7 +2025,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0f15e80c000c8f5d22d6d178"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ba9529d1c75ba7936a095179","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0435b1a7c020c61732614001"],"subject_id":"aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5eca26f9f92cc76ecbdf29b7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b733d14e4f73ba4bfdcf8a40","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:045f674617adfca9ecf497df"],"subject_id":"aoa:aoa-techniques:artifact:045f674617adfca9ecf497df","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:603724990a263f7834bc13e4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6e60719faeaa899449ed381d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0484d8c314cacd77c85cac4e"],"subject_id":"aoa:aoa-techniques:artifact:0484d8c314cacd77c85cac4e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6b95507566e68b3d9dea079"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:50d60de7bd8d348def518f9d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd"],"subject_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4d0162479655530148090ae"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cc2e4aada4ceea26493a1775","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f"],"subject_id":"aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4d0162479655530148090ae"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cd2b046cb0ed95d3df77a981","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f"],"subject_id":"aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e3ba8b6a110c4f7491b449a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:92773291c561ae6b50c8c765","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:04b66b88ff12ad6c3b3ca6f1"],"subject_id":"aoa:aoa-techniques:artifact:04b66b88ff12ad6c3b3ca6f1","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2265,7 +2042,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b521ba8b77b361ce0a567769"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f37ff6ddbf1a19d8b22cb510","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:065c9dd7b95c9b26a5bd313c"],"subject_id":"aoa:aoa-techniques:artifact:065c9dd7b95c9b26a5bd313c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e61bf410ff1ea751bb503a41"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:be15d7c983a74ffe440e6d0a","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0672337180c92a8f701af9bc"],"subject_id":"aoa:aoa-techniques:artifact:0672337180c92a8f701af9bc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e61bf410ff1ea751bb503a41"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:43115e05bafaa384d9f092dc","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0672337180c92a8f701af9bc"],"subject_id":"aoa:aoa-techniques:artifact:0672337180c92a8f701af9bc","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7aa97653c8b8d1cb9aca1f2b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:272b147bfefccf09de12d783","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a"],"subject_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3aee93cd19526263b33bcd4f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f657c045d988f1be512801aa","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:067b443aae36c54cf6f35e04"],"subject_id":"aoa:aoa-techniques:artifact:067b443aae36c54cf6f35e04","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d007b12507d20e024679d537"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:62fb2597a3fb4b703ff22e5f","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:068f1b1e753aadb4ac7af2fc"],"subject_id":"aoa:aoa-techniques:artifact:068f1b1e753aadb4ac7af2fc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d007b12507d20e024679d537"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5b2ac431b639d7062b37fdeb","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:068f1b1e753aadb4ac7af2fc"],"subject_id":"aoa:aoa-techniques:artifact:068f1b1e753aadb4ac7af2fc","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2322,7 +2098,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd8e223de52567ec32a14762"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cafadf0abedc675a3651e447","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0c8b3c975f53615853e84d17"],"subject_id":"aoa:aoa-techniques:artifact:0c8b3c975f53615853e84d17","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:db24304873d3a69304589284"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8aeabbf9a0a527633000b2a4","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0cbfc31da990762d893d8446"],"subject_id":"aoa:aoa-techniques:artifact:0cbfc31da990762d893d8446","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:db24304873d3a69304589284"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:78606cffa74991b1bbf79fb7","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0cbfc31da990762d893d8446"],"subject_id":"aoa:aoa-techniques:artifact:0cbfc31da990762d893d8446","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:79a3e8edf71ea39d9090a49f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fe5ccc578d64d640fe02631a","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef"],"subject_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e01f9be9d69000f340dd0e8b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3f977c7f808c323396fd9787","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0d01fe846fbaefe4f33240a7"],"subject_id":"aoa:aoa-techniques:artifact:0d01fe846fbaefe4f33240a7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2ffd9bc452bea451dbe1ae70"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:24e518426fb251e1ab50879c","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0d087cce4b634d96e2d9653d"],"subject_id":"aoa:aoa-techniques:artifact:0d087cce4b634d96e2d9653d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2ffd9bc452bea451dbe1ae70"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ab158299ddad665456e318da","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0d087cce4b634d96e2d9653d"],"subject_id":"aoa:aoa-techniques:artifact:0d087cce4b634d96e2d9653d","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2337,7 +2112,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7c495ca7cabdf7431cc11213"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f4d0271e126c0222daf9f735","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0e5d03b7c703b67bec05b7c0"],"subject_id":"aoa:aoa-techniques:artifact:0e5d03b7c703b67bec05b7c0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7c495ca7cabdf7431cc11213"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:02afa8899cbfb8fa21306253","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0e5d03b7c703b67bec05b7c0"],"subject_id":"aoa:aoa-techniques:artifact:0e5d03b7c703b67bec05b7c0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:47ab1dd8473efa97180936e3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9db191fe9a478c30b7871f34","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0ea885b3861d2dc4374d2246"],"subject_id":"aoa:aoa-techniques:artifact:0ea885b3861d2dc4374d2246","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e37b004079ce1e1fb3b5b6c9","object":{"kind":"literal","value":"script"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa"],"subject_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2013fe9a2f06a3d450011a01"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:53327c483daa5c0d4e87c860","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0ebc3ef5fa668d86e712471d"],"subject_id":"aoa:aoa-techniques:artifact:0ebc3ef5fa668d86e712471d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a32a568bace29f4c3a70980d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a7d164f8bcd203cff2aa07b5","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0ec158eca81a9246a6899adc"],"subject_id":"aoa:aoa-techniques:artifact:0ec158eca81a9246a6899adc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:77804df5d74c874f5adb97bf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d4c6219330bbba4fd03efa84","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:0ecc1df43f43ffd931ad3e37"],"subject_id":"aoa:aoa-techniques:artifact:0ecc1df43f43ffd931ad3e37","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2417,11 +2191,8 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:613839da57a56342c64e5306"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3546d06b4e2208f3816800c8","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:16f69bcd84ec7a895c63a279"],"subject_id":"aoa:aoa-techniques:artifact:16f69bcd84ec7a895c63a279","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bc263ab13bb1f335bdbf20aa"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d0af0a9048efd2cf1a438f5a","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:171083c92df90597b8c6d473"],"subject_id":"aoa:aoa-techniques:artifact:171083c92df90597b8c6d473","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bc263ab13bb1f335bdbf20aa"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cf7a7bf7529e16d0e8c7be07","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:171083c92df90597b8c6d473"],"subject_id":"aoa:aoa-techniques:artifact:171083c92df90597b8c6d473","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2119e707a815ab6dffe0eadc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d46c3ef1798bcf850a341a02","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab"],"subject_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44ed3db44950975b757cd2c5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0b1925c9dcee2f709eb407da","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a"],"subject_id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:599b451e8a780b6aaef722f7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e78941d7496a7bd03a11c497","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:173af73b76539da21362336f"],"subject_id":"aoa:aoa-techniques:artifact:173af73b76539da21362336f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1ea8eadd75a5359efb74f1ad"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6e0dffe57e01d52e814fe375","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:173bb2ce439323b54d6ad014"],"subject_id":"aoa:aoa-techniques:artifact:173bb2ce439323b54d6ad014","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7955adcaf003db2c2d0ab54b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a7adb4f4e2edb6602e54297f","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96"],"subject_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0a678f1411d5ec7284adb24"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:90a16ccea3f5360ac12f25f3","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:17887a255a778da6f8fe0313"],"subject_id":"aoa:aoa-techniques:artifact:17887a255a778da6f8fe0313","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0a678f1411d5ec7284adb24"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7561d960c9a11eaae4fd5c51","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:17887a255a778da6f8fe0313"],"subject_id":"aoa:aoa-techniques:artifact:17887a255a778da6f8fe0313","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c2cc9805c1175ef0354d157"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a096efdbadd7b7ec17f244d9","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1788e513b903c1b1de5a7b5e"],"subject_id":"aoa:aoa-techniques:artifact:1788e513b903c1b1de5a7b5e","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2462,7 +2233,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a5987e44cb53cbda345ee32c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8fb56869d0441bece4c213e8","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1acf1eaa6c1b0680033215c1"],"subject_id":"aoa:aoa-techniques:artifact:1acf1eaa6c1b0680033215c1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d6be44c1cdc9148d418a323f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:827469bf9d4263c7617cd61a","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1ad3864abfff4fd72f6b2cc2"],"subject_id":"aoa:aoa-techniques:artifact:1ad3864abfff4fd72f6b2cc2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:61741115aadeff15c496af2d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e1d2e566d3bbd7f46712f992","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1aff5de6da719f00a6b52451"],"subject_id":"aoa:aoa-techniques:artifact:1aff5de6da719f00a6b52451","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:43e110274cba07d3bd0500f2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f3d1daed04b804fa483081e0","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f"],"subject_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:332f4d2a061c701c20efaf2d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ef76651d49228eb910f4c554","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1b51b9a4fa704c7421aee187"],"subject_id":"aoa:aoa-techniques:artifact:1b51b9a4fa704c7421aee187","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a803ec443aebf2d491befe91"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2648468cfcf25b5d6ada637c","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1b832ce690f5019c5d9c826a"],"subject_id":"aoa:aoa-techniques:artifact:1b832ce690f5019c5d9c826a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e294a311c523e4b83b63bc2b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f15b9082447e0ca8e1a8da68","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1b9d03bb55e938043ad312a3"],"subject_id":"aoa:aoa-techniques:artifact:1b9d03bb55e938043ad312a3","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2492,7 +2262,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3a92cf550cbb4276881c9c4f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9da2fb00edce67d794e74b94","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1d3e9aa02ec1437e8e00eb66"],"subject_id":"aoa:aoa-techniques:artifact:1d3e9aa02ec1437e8e00eb66","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f0dd03c21fc64e0b1d900853"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:95c79161b205ff1e2dddd5c2","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1d7350a9603840506726b710"],"subject_id":"aoa:aoa-techniques:artifact:1d7350a9603840506726b710","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:afbbf316a793168113b9e43e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cce12005f04dbb0e59c53d76","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2"],"subject_id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:16e27d3f880108a2270124ee"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7d4daa505128f56e7aec11cf","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6"],"subject_id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e622d5b323cfe6898da53a7e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:46f0b677866f30cfda7c1adb","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1ddc58e6cf7d2f297d306f7c"],"subject_id":"aoa:aoa-techniques:artifact:1ddc58e6cf7d2f297d306f7c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e1bc4a1cc5470ac993c4b6d2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fea1ad8b5fdfbc149167b976","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1e1420f04123850475c53478"],"subject_id":"aoa:aoa-techniques:artifact:1e1420f04123850475c53478","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1c34dc0ad73cd87fbca87741"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e17b4c85fe064cf70ba22a0f","object":{"kind":"literal","value":"mechanic_part"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1e22bf2e2d9400f9a9c7e737"],"subject_id":"aoa:aoa-techniques:artifact:1e22bf2e2d9400f9a9c7e737","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2528,11 +2297,8 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7b17d40a9798969387d38658"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7d795e2cdf42e147ffe596ca","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"subject_id":"aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7b17d40a9798969387d38658"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f89724d07cf01972a3596b50","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"subject_id":"aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f1d4acbc72acb7fedf4c89e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b872b4bf9103172f62f954b1","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2002924304ceb7f1e77f3b23"],"subject_id":"aoa:aoa-techniques:artifact:2002924304ceb7f1e77f3b23","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:822766081dc706c4a5596d8d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9e369aef281100761e7f5750","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8"],"subject_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e23496f55bf5af4224f48ed4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:96242b9bb1c7599b37601ae9","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2025513516b5905193ae6cd9"],"subject_id":"aoa:aoa-techniques:artifact:2025513516b5905193ae6cd9","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a8559b11d2bfba23b122d053"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:930bcb6de318a25e7f384308","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932"],"subject_id":"aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f52b31200117cf58f657747e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0c0a17b34c96d6bc9dee3d54","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:20610439c4557ba0f419205b"],"subject_id":"aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3f54ed16a4f39acc4dd101b9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:39b30d3a381b5b20c13d155d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1"],"subject_id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:462e9e2f4825c2289ed67d08"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:172235537b044bae0d2ccb58","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:207d028a244119d51928639b"],"subject_id":"aoa:aoa-techniques:artifact:207d028a244119d51928639b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:462e9e2f4825c2289ed67d08"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cc2628e30a82f1f4ebac234a","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:207d028a244119d51928639b"],"subject_id":"aoa:aoa-techniques:artifact:207d028a244119d51928639b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4fa89ac9ebdddb09380968fc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fbe2ee06e2a0e12d8e9055da","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:209f2463faaf5c9060be3d1a"],"subject_id":"aoa:aoa-techniques:artifact:209f2463faaf5c9060be3d1a","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2572,7 +2338,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e29272bc453292968bd08c2c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bd01387f88730d079df24706","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2496752a594db80f28ce885e"],"subject_id":"aoa:aoa-techniques:artifact:2496752a594db80f28ce885e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c0aa1dfdea588476ebdea88"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a53aad8cc26244770c8cbdb8","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:24c5f3398d058bb26c34e573"],"subject_id":"aoa:aoa-techniques:artifact:24c5f3398d058bb26c34e573","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c0aa1dfdea588476ebdea88"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:baab0e627131d14525679609","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:24c5f3398d058bb26c34e573"],"subject_id":"aoa:aoa-techniques:artifact:24c5f3398d058bb26c34e573","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9a47b4c355ea23788b854a07"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:edc1de16a3cd68604c09aa77","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2"],"subject_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c234357d93af3aa108a0e07"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:409604396be217bd148a6956","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:24f952fceed043566fc03f8b"],"subject_id":"aoa:aoa-techniques:artifact:24f952fceed043566fc03f8b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c234357d93af3aa108a0e07"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1ebae293b1fe9ebe1b3857ff","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:24f952fceed043566fc03f8b"],"subject_id":"aoa:aoa-techniques:artifact:24f952fceed043566fc03f8b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef1d913536ddf6783088905f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9584c5748db7bd38e1cd55f8","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:24fa58fe2c64b5fa17c73aae"],"subject_id":"aoa:aoa-techniques:artifact:24fa58fe2c64b5fa17c73aae","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2628,8 +2393,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6583ddca8787e6110a9aa33"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:071b8a21fc9fe0bb8597a6e7","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2b08f0c6958c0ae36c1b3653"],"subject_id":"aoa:aoa-techniques:artifact:2b08f0c6958c0ae36c1b3653","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6583ddca8787e6110a9aa33"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c92939e750852c00282962a7","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2b08f0c6958c0ae36c1b3653"],"subject_id":"aoa:aoa-techniques:artifact:2b08f0c6958c0ae36c1b3653","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f77ae669acaeac74aee3543"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1e7e38d3782bad50cd211471","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0"],"subject_id":"aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:69755c426b6e4dd041959645"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:31a97de8657eb176bbdbc42f","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe"],"subject_id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bddc83db6ae7871e9ad78e45"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b7527fd4a366ada95c244052","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d"],"subject_id":"aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:66a80e4be71018e2727a452c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c61c1c8cd524fd0c7f40fbed","object":{"kind":"literal","value":"mechanic_part"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2bf761cf21e5b4d6e862bd33"],"subject_id":"aoa:aoa-techniques:artifact:2bf761cf21e5b4d6e862bd33","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fbd467901feb694385c7163a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:649bc693a1ecfbb11b84702c","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2c0c634c2aa13198ddbecc64"],"subject_id":"aoa:aoa-techniques:artifact:2c0c634c2aa13198ddbecc64","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fbd467901feb694385c7163a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:abbcb8c90d4d304fd27674ea","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2c0c634c2aa13198ddbecc64"],"subject_id":"aoa:aoa-techniques:artifact:2c0c634c2aa13198ddbecc64","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2643,15 +2406,12 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:164e0f08224d4f30287120e6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:00fb683e43a15017fb47a848","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2cb5add0c4c07364045149fc"],"subject_id":"aoa:aoa-techniques:artifact:2cb5add0c4c07364045149fc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9bb555e5edc3739ccb297b87"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:69d0668a9e77f263c4b2159d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2cb5af8a68242b1e3c187f3f"],"subject_id":"aoa:aoa-techniques:artifact:2cb5af8a68242b1e3c187f3f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:65c0cb2f1296365767bc5201"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:14b2a62787dd7251c7b9a1a8","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2ccf5f5cf945fc7d5b551741"],"subject_id":"aoa:aoa-techniques:artifact:2ccf5f5cf945fc7d5b551741","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:04a807a1f7901a1c9da73657"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:aa76cf5b5d2e39d67d6df01e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a"],"subject_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:54f71638aa206fddf12b1f68"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fbae6be22d8a31bdef5f7418","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2cfa23f4afaa2e91dfe3cec2"],"subject_id":"aoa:aoa-techniques:artifact:2cfa23f4afaa2e91dfe3cec2","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0766969695a59702ee0e8b47"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5821cbeee5d9cfc430612df0","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e"],"subject_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c63f0900852087a3386b25c0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a69e9375600332f1116b8acd","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d17986cd1d443e66dc5bd7b"],"subject_id":"aoa:aoa-techniques:artifact:2d17986cd1d443e66dc5bd7b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:321aceadd7bc4a7a6b4a30dd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a30f98b95710fba62d2b108e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d22b8c8148327f2a70f1990"],"subject_id":"aoa:aoa-techniques:artifact:2d22b8c8148327f2a70f1990","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:48a66bf6a15eb2aeb8544049"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bed3935780973e1425690725","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d4324af86755a673c1fded3"],"subject_id":"aoa:aoa-techniques:artifact:2d4324af86755a673c1fded3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8450115d72082900c1e5b532"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0c9756cdfe79cde60deeb703","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d7b5fcb07d26e217bf7c471"],"subject_id":"aoa:aoa-techniques:artifact:2d7b5fcb07d26e217bf7c471","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f4a236c5231e392162af2a26"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0dc173655947218681b086fd","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d91002001af478a6259135d"],"subject_id":"aoa:aoa-techniques:artifact:2d91002001af478a6259135d","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b2f31fba5c75d1bacff69ef"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:22d3848e757c5779ea45885f","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d"],"subject_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f03a5c8a5d1739fa0ad05200"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c18d316e1b0ee20de6009b1b","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2da7fee81d15fb0159639ca2"],"subject_id":"aoa:aoa-techniques:artifact:2da7fee81d15fb0159639ca2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f03a5c8a5d1739fa0ad05200"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8487c9252f46a8c84998fc10","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2da7fee81d15fb0159639ca2"],"subject_id":"aoa:aoa-techniques:artifact:2da7fee81d15fb0159639ca2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ba9f1e2064d0f54d04fcb25"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:988fdfa7fdc68e481032ae0f","object":{"kind":"literal","value":"part_schema"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2db7d7bdba0434400cc5e079"],"subject_id":"aoa:aoa-techniques:artifact:2db7d7bdba0434400cc5e079","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2660,7 +2420,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:71d7002a41c84c9989772397"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4c0c9a988c8f389b9827b7aa","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2df195f2bcd5ac8dda239684"],"subject_id":"aoa:aoa-techniques:artifact:2df195f2bcd5ac8dda239684","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:214535c176c13006f6bc89ae"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b659a8b1670ed6acdb958272","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2e01bd1a08f270365a53064e"],"subject_id":"aoa:aoa-techniques:artifact:2e01bd1a08f270365a53064e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:214535c176c13006f6bc89ae"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:30e4027b7e9ef7b6e92c3a65","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2e01bd1a08f270365a53064e"],"subject_id":"aoa:aoa-techniques:artifact:2e01bd1a08f270365a53064e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:239b4dcb1a7cd0a15a51b87a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f2e1684cdfe295fce92c1cfb","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b"],"subject_id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b197402282325a216cf433eb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d5b5702b4e6000fb90fa9c7e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2e9afa7ac254b40d3d8a3a91"],"subject_id":"aoa:aoa-techniques:artifact:2e9afa7ac254b40d3d8a3a91","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:36574a31839b3113cfe3a1cd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e7fd1f14a39743b1421f015c","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2eb53341e502b0b2d73a3b17"],"subject_id":"aoa:aoa-techniques:artifact:2eb53341e502b0b2d73a3b17","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:85b3ef63e51dfcbcaeeb7542"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6fe050aa94da12e86ed7e936","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:2ece547f2466235afc086518"],"subject_id":"aoa:aoa-techniques:artifact:2ece547f2466235afc086518","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2675,15 +2434,12 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18d6cbe56b0b09ac057de46a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b648e56a55941a2752f0f6a0","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:301abab06eb622fa4649deb0"],"subject_id":"aoa:aoa-techniques:artifact:301abab06eb622fa4649deb0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:21bc81b24a07839b611f6c6b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ce6d9530f6cea1d792427af0","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:302bfdd03b2d5e324a5c69c4"],"subject_id":"aoa:aoa-techniques:artifact:302bfdd03b2d5e324a5c69c4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:21bc81b24a07839b611f6c6b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:73ccc98d32c009eeca8d672d","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:302bfdd03b2d5e324a5c69c4"],"subject_id":"aoa:aoa-techniques:artifact:302bfdd03b2d5e324a5c69c4","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0d1846cf2586a6e0fe69cf2a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7478d982409d07d2c2c87756","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8"],"subject_id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:239b0cafa33bcf86998a07c0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d847058ff605595dfc7f034b","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:306109b542eff7632f136b0e"],"subject_id":"aoa:aoa-techniques:artifact:306109b542eff7632f136b0e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:239b0cafa33bcf86998a07c0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:217c1b0629a0cf5030c79714","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:306109b542eff7632f136b0e"],"subject_id":"aoa:aoa-techniques:artifact:306109b542eff7632f136b0e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c69ff88c69391d705b9fcf15"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:352cd5aa46f678d85e2b1350","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8"],"subject_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c890315e91a4b02ac157dac7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3ee50395d5061e84ae77bdb6","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:30bc9b7a1a2970e45e814b8d"],"subject_id":"aoa:aoa-techniques:artifact:30bc9b7a1a2970e45e814b8d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bef23c786e5b925769fe94d0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7dff50970379fedac672c71e","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:30beb9906bb62b4db5c4db13"],"subject_id":"aoa:aoa-techniques:artifact:30beb9906bb62b4db5c4db13","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bef23c786e5b925769fe94d0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cd6237af3cfb5ff63cec091e","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:30beb9906bb62b4db5c4db13"],"subject_id":"aoa:aoa-techniques:artifact:30beb9906bb62b4db5c4db13","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:73fc7237741027de01ea403b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:09076c52ba8dc6fbeff0e595","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:30efe099755fefdc9583cea2"],"subject_id":"aoa:aoa-techniques:artifact:30efe099755fefdc9583cea2","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8450e468d7bbfc9cfd4526f8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:247f516c6c10fd617080d4c8","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98"],"subject_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dbc9a338828d881346ca8692"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:efce54e72b1520ba7167afc8","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:314954ac1748b9101fead3f2"],"subject_id":"aoa:aoa-techniques:artifact:314954ac1748b9101fead3f2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0cbf599f815deb64532baced"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c37c3746f9c94a01050e5d6b","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:316725dd594259131b4ebfc1"],"subject_id":"aoa:aoa-techniques:artifact:316725dd594259131b4ebfc1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5139a67ed0ae280d8fd76dfc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:832fbb72dc16b53cde17509c","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:319ddeced39b3f1bdecd1d82"],"subject_id":"aoa:aoa-techniques:artifact:319ddeced39b3f1bdecd1d82","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2733,7 +2489,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7991bd27d39d25212c6559d6","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226"],"subject_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3bc78c5b848f6cb3f84a5ec5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6af4fd4b7f33154b939c5282","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523"],"subject_id":"aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3bc78c5b848f6cb3f84a5ec5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7154ce5447488a13751dcca4","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523"],"subject_id":"aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f662582d794db930554d475e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b259cc91949cc0129d331f65","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7"],"subject_id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:88163f45079ac3717b6d402f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:03a3e1568e7593841b953b2b","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:35d77bf50f6518f4f2e625ff"],"subject_id":"aoa:aoa-techniques:artifact:35d77bf50f6518f4f2e625ff","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:88163f45079ac3717b6d402f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6c468f4c7cababc55dce0c6b","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:35d77bf50f6518f4f2e625ff"],"subject_id":"aoa:aoa-techniques:artifact:35d77bf50f6518f4f2e625ff","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ea51c6712643e400a0286ac"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4a140169b2294f9b24abd9f4","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:366b800f4b86c83ca4fc1323"],"subject_id":"aoa:aoa-techniques:artifact:366b800f4b86c83ca4fc1323","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2777,7 +2532,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89612ded628571616957e0a3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f4a0c89d8b477e36defc9707","object":{"kind":"literal","value":"roadmap"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:39d80cd0cc651d75f6360531"],"subject_id":"aoa:aoa-techniques:artifact:39d80cd0cc651d75f6360531","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89612ded628571616957e0a3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9c623f90b5214c70f6515dfc","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:39d80cd0cc651d75f6360531"],"subject_id":"aoa:aoa-techniques:artifact:39d80cd0cc651d75f6360531","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a076790ec4a6915fcebfa53"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e9271610e1b60c49b98dc478","object":{"kind":"literal","value":"audit"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3a246793128dcdb1764f8833"],"subject_id":"aoa:aoa-techniques:artifact:3a246793128dcdb1764f8833","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:97e1be4eae0493b2728a556f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:98d6cc0e5e604c13bd216a56","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010"],"subject_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:99e2b22815d6ac528ce0ec40"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3a6c4a3b349cd76e152da86c","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3ac08889c4c8eb97855776e4"],"subject_id":"aoa:aoa-techniques:artifact:3ac08889c4c8eb97855776e4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5d484be637b092cfe4627775"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3071af6595fa41608b70dda8","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3ac0b2bc12d84e409007bd39"],"subject_id":"aoa:aoa-techniques:artifact:3ac0b2bc12d84e409007bd39","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fe0cee08666cff5a547745e4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e51251740c9d525650246b57","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3acc92faff4e403f4a58a4a8"],"subject_id":"aoa:aoa-techniques:artifact:3acc92faff4e403f4a58a4a8","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2826,7 +2580,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7ef663d772ba62584e8f93ef"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b61396c846fa79040c2dfd91","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3f880a46842b12278652a736"],"subject_id":"aoa:aoa-techniques:artifact:3f880a46842b12278652a736","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7ef663d772ba62584e8f93ef"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:94abfa910fd084bd957fc645","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3f880a46842b12278652a736"],"subject_id":"aoa:aoa-techniques:artifact:3f880a46842b12278652a736","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd8cc9e78040994c01f4a703"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:354e14e1d336693d6e74fa3b","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3f9a778b411bd0a36e67cf1a"],"subject_id":"aoa:aoa-techniques:artifact:3f9a778b411bd0a36e67cf1a","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a32eaa6335966eec7b1a1e2d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2b619fecb0011706ef60e79d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c"],"subject_id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c776ec5b2e0d95daef8773cf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:841d02a645171f77a9ce8db9","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3fa839ffbc7f7e3ef4aea075"],"subject_id":"aoa:aoa-techniques:artifact:3fa839ffbc7f7e3ef4aea075","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c776ec5b2e0d95daef8773cf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6c1cc5ce08bb5cc319ea0a71","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3fa839ffbc7f7e3ef4aea075"],"subject_id":"aoa:aoa-techniques:artifact:3fa839ffbc7f7e3ef4aea075","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:daacf55144c3dff2f738cb23"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:82b56cc706fe9330507edd1a","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:3faea6ec16c782a2552f82dc"],"subject_id":"aoa:aoa-techniques:artifact:3faea6ec16c782a2552f82dc","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2881,7 +2634,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e11527fa3a3abd6e85e5599d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1d060163d6b37775bf976e7f","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:43ea1a5d6f8f5300e3b0b289"],"subject_id":"aoa:aoa-techniques:artifact:43ea1a5d6f8f5300e3b0b289","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e11527fa3a3abd6e85e5599d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ada6e3a4361204dd8d4e3405","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:43ea1a5d6f8f5300e3b0b289"],"subject_id":"aoa:aoa-techniques:artifact:43ea1a5d6f8f5300e3b0b289","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:46e4d6d19961e900df94f002"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a6e85516df94072641c8d0df","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:43fc86146653d505376ceedb"],"subject_id":"aoa:aoa-techniques:artifact:43fc86146653d505376ceedb","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f2cd452f7ae94645c7e3b97"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f8ff9a2e0a117565ec613a3c","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:44483595f91163aba31ca13d"],"subject_id":"aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f1615a3346f961e904a56fae"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ea9da7412ba9b74cbeca17ef","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:44722698e85b27aa1d6af548"],"subject_id":"aoa:aoa-techniques:artifact:44722698e85b27aa1d6af548","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:361103f961f909f4c123433e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:25435f3607d39fdbb1bef4b2","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4473eb9fbb1eff69b359f95d"],"subject_id":"aoa:aoa-techniques:artifact:4473eb9fbb1eff69b359f95d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:361103f961f909f4c123433e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:af47b2387c52dc42523abf1d","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4473eb9fbb1eff69b359f95d"],"subject_id":"aoa:aoa-techniques:artifact:4473eb9fbb1eff69b359f95d","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2896,19 +2648,16 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c254d529781b53baefc77118"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6ae4a81acfc1e4b39d11a2fe","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:452004c0f4712c5664e17c3c"],"subject_id":"aoa:aoa-techniques:artifact:452004c0f4712c5664e17c3c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5979dd4f703fbe347530a8fe"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:194ab9c2a213c7dfded9086b","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:455ee43cce4bf734693d48ae"],"subject_id":"aoa:aoa-techniques:artifact:455ee43cce4bf734693d48ae","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5979dd4f703fbe347530a8fe"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c518d4aa9d55ed4d86d44a42","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:455ee43cce4bf734693d48ae"],"subject_id":"aoa:aoa-techniques:artifact:455ee43cce4bf734693d48ae","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a3436fea75ef75cb22a94fc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:686b4557ac8b39a0e61ab7e5","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de"],"subject_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:720155dd6502ec3f28139454"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:767738d6af40945bf3e54ede","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f"],"subject_id":"aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:720155dd6502ec3f28139454"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:87428632f4f670c34e1d1409","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f"],"subject_id":"aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dc19f8592776efc030a2ae29"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e8646769ca60658fa13f9d78","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4614e41d34def3148f269991"],"subject_id":"aoa:aoa-techniques:artifact:4614e41d34def3148f269991","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f930d38f8199e6bbc5ba4b61"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a248a12f750ce405f0c49359","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:46158246895d2d162c9c033b"],"subject_id":"aoa:aoa-techniques:artifact:46158246895d2d162c9c033b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:65a133fd7fd9770fb9753e66"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:379a51c8d927df7eb72fdd56","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:462b91da6966088b7402e31b"],"subject_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:99e0c392c315e584232392ce"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dedc036b9cd1b03ef3336212","object":{"kind":"literal","value":"roadmap"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:46ad8877bd4594a4a27cd1b6"],"subject_id":"aoa:aoa-techniques:artifact:46ad8877bd4594a4a27cd1b6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:99e0c392c315e584232392ce"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0cd1477fe2cc3142bb7ac8c6","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:46ad8877bd4594a4a27cd1b6"],"subject_id":"aoa:aoa-techniques:artifact:46ad8877bd4594a4a27cd1b6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9fd0a68d4fb876e40a787fff"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b08c76af76825d146d5e258a","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:46d47212f8b63f5b7011e3f2"],"subject_id":"aoa:aoa-techniques:artifact:46d47212f8b63f5b7011e3f2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dee379c9d80d5ffa66fe8ccf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e6e006a8d1cd0e6b255247e1","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:46eef750f37f5cbfab722948"],"subject_id":"aoa:aoa-techniques:artifact:46eef750f37f5cbfab722948","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e7bede7af46fb1c027968b1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4f1934690d75515ee3f155c1","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:47607f36750b03426e2bd3d6"],"subject_id":"aoa:aoa-techniques:artifact:47607f36750b03426e2bd3d6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6bb766936f288b1c436fa8b8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:247d5c1f13dd5022b01e88a9","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:476ae3c988825c9085bb65ed"],"subject_id":"aoa:aoa-techniques:artifact:476ae3c988825c9085bb65ed","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6624f264692d6da00e210709"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ae356aeb6af9cd4888e4af68","object":{"kind":"literal","value":"script"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4783038b8178cb7128c32402"],"subject_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0af7c21bf82288d83c2d2457"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fe194f6ff48ab3a7158f74e1","object":{"kind":"literal","value":"audit"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:47961174acee7abac82b1c10"],"subject_id":"aoa:aoa-techniques:artifact:47961174acee7abac82b1c10","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d9465c6a71f27ebb15088df"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7b0f6c7b5682be0d2d24dc27","object":{"kind":"literal","value":"builder"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:47ac5272418298592bd590d8"],"subject_id":"aoa:aoa-techniques:artifact:47ac5272418298592bd590d8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44f41aa22a73f1f9acf5cee9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a2fbdbc46ca94413c392bb0a","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:47cebddd9dcfd9250e9dea8c"],"subject_id":"aoa:aoa-techniques:artifact:47cebddd9dcfd9250e9dea8c","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2961,7 +2710,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8a51e9e74cd1141d34c549cf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:345fb94441e3195b08f4926d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4ebf57b05d9ba338303c4ca5"],"subject_id":"aoa:aoa-techniques:artifact:4ebf57b05d9ba338303c4ca5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9cc7ca4245209d9ac659a736"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8084b04e65544cc0ff210c2c","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad"],"subject_id":"aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:674fe5d57e2d2f69dbb15d9b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f99b5c407098d1c539fbd835","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4ed48981ce43ce3a53fd614f"],"subject_id":"aoa:aoa-techniques:artifact:4ed48981ce43ce3a53fd614f","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:995dd7656467e68f9ff726c7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:526b7fbf1b46d69f597c696e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd"],"subject_id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:210497178ebbcde3f47bdf59"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cebb7d5071e73d9b1bbb2f54","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4f36272c4234dbbae41dbd33"],"subject_id":"aoa:aoa-techniques:artifact:4f36272c4234dbbae41dbd33","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b30d4870a359895625521a9c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f9488ec264264f745677cd71","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4f445da6e24dce9056808015"],"subject_id":"aoa:aoa-techniques:artifact:4f445da6e24dce9056808015","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:add9899a67339c07e72894e7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8e7844237e257d1c12f54eac","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:4f5b08e9004dfba666824636"],"subject_id":"aoa:aoa-techniques:artifact:4f5b08e9004dfba666824636","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2972,7 +2720,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd05f673c2a9291152f5a561"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1c6fd718adcac1cf02af6011","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:502ad961e0c7d61ded6ee74a"],"subject_id":"aoa:aoa-techniques:artifact:502ad961e0c7d61ded6ee74a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd05f673c2a9291152f5a561"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bcd03982f729821e2d85b9e1","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:502ad961e0c7d61ded6ee74a"],"subject_id":"aoa:aoa-techniques:artifact:502ad961e0c7d61ded6ee74a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8f233dc185acc109fbc9ea0a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ecea4f3f5135bad3fb71f47c","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:502ada8107dbebd5923a23fe"],"subject_id":"aoa:aoa-techniques:artifact:502ada8107dbebd5923a23fe","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3cc1662b5ee122f6b7dd91a1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:04fb2a8ca946e73e7b332c4c","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b"],"subject_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f91a46405faff3f6e2d8387c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0fee0720e8fde9799ea885cd","object":{"kind":"literal","value":"mechanic_part"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:50fc41cfa6ba8c24633c0f32"],"subject_id":"aoa:aoa-techniques:artifact:50fc41cfa6ba8c24633c0f32","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f603f2d584d5ab76a1877ff6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:85694283426d2be3b7749a35","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:50ff6e7647104f2158343fac"],"subject_id":"aoa:aoa-techniques:artifact:50ff6e7647104f2158343fac","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f603f2d584d5ab76a1877ff6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:998714474202ac1f64034652","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:50ff6e7647104f2158343fac"],"subject_id":"aoa:aoa-techniques:artifact:50ff6e7647104f2158343fac","temporal_ref":"current","trust_ref":"deterministic"}, @@ -2990,7 +2737,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0c5da5ed548db71b5ac0e7d1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:53e2eada843a5480857cfd5e","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:521faaaf800f3eca7f1968d7"],"subject_id":"aoa:aoa-techniques:artifact:521faaaf800f3eca7f1968d7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0c5da5ed548db71b5ac0e7d1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fe05a71d69875a2f22c945dd","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:521faaaf800f3eca7f1968d7"],"subject_id":"aoa:aoa-techniques:artifact:521faaaf800f3eca7f1968d7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c81b021ae7960f4070ac3112"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0873c2e1d91497ab69c9cc85","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5266d68d508c24d678979ffa"],"subject_id":"aoa:aoa-techniques:artifact:5266d68d508c24d678979ffa","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e58a756cc935a2795ee351e2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:849210ff96b0b5bbb161a570","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5284bcd566341941dcafd934"],"subject_id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89490bb2dd8701620225599e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7343980315ec7ae2b81da848","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:528bbfab601636d0cce5d714"],"subject_id":"aoa:aoa-techniques:artifact:528bbfab601636d0cce5d714","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89490bb2dd8701620225599e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cc92c0cade875eaefd3aad0c","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:528bbfab601636d0cce5d714"],"subject_id":"aoa:aoa-techniques:artifact:528bbfab601636d0cce5d714","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9dd423e96335d688bf33d4e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:917dad5abb2596cb473bf7c3","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5291f1cdb3efaddd81d020a9"],"subject_id":"aoa:aoa-techniques:artifact:5291f1cdb3efaddd81d020a9","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3028,7 +2774,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e249251728ad42de31f411bf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e00650dbff771c1022d26ba1","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:54e9c59f5e0b91c702ee6ba3"],"subject_id":"aoa:aoa-techniques:artifact:54e9c59f5e0b91c702ee6ba3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:54f1c1f485a4f924760e75b2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:818acc51ac686b2b2f548044","object":{"kind":"literal","value":"roadmap"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:550ab2a04a7e853406390620"],"subject_id":"aoa:aoa-techniques:artifact:550ab2a04a7e853406390620","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:54f1c1f485a4f924760e75b2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b23dfd261f9143c5cb82884d","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:550ab2a04a7e853406390620"],"subject_id":"aoa:aoa-techniques:artifact:550ab2a04a7e853406390620","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f41d0c32b416a5316c9d8387"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9f09548ca7e8e2d15bd99796","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0"],"subject_id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:23c462e9b98c602d506b5ef9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8c5a2cb6b730fa43534a3a68","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:551aac060212aabeebecce6c"],"subject_id":"aoa:aoa-techniques:artifact:551aac060212aabeebecce6c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:23c462e9b98c602d506b5ef9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c5e343c4e9383345e32274ff","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:551aac060212aabeebecce6c"],"subject_id":"aoa:aoa-techniques:artifact:551aac060212aabeebecce6c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b2cb22a0eb7df9496e74b567"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5dc6ea54b9713fff20755083","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:551cfa57299dff76b28597ee"],"subject_id":"aoa:aoa-techniques:artifact:551cfa57299dff76b28597ee","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3039,7 +2784,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b9dfdfe971b2ee39a6d8ba40"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:60aa1a2ab70706c5d10e4753","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:55a3cf5db6d14c8baffb2ed8"],"subject_id":"aoa:aoa-techniques:artifact:55a3cf5db6d14c8baffb2ed8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c6a406f749f9fd623778664a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:505cbc4349fffd0a0e530f33","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:55c67f384890cc7d9fbbdb3d"],"subject_id":"aoa:aoa-techniques:artifact:55c67f384890cc7d9fbbdb3d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7dc7edac22322b5899498e76"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fa859e7fb065e05eebaf55ea","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:564d64d6e09515e2490437b2"],"subject_id":"aoa:aoa-techniques:artifact:564d64d6e09515e2490437b2","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7b56b547432ff3b5567c06ec"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3527aa40aeff0b1f6195ad03","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:566621934699ef543a5a11c0"],"subject_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1abfdf7c803c95573a77014b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:77e8b9e7396161ea85a07945","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:56833d74575bfa274e98e02f"],"subject_id":"aoa:aoa-techniques:artifact:56833d74575bfa274e98e02f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:083654cbfc02878d1aa6e9d0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:565f253a3f371a4cc96f4994","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:56919d594e142a60ba9827b3"],"subject_id":"aoa:aoa-techniques:artifact:56919d594e142a60ba9827b3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:82e056053da13e3c9f070f6e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d81d1fed29bba97e560918df","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:572468bdefc891cec8037f4b"],"subject_id":"aoa:aoa-techniques:artifact:572468bdefc891cec8037f4b","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3057,8 +2801,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:010f1a833244b035a3e127f4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1d463a1d57b236184bcc2564","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58a28c7b3e3262ea3b19e3fe"],"subject_id":"aoa:aoa-techniques:artifact:58a28c7b3e3262ea3b19e3fe","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:010f1a833244b035a3e127f4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b1c99980544431298b260839","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58a28c7b3e3262ea3b19e3fe"],"subject_id":"aoa:aoa-techniques:artifact:58a28c7b3e3262ea3b19e3fe","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a868335fe827fca26dbdc02"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5e605e64fffe1644d717f583","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58b04c791cf407b45482db5e"],"subject_id":"aoa:aoa-techniques:artifact:58b04c791cf407b45482db5e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2329c354f1f66f2882c03fed"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:66f495d39412273f3a0f421d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2"],"subject_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:acefe65248a17f4aced3e316"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a517eafd2df2c9bdbf1b4a81","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b"],"subject_id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9d801f7ef475f7ca4ba8dbc0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:98106acd5d62208169009f42","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58c2d02d3e74daedc4105cf0"],"subject_id":"aoa:aoa-techniques:artifact:58c2d02d3e74daedc4105cf0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:20dd5930048f63df41aa78d9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:03fd6811b1561b73be64bcb4","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58d19e21db61f98b73bcd99d"],"subject_id":"aoa:aoa-techniques:artifact:58d19e21db61f98b73bcd99d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ba7fff716d9ac6df8273261b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dcfcaf56c42f0ea60ba03a49","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:58d8c52a91b7ee6e097f4162"],"subject_id":"aoa:aoa-techniques:artifact:58d8c52a91b7ee6e097f4162","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3069,7 +2811,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1ae8c6a765b3fa1e9f5736c6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5f7b6ad1aebe45b4aab07439","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:598b031bfa584deece302698"],"subject_id":"aoa:aoa-techniques:artifact:598b031bfa584deece302698","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:19c5675557f7ca07c5b7175f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c571bfe9347ed5e310b935eb","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:59a00873d5dc847da1ee0db7"],"subject_id":"aoa:aoa-techniques:artifact:59a00873d5dc847da1ee0db7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:19c5675557f7ca07c5b7175f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b24697eeb91565819662ef71","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:59a00873d5dc847da1ee0db7"],"subject_id":"aoa:aoa-techniques:artifact:59a00873d5dc847da1ee0db7","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d933b894b739c95285bc2006"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a8fc5595d6e7cc0ea165a72e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0"],"subject_id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7f14543cc65c9efa007746e5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c966a654078fbc1acb784655","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:59ae467af916cdee016de225"],"subject_id":"aoa:aoa-techniques:artifact:59ae467af916cdee016de225","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0495bd9752c2e2df99dc89ff"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1b4b03e1c0235bc59b7432fc","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:59c34f8e24122c7d4d46f18d"],"subject_id":"aoa:aoa-techniques:artifact:59c34f8e24122c7d4d46f18d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8a9f5870cde69451c06e7e9e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:49c08c1bd956de0e1e3969ed","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5a1e159b8d8c1e740e7f819d"],"subject_id":"aoa:aoa-techniques:artifact:5a1e159b8d8c1e740e7f819d","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3079,7 +2820,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d88df6cd7d52373c254cce76"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ec2ee97f52d7a02fa80ea97e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5a727cd6d841117050fc8fcb"],"subject_id":"aoa:aoa-techniques:artifact:5a727cd6d841117050fc8fcb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9bf67a8fdd6a801c5bba8ed8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3fc282c30cefa716671789c7","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5a7805ad99cb17c396942481"],"subject_id":"aoa:aoa-techniques:artifact:5a7805ad99cb17c396942481","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aa5469700a2d27bdb3b40ef2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e78256617c75f1b3cf1657d7","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5a8ff3a4f51fa823aea48e94"],"subject_id":"aoa:aoa-techniques:artifact:5a8ff3a4f51fa823aea48e94","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:24b6d9835577d94f77e71b52"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:df690bc7791bf200ef64dd4a","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1"],"subject_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b2203dee7df3cd1d8df3f75"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a8841ab31e92a362b36adbee","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5b00df740809b23874e59462"],"subject_id":"aoa:aoa-techniques:artifact:5b00df740809b23874e59462","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b2203dee7df3cd1d8df3f75"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:68491d8fc6f0939fbd596020","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5b00df740809b23874e59462"],"subject_id":"aoa:aoa-techniques:artifact:5b00df740809b23874e59462","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b01099645b513ed12cfa2d21"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5c64e86b0edc48d1167856da","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5b1bcb5d2dcb811d429f67c5"],"subject_id":"aoa:aoa-techniques:artifact:5b1bcb5d2dcb811d429f67c5","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3089,7 +2829,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:327bacfdf78f5d37e985a9f8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:babcd5f5a3d446c9e42fee44","object":{"kind":"literal","value":"part_test"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5b5175da19a378fea73fbebb"],"subject_id":"aoa:aoa-techniques:artifact:5b5175da19a378fea73fbebb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cfcebbd33ed49d6091ce82fc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c782253f02f62d2702cde432","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5b933ec3dff555bc66577052"],"subject_id":"aoa:aoa-techniques:artifact:5b933ec3dff555bc66577052","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cfcebbd33ed49d6091ce82fc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:69dcb9899e92c445a29be12b","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5b933ec3dff555bc66577052"],"subject_id":"aoa:aoa-techniques:artifact:5b933ec3dff555bc66577052","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:766568f058b843c6ab292b82"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a30ba78bf722c0d1573b93e1","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e"],"subject_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:992e4c748b558b55fbbb9482"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e31fc11097d283318f718a99","object":{"kind":"literal","value":"validator"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a"],"subject_id":"aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:28f35886132515eda8358e4e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:394d1480283139865d96a57f","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5c1073429c3a0b92540ff9b5"],"subject_id":"aoa:aoa-techniques:artifact:5c1073429c3a0b92540ff9b5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:28f35886132515eda8358e4e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8a4dca5b38be3fdb31a6b5b8","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5c1073429c3a0b92540ff9b5"],"subject_id":"aoa:aoa-techniques:artifact:5c1073429c3a0b92540ff9b5","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3099,14 +2838,11 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3d62551899a614547f3566c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:729720301fa5205e4ebba91b","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5c9d576af5c4da10e3595e94"],"subject_id":"aoa:aoa-techniques:artifact:5c9d576af5c4da10e3595e94","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e38b2245976a1b9da2cec16a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2f635a6a68fb1e6c226c4689","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5ca4cf1c0b847bab1202c4d2"],"subject_id":"aoa:aoa-techniques:artifact:5ca4cf1c0b847bab1202c4d2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5d0e7c59d6f50518a587eeac"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c0951c98e851b5d6e25195f5","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5cb0ce73afabbfe67b244057"],"subject_id":"aoa:aoa-techniques:artifact:5cb0ce73afabbfe67b244057","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae2b87fa0b9f0dd26ac2db30"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:54c368b30e4d5fa53c6f84dc","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553"],"subject_id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ea0c8561a4c29feccd3026af"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4f5bf02e816b60d7024bbe77","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b"],"subject_id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44403101a0b4493f183c55a4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2f307c163d1f16c1912e2498","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5d2a59443e9e2ee7f8b1e13a"],"subject_id":"aoa:aoa-techniques:artifact:5d2a59443e9e2ee7f8b1e13a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b8e2aa0a89912e1006d5580d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1982e2411759811041a3d685","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5d6353ee9b342f7f9e4bb51e"],"subject_id":"aoa:aoa-techniques:artifact:5d6353ee9b342f7f9e4bb51e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b8e2aa0a89912e1006d5580d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4290b1c1b05982423e6e62cc","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5d6353ee9b342f7f9e4bb51e"],"subject_id":"aoa:aoa-techniques:artifact:5d6353ee9b342f7f9e4bb51e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a1f8cbfc6da9b1169d4531c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0a437ca67ecd82e19a44ade4","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5d82c4ec4cecdd3d3db4ab5f"],"subject_id":"aoa:aoa-techniques:artifact:5d82c4ec4cecdd3d3db4ab5f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de45174711e11ed6a953ce49"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d74dfcbff2b0d4fa8eda3462","object":{"kind":"literal","value":"validator"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5dc490a89b7477c117470956"],"subject_id":"aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2a1b62b3dbfe48989b1c24ed"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9c4b4d0da245da1236839fa7","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8"],"subject_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2b9b32a50b514f88ff831762"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:db96b25fa567690532167189","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5e0efc9a3eeb298f0fb60abb"],"subject_id":"aoa:aoa-techniques:artifact:5e0efc9a3eeb298f0fb60abb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f6cba747776425cdc8516c9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:90d986d48498d16688a83c16","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5e1723690eb14108db5c12e7"],"subject_id":"aoa:aoa-techniques:artifact:5e1723690eb14108db5c12e7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b735f854f64401d75c022659"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3741bf9918949b6ec260f72f","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:5e2251b24062d5011aa68abe"],"subject_id":"aoa:aoa-techniques:artifact:5e2251b24062d5011aa68abe","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3168,7 +2904,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5b0298079118381b9a313910"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4a3f038ee47ceaa7b65e3afe","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:65cd6364420b1b5166068044"],"subject_id":"aoa:aoa-techniques:artifact:65cd6364420b1b5166068044","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:037add6c8c55fe4dd0767e97"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2c6c4594e5de637ccbfdd226","object":{"kind":"literal","value":"release_notes"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:65d22157cb3e19f21f274b8c"],"subject_id":"aoa:aoa-techniques:artifact:65d22157cb3e19f21f274b8c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e8e9e9ae76197e1ef03bb9fe"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e7f062e782848f37f71b1ec9","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:65e16107b952e70c8143f444"],"subject_id":"aoa:aoa-techniques:artifact:65e16107b952e70c8143f444","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:216e6bc90fdc8136c822acc7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:126eab25efbd21342512f057","object":{"kind":"literal","value":"script"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74"],"subject_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8dc829e2b83e630c483a2a81"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4e8eda4b4889caf5a925a8a8","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6619541374acff8a5d7ce30f"],"subject_id":"aoa:aoa-techniques:artifact:6619541374acff8a5d7ce30f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e13540dd105cd5ef29777042"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c75826b5de7575e96e33d7b5","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:662725eb7f01f8e966e5813a"],"subject_id":"aoa:aoa-techniques:artifact:662725eb7f01f8e966e5813a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e13540dd105cd5ef29777042"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d3427d6486f5bb96f485c1e2","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:662725eb7f01f8e966e5813a"],"subject_id":"aoa:aoa-techniques:artifact:662725eb7f01f8e966e5813a","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3186,7 +2921,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c4fbfe50eaf222636761ecf4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c3b33c00a7a11f223b0e2fd8","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:674bbb8aa8fc8c67dceccf36"],"subject_id":"aoa:aoa-techniques:artifact:674bbb8aa8fc8c67dceccf36","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:15dfa9d0970e249b35dfbb7e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b8f097c90a5dafe645d07e3c","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6777374a660806a4c9d30d33"],"subject_id":"aoa:aoa-techniques:artifact:6777374a660806a4c9d30d33","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09ca4884440c11c6c579ced2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d939811efd2455ba2d7bb8e7","object":{"kind":"literal","value":"builder"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:677db66fbc79c3cd9e73972c"],"subject_id":"aoa:aoa-techniques:artifact:677db66fbc79c3cd9e73972c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74e614843fef08878688c74a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:68d18e4e4d3f29678469de24","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b"],"subject_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8a646592548b7bbee8eb3962"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dc1842c6f1b2c03c97c7b3dc","object":{"kind":"literal","value":"part_schema"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:678720844c1ec95a7e08b228"],"subject_id":"aoa:aoa-techniques:artifact:678720844c1ec95a7e08b228","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4b0ed1bedb019994fde9d7f7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:93e7d41f47f3daec4dc7464d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:67c29353ac8b6ec36c80ab3f"],"subject_id":"aoa:aoa-techniques:artifact:67c29353ac8b6ec36c80ab3f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ff29aea45abfb3b4eef60ea8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8e1c71bda32c7d4e5f3039c1","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:67e4c73358a0f5df220993b1"],"subject_id":"aoa:aoa-techniques:artifact:67e4c73358a0f5df220993b1","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3237,7 +2971,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bab7b5cd8bdd00ac0e267cc8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a6cc15f8caca5458c2c33168","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6cb63ea59fe4ac1e57bcf7ff"],"subject_id":"aoa:aoa-techniques:artifact:6cb63ea59fe4ac1e57bcf7ff","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:67f3e943565f13b54b84ae71"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:222b0f0e926549d5056440af","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6cbc0bd9d24e6cedb378fe63"],"subject_id":"aoa:aoa-techniques:artifact:6cbc0bd9d24e6cedb378fe63","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:80d4e62e76e1504ffa776181"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:acd7ba584cf4b2366b1773cb","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6cbefd43f4835a1bab7f03a9"],"subject_id":"aoa:aoa-techniques:artifact:6cbefd43f4835a1bab7f03a9","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ecff337358ec01309662d780"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fa669584a8949da3bee2348b","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f"],"subject_id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f953d6f8abcae62fae0e40b0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:678460801300e2770b5a49bd","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6d14c791e5b79fccfffabcde"],"subject_id":"aoa:aoa-techniques:artifact:6d14c791e5b79fccfffabcde","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:52b6f88b2958eff938f189b1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ea904639021aca6d29800645","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6d45677e2df9609d6014cb60"],"subject_id":"aoa:aoa-techniques:artifact:6d45677e2df9609d6014cb60","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef27f5a40bb3eefbd3162863"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bdbb0a8a1d8b8375d17f0705","object":{"kind":"literal","value":"mechanic_part"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6d5675828e06a9dbd9ea4488"],"subject_id":"aoa:aoa-techniques:artifact:6d5675828e06a9dbd9ea4488","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3258,7 +2991,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c5293c51f822a2ea1be12ee2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ad87854bd56cbaf657f4150d","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"subject_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7a3a9da109c336c8e4dba46c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:02030f38bd7100be2830306c","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:6fe72c7467dd5adb095a1cde"],"subject_id":"aoa:aoa-techniques:artifact:6fe72c7467dd5adb095a1cde","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c30aa6c9e201423050c8917"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:70339ee1acb12ae156d5fad3","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:700ac18baef6e4bb7d5afc84"],"subject_id":"aoa:aoa-techniques:artifact:700ac18baef6e4bb7d5afc84","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f080e0bc600fe7104741a36"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a396b5ef42bcad4126a8fce7","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3"],"subject_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b468584d9a09ecdd134146e2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f7f687780f5d56a762137508","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:702481da184f07f5e5d7f9b6"],"subject_id":"aoa:aoa-techniques:artifact:702481da184f07f5e5d7f9b6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b468584d9a09ecdd134146e2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bfe3fb0e94dd65dcf90631f5","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:702481da184f07f5e5d7f9b6"],"subject_id":"aoa:aoa-techniques:artifact:702481da184f07f5e5d7f9b6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a57cae85502fb3447e347621"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3a90de8b9bd250523e169344","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:702c9e7346b7cb0cce3d4950"],"subject_id":"aoa:aoa-techniques:artifact:702c9e7346b7cb0cce3d4950","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3272,9 +3004,9 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b1e44fb4a8f0b0e3220f688"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:68d0fe6d3a654cf266f48b50","object":{"kind":"literal","value":"validator"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:712bfcf4dd0980ac8009ae26"],"subject_id":"aoa:aoa-techniques:artifact:712bfcf4dd0980ac8009ae26","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:faf746b7a53866226e5c2b3c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c83f05dc5a1b608962764361","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd"],"subject_id":"aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bfd6bf0940cb6a03986a88f1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:39007a1ae8855c1f3582c8f4","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:713beaf47767f8ddeda5bb50"],"subject_id":"aoa:aoa-techniques:artifact:713beaf47767f8ddeda5bb50","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:260342ab54f7912e4e4d8670"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5c76b6ab094cf919162359a8","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c"],"subject_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b59d0d1b806e762138723ee"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e51b4d27dbde689fae4e3b55","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:71426c49f6417b454eedddbd"],"subject_id":"aoa:aoa-techniques:artifact:71426c49f6417b454eedddbd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9574ee497c2ae618392fd6df"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f27c62d4e3a34ad9e543718c","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:715f403743056cd9c0837edd"],"subject_id":"aoa:aoa-techniques:artifact:715f403743056cd9c0837edd","temporal_ref":"current","trust_ref":"deterministic"}, + {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a2520fe344405977ca97a745"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:da7fe11ab8293db1db2f2ea8","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75"],"subject_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7a0615b45c0dab3df47669c2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e51a767bf243c05c523bf85b","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:71aad4a396e6ddadb23793d0"],"subject_id":"aoa:aoa-techniques:artifact:71aad4a396e6ddadb23793d0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:529d0643451928677aca1738"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:405a6e4500b584a321cae869","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:71db2dd7a3307cb6d5eb3673"],"subject_id":"aoa:aoa-techniques:artifact:71db2dd7a3307cb6d5eb3673","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd3a9b584f77b13e72b8c67e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a7bef984cca8455a811f37a9","object":{"kind":"literal","value":"mechanic_part"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:71e434175d53f07de40db827"],"subject_id":"aoa:aoa-techniques:artifact:71e434175d53f07de40db827","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3314,7 +3046,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:24ab03b9d0f525e39e308be8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e3cd2cd14259b8b5a6caf06c","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:753c5a0f171dcd4c4ef47ab8"],"subject_id":"aoa:aoa-techniques:artifact:753c5a0f171dcd4c4ef47ab8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:702453fddaf0b64b0d5cc8ee"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:668ba6b7c158452291a30f8e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:753d9ec59f5638e6554def3b"],"subject_id":"aoa:aoa-techniques:artifact:753d9ec59f5638e6554def3b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:216038c047d7be92f24c9bf3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9f28f60dcfea830e45278398","object":{"kind":"literal","value":"mechanic_part"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:75425832416fde31fbae2931"],"subject_id":"aoa:aoa-techniques:artifact:75425832416fde31fbae2931","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cf84c05e6f051a3d4cd96e50"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a48e49e9b5e5af225fc96c83","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0"],"subject_id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3580be83591f3f5166daf498"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bf595342e318aec4f83d14ba","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:757e2a99b8a1456db342687f"],"subject_id":"aoa:aoa-techniques:artifact:757e2a99b8a1456db342687f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:32eeed55b47e3395c38abeef"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:109871d69671b4a5124b5d49","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7588ea6bb490641e5760e5cf"],"subject_id":"aoa:aoa-techniques:artifact:7588ea6bb490641e5760e5cf","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:32eeed55b47e3395c38abeef"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:78ae02b04333e1d30884226c","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7588ea6bb490641e5760e5cf"],"subject_id":"aoa:aoa-techniques:artifact:7588ea6bb490641e5760e5cf","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3352,7 +3083,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6b8a0b95be3dd636c7fa21de"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9b03578dcf56c7759706991a","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:78ddcd8cb31836741b866e60"],"subject_id":"aoa:aoa-techniques:artifact:78ddcd8cb31836741b866e60","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a4348e16a847b02c98c8ac87"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a04cccd5cf13a3b0e26c4aad","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:78f82a009132452a89060195"],"subject_id":"aoa:aoa-techniques:artifact:78f82a009132452a89060195","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a4348e16a847b02c98c8ac87"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4660c2383ae061eda7d09622","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:78f82a009132452a89060195"],"subject_id":"aoa:aoa-techniques:artifact:78f82a009132452a89060195","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74dd2589c3cc7d31292f7d1a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0f45df1bea78e76fa56c62d0","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9"],"subject_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae5cdde629e419932a1efb33"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7780e14e84e9ce5654a3e3ab","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7936bd49062f1b9f7fcc4840"],"subject_id":"aoa:aoa-techniques:artifact:7936bd49062f1b9f7fcc4840","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae5cdde629e419932a1efb33"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d5f70e07fbc82375518637e6","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7936bd49062f1b9f7fcc4840"],"subject_id":"aoa:aoa-techniques:artifact:7936bd49062f1b9f7fcc4840","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6608bdc918d70542144c53d2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d2841a765d300aeaf10bc0f1","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7985722db682b2ae24772110"],"subject_id":"aoa:aoa-techniques:artifact:7985722db682b2ae24772110","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3378,9 +3108,7 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:59444a2ca3b50c1062309d27"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bba7b3142df0752647ea9d7f","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7c63d46303d9a2a5bbaff428"],"subject_id":"aoa:aoa-techniques:artifact:7c63d46303d9a2a5bbaff428","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:420afbe013e1cbe8e51eb202"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e704b25b3457aabe9313ede1","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7c746b9da408c8d8b064e8f1"],"subject_id":"aoa:aoa-techniques:artifact:7c746b9da408c8d8b064e8f1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4ee1d2c2763ee13e01827f9f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b9cc0f20845851b97be35ba1","object":{"kind":"literal","value":"validator"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8"],"subject_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c56d385ef110c0995508bf6c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9490296c52a124128f857049","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2"],"subject_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd37edcadae821d3cc405bef"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f5c93ebe792d2a9fbd623235","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c"],"subject_id":"aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a39ecbf7c0442042f72ee93"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:04590b19826d93d7abd22292","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db"],"subject_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:85552c804eccb218d7c80da3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fc2ee5d1def643ca7ebaa95d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7d89f44b6a76e9b71dc723e0"],"subject_id":"aoa:aoa-techniques:artifact:7d89f44b6a76e9b71dc723e0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35f09c38d6104131c92cf856"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:baa3c457594052ff0ac90fc5","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7da76b214b1349e9869b7ff9"],"subject_id":"aoa:aoa-techniques:artifact:7da76b214b1349e9869b7ff9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35f09c38d6104131c92cf856"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:af156e3388a650d4cba24450","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7da76b214b1349e9869b7ff9"],"subject_id":"aoa:aoa-techniques:artifact:7da76b214b1349e9869b7ff9","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3396,7 +3124,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:56e4546d9253f9be29186d81"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3c6d32b3db38868d3adff459","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7ef8f036363e74378f8caf00"],"subject_id":"aoa:aoa-techniques:artifact:7ef8f036363e74378f8caf00","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c8a0060b9d6d9ba930622821"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:142de05c5bfeffb8e0487088","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7ef95db62e01536cda74a7e0"],"subject_id":"aoa:aoa-techniques:artifact:7ef95db62e01536cda74a7e0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6975905886cf49f4ea8e723c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c48f9cc13ab79530eaeae779","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7efe33e274bcc442f46d76ea"],"subject_id":"aoa:aoa-techniques:artifact:7efe33e274bcc442f46d76ea","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5b995f4e6c1326398bdf4cd8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7b3dfa68bebb5faa6cc24297","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601"],"subject_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e9c47aa668609e42fa69e19b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:98557b1835530720b9bd5110","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7f1444cb7f979b045779c2e9"],"subject_id":"aoa:aoa-techniques:artifact:7f1444cb7f979b045779c2e9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:41a91dc10d6f826c31a2daf5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:63a2957a0efcf7306c79c7a8","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7f3fe599a123e12c31dbd6ea"],"subject_id":"aoa:aoa-techniques:artifact:7f3fe599a123e12c31dbd6ea","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:53dfebd8df81ed1ae411f67d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:45a9864997b6ca9067ce27c2","object":{"kind":"literal","value":"parts"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:7f54be3138b924b6fbfa62f2"],"subject_id":"aoa:aoa-techniques:artifact:7f54be3138b924b6fbfa62f2","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3426,7 +3153,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a3b573d5b574941c3cb54f45"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:40907ff3dfe58b77219acf21","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8179f37303356b0948d9c933"],"subject_id":"aoa:aoa-techniques:artifact:8179f37303356b0948d9c933","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b050ef8987d40a362d8adff8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d34edc69c22764e57759be21","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:81d7516fc77abc81b4b2f7b6"],"subject_id":"aoa:aoa-techniques:artifact:81d7516fc77abc81b4b2f7b6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2d84b3f77b5255d5a732bd2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9f68ae8e339128ede01713f8","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8211941d79dcf3f938c3c0d6"],"subject_id":"aoa:aoa-techniques:artifact:8211941d79dcf3f938c3c0d6","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:64edd1d3011388027cef1d7d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3ef74502c8d37d2eae438d98","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c"],"subject_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1c669e9afd690688d1454271"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b40da0c498fc5b447439817a","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:824946171e82d0b0cf7a6c9e"],"subject_id":"aoa:aoa-techniques:artifact:824946171e82d0b0cf7a6c9e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:415f166dadce2da3f1bd713f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:51775429382ada913c997095","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:825255f117845ba2e37f9964"],"subject_id":"aoa:aoa-techniques:artifact:825255f117845ba2e37f9964","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35dfbd477f6c695cb4a1cd5b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:836b321ba23ac2e15fc58cec","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:826a48b3b0f7fffbdf21d94d"],"subject_id":"aoa:aoa-techniques:artifact:826a48b3b0f7fffbdf21d94d","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3507,7 +3233,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d360929657312e978b635ebb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:733496f165f7747e2c5a14d2","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8a161d03b5adda9f47e974f9"],"subject_id":"aoa:aoa-techniques:artifact:8a161d03b5adda9f47e974f9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a8e5e1d1f5f50c4c308372e8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e7eda81418d30478ebc24369","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8a27cc775a1c12f821a9ec82"],"subject_id":"aoa:aoa-techniques:artifact:8a27cc775a1c12f821a9ec82","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a8e5e1d1f5f50c4c308372e8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:db87b8702c6a99d9a83c23c3","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8a27cc775a1c12f821a9ec82"],"subject_id":"aoa:aoa-techniques:artifact:8a27cc775a1c12f821a9ec82","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:17eede8e1ea204f728dad114"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c3e7bb1d33c01180e0514a25","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a"],"subject_id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6e660002df4e4fbe4cf8e67"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:45ff8b9cdabf09157a6ab931","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8a47b6fe523961d9a211829f"],"subject_id":"aoa:aoa-techniques:artifact:8a47b6fe523961d9a211829f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f351c6c5890df764875ac6c2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2c37b64ad3afa3780239b850","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8a4956fcb14aa396d0c996e1"],"subject_id":"aoa:aoa-techniques:artifact:8a4956fcb14aa396d0c996e1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e3dd9a43b7f6089811ca3814"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6b194977eb47c9068fecefc1","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8a4bf6cbf0b0b17588e64529"],"subject_id":"aoa:aoa-techniques:artifact:8a4bf6cbf0b0b17588e64529","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3540,7 +3265,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:962e5fbb3c4d50c4a14d5318"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d84baff845cbb81a864e3031","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8d09a11ed735d24c0227a926"],"subject_id":"aoa:aoa-techniques:artifact:8d09a11ed735d24c0227a926","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2792e777e5688ad51226131f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6839a45de028311b8c858ffc","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8d203d23eef6ff47e8bd6755"],"subject_id":"aoa:aoa-techniques:artifact:8d203d23eef6ff47e8bd6755","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f5ddb8aaab5c80465f527b2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1aa27909208789aa28ad2ffc","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8da191a41a5772fed0590bf9"],"subject_id":"aoa:aoa-techniques:artifact:8da191a41a5772fed0590bf9","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bbc10d00a81b44502e34f378"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bb43ab302dcd534ecf94ae70","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2"],"subject_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c2794d35d391c05cae798ce6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0d91e7f901ebf62ca7d2f408","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8dbbfaebecce23663f764e20"],"subject_id":"aoa:aoa-techniques:artifact:8dbbfaebecce23663f764e20","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09cf3eb855544e96edd2a660"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e2acf27d87c151f239da9c4f","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8dd4007d37a940777959c8cd"],"subject_id":"aoa:aoa-techniques:artifact:8dd4007d37a940777959c8cd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09cf3eb855544e96edd2a660"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3edc7b5fb8aab9b4bc3e2cb3","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8dd4007d37a940777959c8cd"],"subject_id":"aoa:aoa-techniques:artifact:8dd4007d37a940777959c8cd","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3574,10 +3298,8 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:325cde44747c059844314412"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a94b5c214aeee546bfe29fd8","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8f8828ff92102449019a648c"],"subject_id":"aoa:aoa-techniques:artifact:8f8828ff92102449019a648c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b7666ef2104d232a3d6d0da"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9f69fbb014e4938ecbb4715d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8fa5e1eaf4444e59608238e5"],"subject_id":"aoa:aoa-techniques:artifact:8fa5e1eaf4444e59608238e5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c878897a98cbdaa8fb45b8c1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0dc2901b09a47fddb2d5c390","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8fb6b3d9218473df15d7206c"],"subject_id":"aoa:aoa-techniques:artifact:8fb6b3d9218473df15d7206c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:81e751c5767d42cef22832dd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0dfd87effdfe917fc4f4ed7b","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012"],"subject_id":"aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:45133b63935581e72ef1883d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4918542f6767518d09e52ab7","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57"],"subject_id":"aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:45133b63935581e72ef1883d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:73177dc7c159c6d9ea589a4e","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57"],"subject_id":"aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bdfbc9e45f97cdf55479ac8e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:373ba548eb74e638e56f0db4","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371"],"subject_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd15688fd11d8865397fc358"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:91b5329e51e14fa38c76c375","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:8ff5a9f5173769725321540e"],"subject_id":"aoa:aoa-techniques:artifact:8ff5a9f5173769725321540e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bf297467bd18e3f905f8cded"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:15a468b1c8a52b611bbe3d92","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:90067aff1a4f98e3aff450cb"],"subject_id":"aoa:aoa-techniques:artifact:90067aff1a4f98e3aff450cb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bf297467bd18e3f905f8cded"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6b0d0d1ff91fd32637fad0b3","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:90067aff1a4f98e3aff450cb"],"subject_id":"aoa:aoa-techniques:artifact:90067aff1a4f98e3aff450cb","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3601,8 +3323,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:415cd89d83e8c0e99b80ee5c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ba0d84223cc6db5ff3870bb9","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:92582e86226a42808b829ebc"],"subject_id":"aoa:aoa-techniques:artifact:92582e86226a42808b829ebc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d3985e152027b2feb03ed79"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4a130f5d31c404f891143f7e","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:92a8c606225ec60a84f0fda0"],"subject_id":"aoa:aoa-techniques:artifact:92a8c606225ec60a84f0fda0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d3985e152027b2feb03ed79"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:573653fc16129990f2b91f02","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:92a8c606225ec60a84f0fda0"],"subject_id":"aoa:aoa-techniques:artifact:92a8c606225ec60a84f0fda0","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6659225f5859ad8c1219bf21"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a6b4343320d6afb81d848f7f","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:92aeef15523edbae37688e32"],"subject_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:310f6aec958b8c0aac4948c0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5c1cedbc2a61462a63c551c4","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994"],"subject_id":"aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:646ea72b4ab3140409bfa77e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:07397a645494da45a6a3ccce","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:92f6cb933d1234200cf42296"],"subject_id":"aoa:aoa-techniques:artifact:92f6cb933d1234200cf42296","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7ef31bfa7ef5f4b5817d2abb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7c55e9314bbcf4f3e730baec","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9347f36b72284c1dc85d2b95"],"subject_id":"aoa:aoa-techniques:artifact:9347f36b72284c1dc85d2b95","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2aed6204874d78943cb88c4b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d054a9b82b737f5df5629472","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:93726270ba3ddfca31de58fe"],"subject_id":"aoa:aoa-techniques:artifact:93726270ba3ddfca31de58fe","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3619,14 +3339,12 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9fd2fc410f1a4a37c35980e8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:732574386862d43a63e11c9f","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:949bc46940b1b8c699a2aaa5"],"subject_id":"aoa:aoa-techniques:artifact:949bc46940b1b8c699a2aaa5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5d36ed9a80c6b5ef3346805f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:122da97d6a377b069cba79c3","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11"],"subject_id":"aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5d36ed9a80c6b5ef3346805f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4ab691eb707f22cef24b67c4","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11"],"subject_id":"aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fd47261ae69f50158f266544"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:80366cc300a9409eef59af2d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa"],"subject_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c04822693c08464320df0a15"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:363ab81ae9ec5f75db1056ad","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:94cbef610d385b14bab6cbf6"],"subject_id":"aoa:aoa-techniques:artifact:94cbef610d385b14bab6cbf6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:29421ac62c907187825bb3da"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b78bd418b6745cda9e80cb50","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:94cf308154b3a9f19d80e58d"],"subject_id":"aoa:aoa-techniques:artifact:94cf308154b3a9f19d80e58d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8c542cc085596e1d54b5882e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:34dfcc236a4e2343fdb9b6ca","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:94d9a356e6be9c1ac02d7cff"],"subject_id":"aoa:aoa-techniques:artifact:94d9a356e6be9c1ac02d7cff","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c32ad8f164c446aceda8e69d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:103a3795d3cdf96f35cbfe37","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:94dddaae2a2489acca6c5dc0"],"subject_id":"aoa:aoa-techniques:artifact:94dddaae2a2489acca6c5dc0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d70740b766f3ce0b887c5360"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dae5f00eb00fc5c2ab637295","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9514bee0581fa398d68a2ea7"],"subject_id":"aoa:aoa-techniques:artifact:9514bee0581fa398d68a2ea7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e4bc5f376db8430703b97fd4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ee47ee5e7574c36912ae8e48","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:953aa38f18288b54eece690b"],"subject_id":"aoa:aoa-techniques:artifact:953aa38f18288b54eece690b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2a634d293abbb173a08db854"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fd412d32a00282bc5c97fd2a","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8"],"subject_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6dc336494775ac3a4e2cdfe3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:aa0d566201bb13ca3e206a61","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba"],"subject_id":"aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6dc336494775ac3a4e2cdfe3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a67d8c3bf6f36182db33287d","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba"],"subject_id":"aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7de2877f66a048362bc5fe24"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f7f072b428ba24ed6e45d058","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:958c2e969ffe8a2e5f0e5d9e"],"subject_id":"aoa:aoa-techniques:artifact:958c2e969ffe8a2e5f0e5d9e","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3716,7 +3434,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef6798235c7a956b46c1400c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e62d2697f6fd930ffa367c46","object":{"kind":"literal","value":"mechanic_part"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9dd4729f5086cc2ccb7e90a1"],"subject_id":"aoa:aoa-techniques:artifact:9dd4729f5086cc2ccb7e90a1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4ead9cf657de60c2517d354f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bd4f2795dfe05b6e42d050de","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c"],"subject_id":"aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4ead9cf657de60c2517d354f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:22976a015bd9f0173914eb81","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c"],"subject_id":"aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:79b77475e880b10e34c9194f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8a90ce2a29fd35ffa1d634c8","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696"],"subject_id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:477f9f4fe7b222223c008507"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8800277a3dce12f8af0dabdc","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9e94373a05e4565c0e6df60c"],"subject_id":"aoa:aoa-techniques:artifact:9e94373a05e4565c0e6df60c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:669654784ff3aacf80d98cbd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:856bfbc5b99a3074b3e0e5c6","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9e9466158949a19e42bd7d27"],"subject_id":"aoa:aoa-techniques:artifact:9e9466158949a19e42bd7d27","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:669654784ff3aacf80d98cbd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4a5e10d6c067eebd78553120","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:9e9466158949a19e42bd7d27"],"subject_id":"aoa:aoa-techniques:artifact:9e9466158949a19e42bd7d27","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3762,12 +3479,10 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:307b666103ba6f3d53b0354a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:97dccf6f96464a59abe20f9c","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a30377afed4eebade38c0468"],"subject_id":"aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cae0e1336bb3f7bfd4f449fc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4f221b9ce6d57e037ab43d5e","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a309ed4b54dd6bf2d57add14"],"subject_id":"aoa:aoa-techniques:artifact:a309ed4b54dd6bf2d57add14","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cae0e1336bb3f7bfd4f449fc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4893616fe660529f8081d6e3","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a309ed4b54dd6bf2d57add14"],"subject_id":"aoa:aoa-techniques:artifact:a309ed4b54dd6bf2d57add14","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:77dd3e829108b1464f95adfb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:be678d9509e8ac93ad5b50dc","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1"],"subject_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fd7167e14f381bdada2e9a3d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:71521ba56b6943f2e5b6ebca","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a3458368e0602165032513fb"],"subject_id":"aoa:aoa-techniques:artifact:a3458368e0602165032513fb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fd7167e14f381bdada2e9a3d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fa029078243c4500cb0cb9c7","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a3458368e0602165032513fb"],"subject_id":"aoa:aoa-techniques:artifact:a3458368e0602165032513fb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:383f989f176a03d90938186c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2ab6ac2ddf691c207ed02e97","object":{"kind":"literal","value":"roadmap"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a38eac462abd74917c9aa231"],"subject_id":"aoa:aoa-techniques:artifact:a38eac462abd74917c9aa231","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:383f989f176a03d90938186c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d28de274ceee59f18e0ec846","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a38eac462abd74917c9aa231"],"subject_id":"aoa:aoa-techniques:artifact:a38eac462abd74917c9aa231","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:73cb1a4f4ffe3a405d43ac28"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5e489bbb2265a601bfb37e01","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63"],"subject_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cbea0846087a6cef8f4976da"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0d11662ee3b96cac8e7121d8","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a46ee9677af6f31767497cfc"],"subject_id":"aoa:aoa-techniques:artifact:a46ee9677af6f31767497cfc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:25e014d654459c793aebdc4a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b7870c10fdfbbe6a6bec6859","object":{"kind":"literal","value":"mechanic_part"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a48341531e1bf6275aaddcce"],"subject_id":"aoa:aoa-techniques:artifact:a48341531e1bf6275aaddcce","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:85ff385f53da5901b0de1ab2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8eadc70f2efb365cdff3be6c","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a490f9083c061742442c76f1"],"subject_id":"aoa:aoa-techniques:artifact:a490f9083c061742442c76f1","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3790,7 +3505,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:45e2aa2d646982932be117c5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:381b1dd7aa4a3fed932f530f","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a645a53577db8efd068433c5"],"subject_id":"aoa:aoa-techniques:artifact:a645a53577db8efd068433c5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cfefbb491362bac257a30a14"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a05033130741f4198698ee3e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a64caec5b64873baeb0944dc"],"subject_id":"aoa:aoa-techniques:artifact:a64caec5b64873baeb0944dc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5aed49dee483b72c8b8c5271"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:01eb61afcc7c60b592a4534b","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a66988f50dae52b2644c3666"],"subject_id":"aoa:aoa-techniques:artifact:a66988f50dae52b2644c3666","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:21cb757f92ee0136a08c2047"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:597d194d269279afb4ff3f3a","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5"],"subject_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72c4a22c66cdc98830ad45e1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a664c6420d2c70240b1cf24c","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a68947b3a5a15b49d800d9fc"],"subject_id":"aoa:aoa-techniques:artifact:a68947b3a5a15b49d800d9fc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a84010e011d5cbdec1625bb6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fe76e5cd9f49e3ea6ea373c4","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a694fe764a34559d55786e26"],"subject_id":"aoa:aoa-techniques:artifact:a694fe764a34559d55786e26","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a84010e011d5cbdec1625bb6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:aaf3ad1fc5f4bdd97d71b997","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a694fe764a34559d55786e26"],"subject_id":"aoa:aoa-techniques:artifact:a694fe764a34559d55786e26","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3830,7 +3544,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:38f7bcd7b44c53dd2ac23a8a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3a4eed972bd242d8525f3a2d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:a9f007a968ec11629a053d01"],"subject_id":"aoa:aoa-techniques:artifact:a9f007a968ec11629a053d01","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d13e600fffb03bebc1c3cfac"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d8dae5cd287306e1644d4e5b","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aa31c94ff2ceae6a801d1098"],"subject_id":"aoa:aoa-techniques:artifact:aa31c94ff2ceae6a801d1098","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d51db91846c21574e88037e5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7dff5c3f395e18e404628f60","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aa33c2994f5eb661cbbf093b"],"subject_id":"aoa:aoa-techniques:artifact:aa33c2994f5eb661cbbf093b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de0c908f58373d14174eba50"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4f47e6d98253aa0c20e03b04","object":{"kind":"literal","value":"audit"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3"],"subject_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4c9f2677fe27740f2a4c4260"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:abdd76231d70f830f7d9edea","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aa4f952c2f85d5c66132d21a"],"subject_id":"aoa:aoa-techniques:artifact:aa4f952c2f85d5c66132d21a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bee9642b3b3068cae0573c74"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:378ab4b3a0ea0d290b795c9d","object":{"kind":"literal","value":"validation_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422"],"subject_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0523824e689a3fd4231cbf59"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6aa508d0242e8afa081d25bb","object":{"kind":"literal","value":"mechanic_part"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aab6fd5018245ef251fae0f3"],"subject_id":"aoa:aoa-techniques:artifact:aab6fd5018245ef251fae0f3","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3841,7 +3554,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:52603fde04d46bceacfa165e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:62fa692e85b4d7394b20a7c1","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ab38de2a8e2dae2b1a213192"],"subject_id":"aoa:aoa-techniques:artifact:ab38de2a8e2dae2b1a213192","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c37ddaa8897053b49c9bb296"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d64b964aaa331558b367c2ea","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ab54375914c6a23ced573aa9"],"subject_id":"aoa:aoa-techniques:artifact:ab54375914c6a23ced573aa9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c37ddaa8897053b49c9bb296"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:97a7f65ce53cfe7bf047f0b0","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ab54375914c6a23ced573aa9"],"subject_id":"aoa:aoa-techniques:artifact:ab54375914c6a23ced573aa9","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:146e08ab9b2543c41b3b9000"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:75444201e3a8b7ba940a8a5d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18"],"subject_id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8cf0f88821697b8fb23b716c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c35791c158fc0aa1521ea1cc","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ab869d595593a59d02d3c895"],"subject_id":"aoa:aoa-techniques:artifact:ab869d595593a59d02d3c895","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b253a863340466491b1b23a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:369b112b691c4cf980568b93","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aba405c32b985c0a2fa81085"],"subject_id":"aoa:aoa-techniques:artifact:aba405c32b985c0a2fa81085","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b253a863340466491b1b23a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:41fd380ce9a9d5590ee741cf","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aba405c32b985c0a2fa81085"],"subject_id":"aoa:aoa-techniques:artifact:aba405c32b985c0a2fa81085","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3871,8 +3583,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9ba7404f68690c34453e3a4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:98d6f4a596d722c0b46321cc","object":{"kind":"literal","value":"testing_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aecbbf32b8d43d6cf8d19a2b"],"subject_id":"aoa:aoa-techniques:artifact:aecbbf32b8d43d6cf8d19a2b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a7770e3fa7d78ebd58db5d38"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:85d45d1ca48863ff56f8e95c","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aecf3a2f534285bc2942494a"],"subject_id":"aoa:aoa-techniques:artifact:aecf3a2f534285bc2942494a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c27998397df04382316ca382"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:22755cf0757820de2f1e83e7","object":{"kind":"literal","value":"builder"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:aee5423505b305c139ad9433"],"subject_id":"aoa:aoa-techniques:artifact:aee5423505b305c139ad9433","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fbe51c1758e1b5fb3e53b942"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:75ca7025e258a8342a03b2c1","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63"],"subject_id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:901ebe884eb24a6de300bb9d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:efffe9caa0e905de792149e5","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa"],"subject_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3451385aaf7fe495cd288462"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6e30654cbd3484548b9f219e","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b06f4f620e0692b0c9a33d83"],"subject_id":"aoa:aoa-techniques:artifact:b06f4f620e0692b0c9a33d83","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3451385aaf7fe495cd288462"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:559f1f7771fdc6ea10d8982b","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b06f4f620e0692b0c9a33d83"],"subject_id":"aoa:aoa-techniques:artifact:b06f4f620e0692b0c9a33d83","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2eabda5b60ef92690ec5584"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6eafe529bcdb9ef36e70774a","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b0acf9a0cd3ef34704ab6b29"],"subject_id":"aoa:aoa-techniques:artifact:b0acf9a0cd3ef34704ab6b29","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3896,7 +3606,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8fd506b90aee538356b1d5dc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e0d7e817ae26603660463a4d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b3300e2dfe4e69b2fc21ebbf"],"subject_id":"aoa:aoa-techniques:artifact:b3300e2dfe4e69b2fc21ebbf","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:12dc6dd6232f9b669229c458","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b335630551682c19a781afeb"],"subject_id":"aoa:aoa-techniques:artifact:b335630551682c19a781afeb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e2d2656ebd70ba8f987c4e0d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:824bbf17f7f0305db55ddff7","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b35aa5eb0153d5e706f8dcd5"],"subject_id":"aoa:aoa-techniques:artifact:b35aa5eb0153d5e706f8dcd5","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a87aeab7ae40331d01996f23"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a6133a4d9d3123bfebf42096","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7"],"subject_id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4a2ccf67a4b2a16b609e85b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:24ddea1ce551b33bb74ea582","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b405d48583616d4c42be4796"],"subject_id":"aoa:aoa-techniques:artifact:b405d48583616d4c42be4796","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d86d2f6660ebdfc3a68b6a6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c3efc3444770169f9df44810","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b413ddac4ffb4643819d5b9a"],"subject_id":"aoa:aoa-techniques:artifact:b413ddac4ffb4643819d5b9a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72fe7d00090431aed1044af0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bb83d662861573a09a1114d3","object":{"kind":"literal","value":"validator"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b4260ef3235bf666c0f5e048"],"subject_id":"aoa:aoa-techniques:artifact:b4260ef3235bf666c0f5e048","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3919,7 +3628,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:293c9ad39c87037d7f9ac328"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c8d2ac8b5a389c56fd374a01","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b600a1d8637db6c49b14dc52"],"subject_id":"aoa:aoa-techniques:artifact:b600a1d8637db6c49b14dc52","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:556368da8868e90bcb949c2d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:521f99fcd500cd1b3ef7ade0","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b63c0a6d76e49b12bac4dd22"],"subject_id":"aoa:aoa-techniques:artifact:b63c0a6d76e49b12bac4dd22","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7bee7c687c38790e83db7d36"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2acaa11cb5b5540049bfa7fb","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b6995ea63ebb742733630b70"],"subject_id":"aoa:aoa-techniques:artifact:b6995ea63ebb742733630b70","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:91b348edfba7d8ba4eb2350f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:24157400e203f455ab85af59","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9"],"subject_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e4930a74bbd2b14094546ba1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1b9d4787d8071848fb4fe0d1","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b7567a91dd210d6a04eff7a8"],"subject_id":"aoa:aoa-techniques:artifact:b7567a91dd210d6a04eff7a8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e4930a74bbd2b14094546ba1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5acae205800a607105cc2ef3","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b7567a91dd210d6a04eff7a8"],"subject_id":"aoa:aoa-techniques:artifact:b7567a91dd210d6a04eff7a8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6730f2ba972d7e4b6e8556e8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9c4b1ea02441489b36c75d3d","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b77ebb6f44579ca40ca922fa"],"subject_id":"aoa:aoa-techniques:artifact:b77ebb6f44579ca40ca922fa","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3946,7 +3654,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b427604591becd5686656dcf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:314d897a27e77a857323d3cd","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b9252eec9ba4bc7770f204a0"],"subject_id":"aoa:aoa-techniques:artifact:b9252eec9ba4bc7770f204a0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a0ee1e54a7ea7a414d4ee42a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c887597c9d3f9d560ca96a60","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b96a94ddc4b5c4349ff4d1c0"],"subject_id":"aoa:aoa-techniques:artifact:b96a94ddc4b5c4349ff4d1c0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a0ee1e54a7ea7a414d4ee42a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:27d1604130dc10aeae670785","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b96a94ddc4b5c4349ff4d1c0"],"subject_id":"aoa:aoa-techniques:artifact:b96a94ddc4b5c4349ff4d1c0","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bc266cb04785c75c388f3960"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3a15bdad66352625a18b900a","object":{"kind":"literal","value":"script"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd"],"subject_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:af208d738ac153376f58b383"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5e7388b3c4ba5e3886302a38","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b980255ccdffe25aa3426965"],"subject_id":"aoa:aoa-techniques:artifact:b980255ccdffe25aa3426965","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d9b3b17a48efa6ec8846451"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9ce3250c60fd0817935cba20","object":{"kind":"literal","value":"part_schema"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:b9df735df304f8d8810a6977"],"subject_id":"aoa:aoa-techniques:artifact:b9df735df304f8d8810a6977","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:537361e02526bb363dcfd3b7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:536bf491f035a7b009b533b4","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ba2860101181a093316d8cba"],"subject_id":"aoa:aoa-techniques:artifact:ba2860101181a093316d8cba","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3974,14 +3681,11 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c325ac7872a4018aa16a4bc4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:273c5a15fb0f4970e559845f","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bc8dcfd5133139fbac797cd3"],"subject_id":"aoa:aoa-techniques:artifact:bc8dcfd5133139fbac797cd3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c25c1a92122af796072b8399"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:67b0471e7d1d8d40991524ad","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4"],"subject_id":"aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c25c1a92122af796072b8399"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d0ff98e443d0888a2d86b331","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4"],"subject_id":"aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:082a5ef4d07a2dea7b4895b5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2603e384405625b09133321b","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2"],"subject_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e97086c30ae980769943e4ea"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bce5f7de7ab4559d4d490e07","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bcc6b9308c7b94d25953428e"],"subject_id":"aoa:aoa-techniques:artifact:bcc6b9308c7b94d25953428e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d3e34b2df38ee20e091676e0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a1d3e28ae67829029a83118b","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a"],"subject_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0bc0dc0a96b74bd1b64768ed"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1a97086a39d99faa76c29f4a","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bcd6ec85336f979f0d4caa74"],"subject_id":"aoa:aoa-techniques:artifact:bcd6ec85336f979f0d4caa74","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f1cc87617e6f09446659cb48"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:25133f82e70748019818cc44","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19"],"subject_id":"aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b08d56465b2d9ededaf44c73"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7702ebd80d0b78b9d3c3ed2e","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bd309b4a03d91b8b24030b00"],"subject_id":"aoa:aoa-techniques:artifact:bd309b4a03d91b8b24030b00","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b08d56465b2d9ededaf44c73"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dd31c24e980f17f103a2b2ac","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bd309b4a03d91b8b24030b00"],"subject_id":"aoa:aoa-techniques:artifact:bd309b4a03d91b8b24030b00","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5caa4d4638e9b3eedb79e9c1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ef44a0fddcf9fab0188d4848","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76"],"subject_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e3bf5be958a36e53a113989c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:acaedd101022455578dfad6c","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bd4930253d43bf291c12cfea"],"subject_id":"aoa:aoa-techniques:artifact:bd4930253d43bf291c12cfea","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e3bf5be958a36e53a113989c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a7244f81ec91d8c29be4889e","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bd4930253d43bf291c12cfea"],"subject_id":"aoa:aoa-techniques:artifact:bd4930253d43bf291c12cfea","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2418a8dbcf2d45101d7c65da"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:73fec97eb13e7f19357354f3","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bd66423ecfd73b7225df0bd5"],"subject_id":"aoa:aoa-techniques:artifact:bd66423ecfd73b7225df0bd5","temporal_ref":"current","trust_ref":"deterministic"}, @@ -3992,7 +3696,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3bf57df8f3dfd94febfaf59b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0f1082bb94f15be8c77fe9da","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bde1351794bef79b7f019387"],"subject_id":"aoa:aoa-techniques:artifact:bde1351794bef79b7f019387","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c2f5aead16c46b7f28acefa"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:64c18865a83e5b0b402257c1","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bdfc4c1d74db1011b2f89389"],"subject_id":"aoa:aoa-techniques:artifact:bdfc4c1d74db1011b2f89389","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d41e21a6368b04ed1c083206"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c3132e5c1b1f456664c220a8","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:be8edae27d92b7d79db001d3"],"subject_id":"aoa:aoa-techniques:artifact:be8edae27d92b7d79db001d3","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:469f2d718ac0503c1b3f57cd"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0a83ddb398e183fc98235438","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0"],"subject_id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:961c7c7ec36395edbd8dcde3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:83444ba74577ccfb30adef98","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bee43c9116167bc6c5b18d53"],"subject_id":"aoa:aoa-techniques:artifact:bee43c9116167bc6c5b18d53","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:961c7c7ec36395edbd8dcde3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:af328fe02f73a40ab94f2b34","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:bee43c9116167bc6c5b18d53"],"subject_id":"aoa:aoa-techniques:artifact:bee43c9116167bc6c5b18d53","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:04ffbdc94e5bec6fa3068db2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4fd3479c865618f15d3fc63a","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:beed97b222ffc5cb21c19fd8"],"subject_id":"aoa:aoa-techniques:artifact:beed97b222ffc5cb21c19fd8","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4028,7 +3731,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:727d33a82b2446eb09575281"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2052a39215bf727c6c0c3ebf","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c18c15d5b53aea9cb2b86585"],"subject_id":"aoa:aoa-techniques:artifact:c18c15d5b53aea9cb2b86585","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:81473efd0359cc95cc560a5d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3d2a24737914fe42f96dc954","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c1a4e98f1d1d92eb729e83f1"],"subject_id":"aoa:aoa-techniques:artifact:c1a4e98f1d1d92eb729e83f1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:81473efd0359cc95cc560a5d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:20e7320b37efc4e68d3004a2","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c1a4e98f1d1d92eb729e83f1"],"subject_id":"aoa:aoa-techniques:artifact:c1a4e98f1d1d92eb729e83f1","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3d935855c087ec511fb9996"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:39d6b5bcd71be86401f1dabd","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3"],"subject_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:82e399eff7264e859ebe8da4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:290e81ea330ef34d3a4b0a9b","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c1dea42f912add6a5ee89eff"],"subject_id":"aoa:aoa-techniques:artifact:c1dea42f912add6a5ee89eff","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35ee34b399537f4576d91f7c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dc599605ff8618c644374dc3","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c20a86af7f98b2b8796f43ca"],"subject_id":"aoa:aoa-techniques:artifact:c20a86af7f98b2b8796f43ca","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7885c0d8447c8bc1bd694169"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:78c2e5e6131a7cb601d59410","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c22365bfe21f4088faecb4e9"],"subject_id":"aoa:aoa-techniques:artifact:c22365bfe21f4088faecb4e9","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4063,7 +3765,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:82f90d940e3522e1df53473f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:de5a8ebb2a6bb63b7a34ad44","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c59f4287b9e3a72be88c9eaa"],"subject_id":"aoa:aoa-techniques:artifact:c59f4287b9e3a72be88c9eaa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:82f90d940e3522e1df53473f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a1dbd542d57eee5a93defab0","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c59f4287b9e3a72be88c9eaa"],"subject_id":"aoa:aoa-techniques:artifact:c59f4287b9e3a72be88c9eaa","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a40f948a2f14880f5d3f23db"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:28ea472c4fb9559e98c1579d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c5da8e93cf4f721fb78d38d5"],"subject_id":"aoa:aoa-techniques:artifact:c5da8e93cf4f721fb78d38d5","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08d7a90da0720a6b58ce9f36"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0575c8986be1a8652e27f4c8","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4"],"subject_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3fdeaf0c9f48bdfd93f1a950"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c9869022f438ac3f3c95662e","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c63cbc592f8acc944ef7e361"],"subject_id":"aoa:aoa-techniques:artifact:c63cbc592f8acc944ef7e361","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3fdeaf0c9f48bdfd93f1a950"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:106aaed4e07318f6156cb996","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c63cbc592f8acc944ef7e361"],"subject_id":"aoa:aoa-techniques:artifact:c63cbc592f8acc944ef7e361","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7d09a905624f002d261fc6e1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3b8002df0cfd38016419cd1e","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c64f07789c9e121df3ccfa7f"],"subject_id":"aoa:aoa-techniques:artifact:c64f07789c9e121df3ccfa7f","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4090,7 +3791,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:381ef056122e7b5c73e512fe"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b6975ac32334cdee0032f4c1","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c8715026b23c015c887a3939"],"subject_id":"aoa:aoa-techniques:artifact:c8715026b23c015c887a3939","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e56f99c97c51cb82c1ed5a2e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d7ef35617dcfd44dffcceee7","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c88f740eff65fa6be82170d1"],"subject_id":"aoa:aoa-techniques:artifact:c88f740eff65fa6be82170d1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35b718f92aa8648b6c366472"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:268bd0bdcbc08226f51ff63e","object":{"kind":"literal","value":"mechanic_part"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3"],"subject_id":"aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a84ff848bbc14cda817c4529"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:000a15962b16abe57dfc7177","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a"],"subject_id":"aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c11e7cff94d12e3a69b60e6d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c297628cc0055f75c6293f97","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c8db22f75dfca2919eb1b99e"],"subject_id":"aoa:aoa-techniques:artifact:c8db22f75dfca2919eb1b99e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ce8b38be1d2c86cd81e52334"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8638271b6ac110aeebe30a41","object":{"kind":"literal","value":"lane_entrypoint"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c8ebeae9a0d4391625d71641"],"subject_id":"aoa:aoa-techniques:artifact:c8ebeae9a0d4391625d71641","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3534b4a1c1a9d89f237d7101"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6db2fa1145604adbbc2e0537","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c8ec38695eef7de79426396a"],"subject_id":"aoa:aoa-techniques:artifact:c8ec38695eef7de79426396a","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4100,7 +3800,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2c9fbd758995bbbd5acbbba"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bfb30351e2a8c69cf7938455","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c93a23226c6e8a5c002e4bfe"],"subject_id":"aoa:aoa-techniques:artifact:c93a23226c6e8a5c002e4bfe","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c5cdecdfd46fc7677892c7ce"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2af281baa0c322da967b3c10","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c94ef5e66eca0a15bb6eeee9"],"subject_id":"aoa:aoa-techniques:artifact:c94ef5e66eca0a15bb6eeee9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:61a13410933f0cb278b73b4e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a0cb967909f2882a74178604","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c96b85c59264a6b27c7a061b"],"subject_id":"aoa:aoa-techniques:artifact:c96b85c59264a6b27c7a061b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6cf2214359f5c329d8bd7342"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:15099a977abb3a1ca315cedb","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c98d789b44379065c822a18b"],"subject_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:29253b842fc7766d13788f65"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3953fe2aaef9f02c9fadbade","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c9adb406913b554d45288650"],"subject_id":"aoa:aoa-techniques:artifact:c9adb406913b554d45288650","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:29253b842fc7766d13788f65"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d435369cebc26fb3e0fc7949","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c9adb406913b554d45288650"],"subject_id":"aoa:aoa-techniques:artifact:c9adb406913b554d45288650","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:64eb500dcbaf7ca620553a74"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3174070909019bedfa302fbf","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:c9c3ccef94c626ddbe178f9a"],"subject_id":"aoa:aoa-techniques:artifact:c9c3ccef94c626ddbe178f9a","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4129,8 +3828,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89faf2102a33eb93ea1d7dc6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:426d9f5e18effaaa066458e9","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25"],"subject_id":"aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bec9b219e1e05fee0d16a32f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9f36cf9b3549e1190a60bb7f","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cbbc0b435dd969dd5416049f"],"subject_id":"aoa:aoa-techniques:artifact:cbbc0b435dd969dd5416049f","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:36eccdff908fb416199256ba"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8758b6e52c8f2296c2cfa0d6","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cbd841d57bc111b569ff4f3a"],"subject_id":"aoa:aoa-techniques:artifact:cbd841d57bc111b569ff4f3a","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4e71e9a942df8b10f7a3d0c4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7c3b0ae95da463cae5c3b380","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016"],"subject_id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55d1dd4d206d760f3baf9ecb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3612f19843f5fe3d20336fca","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e"],"subject_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5ddeac9e9e4e87d227a4f1db"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3bfe8319ab06999932809f90","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cc4a61a4cb72286efc062e32"],"subject_id":"aoa:aoa-techniques:artifact:cc4a61a4cb72286efc062e32","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5ddeac9e9e4e87d227a4f1db"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:63ab0c045c617596969eac9e","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cc4a61a4cb72286efc062e32"],"subject_id":"aoa:aoa-techniques:artifact:cc4a61a4cb72286efc062e32","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:33e9d45362a2c7b7b52d633d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0b6bf33cfa2ccec290712824","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cc695f3a7df6fba3dcbadb9e"],"subject_id":"aoa:aoa-techniques:artifact:cc695f3a7df6fba3dcbadb9e","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4153,7 +3850,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:622c2ed87bf3e15beced45f4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:db54e347f8e15c0d55390077","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cd9981b6c3fb400a556d5263"],"subject_id":"aoa:aoa-techniques:artifact:cd9981b6c3fb400a556d5263","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b05edb2b8c320f8aecc2d6c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7599ab00ef2bdfea52c3e88e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cd99f5804a59445147ce48b0"],"subject_id":"aoa:aoa-techniques:artifact:cd99f5804a59445147ce48b0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd1484adae1c5dc5da8ad538"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0a3232b3510eb2b9a553862a","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f"],"subject_id":"aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7d0274677e27b3ec6286e4be"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:17354528c74889f28dd25922","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff"],"subject_id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d55f41575ba494ef7ff59a3b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6ce2867ba3700f453cd9aca4","object":{"kind":"literal","value":"parts"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cdd82edf1334fed2c0280ed2"],"subject_id":"aoa:aoa-techniques:artifact:cdd82edf1334fed2c0280ed2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d55f41575ba494ef7ff59a3b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9e2ca1b34cc33b1c245f5a09","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:cdd82edf1334fed2c0280ed2"],"subject_id":"aoa:aoa-techniques:artifact:cdd82edf1334fed2c0280ed2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4e1f02a091ae714ff38626ce"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:42f4d3c2e485088994137fb1","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ce0aa837603efb0c1f02e766"],"subject_id":"aoa:aoa-techniques:artifact:ce0aa837603efb0c1f02e766","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4189,7 +3885,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c78d1f6761f563cb12c77eb4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f8aad2423484cb868f3849cf","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d106030ab1130d4f8f6fa6e0"],"subject_id":"aoa:aoa-techniques:artifact:d106030ab1130d4f8f6fa6e0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:db839bae3840f6a898646c94"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8603bc9b6b3a1f3091325648","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d12aa26831c85f258052bf63"],"subject_id":"aoa:aoa-techniques:artifact:d12aa26831c85f258052bf63","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:971d80591934dab19f7f8908"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cb440cee8349a5c0ff06cbf1","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d14d382a9e6e3ffd075b8f4c"],"subject_id":"aoa:aoa-techniques:artifact:d14d382a9e6e3ffd075b8f4c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:457dbfcaf85357bf35a25481"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b905c59456fa27d162039ed6","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e"],"subject_id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e03c4363ee68a475049a9b2c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7b7ca85d2800e9cfe13a3ab5","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d15b96316f61caee1ed82450"],"subject_id":"aoa:aoa-techniques:artifact:d15b96316f61caee1ed82450","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bb01040578683f99cd6e58cb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:755b83dbb46f95f024a35a15","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d1724b1d0fcb3bd4e94adfd5"],"subject_id":"aoa:aoa-techniques:artifact:d1724b1d0fcb3bd4e94adfd5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bb01040578683f99cd6e58cb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0492299fad6be8e7b481bf1c","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d1724b1d0fcb3bd4e94adfd5"],"subject_id":"aoa:aoa-techniques:artifact:d1724b1d0fcb3bd4e94adfd5","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4239,14 +3934,12 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9a832fd9956a7c36101d3fcf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:34f3b9c16c771f93b6292736","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d6b7371069c4cfdd137f0ebe"],"subject_id":"aoa:aoa-techniques:artifact:d6b7371069c4cfdd137f0ebe","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e70bf4851d8e35a142be7212"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:35961ef6b18be479eeac0814","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d6d89bc629ac65cb08f10b90"],"subject_id":"aoa:aoa-techniques:artifact:d6d89bc629ac65cb08f10b90","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e70bf4851d8e35a142be7212"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2e8d5ae2987d03c284dd091a","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d6d89bc629ac65cb08f10b90"],"subject_id":"aoa:aoa-techniques:artifact:d6d89bc629ac65cb08f10b90","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:28cb9d928b61c5c69febf227"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:aeac0a9476d340852136f842","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d"],"subject_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ccbe4ce08f4c033595dff580"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3ecbf25170e1980927c89fec","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c"],"subject_id":"aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:22275adf28216c001f24d12d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0e97404309fdca7bc63ac9b7","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d78e6281094ff359502f1037"],"subject_id":"aoa:aoa-techniques:artifact:d78e6281094ff359502f1037","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:edacd5200fa9a7728af93ba2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bdba5e4f210a39781fec483d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d79bbc61daf4c27940364142"],"subject_id":"aoa:aoa-techniques:artifact:d79bbc61daf4c27940364142","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a4dd627485f7420c375bce01"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:397fe0b7fecee777a8bbdc0d","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d7d27b6cbcd378c0f4287f09"],"subject_id":"aoa:aoa-techniques:artifact:d7d27b6cbcd378c0f4287f09","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:416748545decf30ec824fd5e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1ca89774984b3507884be8e0","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d838f876e1140d073c4004be"],"subject_id":"aoa:aoa-techniques:artifact:d838f876e1140d073c4004be","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8f25335c2d29136493b18811"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b73804994d7c34ea109b6ba1","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d83ba9311b34a68a0958680b"],"subject_id":"aoa:aoa-techniques:artifact:d83ba9311b34a68a0958680b","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3604d947bacbd2a53d9ed83e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b5c577d3a3ec1690442426cc","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88"],"subject_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9ae51442950a7f32beb9102c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:98322644993c83e82bf04318","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d9006d8efd96edd4ba0e4103"],"subject_id":"aoa:aoa-techniques:artifact:d9006d8efd96edd4ba0e4103","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:681aca2b3646711eada17940"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:adadc944a3835b631522047e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d926e30fcf2f4c7d77f936f1"],"subject_id":"aoa:aoa-techniques:artifact:d926e30fcf2f4c7d77f936f1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7e600921cf8ed59f7fe377f0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a49a587a57e4564e29bf4eed","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:d93e2b6d5fa37e2135d7c516"],"subject_id":"aoa:aoa-techniques:artifact:d93e2b6d5fa37e2135d7c516","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4263,13 +3956,11 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1bda813ab955cedbed270f03"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e59ca9f752c40c37a0bdaf3d","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:da13a2c7837d46ea017e3315"],"subject_id":"aoa:aoa-techniques:artifact:da13a2c7837d46ea017e3315","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8f12d665e6b23f8bb3bc52ea"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3b36464ff8da01e13cdaf2de","object":{"kind":"literal","value":"parts"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:da1e4d646a243e773637436c"],"subject_id":"aoa:aoa-techniques:artifact:da1e4d646a243e773637436c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8f12d665e6b23f8bb3bc52ea"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:953b8edbdc2d7da7e64412ac","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:da1e4d646a243e773637436c"],"subject_id":"aoa:aoa-techniques:artifact:da1e4d646a243e773637436c","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b23544bfd64771a11fe9223"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e9c42a2ea0054138199b82cd","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516"],"subject_id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c9a8eaecac36231a7a08d73b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ca5c936ba9c26bc762cb61f5","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91"],"subject_id":"aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c9a8eaecac36231a7a08d73b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:64b225b5f629e7d22d97ce27","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91"],"subject_id":"aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0627bb341f2d4e6097d71062"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fbd4b90b5da37433e0a7680b","object":{"kind":"literal","value":"audit"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:db835dab8287847fd7fdc6b6"],"subject_id":"aoa:aoa-techniques:artifact:db835dab8287847fd7fdc6b6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:780715be6297dd7326ae69a4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f836713172884948cf787e15","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:db92dedb125d092a31235918"],"subject_id":"aoa:aoa-techniques:artifact:db92dedb125d092a31235918","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:780715be6297dd7326ae69a4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:00c1a97c171c031c1c39ffbe","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:db92dedb125d092a31235918"],"subject_id":"aoa:aoa-techniques:artifact:db92dedb125d092a31235918","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:772a3300d2ae3ee9fced7a93"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8fd52f9751b0a1f37914c174","object":{"kind":"literal","value":"audit"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:db990ade493f9666f159a54c"],"subject_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:907d2c8ffe54ac1d43eae978"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2e1fabc0d280f7bb99aaa70f","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dbb8e1c98462d2210a69cafe"],"subject_id":"aoa:aoa-techniques:artifact:dbb8e1c98462d2210a69cafe","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:beb4d0e14503c5db83bb4f2f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2d38461c4f53e014c09c958b","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dc33ba3ce18b92060ea9a6d6"],"subject_id":"aoa:aoa-techniques:artifact:dc33ba3ce18b92060ea9a6d6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a1f351b3f1158faee768fa06"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f592768f11e2fe353f956d86","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dc34ea723155c6fdb5034c7d"],"subject_id":"aoa:aoa-techniques:artifact:dc34ea723155c6fdb5034c7d","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4287,7 +3978,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:399c8e5a91e13b810809aaed"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2dbac44175bf45270adad09c","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dd9fe94335e5abcd3334380e"],"subject_id":"aoa:aoa-techniques:artifact:dd9fe94335e5abcd3334380e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d7ae5d4e8127302b195db45"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b245434dac1f9e53eae80b77","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ddb6bac620811a3c85ccf4a4"],"subject_id":"aoa:aoa-techniques:artifact:ddb6bac620811a3c85ccf4a4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18c91a4c0d7b8f0585286af6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:17a883ccf254f50c7c5928ce","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ddb9e7c74b8e617d9837c530"],"subject_id":"aoa:aoa-techniques:artifact:ddb9e7c74b8e617d9837c530","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1930241d71de18bb23b5fe1e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cc9a1a308cc94f3a7bf0760d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c"],"subject_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a50cb68cf8f4516437e46f96"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:00a0769b4c47ac34d9323b4f","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dde9378751d78e4abe16be20"],"subject_id":"aoa:aoa-techniques:artifact:dde9378751d78e4abe16be20","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a50cb68cf8f4516437e46f96"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:098fa37e9d9c039c62ff3143","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dde9378751d78e4abe16be20"],"subject_id":"aoa:aoa-techniques:artifact:dde9378751d78e4abe16be20","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8cffae3dd67a16902fdb3e69"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d16134e5a0eed48c7bbf26df","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ddfcab62cbcdce5b474f6b6c"],"subject_id":"aoa:aoa-techniques:artifact:ddfcab62cbcdce5b474f6b6c","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4297,8 +3987,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dd79392542d90f268d527a6a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:45c9324d6200f6fae9fb39d2","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:de1eb0dbc443e0a8a09304ec"],"subject_id":"aoa:aoa-techniques:artifact:de1eb0dbc443e0a8a09304ec","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c4f6c00ae3db9159a1cb91c7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b0cc38196b6fbb221bf01c66","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e"],"subject_id":"aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c4f6c00ae3db9159a1cb91c7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3da5acb948bdf9169105c845","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e"],"subject_id":"aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7e17338e525e67df314cf500"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b9082a4ef3c4b02facc49ee0","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:de473d59fa624440029e1f16"],"subject_id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c93e6ecea8a8b364d103fc64"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cf7e23bfacdd5d6d197ef99d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559"],"subject_id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:91e8e8a20f8a83d94aff8a26"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3f325746c50c224d3181d376","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:de9e4c9bfdb0763a5d163e4a"],"subject_id":"aoa:aoa-techniques:artifact:de9e4c9bfdb0763a5d163e4a","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:63eee097c4c5795cfc6602b1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:54708bcb4b4b36a1d1e900ae","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:dee870525c9152444d13f9fe"],"subject_id":"aoa:aoa-techniques:artifact:dee870525c9152444d13f9fe","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:978e7a003effb0fd6154307c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:337ec11fffe0f0b7f1e18ece","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:df3dedeb399280a688945489"],"subject_id":"aoa:aoa-techniques:artifact:df3dedeb399280a688945489","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4320,9 +4008,7 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6fe38db7e6ebafe9de35f78c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:21c47927b91856111e3fb0ad","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e11893f78670fe6a60f52f34"],"subject_id":"aoa:aoa-techniques:artifact:e11893f78670fe6a60f52f34","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9f694b362726e7b028b21f10"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d8627e514ba66cce55704b42","object":{"kind":"literal","value":"audit"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e137b01c3e3cf3969b641c81"],"subject_id":"aoa:aoa-techniques:artifact:e137b01c3e3cf3969b641c81","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:741113160e372e4e289e4b8c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:55653217cb288bffb3c580b7","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e146ec01b3ebc23dc7745e88"],"subject_id":"aoa:aoa-techniques:artifact:e146ec01b3ebc23dc7745e88","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f0ae42f04dceaca4c38d9c7a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e05642b958ea8974e04dc0a9","object":{"kind":"literal","value":"script"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2"],"subject_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2624190ed2bdceff42197c75"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ddfacaed1b8ab05357d8b6be","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e16da97072c494e685bd74eb"],"subject_id":"aoa:aoa-techniques:artifact:e16da97072c494e685bd74eb","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:79196c966016f369c330aea3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e743d702f79d92c3260feb02","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe"],"subject_id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:69bcc22d156526e846de1aac","object":{"kind":"literal","value":"mechanic_part"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4"],"subject_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:034986f348621e5a22b72cbf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4eaab40afd3d0e2a94763674","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e1df4ce6ce0826985ad21bea"],"subject_id":"aoa:aoa-techniques:artifact:e1df4ce6ce0826985ad21bea","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:336807109e9ffb6455fa7044"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:29490a2284dad152892aba39","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e1ee086c6966e799221f4cfa"],"subject_id":"aoa:aoa-techniques:artifact:e1ee086c6966e799221f4cfa","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4340,7 +4026,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7bcdd4c131d06ec3d46d86f9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6d44106f0c9686323fe4fca9","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e2ff3a872424dab89c159010"],"subject_id":"aoa:aoa-techniques:artifact:e2ff3a872424dab89c159010","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:34b616755d185ca4c1fc926c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b7b4c8bf3441ae8e6a748c31","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e32abeb3760a7357882425fd"],"subject_id":"aoa:aoa-techniques:artifact:e32abeb3760a7357882425fd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b7d22ca17504d16b23c2a050"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9b9e72ae82c4c2720e02da27","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e36af3e27730df5170f44391"],"subject_id":"aoa:aoa-techniques:artifact:e36af3e27730df5170f44391","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d01d63beaa907db04f7dfa46"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:910187b7db344dd14ff7660a","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e379b806739f12704dccc1db"],"subject_id":"aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7118074e1c69a5738b1a9b22"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:9f51f660bc6fb4ebd8f51a67","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e38e4c943d0fe89cffb1a63e"],"subject_id":"aoa:aoa-techniques:artifact:e38e4c943d0fe89cffb1a63e","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74b7f79a3378f62558d1af40"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:31826968749fe0e1b4a916c9","object":{"kind":"literal","value":"test"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e38ebce28e2f64e8068643d5"],"subject_id":"aoa:aoa-techniques:artifact:e38ebce28e2f64e8068643d5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74b7f79a3378f62558d1af40"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:af900729445a19ffe1e6d16f","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e38ebce28e2f64e8068643d5"],"subject_id":"aoa:aoa-techniques:artifact:e38ebce28e2f64e8068643d5","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4373,7 +4058,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c073f923084e3be188dc6970"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cf8efb37872636cf18b8bd61","object":{"kind":"literal","value":"validation_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06"],"subject_id":"aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:64947c8dca361f2aa5e50b93"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d83462b7d4df0df40f7aaf25","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e66619707ba54a89aa714842"],"subject_id":"aoa:aoa-techniques:artifact:e66619707ba54a89aa714842","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:64947c8dca361f2aa5e50b93"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:bd68b934d8f6a41d831c4754","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e66619707ba54a89aa714842"],"subject_id":"aoa:aoa-techniques:artifact:e66619707ba54a89aa714842","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3936ad8f7089c4e1e9452279"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:dc0028b9a427dfceff804bbf","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9"],"subject_id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0eac6758d1787e0dc33ecdd7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:685657049154c0d732b2d8f3","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e68b4f8f3db02cf31cb0e74b"],"subject_id":"aoa:aoa-techniques:artifact:e68b4f8f3db02cf31cb0e74b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0eac6758d1787e0dc33ecdd7"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:38d98481d32405bbd3a6105f","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e68b4f8f3db02cf31cb0e74b"],"subject_id":"aoa:aoa-techniques:artifact:e68b4f8f3db02cf31cb0e74b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4be4737b32f0951bda54be60"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:69dd45436b3178456f6e2c9e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:e6bb3d601152c0ca7a285d5a"],"subject_id":"aoa:aoa-techniques:artifact:e6bb3d601152c0ca7a285d5a","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4417,7 +4101,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4b9425834f3efcfe254951d5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b4917ccea2f8cb04c25c8d6b","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:eb62b607c7d30d10699c6443"],"subject_id":"aoa:aoa-techniques:artifact:eb62b607c7d30d10699c6443","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5dc1021730de907dc8367cc5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b820a313e9242e0cf7f448f8","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:eb6c24d59a47db9050ba9877"],"subject_id":"aoa:aoa-techniques:artifact:eb6c24d59a47db9050ba9877","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5dc1021730de907dc8367cc5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c4454b2ef19a6b42ae52aeaf","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:eb6c24d59a47db9050ba9877"],"subject_id":"aoa:aoa-techniques:artifact:eb6c24d59a47db9050ba9877","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5341042b551cfff1ba2022e2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f2ff96a7083c446b43f9728c","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6"],"subject_id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:482cc1edd5cb89f27fc506bc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:68dc61243e8379628f74502e","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ebd094489b277783f911ea74"],"subject_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ec3f84ef83aa834038b891f5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0e0709ccdf4cfa5b7e6b354a","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ec069fbc48c817d019b7b03b"],"subject_id":"aoa:aoa-techniques:artifact:ec069fbc48c817d019b7b03b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ec3f84ef83aa834038b891f5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:d433974a083c1b70c49ead1b","object":{"kind":"literal","value":"mechanic_package"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ec069fbc48c817d019b7b03b"],"subject_id":"aoa:aoa-techniques:artifact:ec069fbc48c817d019b7b03b","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4434,7 +4117,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:7ae8255fdd0edaa18b08e7ff","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc"],"subject_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:93fb687cfa4b9a33aea9bd57","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc"],"subject_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c8fc24764959666027f1a232"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2206f1d399451d3c434fcb17","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ee4fbd1e13374e94ced56992"],"subject_id":"aoa:aoa-techniques:artifact:ee4fbd1e13374e94ced56992","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:83f889da9b259842d99e9f7f"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8cd78420adc47212f514d068","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4"],"subject_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb204029b71bdac79d32b071"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a7c495a30e389b6c6ea54f2f","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ee90d7d0429526bdcd27bb43"],"subject_id":"aoa:aoa-techniques:artifact:ee90d7d0429526bdcd27bb43","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:335da723fe4544a1c6ab1a2c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8b699a50b4041e253151f5db","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ee9bc1a554f4ad632972cd69"],"subject_id":"aoa:aoa-techniques:artifact:ee9bc1a554f4ad632972cd69","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:719a2851b9c036533f1b2a2b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a9cb0d4ec6b30016428c194c","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:eedc42c61f950e5690d7ba1d"],"subject_id":"aoa:aoa-techniques:artifact:eedc42c61f950e5690d7ba1d","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4447,10 +4129,7 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e2e6307b95f8a0a360d272d8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a1d2a39c2f05658ea1aa6965","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:efcfc8862b7a27253fd2259b"],"subject_id":"aoa:aoa-techniques:artifact:efcfc8862b7a27253fd2259b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ece90781a786691faa2982d2"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8c409f2e9ec8c5646fd7daae","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:efd34f4ea8cac32cab6a2fb7"],"subject_id":"aoa:aoa-techniques:artifact:efd34f4ea8cac32cab6a2fb7","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:272c64dc392583bcb0f0c444"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:6779ddaa7e1e7f63143f230d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f001c67b62aa7527a46bb453"],"subject_id":"aoa:aoa-techniques:artifact:f001c67b62aa7527a46bb453","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18f3dc49afa4ff405f6b9d4d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2dffa0164c62121584b80427","object":{"kind":"literal","value":"audit"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af"],"subject_id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ebd34fb9c9f2dbe20d1ef4ff"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:31c481d14f5a5f25f2914367","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2"],"subject_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4f68f9ce100aae5ba045aa56","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa"],"subject_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9e4cac7b102c0bc695156dfb"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:57968094be02b29cf25801e8","object":{"kind":"literal","value":"script"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f0743278822e9f09d5471953"],"subject_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c28963ccd6f0bdf65984dde5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:10e92f2335b06cbecd301fc1","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f0c1d52416b7ce9ab5a89e01"],"subject_id":"aoa:aoa-techniques:artifact:f0c1d52416b7ce9ab5a89e01","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1f4517908346795f48c23d5a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5233c8c4ec918d4d2f2fe1a9","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f0c9e0a532d36632f5b8a7c0"],"subject_id":"aoa:aoa-techniques:artifact:f0c9e0a532d36632f5b8a7c0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a32988e7a50edfe0d3504dc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ecd794afcc02e167e108714f","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f0cbd6aa0372f04d8e3ab075"],"subject_id":"aoa:aoa-techniques:artifact:f0cbd6aa0372f04d8e3ab075","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4488,7 +4167,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:62c43d332041477e031ec4c5"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8bafb63e96a060e89f15e750","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f34ee51dc5bea53ea047e502"],"subject_id":"aoa:aoa-techniques:artifact:f34ee51dc5bea53ea047e502","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4f1d99b0989a322b8da7196"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:68933f5926e796dfbaa0c74f","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f35d0c120acc61a2ba2a4849"],"subject_id":"aoa:aoa-techniques:artifact:f35d0c120acc61a2ba2a4849","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4f1d99b0989a322b8da7196"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:cd90678fcf25e68da1205113","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f35d0c120acc61a2ba2a4849"],"subject_id":"aoa:aoa-techniques:artifact:f35d0c120acc61a2ba2a4849","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:464e3076f2ed47344c738853"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:52d2d3ce10e667dc21497aea","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5"],"subject_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f6616d7afc732a3a3b990158"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c4958753a73b27da89407453","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f3a773ceaf130f233b2f3675"],"subject_id":"aoa:aoa-techniques:artifact:f3a773ceaf130f233b2f3675","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8717cb6d4d8acee0422f6336"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ee6a0890a6ed957d4053e27b","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f3be9a30cb2c2dd0c96a5ce2"],"subject_id":"aoa:aoa-techniques:artifact:f3be9a30cb2c2dd0c96a5ce2","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c8e0830539c86fee461bb054"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b9293e10cdad39f198c81c49","object":{"kind":"literal","value":"builder"},"predicate":"command_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f3c7fc181f81f29301654060"],"subject_id":"aoa:aoa-techniques:artifact:f3c7fc181f81f29301654060","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4506,7 +4184,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef8acdfe43c6c1fa0edf27e6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2c8a85af126ec08f411fd73c","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f55d59c8f6dcecf868fa3c37"],"subject_id":"aoa:aoa-techniques:artifact:f55d59c8f6dcecf868fa3c37","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:53793786a4cb1c1ea2921c99"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:386abfc139b523096adbe45f","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f56482a959a15d6551948971"],"subject_id":"aoa:aoa-techniques:artifact:f56482a959a15d6551948971","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e76389ba8dbed6265fa06b2d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:12cf85425292e108d4b82186","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f595c7dcba8912a4d6d4aa98"],"subject_id":"aoa:aoa-techniques:artifact:f595c7dcba8912a4d6d4aa98","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd06a22ba55213434fcd44c9"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:8ceaae23db22d37666f645ce","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba"],"subject_id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b16ccad9d7080baa19c64402"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f3c01de2482265ebfefee8bf","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f5cb82211a3c603b88454242"],"subject_id":"aoa:aoa-techniques:artifact:f5cb82211a3c603b88454242","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:99ad9b035d0d50e5a6940341"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:451337fcf491019d6e561ebf","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f6394bcf29e331e271fd608b"],"subject_id":"aoa:aoa-techniques:artifact:f6394bcf29e331e271fd608b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2bdd4d2b2612aab5c49eaf63"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5e806367d53a6233dca2c29e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f645442e4bc4df6ac0539b96"],"subject_id":"aoa:aoa-techniques:artifact:f645442e4bc4df6ac0539b96","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4518,7 +4195,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b48382ef11cc6cf18801df4"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e95308f4f4b5e4130296b284","object":{"kind":"literal","value":"audit"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f6b137bbaa5d00fc24fd68d4"],"subject_id":"aoa:aoa-techniques:artifact:f6b137bbaa5d00fc24fd68d4","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:37598a7baeed5cc9b6bc3087"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a41da951a519c986370b8408","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f6ed156e4bf5c79168066246"],"subject_id":"aoa:aoa-techniques:artifact:f6ed156e4bf5c79168066246","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:912e61e3f40d31e3ad6e087c"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:49179a32854f434079934516","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f7080147a9b36e8aa1aa201f"],"subject_id":"aoa:aoa-techniques:artifact:f7080147a9b36e8aa1aa201f","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ed46bcab3e572d986d89fbb1"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:04b4ca15a7df0b9ba0eaef09","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd"],"subject_id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:527b8a826531afb2e5e09448","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"subject_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2c0a7dece56e2a5e01f12fc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:47448f262a363219e10394c7","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f77469d504ce50e4652a7044"],"subject_id":"aoa:aoa-techniques:artifact:f77469d504ce50e4652a7044","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2c0a7dece56e2a5e01f12fc"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:2919e3e6a84eb2d5c9f59ab9","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f77469d504ce50e4652a7044"],"subject_id":"aoa:aoa-techniques:artifact:f77469d504ce50e4652a7044","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4532,18 +4208,15 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0751c863fea0419d2a625b17"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e0b4770b9dfe623dd9f94930","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f8e10b7a9deea208197e75d8"],"subject_id":"aoa:aoa-techniques:artifact:f8e10b7a9deea208197e75d8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0751c863fea0419d2a625b17"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:65687360a4ea7d787c96f3a6","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f8e10b7a9deea208197e75d8"],"subject_id":"aoa:aoa-techniques:artifact:f8e10b7a9deea208197e75d8","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3e6874197550d49155b9f8f3"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:f41b2d7ba2e99e2383466b2e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f8e21c72b6d90dbc715104ba"],"subject_id":"aoa:aoa-techniques:artifact:f8e21c72b6d90dbc715104ba","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9169e99fd07cee3ae37c01ba"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5df0b86a5aa21a03a5406f9d","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673"],"subject_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de063c5f03c824808b005410"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:e59fe7c6d51db946db3924b9","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f8e9c37d744ed6172657881b"],"subject_id":"aoa:aoa-techniques:artifact:f8e9c37d744ed6172657881b","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ec91edf2d92b7a8e4246ab7e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5494cd5321f194aee2283e78","object":{"kind":"literal","value":"readme"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f93253dae86af3a100005334"],"subject_id":"aoa:aoa-techniques:artifact:f93253dae86af3a100005334","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ec91edf2d92b7a8e4246ab7e"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ec37b59263bf0caefdaccec1","object":{"kind":"literal","value":"legacy"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f93253dae86af3a100005334"],"subject_id":"aoa:aoa-techniques:artifact:f93253dae86af3a100005334","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a272571bce9aaa93601c60c6"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:16480621d40a37dd71f7ba9e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f945e67d321277b2ecb10725"],"subject_id":"aoa:aoa-techniques:artifact:f945e67d321277b2ecb10725","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d16542ec75744041ff14697"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:b3c02a732b33db3079ea218f","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f98306dd5b9800eb2179fc78"],"subject_id":"aoa:aoa-techniques:artifact:f98306dd5b9800eb2179fc78","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:df28a205fe1d1ce628541498"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:ec9a1b8d2ddcb1a993b68c8f","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec"],"subject_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0dbbe602b125cfcc55766ccf"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:573cb57bb6ef72b05cb46c5d","object":{"kind":"literal","value":"handoff"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f9a0d6347c48e626cb968dc1"],"subject_id":"aoa:aoa-techniques:artifact:f9a0d6347c48e626cb968dc1","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c6d4911481662f0d408872f0"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:357898270361044ed1f37f0e","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f9ae0a7edc80e1b99f95ce88"],"subject_id":"aoa:aoa-techniques:artifact:f9ae0a7edc80e1b99f95ce88","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2dc907164db4a67784ae516b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:aaf2fc9eec409089f87af277","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f9c1ca6c39d2e37a29f697e0"],"subject_id":"aoa:aoa-techniques:artifact:f9c1ca6c39d2e37a29f697e0","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2dc907164db4a67784ae516b"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a7b0e30105095965efab77e7","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f9c1ca6c39d2e37a29f697e0"],"subject_id":"aoa:aoa-techniques:artifact:f9c1ca6c39d2e37a29f697e0","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0e871eb3036bea3f36975118"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:0c1079e9a3914feb887707fc","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec"],"subject_id":"aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6593f655c48f058fb98be67"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c6cf48c8ad46e138da7bf868","object":{"kind":"literal","value":"agents"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fa4c2103641a1e3297b5e2db"],"subject_id":"aoa:aoa-techniques:artifact:fa4c2103641a1e3297b5e2db","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dd318f5cb40275154126056a"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:a51faf7f883afc26c516c0d3","object":{"kind":"literal","value":"decision"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fa841ed2f6a97edcbb053b47"],"subject_id":"aoa:aoa-techniques:artifact:fa841ed2f6a97edcbb053b47","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:94f5f69419c973f3c56f1155"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:5fbd827d8ef06428b90871ee","object":{"kind":"literal","value":"release_notes"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fb787d85b0f7f26229cbdd9a"],"subject_id":"aoa:aoa-techniques:artifact:fb787d85b0f7f26229cbdd9a","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4582,7 +4255,6 @@ {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c2fa6e9160ac26bbb3390efa"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1aecf70cc12e6c40192393e5","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fec3dc23de4553ec2e819b55"],"subject_id":"aoa:aoa-techniques:artifact:fec3dc23de4553ec2e819b55","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c2fa6e9160ac26bbb3390efa"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:1f099ea6274926a6882b3f72","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fec3dc23de4553ec2e819b55"],"subject_id":"aoa:aoa-techniques:artifact:fec3dc23de4553ec2e819b55","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4bc426b41811b9f2c9fa0264"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:fd3021a0d95e08d4733d55bd","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:fed07009388e07ceef11d5ea"],"subject_id":"aoa:aoa-techniques:artifact:fed07009388e07ceef11d5ea","temporal_ref":"current","trust_ref":"deterministic"}, - {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2db3db3ac70b482a6abb1507"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:046d7b2b8f7ee7fef07738a3","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951"],"subject_id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:deed7f8749125ba10207f02d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:c283c1e382a44bd4c113af86","object":{"kind":"literal","value":"mechanics_doc"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ff3eb7e7bed98dc8dc74ff0d"],"subject_id":"aoa:aoa-techniques:artifact:ff3eb7e7bed98dc8dc74ff0d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:deed7f8749125ba10207f02d"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:4468b308ef2feb007e714080","object":{"kind":"literal","value":"part_doc"},"predicate":"mechanics_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ff3eb7e7bed98dc8dc74ff0d"],"subject_id":"aoa:aoa-techniques:artifact:ff3eb7e7bed98dc8dc74ff0d","temporal_ref":"current","trust_ref":"deterministic"}, {"assertion_kind":"role","confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b1b22d5cb2a50e807d5d1db8"],"evidence_class":"deterministic","id":"aoa:aoa-techniques:assertion:3a14d45aed94c577e6160ba1","object":{"kind":"literal","value":"unknown_document"},"predicate":"document_role","provenance_ref":"deterministic","quality_state":"accepted","source_record_ids":["aoa:aoa-techniques:artifact:ff7a219026d0d6a28fdca068"],"subject_id":"aoa:aoa-techniques:artifact:ff7a219026d0d6a28fdca068","temporal_ref":"current","trust_ref":"deterministic"}, @@ -4595,7 +4267,7 @@ ], "index_identity": { "artifact_kind": "repository_assertion_index", - "content_digest": "bef40fc832c46ca8ee16b7cc3369cc05f282dfd74c814af7cacf3e9b746c2f57", + "content_digest": "4b1f19edab017f28a6ec144d2323331da877ae2f34b924004851ff91de5b2b2c", "index_kind": "assertion", "local_id": "index:repo-local:assertions", "schema_ref": "aoa-kag:schemas/repo-local-kag-repository-index.schema.json" @@ -4685,16 +4357,16 @@ }, "schema_version": "aoa-repo-local-kag-repository-index-v2", "source_index": { - "content_digest": "f0fcdd29bf036cf6c8b787ff8d33c99b68b47538543182dc6f1d14bdb3d2cb59", + "content_digest": "6263f0d91f1e1f1156e6b5d6ba0a7b10740c2efe86fd10b1ab9852d6843430ef", "local_id": "index:repo-local:source-surfaces", "path": "kag/indexes/source_surface_index.json" }, "summary": { - "entry_count": 4592, + "entry_count": 4264, "kind_counts": { - "classification": 2085, - "contract": 107, - "role": 2400 + "classification": 1874, + "contract": 100, + "role": 2290 } } } diff --git a/kag/indexes/repo_entity_index.json b/kag/indexes/repo_entity_index.json index 18d00769..3ea04566 100644 --- a/kag/indexes/repo_entity_index.json +++ b/kag/indexes/repo_entity_index.json @@ -38,7 +38,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:121c6228b15f43915f86c23a"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:646df1b83d8649d6493dbb3a","label":"quests/AGENTS.md","provenance_ref":"deterministic","semantic_key":"quests/AGENTS.md","source_digest":"6f6c1e4bcde970d168ddb90ed50e3e128af83134fddc916d247e89b18bcfc0f8","source_record_ids":["aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1e687d9fa34ec38e09ce1510"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:693fc3719a2cf5b50af4afce","label":"mechanics/release-support/legacy/AGENTS.md","provenance_ref":"deterministic","semantic_key":"mechanics/release-support/legacy/AGENTS.md","source_digest":"8ffd4265732f887de092b6abf7038c0f10eccb8ba59177d775a7719f197ff753","source_record_ids":["aoa:aoa-techniques:artifact:e6bffd838b243af9812b6318"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:80e5c00636a4baf63eba4917"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:6b0d5db6db097428c94caea8","label":"docs/review/AGENTS.md","provenance_ref":"deterministic","semantic_key":"docs/review/AGENTS.md","source_digest":"9c5d219be6882c1e5f396fb34196aadc50c42c318e08f2ae7898950528a80351","source_record_ids":["aoa:aoa-techniques:artifact:9735cf4c4e1378183c6588b5"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:766568f058b843c6ab292b82"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:6d644a9d1c88ab25c60f4f1b","label":".agents/skills/AGENTS.md","provenance_ref":"deterministic","semantic_key":".agents/skills/AGENTS.md","source_digest":"295428abcc11ea87d2a1b1e2c610e632f60076ccec7d836154888c865eb5ba90","source_record_ids":["aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8b28806d9c009243e81e2aad"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:720cc423d5e69d0c6251ddef","label":"mechanics/distillation/parts/candidate-intake/AGENTS.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/candidate-intake/AGENTS.md","source_digest":"c4fa9860f0131f71f9299b0529c5c4d8824ef3dad70972e7c0b5e22a5235a951","source_record_ids":["aoa:aoa-techniques:artifact:aaedc8232c27c8b4d75da32f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b5f74f05e602b52f685325b5"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:777239582dcb558852ef9507","label":"mechanics/distillation/legacy/AGENTS.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/legacy/AGENTS.md","source_digest":"51a47cf7bd2df06be438da1093b1cdaa01826697b5d121c7dc5c5a3ca71ee72e","source_record_ids":["aoa:aoa-techniques:artifact:243f21054759c33a660563f2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a6593f655c48f058fb98be67"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:78ad5dbf87debe01a22f084e","label":"quests/techniques/AGENTS.md","provenance_ref":"deterministic","semantic_key":"quests/techniques/AGENTS.md","source_digest":"e0160327badb89296df25a765c7d99854e806b3fbfdbd35451262313352a654d","source_record_ids":["aoa:aoa-techniques:artifact:fa4c2103641a1e3297b5e2db"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -82,7 +81,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:e6e397463283460a7c6a10cd"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:d99b58bf25e6a2a5e54de253","label":"mechanics/questbook/legacy/AGENTS.md","provenance_ref":"deterministic","semantic_key":"mechanics/questbook/legacy/AGENTS.md","source_digest":"fb8e7c997ece6f2f2a66dc21674e260a1ecc5344878860d0c102546d573f8063","source_record_ids":["aoa:aoa-techniques:artifact:0b635a6b6078150633c72716"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4bc4e8abdf130baad4ea9609"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:deb04eb7f016dfcfc00cecad","label":"mechanics/rpg/AGENTS.md","provenance_ref":"deterministic","semantic_key":"mechanics/rpg/AGENTS.md","source_digest":"97943993751889bebffefcace950bf563562570ff2c8cccbd81f8f1596c37cf7","source_record_ids":["aoa:aoa-techniques:artifact:1bea40a4f33d56ec3110ebf3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:510528209495086f0f9992f4"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:df4d72fbc02d4433c532a3fe","label":"techniques/tool-use/AGENTS.md","provenance_ref":"deterministic","semantic_key":"techniques/tool-use/AGENTS.md","source_digest":"868e6914ded774acddd3e15ae9aeebfadf4f200dfb411660f1adb4abb61897e2","source_record_ids":["aoa:aoa-techniques:artifact:d1f4574050b7a20007d83888"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:0a28f3466403c47b0319eb8a"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:e5f35b14da5f78b5830262e7","label":".agents/AGENTS.md","provenance_ref":"deterministic","semantic_key":".agents/AGENTS.md","source_digest":"c8cbf70144517f13109472b85242c297781b2c2d006edbb050dcc0b51799ffca","source_record_ids":["aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:0a28f3466403c47b0319eb8a"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:e5f35b14da5f78b5830262e7","label":".agents/AGENTS.md","provenance_ref":"deterministic","semantic_key":".agents/AGENTS.md","source_digest":"1cef1dd9cd708c10bd402a113f3d9820cb220d8fb9dd27eea29a51f4eb5dfacb","source_record_ids":["aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:edd3cfbb07dbd8f0b0b67111"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:e824a5bc227c459196f23593","label":"mechanics/method-growth/AGENTS.md","provenance_ref":"deterministic","semantic_key":"mechanics/method-growth/AGENTS.md","source_digest":"badf03ec874db6375e90952c60b3872418e2b7788eade63eacd1f473220cba2d","source_record_ids":["aoa:aoa-techniques:artifact:a1437a25a7c1a02db837a57d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cf74663ad40bbe7ae36b44b3"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:eafc9ec62bc3fd85d5cea436","label":"techniques/history/AGENTS.md","provenance_ref":"deterministic","semantic_key":"techniques/history/AGENTS.md","source_digest":"70a3851b47b3470f222463121e23fa216c76a1d3d6861e229cc8161aa03ab755","source_record_ids":["aoa:aoa-techniques:artifact:8ee6025e4a3e2a49eb5f5c4c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:faf746b7a53866226e5c2b3c"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:ec16cb183ef29ba9a47a33f8","label":"tests/AGENTS.md","provenance_ref":"deterministic","semantic_key":"tests/AGENTS.md","source_digest":"fd9b39d29f61072a219597669884cba0cb428a694b37283a8410424ce516e0f8","source_record_ids":["aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -91,19 +90,17 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:f96be22bbfa558dcf4c52c14"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:f80c2657df234cafe9217d74","label":"mechanics/distillation/parts/technique-reform-ingress/AGENTS.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/AGENTS.md","source_digest":"d4fb3921061ad3eadfde25ec740483ec951d642eff4341c740efd508c672df84","source_record_ids":["aoa:aoa-techniques:artifact:538a4458db4e8a9435f20f9b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:651b0fcaa678b2d00dadcb51"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:f81cf0e7c007c90f0eee3c65","label":"templates/AGENTS.md","provenance_ref":"deterministic","semantic_key":"templates/AGENTS.md","source_digest":"3b96a5adc3ec746b3e319a22a4c165f4e6c352b2a348037d5434a3c7f4313c9e","source_record_ids":["aoa:aoa-techniques:artifact:a186e61abf9abcc675452202"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:96ab28771ed4bdc714ec8f54"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:f85a9d59f31cd223df88ec4e","label":"mechanics/recurrence/parts/live-observation-producers/scripts/AGENTS.md","provenance_ref":"deterministic","semantic_key":"mechanics/recurrence/parts/live-observation-producers/scripts/AGENTS.md","source_digest":"4b035510f7b89e6ed96e9bcecfdf7d589d6cf43faed067c441062a9dc2606240","source_record_ids":["aoa:aoa-techniques:artifact:fe10cc3966eef02f0a57ad2e"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:514c19cd0e657d6ce9c431fa"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","label":"AGENTS.md","provenance_ref":"deterministic","semantic_key":"AGENTS.md","source_digest":"2baf594ab9f8e7ed6efb041872cfd5a9bf9e07becc167089b6fff6d0a9e6b6a6","source_record_ids":["aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:514c19cd0e657d6ce9c431fa"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","label":"AGENTS.md","provenance_ref":"deterministic","semantic_key":"AGENTS.md","source_digest":"7355d6baaad16e5c9fda498c937183e936f8c0a41f908aceb16d2840c6478e92","source_record_ids":["aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5ddeac9e9e4e87d227a4f1db"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:fb04aa4be3f5567b042bef85","label":"mechanics/checkpoint/AGENTS.md","provenance_ref":"deterministic","semantic_key":"mechanics/checkpoint/AGENTS.md","source_digest":"ba34075a1204f4014a77cd6f757092988344fe5bb67488cb35d033898c74c957","source_record_ids":["aoa:aoa-techniques:artifact:cc4a61a4cb72286efc062e32"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bbabdf5180fdfe1c66ba7e3b"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:fc7f7a27a0bf4ba5713f829b","label":"mechanics/method-growth/parts/AGENTS.md","provenance_ref":"deterministic","semantic_key":"mechanics/method-growth/parts/AGENTS.md","source_digest":"5fc8772addecfc010b125474d92a809f94b6269b2f09a1b5d4b931523cc8e9b1","source_record_ids":["aoa:aoa-techniques:artifact:d3617f5c4554fc9e730c5f0e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6f22f4f13a7a236cf6aab6d6"],"entity_kind":"agent_route","id":"aoa:aoa-techniques:entity:ffb0cd57663dae588779ee4f","label":"mechanics/distillation/parts/technique-reform-ingress/data/AGENTS.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/data/AGENTS.md","source_digest":"13e5ad1ff983b7d1e48444728b2e4b9edfd79ac6d8303ffe3349ad9e895854a7","source_record_ids":["aoa:aoa-techniques:artifact:34627f21196e425b7edb4a68"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c8e0830539c86fee461bb054"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:02f52c67a4a74cbeb570aa2d","label":"scripts/build_github_review_template_manifest.py","provenance_ref":"deterministic","semantic_key":"scripts/build_github_review_template_manifest.py","source_digest":"3032cd6ee8f6c758e73237c8222fd8480266ac5c48ab96c55362fb46e8a9f69c","source_record_ids":["aoa:aoa-techniques:artifact:f3c7fc181f81f29301654060"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1d9465c6a71f27ebb15088df"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:045d8da1dbd567c445d29df5","label":"scripts/build_semantic_review_manifest.py","provenance_ref":"deterministic","semantic_key":"scripts/build_semantic_review_manifest.py","source_digest":"ad3c85d59d419c1073f0b6fea6c6ec702fb9b0667a8a35952fc9805b24e072c0","source_record_ids":["aoa:aoa-techniques:artifact:47ac5272418298592bd590d8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:55172f9dfa835e22684f0fa8"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:05b5598102302bf7f384ae7f","label":"scripts/ci_gate.py","provenance_ref":"deterministic","semantic_key":"scripts/ci_gate.py","source_digest":"947bad44ffd1262920bc0165d14425c045c1014f852ec0a2327c5b5d69b222e6","source_record_ids":["aoa:aoa-techniques:artifact:c5138334e39c17af121a6547"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:070b3d7014e625e2c8b44f09","label":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py","source_digest":"e87633e8ddb0a07a9ad703148c7dc82c5b2c20c46d2fa9b8a9948365224a9ade","source_record_ids":["aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d0a678f1411d5ec7284adb24"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:088be33e908e2dfd00c1350c","label":"mechanics/distillation/tests/test_distillation_incoming_topology.py","provenance_ref":"deterministic","semantic_key":"tests/test_incoming_topology.py","source_digest":"6ef1879023abc7a411e7fc2ea99516b2569c23eb3799d4a34bf7f81ec6a6afa4","source_record_ids":["aoa:aoa-techniques:artifact:17887a255a778da6f8fe0313"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:992e4c748b558b55fbbb9482"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:0b90844264ce5b431a37cea5","label":"scripts/validate_nested_agents.py","provenance_ref":"deterministic","semantic_key":"scripts/validate_nested_agents.py","source_digest":"1e933171e646487625f55bc0333e6eb72d497f11db815e02115d900602461df1","source_record_ids":["aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ad15789ff37f3d468ff8b076"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:0f8c93ee1e4dbcbee4462359","label":"scripts/release_check.py","provenance_ref":"deterministic","semantic_key":"scripts/release_check.py","source_digest":"f49bc6c93dcd1146eb57253a0914db4e9c36b5dd06fba53178222c452abad300","source_record_ids":["aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7c4fc50a967f667e4aab1e09"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:102b9257a1b608fa05df1f5c","label":"tests/test_validate_repo_ci_release_authority.py","provenance_ref":"deterministic","semantic_key":"tests/test_validate_repo_ci_release_authority.py","source_digest":"453ff589e8994fe94fbeaddcb62509ffbacfc7da291e0d911d4af5485f7bdebe","source_record_ids":["aoa:aoa-techniques:artifact:f8a3b9c764d1be17db35a8fe"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:6624f264692d6da00e210709"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:127d8371db5891b515423a0e","label":".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py","source_digest":"88b6260627a9c15f75fb58d38d55a506f9230ba2cef1940e8ea09fd70bd417a5","source_record_ids":["aoa:aoa-techniques:artifact:4783038b8178cb7128c32402"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:503d79d5c7e72c975eb35bdb"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:12ecb679f45852cb344e408f","label":"tests/test_docs_surface_guardrails.py","provenance_ref":"deterministic","semantic_key":"tests/test_docs_surface_guardrails.py","source_digest":"d7425174854b213941efae90d4a611d74f9c0e3438856fcce363e0e4e473c0bd","source_record_ids":["aoa:aoa-techniques:artifact:b8fdc3193156fb70d810d171"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9bb98c284f4f80ccbc19a7e6"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:138a2787ae2367b0ab466111","label":"mechanics/rpg/tests/test_rpg_mechanics_topology.py","provenance_ref":"deterministic","semantic_key":"tests/test_rpg_mechanics_topology.py","source_digest":"0ee8e83f7952b25dfa80917805d322045895d25d84d54817ed91984b0c4883ea","source_record_ids":["aoa:aoa-techniques:artifact:695fcf0256bfb75cc8039476"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ca408d4c593b6987048c78c8"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:140283c4a2ff725b20858f75","label":"mechanics/distillation/parts/external-candidate-ledger/tests/test_external_candidate_registry.py","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/external-candidate-ledger/tests/test_external_candidate_registry.py","source_digest":"d0bd672b49c2afb86dc7de5301f145d950176992055a30931e728cfbc9c8af07","source_record_ids":["aoa:aoa-techniques:artifact:9b3627e44c3737426b0a9555"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -114,7 +111,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:0a225f0f13fca2586c011374"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:183a68ba009bbb0905e4b727","label":"mechanics/distillation/tests/test_distillation_reform_ingress_reviews.py","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/tests/test_distillation_reform_ingress_reviews.py","source_digest":"72fd5e2b8bbf64a656b5784273106de42e2c43d6792202f190a5f2e005fbed2a","source_record_ids":["aoa:aoa-techniques:artifact:e3946edd787b6a3494f7812e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7ef663d772ba62584e8f93ef"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:1ce27798ea70791c739d14e7","label":"mechanics/questbook/tests/test_questbook_mechanics_topology.py","provenance_ref":"deterministic","semantic_key":"tests/test_questbook_mechanics_topology.py","source_digest":"e3944091c13b0f47f51c12e691e0920a0fb5f6b0d55c02b3e02b2dc3e9d43de6","source_record_ids":["aoa:aoa-techniques:artifact:3f880a46842b12278652a736"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:64029f0b3c3af008b870f4ee"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:1e2e49fc0d18f323fc3594ca","label":"mechanics/recurrence/tests/test_recurrence_mechanics_topology.py","provenance_ref":"deterministic","semantic_key":"tests/test_recurrence_mechanics_topology.py","source_digest":"d9ff0fc676fa73fee169d26cd95ac73acd6a22dcd74bdbfc0bccb8dff0edb235","source_record_ids":["aoa:aoa-techniques:artifact:36d0f9de874115f8fe8cfcb7"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:216e6bc90fdc8136c822acc7"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:1fd111abd5772cf39fc48e2f","label":".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py","source_digest":"3f33dc49122e254fca13ca58a38311a687d5e5c917762981a33529721282cf9e","source_record_ids":["aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0a5b8691b2e60286f691096d"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:21bdb632a922446c943e4318","label":"mechanics/agon/parts/epistemic-technique-candidates/tests/test_agon_epistemic_technique_candidates.py","provenance_ref":"deterministic","semantic_key":"mechanics/agon/parts/epistemic-technique-candidates/tests/test_agon_epistemic_technique_candidates.py","source_digest":"b2fc15a4aa2c12e4d470ac4a043fe1849dd6efede61aae21603ab8f13b2db0a6","source_record_ids":["aoa:aoa-techniques:artifact:274d8557125d301051e07b06"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:83c9cee2518e7ca5bc94929c"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:23c697f0f0882be6483cf392","label":"mechanics/distillation/parts/agon-candidate-handoff/scripts/validate_agon_candidate_handoff.py","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/agon-candidate-handoff/scripts/validate_agon_candidate_handoff.py","source_digest":"269e2e2ac5cef83d7e059ff7160580f419aeb4c1208376d48c3b13f1ae9ff555","source_record_ids":["aoa:aoa-techniques:artifact:19ad5940ccc2d23e9da0c7f6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7e781f53509355187248453e"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:24179fc97cdcda4e92f3d314","label":"scripts/build_example_manifest.py","provenance_ref":"deterministic","semantic_key":"scripts/build_example_manifest.py","source_digest":"09d8ba9a18a115a7d9b5ccb908ad71977010fca8c24dad9095a9e76a92a0cbd4","source_record_ids":["aoa:aoa-techniques:artifact:6408b7f6d50ec2fda7b3357a"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -143,7 +139,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:b368056cdb3ab8be415745b0"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:494d21737a2c0e9d75dffbea","label":"scripts/validate_local_stats_port.py","provenance_ref":"deterministic","semantic_key":"scripts/validate_local_stats_port.py","source_digest":"efd486b5f0ebebbfdca1b64eb45b38f51036e7918b78539d59b3dc57a0646c0a","source_record_ids":["aoa:aoa-techniques:artifact:ea1a73c3524c9e1c4469c454"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:4bcde636f843f8f4ae34bcee","label":"tests/test_roadmap_parity.py","provenance_ref":"deterministic","semantic_key":"tests/test_roadmap_parity.py","source_digest":"9475fddc5de2f15f9079190109b10cd4a9901cef5897ca292450007c0092a762","source_record_ids":["aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8b59d0d1b806e762138723ee"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:4ca162b1572a3dd5a327452d","label":"tests/test_validate_repo_questbook_intelligence.py","provenance_ref":"deterministic","semantic_key":"tests/test_validate_repo_questbook_intelligence.py","source_digest":"f13929a3fab0f9884db083b2c012b96600b00ddae4b19c6cf986090a18fc5f7e","source_record_ids":["aoa:aoa-techniques:artifact:71426c49f6417b454eedddbd"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:f0ae42f04dceaca4c38d9c7a"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:4e38accd72e42e1cc59c917e","label":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py","source_digest":"679498e2f8e139bc6c68fbaeb023c82a68f062a2aab04557a9e4b6d89f5adc94","source_record_ids":["aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:de45174711e11ed6a953ce49"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:527919f9a40ac1724cc002d5","label":"scripts/validate_agents_mesh.py","provenance_ref":"deterministic","semantic_key":"scripts/validate_agents_mesh.py","source_digest":"0698f43610ea36b5d60daae4e37ba8a6b516bbc1870378fcd068b7d3d186bdb0","source_record_ids":["aoa:aoa-techniques:artifact:5dc490a89b7477c117470956"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:26d1540801622ca1806adc4b"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:52e2d57dbeecae6b2b4dd312","label":"scripts/build_capsules.py","provenance_ref":"deterministic","semantic_key":"scripts/build_capsules.py","source_digest":"7685a2b846aa38cca1c63fbe0d3f9a07727344353240fb76213c463d05ce176e","source_record_ids":["aoa:aoa-techniques:artifact:44b8d4951dd78330aba758c9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a8e5e1d1f5f50c4c308372e8"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:53700ba928345df55ce1c6eb","label":"mechanics/tests/test_mechanics_legacy_scaffolds.py","provenance_ref":"deterministic","semantic_key":"tests/test_mechanics_legacy_scaffolds.py","source_digest":"8926368fb938cff615165f300f4a7377816cf537456e4d9c950ecd522094e117","source_record_ids":["aoa:aoa-techniques:artifact:8a27cc775a1c12f821a9ec82"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -173,13 +168,12 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:3b1e44fb4a8f0b0e3220f688"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:86738744f257a9587059f5c3","label":"scripts/validate_source_contracts.py","provenance_ref":"deterministic","semantic_key":"scripts/validate_source_contracts.py","source_digest":"ca1ada6eca3ae7ae5d6b9d6dc71d733240b0fd039716926bf328969eb179be01","source_record_ids":["aoa:aoa-techniques:artifact:712bfcf4dd0980ac8009ae26"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1e70455e1ec38c8975f9395c"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:88b8409c2675cdfa23a1fa47","label":"mechanics/distillation/tests/test_docs_boundary_tree_pilot.py","provenance_ref":"deterministic","semantic_key":"tests/test_docs_boundary_tree_pilot.py","source_digest":"990d9316ce7e0d393589f790ed9d6e2851300a9a2a5361c067e73d70044483b9","source_record_ids":["aoa:aoa-techniques:artifact:cd11834206853d96580b3ce6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bef23c786e5b925769fe94d0"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:89ad356787c1279a6cfc498d","label":"mechanics/distillation/tests/test_instruction_surface_tree_pilot.py","provenance_ref":"deterministic","semantic_key":"tests/test_instruction_surface_tree_pilot.py","source_digest":"dc6d27c98d482ef0bfbd13f2060b5ddcdf9589c9ea162a69bc501aa422351d1a","source_record_ids":["aoa:aoa-techniques:artifact:30beb9906bb62b4db5c4db13"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:9e4cac7b102c0bc695156dfb"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:8e960c4bd693d3ab6028fb94","label":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py","source_digest":"e4381cd2c63502625b2c52a5263442f51918fcd5c86d57b71691c6479927fb7a","source_record_ids":["aoa:aoa-techniques:artifact:f0743278822e9f09d5471953"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:87d420d120859b0c37849987"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:95e04b876b731244b5d5f93a","label":"scripts/generate_decision_indexes.py","provenance_ref":"deterministic","semantic_key":"scripts/generate_decision_indexes.py","source_digest":"5288a81253366efba7d075309b806d4482845d70eb9a50754c3b5e71adc9e671","source_record_ids":["aoa:aoa-techniques:artifact:9ee2698c6e40371183b10fdd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c4f6c00ae3db9159a1cb91c7"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:97a19102270742d8c86eb792","label":"mechanics/distillation/tests/test_skill_discovery_tree_pilot.py","provenance_ref":"deterministic","semantic_key":"tests/test_skill_discovery_tree_pilot.py","source_digest":"4d5a458554372200a14f047aa67f8eee828aa07003dc0d355edfef530b101c58","source_record_ids":["aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7ebd6e48caf049d05dca19fa"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:981f8d481d4ddb8edfb1e282","label":"tests/test_validation_topology.py","provenance_ref":"deterministic","semantic_key":"tests/test_validation_topology.py","source_digest":"071664fd7f715079cf5f9d4221700d15177e85dce1017e9b4ab2b7a2cb00cfd5","source_record_ids":["aoa:aoa-techniques:artifact:f6818f763cf40101bb774211"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8354c9cffb8970ac26ef1646"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:9d6b06ec855664284f3091db","label":"mechanics/agon/parts/epistemic-technique-candidates/scripts/validate_agon_epistemic_technique_candidates.py","provenance_ref":"deterministic","semantic_key":"scripts/validate_agon_epistemic_technique_candidates.py","source_digest":"87f2f7ea36c69d9f2519f3492224807709128c8d114e04243f2b7d20598046cf","source_record_ids":["aoa:aoa-techniques:artifact:759c48fbb09f99f50b4da1a7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1c8cd17bb7a837a02eb50c23"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:9e020523e6b674d526889de1","label":"mechanics/method-growth/tests/test_method_growth_mechanics_topology.py","provenance_ref":"deterministic","semantic_key":"tests/test_method_growth_mechanics_topology.py","source_digest":"a4601bf47a183f7f29f214e1f951400a370409fc9692e5b3ed4546265b5b29b5","source_record_ids":["aoa:aoa-techniques:artifact:67f2b18f5a44ee97c7a25b55"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:4ee1d2c2763ee13e01827f9f"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:9e3bd9fbb8e15f0c2032b552","label":"scripts/validate_semantic_agents.py","provenance_ref":"deterministic","semantic_key":"scripts/validate_semantic_agents.py","source_digest":"cb4693f0c81b74d76252ea5f3fed57b86a7ff90d4487f9c09bd8be57ebf0d9be","source_record_ids":["aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:4ee1d2c2763ee13e01827f9f"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:9e3bd9fbb8e15f0c2032b552","label":"scripts/validate_semantic_agents.py","provenance_ref":"deterministic","semantic_key":"scripts/validate_semantic_agents.py","source_digest":"fffb179bc898a10fa672a03af77e6171f0f777837536af833d1c32095cf947c8","source_record_ids":["aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6ecda435fefca8bca0c2297b"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:a46bd0ef2a16cb19d6110031","label":"mechanics/distillation/parts/agon-candidate-handoff/tests/test_agon_candidate_handoff.py","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/agon-candidate-handoff/tests/test_agon_candidate_handoff.py","source_digest":"003b0a28766db26a46fe7ce64dde757b895c79c24bca4e7b8e521c217cfc3dfc","source_record_ids":["aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d14332634523225dd7c62507"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:a4ef6ad602d3aea485dbe1fc","label":"tests/test_validator_module_topology.py","provenance_ref":"deterministic","semantic_key":"tests/test_validator_module_topology.py","source_digest":"7de1861e99cf1c192d50f37075d875628f13b53efa5a8466327fe2935ce382d8","source_record_ids":["aoa:aoa-techniques:artifact:12b5f4eff632c2c255f96473"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:28f35886132515eda8358e4e"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:a5870e5feecf1fee220efe2f","label":"mechanics/distillation/tests/test_diagnosis_repair_tree_pilot.py","provenance_ref":"deterministic","semantic_key":"tests/test_diagnosis_repair_tree_pilot.py","source_digest":"e25ed72a5ee04f79bc777eaa068f7741e2a4ef432b41d4218c66a1e9a54a504d","source_record_ids":["aoa:aoa-techniques:artifact:5c1073429c3a0b92540ff9b5"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -201,9 +195,8 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:413c394090cfbc94d781202d"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:cce5e8ad644749a95759aa80","label":"scripts/validate_agents_mesh_index.py","provenance_ref":"deterministic","semantic_key":"scripts/validate_agents_mesh_index.py","source_digest":"1fc10e20b4e033b8ee432185b81c73abe7a4bb8b8979fded2ffd530cfc831b2e","source_record_ids":["aoa:aoa-techniques:artifact:e5f4c29fb35ffbe366619cd7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6e5d86edf8bbd36960e0b0b0"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:cd97a5f58eae32b66b28ef98","label":"scripts/validate_public_hygiene.py","provenance_ref":"deterministic","semantic_key":"scripts/validate_public_hygiene.py","source_digest":"8858f8f414f8672562ec74916c216ff33ce8e7bb84ba928ec3d52f5c4c50a1ca","source_record_ids":["aoa:aoa-techniques:artifact:179cd9e9a1e53d6027df9638"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ecdb4812e9bd0e0a7d5c2459"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:d0893b8a57ba59a72ffc23b7","label":"scripts/build_questbook_projection.py","provenance_ref":"deterministic","semantic_key":"scripts/build_questbook_projection.py","source_digest":"e132548576dde2e8c908ce2e140224ca75fc957d65f6360dc9cab3d1e7f9c285","source_record_ids":["aoa:aoa-techniques:artifact:637dddf144a4c6c59d2a17fc"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:c5293c51f822a2ea1be12ee2"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:d1ad2ee6e9a9e171032161a9","label":"tests/test_script_topology.py","provenance_ref":"deterministic","semantic_key":"tests/test_script_topology.py","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:c5293c51f822a2ea1be12ee2"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:d1ad2ee6e9a9e171032161a9","label":"tests/test_script_topology.py","provenance_ref":"deterministic","semantic_key":"tests/test_script_topology.py","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5173c8da4231e96e7e3e0ab3"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:d2159393880b8f0b544f38cf","label":"scripts/build_sections.py","provenance_ref":"deterministic","semantic_key":"scripts/build_sections.py","source_digest":"254448f07a076b7b3ada64cccbd8f8a71b2c7f33a2d7cde222c9fc047d571053","source_record_ids":["aoa:aoa-techniques:artifact:2c458624b27ddc1b900e634c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:bc266cb04785c75c388f3960"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:d2e42ed20ca8b8a4b6ed75ea","label":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py","source_digest":"07c5ee1cc208e82c9b7ae1c462ca78c3eb3970298ae46003cd5ab80666954f87","source_record_ids":["aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:878e9324377c0c7477e18e6a"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:d8bef37bec65d6785d4bc6c7","label":".agents/spark/scripts/validate_spark_lane.py","provenance_ref":"deterministic","semantic_key":".agents/spark/scripts/validate_spark_lane.py","source_digest":"e9b6aa304f03cd3d573283040717dce7cc022186b16b5f20933fb15b10089922","source_record_ids":["aoa:aoa-techniques:artifact:80adbf9807a80432bf32a44f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:017cbd2f4868c2b183418b92"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:d9cf1349bed7a72f4cbb6302","label":"mechanics/distillation/tests/test_distillation_tree_pilot_capability_wave.py","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/tests/test_distillation_tree_pilot_capability_wave.py","source_digest":"7c9442f636ad545addfc93337435cdae332a5ba3daea144f22cd7d3b151521a2","source_record_ids":["aoa:aoa-techniques:artifact:41ac3f2b3d4fba39e0aa28ee"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bcaa53e7acc82f692731e6ca"],"entity_kind":"command","id":"aoa:aoa-techniques:entity:dad3274151ad241a472a2e02","label":"mechanics/agon/parts/move-technique-bridge/scripts/build_agon_technique_binding_candidates.py","provenance_ref":"deterministic","semantic_key":"scripts/build_agon_technique_binding_candidates.py","source_digest":"77a77de40908560ac436c06f535e4d45192111e225e12f5502783190b527ff3e","source_record_ids":["aoa:aoa-techniques:artifact:62c35978e38cc9e569b5c267"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -233,7 +226,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:521d783c129ef44781bb1535"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:2acda198bea109b648e538e0","label":"mechanics/agon/parts/move-technique-bridge/schemas/agon-technique-binding-candidate.schema.json","provenance_ref":"deterministic","semantic_key":"schemas/agon-technique-binding-candidate.schema.json","source_digest":"9c237152e7ff6273a6c09302ccd341d98711bf11e5f5cc642c722d4079ef27e5","source_record_ids":["aoa:aoa-techniques:artifact:cd57a2d053975909a8f1e148"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0ebb24dad67ca0599e1257db"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:41b83ddf40f42405553cfff0","label":"mechanics/method-growth/parts/technique-to-skill-handoff/schemas/technique_to_skill_handoff_v1.json","provenance_ref":"deterministic","semantic_key":"schemas/technique_to_skill_handoff_v1.json","source_digest":"c63b3b4a4593abac4c946e84336ce55103e13220e204c8ce4c5e455a986ae6dc","source_record_ids":["aoa:aoa-techniques:artifact:6908d6d859b22cca82450f09"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c0e1eac49cf4d72e5b987719"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:424a0f382a592a21bc48983e","label":"mechanics/experience/parts/scope-boundary/schemas/scope_boundary_technique_note_v1.json","provenance_ref":"deterministic","semantic_key":"schemas/scope_boundary_technique_note_v1.json","source_digest":"bbd3e30de3c6b93f13376ce53e862d7b0646062e0f2c05a023971856c2dc18bf","source_record_ids":["aoa:aoa-techniques:artifact:882eb0f0ff3ac9d109e0ae94"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:575946391cdaa8ff6a82b97e"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:43110fb41e4749d876589a73","label":".agents/skills/aoa-summon/references/summon-result-v3.schema.json","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-summon/references/summon-result-v3.schema.json","source_digest":"d82a2749aa1a0192c796c15b8a8249ec686a7dacd5780cda813ca16cc058897b","source_record_ids":["aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8fcab39a5860a791beff50c3"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:45cda121f4767d84b848c99d","label":"mechanics/experience/parts/service-clarity/schemas/service_clarity_technique_note_v1.json","provenance_ref":"deterministic","semantic_key":"schemas/service_clarity_technique_note_v1.json","source_digest":"f7a69727eedd454691b0c3cdd52bd2dcd894133b9272cc149164d647e75e89a2","source_record_ids":["aoa:aoa-techniques:artifact:87b4aedd1462262edadf94a9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5647f9b9c1846f3a6e45685b"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:470d0ef5061108656581e7d6","label":"schemas/quest.schema.json","provenance_ref":"deterministic","semantic_key":"schemas/quest.schema.json","source_digest":"4f43c4289423a1ba799093d5b1c4dd60d329730008343f0e99f67a42d229cf77","source_record_ids":["aoa:aoa-techniques:artifact:badf964675bbec9938eff09e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:004d346cb7aafa1f58fb86ae"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:4bc5cbc1e475dad2e8b14082","label":"mechanics/distillation/parts/cross-layer-candidate-ledger/schemas/cross-layer-candidate-registry.schema.json","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/cross-layer-candidate-ledger/schemas/cross-layer-candidate-registry.schema.json","source_digest":"ff40580e242bd5fb9524bca0918dd49b2ddd8939afe59eac96dae620794523a8","source_record_ids":["aoa:aoa-techniques:artifact:c81e9a9b6ca47a71a2ad94ac"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -241,12 +233,10 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:663d13e30152989cea785444"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:4fb2a875d37799d0fbe5e9f6","label":"mechanics/distillation/parts/external-candidate-ledger/schemas/external-candidate-registry.schema.json","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/external-candidate-ledger/schemas/external-candidate-registry.schema.json","source_digest":"4acf16dc96edbc90e7baf0bfda35290897c011f1e564e1b30c00094b079fed67","source_record_ids":["aoa:aoa-techniques:artifact:37320dfab9c549cded5b4f65"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f0b02b4f457656c93e341032"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:560780994881c940ddc781ad","label":"schemas/technique_intelligence_registry.schema.json","provenance_ref":"deterministic","semantic_key":"schemas/technique_intelligence_registry.schema.json","source_digest":"6f9e73797516120dbd955b0beb070c564b22eacb71e10ac25e92204395c40e91","source_record_ids":["aoa:aoa-techniques:artifact:edc323d803f789a4fd936073"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6ba9f1e2064d0f54d04fcb25"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:5e799052c9459d4a105eb57f","label":"mechanics/release-support/parts/sovereign-release-techniques/schemas/sovereign_release_technique_note_v1.json","provenance_ref":"deterministic","semantic_key":"schemas/sovereign_release_technique_note_v1.json","source_digest":"1e842fd0135cc183a4b9ec039ff4fb5f6d0416447ffd205b3a56fa8d6dc0d3ee","source_record_ids":["aoa:aoa-techniques:artifact:2db7d7bdba0434400cc5e079"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:6e95b1abbb9c44e5cc38dc77"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:66b540e1e1a5dab0ee7804f8","label":".agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json","source_digest":"a8d4cf1ae3160118d0cb2985ad7d23a6ca37bae3ece369419dd5721183f54684","source_record_ids":["aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2d9b3b17a48efa6ec8846451"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:6e86742b541fb1b896826f7e","label":"mechanics/method-growth/parts/adoption-boundaries/schemas/technique_adoption_boundary_check_v1.json","provenance_ref":"deterministic","semantic_key":"schemas/technique_adoption_boundary_check_v1.json","source_digest":"89ada0f8825b17b7ce42c034803a35e848692209c263b79a07a94fcf90d4d145","source_record_ids":["aoa:aoa-techniques:artifact:b9df735df304f8d8810a6977"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ef077b0e56f1f8d6972e05cf"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:826efca3743cd2c5a5c20c31","label":"mechanics/distillation/parts/external-candidate-ledger/schemas/external-candidate-registry-entry.schema.json","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/external-candidate-ledger/schemas/external-candidate-registry-entry.schema.json","source_digest":"3b6d858c192804deecc8ffc9148b66c662b0037ac5b00276ceaef06f543cdb13","source_record_ids":["aoa:aoa-techniques:artifact:4aba082c98932530e04ed537"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ea5c06b23ac932a794ecad08"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:96c721089ce143eb79a7d20d","label":"schemas/technique_feat_catalog.schema.json","provenance_ref":"deterministic","semantic_key":"schemas/technique_feat_catalog.schema.json","source_digest":"bce733748ba40e37fed2ccd3af47109fe4ef6b9a905235c934d14458ae92015c","source_record_ids":["aoa:aoa-techniques:artifact:00427a327754e82dd374ebc8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:aa795d4eb114bf96be69313b"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:9976216121f21df2266bbd5d","label":"mechanics/method-growth/parts/pattern-adoption/schemas/technique_pattern_adoption_note_v1.json","provenance_ref":"deterministic","semantic_key":"schemas/technique_pattern_adoption_note_v1.json","source_digest":"e68887577a0eef452568c0466320dd250a8c8c3daf1a8649b6a7739de01f73fb","source_record_ids":["aoa:aoa-techniques:artifact:0814fca0d9cf9f19a24f08be"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:f3281a24c344e7a164d59e94"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:9dc32b09005a479279d8549b","label":".agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json","source_digest":"c40d431e09eddc6c188d20fe2c8d75822b8bac6be473da369715acc913f4badc","source_record_ids":["aoa:aoa-techniques:artifact:74f01c69fd276eee46267490"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b5d92cbab7afe9625db16ae5"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:9fbfa54a1f4b59751c6ee5be","label":"mechanics/distillation/parts/agon-candidate-handoff/schemas/agon-candidate-handoff.schema.json","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/agon-candidate-handoff/schemas/agon-candidate-handoff.schema.json","source_digest":"6ecccc0746b2c61b23c3b55e418710f0e2e54e3ff29513821e87aa998bc7b211","source_record_ids":["aoa:aoa-techniques:artifact:1e72edac7e28cf4da4792196"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:12c2162d9aa0e2c3cf6a4895"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:a6da7c47f171a9b3d017f91e","label":"schemas/technique_intelligence_dag.schema.json","provenance_ref":"deterministic","semantic_key":"schemas/technique_intelligence_dag.schema.json","source_digest":"598945f57ac87342fba10fcc9e1f1d06bbd3c20df5a6b82b4bd5633e9878fd0c","source_record_ids":["aoa:aoa-techniques:artifact:98cc2d5ea3bce804eac4dbba"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:720fc62a40ae3ece64725cfd"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:a8b800f29b25facbd3b16234","label":"mechanics/experience/parts/governance-precedent/schemas/technique_governance_precedent_v1.json","provenance_ref":"deterministic","semantic_key":"schemas/technique_governance_precedent_v1.json","source_digest":"402ecb52f465bb7392cd31484428bda67690168315b52a13cf3c4315235c8619","source_record_ids":["aoa:aoa-techniques:artifact:18bc96e9868f1e17e0e9159c"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -254,24 +244,22 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:2f36ccd3d8b0361231a770ac"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:aa0ebfecb50d3b4f49d1dcb1","label":"mechanics/release-support/parts/installation-techniques/schemas/installation_technique_note_v1.json","provenance_ref":"deterministic","semantic_key":"schemas/installation_technique_note_v1.json","source_digest":"32198f637b66a8bd04f9f697169d8f5823415b100a0d1753ebf8d6e379712020","source_record_ids":["aoa:aoa-techniques:artifact:87a9ba6544ad0adb8708df48"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1b60f755da2d040dc5a742df"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:b234317ac01077c41a110b1d","label":"schemas/relation.schema.json","provenance_ref":"deterministic","semantic_key":"schemas/relation.schema.json","source_digest":"2fd9788666ca86a5b82768de05d041ccf9eac81142f19ba9020e15cc5f42f65b","source_record_ids":["aoa:aoa-techniques:artifact:642e62cdc6e7238a9100341d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b9328afae6c6c3a807df998c"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:bb24c00378c39c8b871e94c9","label":"mechanics/experience/parts/handoff-compression/schemas/handoff_compression_technique_note_v1.json","provenance_ref":"deterministic","semantic_key":"schemas/handoff_compression_technique_note_v1.json","source_digest":"99369ebed63e44189bec7163125fb37b196373739bbe7d15ee4610f203dc7713","source_record_ids":["aoa:aoa-techniques:artifact:b849fbc428f8b7f0b5a22e32"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:5be980bf4843ab56f137fd35"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:bd1b7abc467b182f667d6c45","label":".agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json","source_digest":"aa51b7dcb6bea8c4ebcdeac246393d9a2d5f012b78f3562ec7941f03f8d00b4f","source_record_ids":["aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a7ff43c13c99bd039822390d"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:bd97109042214c870a297f06","label":"mechanics/agon/parts/epistemic-technique-candidates/schemas/agon-epistemic-technique-candidate-registry.schema.json","provenance_ref":"deterministic","semantic_key":"schemas/agon-epistemic-technique-candidate-registry.schema.json","source_digest":"09dc88323adff19387b99e5007bf610ac6489da3e8190136719568b1f03d6261","source_record_ids":["aoa:aoa-techniques:artifact:a05cc1f4738d79a31d824c6e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:acf2ff27b010a8ae38258da4"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:c86ff61099131b88611c65fc","label":"schemas/index-entry.schema.json","provenance_ref":"deterministic","semantic_key":"schemas/index-entry.schema.json","source_digest":"82686bbf1e87ec550630f5cfed06b2881acff58387e4245c79058ffeaa915cb4","source_record_ids":["aoa:aoa-techniques:artifact:ac2b256797a27d58d9728ea6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4dbc97ffe6ff7b96dbfaadb2"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:c99c59f680cd17b02e22cd89","label":"mechanics/method-growth/parts/obsolescence/schemas/technique_obsolescence_notice_v1.json","provenance_ref":"deterministic","semantic_key":"schemas/technique_obsolescence_notice_v1.json","source_digest":"74f94f0a5a895b16de5eab16c00e6536263ef9d03227730bb6b399fdec43dd15","source_record_ids":["aoa:aoa-techniques:artifact:4145ce71ceb0280d241badd6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e7c9d76bcebfea7b94c16673"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:cff96e2b2cc644e55547e24e","label":".agents/spark/schemas/spark-handoff.schema.json","provenance_ref":"deterministic","semantic_key":".agents/spark/schemas/spark-handoff.schema.json","source_digest":"342b3926cee66f3e4a556e22803b4fab43a5de845cbfdef2c3cf577b2c6bb917","source_record_ids":["aoa:aoa-techniques:artifact:84dea1f2d0e604c945f35906"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:39469a54b5e09db7fe695713"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:d117cbbe800f8669582b1158","label":"schemas/quest_dispatch.schema.json","provenance_ref":"deterministic","semantic_key":"schemas/quest_dispatch.schema.json","source_digest":"4095186c4a67ebd3252508b16e317a6a5973ef7eb30ac640c8f438ffbf51eae0","source_record_ids":["aoa:aoa-techniques:artifact:f3dd6e206faf881e1b1dda3a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:a6bca21ff480e1e6367da9bd"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:d391dd42dc987b753486a1b1","label":".agents/skills/aoa-summon/references/summon-request-v3.schema.json","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-summon/references/summon-request-v3.schema.json","source_digest":"cf40528ffc09e038747cec62e2ab77f5cf63aa5824df92bf7b4d9d59223ebd25","source_record_ids":["aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:052e3ebdeee0ad37b88dffd8"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:f01ecd219188740a75dcdda0","label":"mechanics/method-growth/parts/retention-checks/schemas/technique_retention_probe_v1.json","provenance_ref":"deterministic","semantic_key":"schemas/technique_retention_probe_v1.json","source_digest":"c959b6245afd2fa4c6f0adc42dfadf5f64e1e1732bd321f2d378ba8643f2b631","source_record_ids":["aoa:aoa-techniques:artifact:69115555405d4182c0eda99a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c7432410ae936f696ca8c3ca"],"entity_kind":"contract","id":"aoa:aoa-techniques:entity:fdd81371c58099a78aa569a6","label":"mechanics/distillation/parts/agon-candidate-handoff/schemas/agon-candidate-handoff-entry.schema.json","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/agon-candidate-handoff/schemas/agon-candidate-handoff-entry.schema.json","source_digest":"0be986a9194702790bf0ff8323f3aa0a7379d9636b718c5f8ac5050853f49b42","source_record_ids":["aoa:aoa-techniques:artifact:738280b93c94398fbd150d50"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fdfc93e407575caec15b0a01"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:00f9c1c06985aee1903fd127","label":"docs/decisions/AOA-TECH-D-0028-method-growth-pattern-adoption-gate.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-03-method-growth-pattern-adoption-gate.md","source_digest":"7b0143e85be3b1905bd2dab0d549c29fdf7c49fbcd5af4c9600bc6e6310bff38","source_record_ids":["aoa:aoa-techniques:artifact:29fadf3816529f045ee4b961"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e794fadc2542b1a05edcf08a"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:091120dbc782083d0aa075d5","label":"docs/decisions/AOA-TECH-D-0029-method-growth-retention-review.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-03-method-growth-retention-review.md","source_digest":"8b78f9bc837f12bca43155f12784a99af1b581a640c1aa115c71090bc7bf1244","source_record_ids":["aoa:aoa-techniques:artifact:fd22b0eabcb0aad8a6d82627"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:03cdcdb6edc5eadaa69c23e0"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:10f7d7bfa99e4464f8560d79","label":"docs/decisions/AOA-TECH-D-0030-method-growth-skill-proposal-handoff.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-03-method-growth-skill-proposal-handoff.md","source_digest":"6f6f5026672ac57611c590f4f89655d32581d83f15cef2a0ff0b7d43efa91d18","source_record_ids":["aoa:aoa-techniques:artifact:394f0ffcb3af69898e4b9b31"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:29580d1616ca7a518c165a95"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:1613a51f942c6a84f1d9bb45","label":"docs/decisions/AOA-TECH-D-0060-agents-mesh-canonical-closure.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-17-agents-mesh-canonical-closure.md","source_digest":"f15bbb2b9f0877c43488dc2220f7c317d1e1248a4863c4f65af501fecf3c3ca7","source_record_ids":["aoa:aoa-techniques:artifact:36ba783140c1bec340f64427"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:768de01ee4eed1d819075a9a"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","label":"docs/decisions/indexes/by-surface.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/indexes/by-surface.md","source_digest":"305d20f44e77e03f2471589865f0a3e5511307d484f57e1aaa684a9f89474ecc","source_record_ids":["aoa:aoa-techniques:artifact:acd156903f044a996b858398"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:482cc1edd5cb89f27fc506bc"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","label":"docs/decisions/indexes/by-mechanic.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/indexes/by-mechanic.md","source_digest":"79c13aff48b2ad1e3c5494b6a08afb869a8eb35af234f51f837cc50dbea1b501","source_record_ids":["aoa:aoa-techniques:artifact:ebd094489b277783f911ea74"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:768de01ee4eed1d819075a9a"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","label":"docs/decisions/indexes/by-surface.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/indexes/by-surface.md","source_digest":"8fb6d66fa88b1856772dfecbc0920a44de593cc060fb21faa47575b66d98d2cd","source_record_ids":["aoa:aoa-techniques:artifact:acd156903f044a996b858398"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:482cc1edd5cb89f27fc506bc"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","label":"docs/decisions/indexes/by-mechanic.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/indexes/by-mechanic.md","source_digest":"03c917a0814100a0781ff225713faace844c7b0bef26abd765b7b05640fed6fd","source_record_ids":["aoa:aoa-techniques:artifact:ebd094489b277783f911ea74"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:de063c5f03c824808b005410"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:1cac4ff91bcdbb4942dd0a1b","label":"docs/decisions/AOA-TECH-D-0056-technique-reform-scout-input-homes.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-14-technique-reform-scout-input-homes.md","source_digest":"41e30d07e11ccbec1331065e6da2d460e18304a15d803e16a8f4f306c766d990","source_record_ids":["aoa:aoa-techniques:artifact:f8e9c37d744ed6172657881b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:45e2aa2d646982932be117c5"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:1d96bc5d10756d052d15d663","label":"docs/decisions/AOA-TECH-D-0010-mechanics-boundary-language-correction.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-01-mechanics-boundary-language-correction.md","source_digest":"a0c585ce03b3a00ba98baaa661bf4c36a85cca31bda08226b9ba09fc98d8752f","source_record_ids":["aoa:aoa-techniques:artifact:a645a53577db8efd068433c5"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:c1079448157ef4f00c4f23ef"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","label":"docs/decisions/indexes/by-guard.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/indexes/by-guard.md","source_digest":"b50bd53e5a30ad254f69df0317af67a8b304f8cb6b783db288037d5a1d33831d","source_record_ids":["aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:c1079448157ef4f00c4f23ef"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","label":"docs/decisions/indexes/by-guard.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/indexes/by-guard.md","source_digest":"e93b9d15058844c74572045e63b76cdf10412e0387765d7a00b2d9665776a0b4","source_record_ids":["aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:491e2d3e81cfde1d923fcbfa"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:23ddfcc5a2f82bb80c4a6125","label":"docs/decisions/AOA-TECH-D-0007-distillation-gate-alignment.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-01-distillation-gate-alignment.md","source_digest":"f735344271c5e69689dad57b0c9601aff26cbe11ed19c1c1a863c37af7ed3209","source_record_ids":["aoa:aoa-techniques:artifact:06e9e8aaedfd37a6721abd79"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:85b3ef63e51dfcbcaeeb7542"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:243eee2c189c2c26fc8a09f5","label":"docs/decisions/AOA-TECH-D-0040-root-legacy-provenance-district.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-04-root-legacy-provenance-district.md","source_digest":"841089efff8de746fa9ae808bad06cdb9d9f8da1b19c58255f0c04589438f5c2","source_record_ids":["aoa:aoa-techniques:artifact:2ece547f2466235afc086518"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:246f238aca45e127f062b6a6","label":"docs/decisions/AOA-TECH-D-0062-closed-incoming-packets-distillation-legacy.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-18-closed-incoming-packets-distillation-legacy.md","source_digest":"52cbe7ea21f2fbb5343dc5c5c8a7e40b183893fbb76cd8c61031d51427fd73c5","source_record_ids":["aoa:aoa-techniques:artifact:63fc5e90642d9c12570091bd"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -305,7 +293,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:5b5c6af57dced4e9696758bf"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:6fd6e16118ccc6c0c08aa103","label":"docs/decisions/AOA-TECH-D-0021-release-support-active-parts-split.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-02-release-support-active-parts-split.md","source_digest":"6280482b51d535cb9978bb2975387adf80d98110e742a6f8c92755eac785101a","source_record_ids":["aoa:aoa-techniques:artifact:fdad960302612c2bc69753dc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c26bda0a90d9d6ab680ddf7c"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:751087bdc485b31c296bfed7","label":"docs/decisions/AOA-TECH-D-0064-technique-intelligence-move-registry.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-18-technique-intelligence-move-registry.md","source_digest":"671b916dcda8cdde5a16c703c3136f968eca11a7421b9bd6f2c6c67c028cdef9","source_record_ids":["aoa:aoa-techniques:artifact:782ea0c0c214cb284e5fcf46"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f89372fb5ee2e6dc261456c6"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:7598515501c67c0530fbaed3","label":"docs/decisions/AOA-TECH-D-0038-0054-kind-remap.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-04-0054-kind-remap.md","source_digest":"f906786681a48a4512b94d446879a2953c88fe4e0f2d25007ab254689db6bfe2","source_record_ids":["aoa:aoa-techniques:artifact:2495eb573c05b7b350310f4a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:06612901f354b1bfcfa85995"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","label":"docs/decisions/indexes/by-technique-axis.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/indexes/by-technique-axis.md","source_digest":"72cbf2a6ac45ab44fd2190668381675b9e9059312fa42dbd7126d92870e69528","source_record_ids":["aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:06612901f354b1bfcfa85995"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","label":"docs/decisions/indexes/by-technique-axis.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/indexes/by-technique-axis.md","source_digest":"cabb3c95a3067987444e411bf72a1cb08b3ade81220db0dcc3268d728ddde0a1","source_record_ids":["aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0eef034a77a979020ccdf420"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:7f2244b7e9d84e8b765e32da","label":"docs/decisions/AOA-TECH-D-0002-agon-part-local-artifacts.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-01-agon-part-local-artifacts.md","source_digest":"c0f1deccea5243a74e52b9141a8153d6adf30804c3655a285c3d456b4c48936e","source_record_ids":["aoa:aoa-techniques:artifact:fdd58aeb6b4fafa71844c566"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:912e61e3f40d31e3ad6e087c"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:8269a903dd30eb62aa3c3364","label":"docs/decisions/AOA-TECH-D-0008-experience-active-parts-split.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-01-experience-active-parts-split.md","source_digest":"0fa4c375fa4128f55772886416754d87a0a49d0508c2f0ae0a07f6884b4e8b40","source_record_ids":["aoa:aoa-techniques:artifact:f7080147a9b36e8aa1aa201f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:47ab1dd8473efa97180936e3"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:833ccdfe47e14dba023a1c87","label":"docs/decisions/AOA-TECH-D-0024-distillation-agon-candidate-handoff.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-03-distillation-agon-candidate-handoff.md","source_digest":"08233c6985ee6bb1ecccbdbfc5a14b7f6fc4199bc60be372ae140ee66d60bc5c","source_record_ids":["aoa:aoa-techniques:artifact:0ea885b3861d2dc4374d2246"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -315,7 +303,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:67af10d91726ed89f41e0d67"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:95a4e4e021d52f6022cfc8d5","label":"docs/decisions/AOA-TECH-D-0052-root-data-retirement.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-14-root-data-retirement.md","source_digest":"3db3aebdec4de773e7bda9067661baaaa1d6ae938251255c3bf53ff91c778016","source_record_ids":["aoa:aoa-techniques:artifact:351454b54fbbcc270019a868"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0cee40222af8114055a617bb"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:95d83bf0ea464883d278545d","label":"docs/decisions/AOA-TECH-D-0017-technique-atom-contract.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-01-technique-atom-contract.md","source_digest":"a1242a4fa3694dff8e46b12427519b22be4ad66a3e9ec7b025c2dd7fc29134a0","source_record_ids":["aoa:aoa-techniques:artifact:3ca81daef9bca21d83cd08a7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:76b3da8f8bc26087d86c5d45"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:99c92f630e2c3dc31ebac3e1","label":"docs/decisions/AOA-TECH-D-0037-0052-kind-remap.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-04-0052-kind-remap.md","source_digest":"78062c5da7f8037b4e060663465a3dc3280948465538da115cfd6e230c2cfcfc","source_record_ids":["aoa:aoa-techniques:artifact:8f4efc05ca7b82225960ce11"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2fe8b9669fffe2732f1fc985"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:9c347fce057578440945fd48","label":"docs/decisions/indexes/by-date.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/indexes/by-date.md","source_digest":"e8aee2a967d176ddf8f7b5914340e3c95367a7a9356e3f761a0f1ea73f205be4","source_record_ids":["aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:2fe8b9669fffe2732f1fc985"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:9c347fce057578440945fd48","label":"docs/decisions/indexes/by-date.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/indexes/by-date.md","source_digest":"1f1b5868fd1dc5e7262aaa4b993380caa2bbef80536178f072109de657784d6d","source_record_ids":["aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:117b27346d5e45b6ba483024"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:9d98ccf44172a924c2862c9a","label":"docs/decisions/AOA-TECH-D-0063-incoming-evidence-only-closeout.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-18-incoming-evidence-only-closeout.md","source_digest":"5aae4ec0b01258ec691ae84626a3d406f2368cf58436e7032ef8d2a8249c013e","source_record_ids":["aoa:aoa-techniques:artifact:2cad95855c82105d96f64d4c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:59cf4ccbdb81f19e508627f6"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:a028b44b182ab58cd59d5890","label":"docs/decisions/AOA-TECH-D-0049-mechanic-test-homes.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-14-mechanic-test-homes.md","source_digest":"4fa143607bd99bd4d0d0d03262e526288d7e34f3793cb9df63e0c5426404db84","source_record_ids":["aoa:aoa-techniques:artifact:0fe95e87cea317c6e77f45a6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:56423cd5a36212cca5bd1f6a"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:b4734806c9a8510a14d692bf","label":"docs/decisions/AOA-TECH-D-0036-0005-kind-remap.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-04-0005-kind-remap.md","source_digest":"38a400893885adf63d7a211e7bfe45c84210ce4612bc630be439a620be2b89dc","source_record_ids":["aoa:aoa-techniques:artifact:2a74cf7f972372310df9db05"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -329,8 +317,9 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:27d164c9388a2414a378fd67"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:c911de258758ea3c29ba87e9","label":"docs/decisions/AOA-TECH-D-0041-technique-tree-contract.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-04-technique-tree-contract.md","source_digest":"2cd6d633e94d5cc258f68970a51ccfa2118b4227ab2041d1eb24e70fe0855eef","source_record_ids":["aoa:aoa-techniques:artifact:5c40cd95be35506f0f55d8d6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1833116f863fcb854ff81b6a"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:ca6d6db25af77c41cedefc4a","label":"docs/decisions/AOA-TECH-D-0059-agent-neighbor-doc-command-ownership.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-17-agent-neighbor-doc-command-ownership.md","source_digest":"caceaf58dbc776bbd376aa3a05d0046b5ff8837b8b49dba7cd8293f9158e3871","source_record_ids":["aoa:aoa-techniques:artifact:cd3dcd02ce7c26afc781ea86"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:d2e0d8bf9205f227256026bd","label":"docs/decisions/AOA-TECH-D-0006-distillation-external-candidate-registry.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-01-distillation-external-candidate-registry.md","source_digest":"eeb3471999a0eafd2cd254e8f502ee8583e8b8a0ff8b8d10a58db413c3d8446d","source_record_ids":["aoa:aoa-techniques:artifact:9fe03959b607e5b273766019"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:544093c82ec1750d71cb3650"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:d43402fb2b727b78ac8c7031","label":"docs/decisions/indexes/by-number.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/indexes/by-number.md","source_digest":"76a5e88b052fb7025fb18924950b629eec223c48193bd3a1945349b335cec501","source_record_ids":["aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:544093c82ec1750d71cb3650"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:d43402fb2b727b78ac8c7031","label":"docs/decisions/indexes/by-number.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/indexes/by-number.md","source_digest":"f2be6fb35ee9965c037038c4ba5f39a311ae81d41e619ea21f79b3cccafeee51","source_record_ids":["aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e4bc5f376db8430703b97fd4"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:dcf51a5db5903830249e92dc","label":"docs/decisions/AOA-TECH-D-0026-mechanics-package-card-standard.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-03-mechanics-package-card-standard.md","source_digest":"3c740dcdb0f0dd6747d109fa952215db8e8ac92b133ad07dce228c56afa73f56","source_record_ids":["aoa:aoa-techniques:artifact:953aa38f18288b54eece690b"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:a2520fe344405977ca97a745"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:de00421409445a10ef303a40","label":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","source_digest":"a726a2e4cb1c91f938d0de42c81cbed58ab4fb7d06e46dc799bd02df1bdd6401","source_record_ids":["aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5215c8217fbdf8785c225cc6"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:df9c52fd7a14673a0194a86e","label":"docs/decisions/AOA-TECH-D-0011-mechanics-law-local-bridge-alignment.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-01-mechanics-law-local-bridge-alignment.md","source_digest":"86646cad93127ee7a8bdb7c8a082b0986e08d3c225db633e47aba75653b7fb96","source_record_ids":["aoa:aoa-techniques:artifact:c2e10157e4040acd07ee7659"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7ef31bfa7ef5f4b5817d2abb"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:e19aaac2328a54a0c360bc9f","label":"docs/decisions/AOA-TECH-D-0019-antifragility-active-legacy-split.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-02-antifragility-active-legacy-split.md","source_digest":"aa19044634a101cd89d206bf67bc825216083e4086a77511d04fc91aa7c9c6fc","source_record_ids":["aoa:aoa-techniques:artifact:9347f36b72284c1dc85d2b95"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5b531dcbc798b6b4299bec64"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:e41eac45f41025b6d34c84a9","label":"docs/decisions/AOA-TECH-D-0020-recurrence-active-parts-split.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-02-recurrence-active-parts-split.md","source_digest":"18bcc95707f5b38c0ff2f67c3157dcbdd0f0bfb078c9b1492855e0525b32bf60","source_record_ids":["aoa:aoa-techniques:artifact:147e1bd4f3723cc566fc2cd6"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -339,7 +328,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:688196f084f80a0f4d7bcde6"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:efeda0d5b97351edce652e73","label":"docs/decisions/AOA-TECH-D-0058-docs-surface-guardrails-and-tree-contract-slimming.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/2026-05-16-docs-surface-guardrails-and-tree-contract-slimming.md","source_digest":"7243db56a066626420701082f64901e2764452fa1fb088c3090318c0fe7bf3e8","source_record_ids":["aoa:aoa-techniques:artifact:98726549e96e94fb3a0c9f73"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3f2158f18400fa216f912167"],"entity_kind":"decision","id":"aoa:aoa-techniques:entity:ff988784f2f84f6dd66241b8","label":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md","provenance_ref":"deterministic","semantic_key":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md","source_digest":"9111c46bab296a730fa5cd5114d035fb1547e7dd90e5a7081d09a01f04c4b1aa","source_record_ids":["aoa:aoa-techniques:artifact:3570302f879fbf8bebc76db7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c43acacf39b31916eb566aaa"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0035b21457859e88d90c2e60","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-registry/capability-spec-versioning/checks","source_digest":"34c6086b1dbcbe5caf796ae77c095c6357220c34e41aae7f140404f8b27feb1f","source_record_ids":["aoa:aoa-techniques:artifact:e919acf32379833d5aaefd98"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:0766969695a59702ee0e8b47"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:004cbd6a2cc7fdc2b03bcc3e","label":"aoa-session-self-repair","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-self-repair","source_digest":"721db779a7ef472f765f83fae45021b35e536ffdb9b3232184d08058d0f7c0dc","source_record_ids":["aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e76b0f29dde266311d494e44"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:00e1f643cab1050f82f5c87f","label":"scripts","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/parts/epistemic-technique-candidates/scripts","source_digest":"b793e01315816a281c83b9c6652dad15f2f81a674e99ad730560d56232745cb9","source_record_ids":["aoa:aoa-techniques:artifact:1ea19a95e311526da500ae47"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1aa703ad0516dded2ed51aae"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0108ef63a1281625184090bf","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios/release-prep/examples","source_digest":"0ad5b8b6b836e38ae82fc73c9e29481facb935027de04c22b56b867227d5eb04","source_record_ids":["aoa:aoa-techniques:artifact:d2953f59029c3da963218542"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b2cb22a0eb7df9496e74b567"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:014ab55493b325370378fe74","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/diagnosis-repair/diagnosis-from-reviewed-evidence/examples","source_digest":"5232be93902a4e3547c403400042bb9cc171aeb15b2b73add73241a4e61387a8","source_record_ids":["aoa:aoa-techniques:artifact:551cfa57299dff76b28597ee"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -351,7 +339,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:15d26e95cce52b814b9c1768"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:03ef10b9a170af51fcef8783","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/nested-rule-loading/notes","source_digest":"0365148a944e52bb524a1c66785184824a7d06318ebadf23e72032f855cbece4","source_record_ids":["aoa:aoa-techniques:artifact:2613272fd48c6208e2902fe7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e2e6307b95f8a0a360d272d8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:04292935f30172e367b885d4","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/practice-adoption-lifecycle/superseded-practice-obsolescence-route/checks","source_digest":"72141d2c25dd30db12d4ddc993064fde257344ee4aae3ff77b5331672d190da1","source_record_ids":["aoa:aoa-techniques:artifact:efcfc8862b7a27253fd2259b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ee135303b99d5b7f7b13ef0a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:046e59478e86bfa4b02e03c2","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/donor-harvest/harvest-packet-contract/examples","source_digest":"b5143d47ed2dd6ca9170d71d9e8726bbf4ad5e3ac1051ace31c886bef363574f","source_record_ids":["aoa:aoa-techniques:artifact:b82a9b3bed86e020224a6b37"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:63e632260c33094359326197"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0474a00a8442b8b7108e506e","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-donor-harvest/assets","source_digest":"2863c3888039ffb426040956cc4d3b3ff99ec92cf3c79f8ca28a4058c089f227","source_record_ids":["aoa:aoa-techniques:artifact:4a820cc25ce9e2c1a71bfe6c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:460b687597965f9957007646"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:04f614e9258131383bdfecdb","label":"source-lift","provenance_ref":"deterministic","semantic_key":"directory:docs/readers/source-lift","source_digest":"0dfb6aa0e41fbac04b4322e3eba7ed8931ba912270c20617b4e0b15bae6ef84c","source_record_ids":["aoa:aoa-techniques:artifact:0af7b827a80d1aac246e172d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:219843d89f34e6d8eee191c1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:050833b54b0f9c8f36cb8cdd","label":"single-scoped-evidence-reference","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/review-evidence/single-scoped-evidence-reference","source_digest":"08ad523da361eb82eff69ad27d26bae4f4b6657430a484864e63303cffd3c980","source_record_ids":["aoa:aoa-techniques:artifact:038fe3ff8700fe443a6c6452"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7e57e7ba903b8f12f6c85c62"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:051ba1ac0e27360ee214985a","label":"validation","provenance_ref":"deterministic","semantic_key":"directory:docs/validation","source_digest":"61a45e609b210b216e764c57a0d307a8bd1d168ae46d16ab13e7aea2ca82be64","source_record_ids":["aoa:aoa-techniques:artifact:1a548e9218c9b7c28e355d3e"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -375,35 +362,25 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:9c1c6563423966ae83e219b1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0a8c41843e27789c47b48e06","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/cross-repo-resource-map-bootstrap/examples","source_digest":"66e24a8a923c5ce5b432de56b2268b5f84f451438a19f0c54553ec1de71551db","source_record_ids":["aoa:aoa-techniques:artifact:4dcb0fa86ff3a4f33d77cc93"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f21677b18eff26c79c159ad3"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0ad36359c292dc541023dd4b","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/skill-discovery/upstream-skill-health-checking/checks","source_digest":"08a2e6074f8b8343493bf15d5b19e694bdf2dbcfd04091d9890c5b5343750c67","source_record_ids":["aoa:aoa-techniques:artifact:e81212f5516e85d14a7c0011"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:faabba6a1a7809c96a39d8a6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0af6ca0dd06943efdb5b253d","label":"markdown-technique-section-lift","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/markdown-technique-section-lift","source_digest":"27ccd89c91a578f1b4c1d02fb7ebec178c345eadb1baac1c1d7ca47d6f342b77","source_record_ids":["aoa:aoa-techniques:artifact:0ee990eead6a7da08971259b"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:c66fa76859a6a2230ba6b77e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0b8031b972077b733cc1db9a","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-core-logic-boundary/agents","source_digest":"c3a5bb565a232173a4d9c5fb9e9b2f8d99c8575ef561606b49916e8e4030611b","source_record_ids":["aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d345db16b7b48ef19b23f521"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0b8a4cd2fcfc2e10e91b82dc","label":"one-command-service-lifecycle","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle/one-command-service-lifecycle","source_digest":"6b3fac519baa60ce24e20a02c9b4036e678e4003fde7051ceb73ee4aa095f5c4","source_record_ids":["aoa:aoa-techniques:artifact:c348dabcca277760e5eeca99"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:560bff8f8e6bea7b47fa3803"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0bf521018fdc41e73d0371aa","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/witness-trace-as-reviewable-artifact/notes","source_digest":"49dfa06a8027a7d9de622d3b2c8b950f035bdec39cef2dc3038f1af890680cc3","source_record_ids":["aoa:aoa-techniques:artifact:0983cdce416d1aa139dbd6f3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:55370041d4d66c0c1010ff3d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0c14b3ce5cadd6abbc54f9d3","label":"move-technique-bridge","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/parts/move-technique-bridge","source_digest":"0344a0f290fd273c64f53818cbed9c12929e7eaad2300d3d80da742066311f4b","source_record_ids":["aoa:aoa-techniques:artifact:3ff340e3f35b0b6503518064"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:65e927065d19e10bd4578c63"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0c566614dd4a2de7253fba06","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/semantic-media-bucketing-with-vision-plus-ocr/examples","source_digest":"8eae9331735401dcf9e5c6a55a2964facd0f6087be21b1b2b914844294f35247","source_record_ids":["aoa:aoa-techniques:artifact:44c99df5d8f27dd01c920c67"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:ecff337358ec01309662d780"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0d4a772c956c7eaad33243be","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-quest-harvest/checks","source_digest":"841beb554f6ab55f0f7a8d65ac776f1a51bbb6f32b1b6c9c241011698b860e31","source_record_ids":["aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:0e45c0a0c3c24463f7ffea4a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0d50b42ca7a3b2e9d0c94497","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-adr-write/agents","source_digest":"6ba94eb7780d5c787524ca4147afe29a4fae98c84fc09e429b60599ecda4e59f","source_record_ids":["aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0d3da29adbf5a15f8dd675f8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0d52dd2c4401e273251211de","label":"installation-techniques","provenance_ref":"deterministic","semantic_key":"directory:mechanics/release-support/parts/installation-techniques","source_digest":"e51cb878379bdd4f9d257d9ddba76b983689ea87df6dae070ee269eb4f6a138d","source_record_ids":["aoa:aoa-techniques:artifact:d03b113f00895e57aede726f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:49824a6f3f7bf084a6a71d4a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0d69000f799fb01bbcef3c42","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/transcript-linked-code-lineage/notes","source_digest":"f931a412b57e2708553c454dd988f12886e5b209e35009e9e4e01b3b968793ad","source_record_ids":["aoa:aoa-techniques:artifact:01aca2dcc2bf9581a9625a8c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:0d1846cf2586a6e0fe69cf2a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0d9719632d56fa5d0cacf28c","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-self-repair/references","source_digest":"22f26c61e58e9358642ecca26be57064a471fdc223b3e303af166be13f33b7f4","source_record_ids":["aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:e6b95507566e68b3d9dea079"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0da3d2273c3df926c3313030","label":"aoa-session-donor-harvest","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-donor-harvest","source_digest":"28177f0417681d566f35eac5d2811dbd29048f2fafde87223e2e453112c0d763","source_record_ids":["aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bf110cf7bcea885b78018c94"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0dacc01b2b5e6040f1d08d27","label":"approval-evidence","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/approval-evidence","source_digest":"9feb9225c67e5e0fa7c89785e7e834bc1fd5d450797c6ed9c8fc471ade5ee878","source_record_ids":["aoa:aoa-techniques:artifact:11abcd81e43af755ac12fe48"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:f41d0c32b416a5316c9d8387"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0e327785c111a4d0843da81e","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-tdd-slice/references","source_digest":"39ecd70624d04bd0487100511bace9e760ceef20077c5dd8e5d5f3956eb15f47","source_record_ids":["aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4ad03f4304fb99397e3eb403"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0ed252414d9b49d149ddccd8","label":"raw","provenance_ref":"deterministic","semantic_key":"directory:mechanics/audit/legacy/raw","source_digest":"87321154a639c0f9abe9339e6d1194ca1e46db8a1c06b9c8423d9cc7bd2b9abf","source_record_ids":["aoa:aoa-techniques:artifact:436c0178449184d78679b748"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:54ffee2f3976fec0ce204e3f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:0f4c0c3a85fe8877b0dd4f0f","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-boundary/multi-source-primary-input-provenance/checks","source_digest":"52da8296085205ccaa7a51fe7949b3c86cf4fd4f7bfd71aeb37230d0f5a2bef0","source_record_ids":["aoa:aoa-techniques:artifact:f51787100e1ffad936185849"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:06b13a0eb1406e48dd64b57a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1039d8184d5b69d438ea66e7","label":"hooks","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/parts/recurrence-adapter/manifests/recurrence/hooks","source_digest":"dd719e1aced886a28efc21b61fc901678616e65cf5b46e877fa6af0155c733d3","source_record_ids":["aoa:aoa-techniques:artifact:cb65da24d55aa43e3f7a3c0d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7b17d40a9798969387d38658"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1090fbff77620a621528890a","label":"tests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/tests","source_digest":"34434ff4a3fd4a12031642676f593aa3adc75e0890d513373471795e86bd4099","source_record_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ef6798235c7a956b46c1400c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1150cd907f797e6ae68612f7","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:mechanics/method-growth/parts/pattern-adoption/examples","source_digest":"7cc8d1b2e0ce98daa645ccd63dc7197ec9e40e18a4eed1ab355e82d4c8dd3935","source_record_ids":["aoa:aoa-techniques:artifact:9dd4729f5086cc2ccb7e90a1"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:a66c140085547db71257cb9e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:116893ff3284754615f3d045","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-quest-harvest/agents","source_digest":"a219e275d8d829f679c6e45d9aeea39b8715a35d0e30ac5d5ac0b9fd48b60420","source_record_ids":["aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:47718eb692e916667a343468"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1178ca8202fed3b6bb39ebd3","label":"technique-refinement","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios/technique-refinement","source_digest":"7b6c88293e19b574e3acdf4ea8257320c0969e7f47027829b08aa7df30281bd2","source_record_ids":["aoa:aoa-techniques:artifact:8cd97322065435f2f2b26027"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:5e0306e4895dfc63062f2ae2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:11811d5997d6424564c895eb","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-commit-growth-seam/agents","source_digest":"2f8d534f1daac442b6615a55bd357e2bb6dc4258831ab37370e2308c84f1a1ff","source_record_ids":["aoa:aoa-techniques:artifact:b488fa870f11fb566638e969"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:edee9d57ff8acab27b54b620"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:11a176cceac88d4e31c8e88d","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/telegram-export-normalization-to-local-store/examples","source_digest":"4f3d2c66fd1b8b4c19b2b61cf4cbe1295c1a0a0f8370ce266bb7cdec29dd9dd5","source_record_ids":["aoa:aoa-techniques:artifact:22ca698c0b795bf598928106"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:117590a6512c37f886b9596d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:12b3e7048ede95d32c33d248","label":"docs","provenance_ref":"deterministic","semantic_key":"directory:techniques/docs","source_digest":"98b214899229f6cd3d8e54d82eefa7521edb06753a10e9d6bec337ad6af485a1","source_record_ids":["aoa:aoa-techniques:artifact:e7923cf520e9cfaf3b8cb91c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:699e4bfaff83e4d31fdec72f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:12eb41de45a720f21757a588","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-bounded-context-map/assets","source_digest":"c66d5ab5ba59264c7b4127f5508ac7ea1210697682deb8c00af4cef414c9f135","source_record_ids":["aoa:aoa-techniques:artifact:e43c0a58f055dbff935dda86"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f0dd03c21fc64e0b1d900853"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:13215c0b799286d6f5724998","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/docs-boundary/source-of-truth-layout/notes","source_digest":"d2b5a22aa7edba03b3ba8840a7f44e15f7353a9ebc24ade54e904ddd68d0e50c","source_record_ids":["aoa:aoa-techniques:artifact:1d7350a9603840506726b710"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a302fe3d20586550997179ce"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:135d75f1904766d9c8ef2c3f","label":"github-only-owner-endcap-with-reality-sync","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/owner-truth-closeout/github-only-owner-endcap-with-reality-sync","source_digest":"49d6754b4e70a3379bf57309e7ba4afabdeb9c4fffc25283b5fe91b545bb8355","source_record_ids":["aoa:aoa-techniques:artifact:a63ef99d9a302bba6466974f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:327bacfdf78f5d37e985a9f8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1371084aabc909a0276c4c1d","label":"tests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/cross-layer-candidate-ledger/tests","source_digest":"76db1e0664ad6cc96ecd717e489d6e3ffd9b30a9fc65eac6ebab29a35fc7aba3","source_record_ids":["aoa:aoa-techniques:artifact:5b5175da19a378fea73fbebb"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1b7b5814afb929719c61875d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:13ad7abaeb019db2e2f64917","label":"legacy","provenance_ref":"deterministic","semantic_key":"directory:mechanics/audit/legacy","source_digest":"c7b9c0bab5a3ef8b0c0954e942c77868d3c242213ed90d50a78070285e6fbad3","source_record_ids":["aoa:aoa-techniques:artifact:730109cbf9e419d0e91319ce"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:08d7a90da0720a6b58ce9f36"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:13c5700c61aa8caff561eebb","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-self-diagnose/examples","source_digest":"81c99ffb87e2f82dbc243a22c3c94b9cf855ecc7ce38a1efcbf28729048c11ff","source_record_ids":["aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f13f490c063ce8b468af2950"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:13f4c0fbd7543572a3da99ad","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/review-compaction/commit-triggered-background-review/examples","source_digest":"8a71d8558f22f43dea153958616a9e40cf5f5a691449b9af995bf371bc222200","source_record_ids":["aoa:aoa-techniques:artifact:75a55f9c40b54aba500e4d40"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1462eb94a0aeb1cb4b199ca0","label":"technique-reform-ingress","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/technique-reform-ingress","source_digest":"9d2012216a9015b23a095e0598f2c62baebf4d4f71e3a0660c5c22e612a29e65","source_record_ids":["aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d93ae63f6605a8426e4531ea"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:14a3aa6e8be31f3f2439d9e1","label":"witness-trace-as-reviewable-artifact","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/witness-trace-as-reviewable-artifact","source_digest":"f2ae234b9179342f2f6588a97dcc752193b98f8f3be6990f87b07ba433c249a6","source_record_ids":["aoa:aoa-techniques:artifact:eb21473f5358b4eee260ab9b"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -411,7 +388,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:e9f1dd5d464c48513a795ac1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:14eb320cae2f80c1899ba9a5","label":"raw","provenance_ref":"deterministic","semantic_key":"directory:mechanics/growth-cycle/legacy/raw","source_digest":"7dfa5b9f0142ee0e2b12a6b5b95c32a0d917ba1d2fd9c63b4ba0d3f868583da0","source_record_ids":["aoa:aoa-techniques:artifact:a5c71d3a62692c33b883e995"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ddce0e9e8d4726d1c9ec7021"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:152947f6ccdaa54a93b70cb8","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/risk-and-negative-effect-lift/examples","source_digest":"5aa4bbd5e387616d8521a2febfa412927646fa5c73c83f38dd97cae34cdf5e12","source_record_ids":["aoa:aoa-techniques:artifact:ec5ef4c560c378c40dc5b7c2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5ad33e6207efb0741486e279"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:15433a640b3ae61389d1275f","label":"technique-feat-model","provenance_ref":"deterministic","semantic_key":"directory:mechanics/growth-cycle/parts/technique-feat-model","source_digest":"3257f4c8afa6d6c1460627d7a3b5ee875a2bb6011660d71b787bba3430462ff6","source_record_ids":["aoa:aoa-techniques:artifact:4a4d4efd2e0cab699702c406"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:fdf9ae9c86c7e5dc96e6a3b7"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1557e8a2dc38a9c2e260d1bd","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-checkpoint-closeout-bridge/agents","source_digest":"3e650bb282d69e158699e67c5f2176c21f946bc34a50ad61d4bf404f12c5e2eb","source_record_ids":["aoa:aoa-techniques:artifact:590829fb074a642096f3461a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d46549e98409ac9095f755b7"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:156518002bd878809ff8144c","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/episode-bounded-agent-loop/notes","source_digest":"778f1d607d0523c91c52e61737aece0b36343a18e9eef3c4931282aafd98f75d","source_record_ids":["aoa:aoa-techniques:artifact:0af21e4a5fbf493a46e2e90e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3e6b368dfe8863577b2d51d5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1573f801007d8cf81a63ef7d","label":"execution","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution","source_digest":"6070b88cf2348a6956a404aa1bc5e122dbd39d95c6edfb7f8713c3d3ba69e9a0","source_record_ids":["aoa:aoa-techniques:artifact:bf4f0ead65b71478dc32c271"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9ad08765b70f5485cac9d76a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:15860d9789c4df9f8d19c848","label":"config","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/external-candidate-ledger/config","source_digest":"4cc47830fab762b10c9384bef887136b29dafb5ac325a8928729015976bd9f00","source_record_ids":["aoa:aoa-techniques:artifact:94221beed9e75626c26fa5f0"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -420,7 +396,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:b8e2aa0a89912e1006d5580d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:161c18f0b780667405eadc2b","label":"legacy","provenance_ref":"deterministic","semantic_key":"directory:mechanics/antifragility/legacy","source_digest":"75b4eb44e5f5877bb356ce218fb1b200d1870f053d53689fab576aa91fff24bd","source_record_ids":["aoa:aoa-techniques:artifact:5d6353ee9b342f7f9e4bb51e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6fcb3f855023211cf00d6abe"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:163e2a0a9792ce01086858b1","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/skill-discovery/skill-marketplace-curation/notes","source_digest":"fc44c0ed980f93b4f289912ad8421e6a3ea76e81c87739e22d4788e91da4fa2c","source_record_ids":["aoa:aoa-techniques:artifact:130cec572429effc40a63aa0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6db5c681903cf927e5408636"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:16c28b557bbd50567dc9744e","label":"tool-gateway","provenance_ref":"deterministic","semantic_key":"directory:techniques/tool-use/tool-gateway","source_digest":"51583f84e0501967d9fe089cacf3f7f9d0f7826eead146ab563c185c2b518f82","source_record_ids":["aoa:aoa-techniques:artifact:32efd6a45f0ac7162684fb0d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:1e7d86e66a6b1bc6565ef446"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:17228db8d981a197511ff602","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-source-of-truth-check/agents","source_digest":"3d1a51e88f3583b5c66083e54308548d82fcc820464578b2d2fe39058a68d43c","source_record_ids":["aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2030293bcfe5fa02a805fb8f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:17efabb0e3c55caca93dbce3","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/checks","source_digest":"eea3ebf413051efcb940b13beeb5046e9dfa07b8f17ae44163384f2d1384c438","source_record_ids":["aoa:aoa-techniques:artifact:c3633ce00072e52ca020b49d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6ba9f1e2064d0f54d04fcb25"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:18497cb3493d784c11212498","label":"schemas","provenance_ref":"deterministic","semantic_key":"directory:mechanics/release-support/parts/sovereign-release-techniques/schemas","source_digest":"b048db2644c362b3cd758f6eb2c07fb27f25f2bd16ab944cc1448d4db50b5aff","source_record_ids":["aoa:aoa-techniques:artifact:2db7d7bdba0434400cc5e079"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:41a91dc10d6f826c31a2daf5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:18b2cae8d0d2160dec16ad08","label":"human-loop-to-first-landing","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/automation-readiness/human-loop-to-first-landing","source_digest":"4589794e624fffbacda8458a2e7bcf51bdb798d2e681c5ae4fac6a993a016875","source_record_ids":["aoa:aoa-techniques:artifact:7f3fe599a123e12c31dbd6ea"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -441,27 +416,20 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:b7d22ca17504d16b23c2a050"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1cd79347d1a8e28f5a46b1ce","label":"risk-and-negative-effect-lift","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/risk-and-negative-effect-lift","source_digest":"e04e85c11b46682c65297eb158f29ad9c8cd6e824965b883991563fc9188429c","source_record_ids":["aoa:aoa-techniques:artifact:e36af3e27730df5170f44391"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5da3cf8dd44869d115501ac1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1d034d2def1aea810ee10dd8","label":"exports","provenance_ref":"deterministic","semantic_key":"directory:memo/exports","source_digest":"d76671c5b86dcfd8c1fd532931da333d98ed6c706a6b88295c719a8af8a2cb94","source_record_ids":["aoa:aoa-techniques:artifact:d77c10c9ba07bd6d5f7d9521"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:88163f45079ac3717b6d402f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1d0e9fcbdaff833ebcc99f55","label":"candidate-intake","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/candidate-intake","source_digest":"296aeac421dda830cd23cd14f422facbdbf81687bc3f6d26a004843e0954912b","source_record_ids":["aoa:aoa-techniques:artifact:35d77bf50f6518f4f2e625ff"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:63081d4dc1f355056375aee7"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1dc5b2c1bbd86e144e0b4ebb","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-property-invariants/assets","source_digest":"acf230fad92340e5c0c1d5eb0b100645037334f4be3a40b3426ea25b3a4016fb","source_record_ids":["aoa:aoa-techniques:artifact:a1b7548f51793f4b5377dc9f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b6293e141ee9edd300b06cbe"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1de48a928dc6ab04ffa2ad71","label":"testing","provenance_ref":"deterministic","semantic_key":"directory:docs/testing","source_digest":"6bc4f72c814addc189cbeb0594a9df206c168cef982c43ce388cf7a93ed86ffa","source_record_ids":["aoa:aoa-techniques:artifact:4bb775b510fef0b03861add7"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:e58a756cc935a2795ee351e2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1e054ee4bf896fce7315c5f5","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-approval-gate-check/checks","source_digest":"5f6a9d3e985ba701a71c9cff0e30b8f1b92d2c6731c8d82aec3748e22b0e6dce","source_record_ids":["aoa:aoa-techniques:artifact:5284bcd566341941dcafd934"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7aa97653c8b8d1cb9aca1f2b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1e305c42bf7d3ca2820dbc74","label":"aoa-session-self-diagnose","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-self-diagnose","source_digest":"4558df979203ea845ad16ee806b08fedc4b99ff41c998cdbb0c18628190f4d76","source_record_ids":["aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6f22f4f13a7a236cf6aab6d6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1efbb97407c23547703cbf80","label":"data","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/technique-reform-ingress/data","source_digest":"85e7922b5f9f9483567b87f757b5d625fa5fb511bb9d1306c5ac173a256c0de1","source_record_ids":["aoa:aoa-techniques:artifact:34627f21196e425b7edb4a68"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b521ba8b77b361ce0a567769"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1f08596678bb97fdbc2ac56c","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/semantic-media-bucketing-with-vision-plus-ocr/notes","source_digest":"692e5e23efa669d57107d70a9a517313b837d9b6d1cf1d105fbabe05e7fa2efc","source_record_ids":["aoa:aoa-techniques:artifact:065c9dd7b95c9b26a5bd313c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3e0038b420a8333a5519d1b7"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1f57f76a98256ebedc6eae87","label":"parts","provenance_ref":"deterministic","semantic_key":"directory:mechanics/questbook/parts","source_digest":"c2b9db43c0605d73c6301f5fe5980f7404554d7ce2256a07cc6c99858201d294","source_record_ids":["aoa:aoa-techniques:artifact:01422e27a833b3bb87d0f873"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e52d2f16726c85c536cdac17"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:1fa5e716940cd7c2e2b600e0","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/antifragility-recovery/isolated-service-stop-on-shared-substrate/notes","source_digest":"220bb13b805e70f518451beed8038453f89c9d535a7b11673be71b35ae12f9dd","source_record_ids":["aoa:aoa-techniques:artifact:147b1920ad413781f2acf8f7"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:01fe06da38680afe497dfdf5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2070c0f146359d2741d33082","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-summon/assets","source_digest":"077f7f1a4854e0bf5aae9211a9fcde70842f40c8bb6fcbe8530ca028cc49ec3e","source_record_ids":["aoa:aoa-techniques:artifact:9cd97915cf1fb0e20fed2a32"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4cb6c0cde5c509b8e1af52bf"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2072170cc50d8d8f57d6ad2d","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/perceptual-media-dedupe-with-threshold-review/examples","source_digest":"7f54d10b7b82a893422d4cba3809f55c7945e684843929b5138e72f7a54aad96","source_record_ids":["aoa:aoa-techniques:artifact:151c8e651e7dd00570f8319b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:330559aad5438fcab2df9f54"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:20880ed853c44f4b25a52caf","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/witness-trace-as-reviewable-artifact/checks","source_digest":"95f17b5752920f276979df008a39dd36f42ca97fe78eef4d9b01740962d0e433","source_record_ids":["aoa:aoa-techniques:artifact:23f000b28526872cb4b0428b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6a8a176dee051700abbd3529"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:20c8c198c8f592a3338cfb65","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/skill-support/contract-test-design/examples","source_digest":"681c944bce980283ee8b249fe7e5059cd44cbaeb36cff0c28a045abfb6d9f065","source_record_ids":["aoa:aoa-techniques:artifact:1a6a55dac727ba44504278d7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5adc20b99e640d5f96358158"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:20d619fb25c4afa1024e051a","label":"contextual-host-doctor","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle/contextual-host-doctor","source_digest":"df287360af3290bc65868c07b2f8abcd14f9baf8a9097e4b52eddad26d1b064a","source_record_ids":["aoa:aoa-techniques:artifact:97ec55a68c3b722552006414"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9e8adeaf3f1936078bd6d242"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:20e2011f21921aa3b60445d4","label":"tdd-slice","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/agent-workflows-core/tdd-slice","source_digest":"7219b5a6311b43263adbfce7cc71f750a5b16be8d6b96448256ac989db861713","source_record_ids":["aoa:aoa-techniques:artifact:e59a48e03681994b19cb91df"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7d0274677e27b3ec6286e4be"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:216b95187a7bd568c5ea7810","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-local-stack-bringup/checks","source_digest":"6c6e91b729593ad0c169ee18db14217211663c470fff4edb51d5765f8405d197","source_record_ids":["aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2c20c5831a9c2b293596b131"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:21ffb0124768c359ed23301d","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-approval-gate-check/agents","source_digest":"4f58911cb279b8a904669393e4394ac7c79fe67c0c3f0a7b4e11e1103590b7c8","source_record_ids":["aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e99e4d2868c808bd9c7f7234"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:220024c4a4a67e8d59fc2edf","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/cross-agent-skill-propagation/notes","source_digest":"d6c7dcc4bf40de2476ee75b9d1e190aac3ac7b975de5d56f2777664c90de385d","source_record_ids":["aoa:aoa-techniques:artifact:4e9ef2476f5a56114c7c9cac"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c310e120de643ddb3f096884"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:22a040b7da715a3dcbf16129","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/docs-boundary/decision-rationale-recording/examples","source_digest":"3ce09047b22e5ed1f595853961bc468f388af678fd1ebee5356b59415dbb3988","source_record_ids":["aoa:aoa-techniques:artifact:5ef6be48d542c0c7372a78d1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0a5b8691b2e60286f691096d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:22c1032c7870c12140d29d46","label":"tests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/parts/epistemic-technique-candidates/tests","source_digest":"78d5e53bbb797871bab3cac68d8c753104295972f684dc85e14b76e27a143ff2","source_record_ids":["aoa:aoa-techniques:artifact:274d8557125d301051e07b06"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e5d5ede33e38b868f572b2a6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2329fcceda852005e4b13195","label":"review-compaction","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/review-compaction","source_digest":"7fca598db7781408df24d9114429c0d0dc70c2b5d21cd5464702eadc5d696289","source_record_ids":["aoa:aoa-techniques:artifact:0277bd1953c8c480bf4514d1"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:cf84c05e6f051a3d4cd96e50"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:232b0383a1597c5d77b95d79","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-route-forks/references","source_digest":"434e441459ccf542c94e606dc7d6266e97dc7ed2400d6c6f20edcc50c255d802","source_record_ids":["aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:314c8a5663f03bba573cba64"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2372ed169e8eb0b4ca5e8b13","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/structured-handoff-before-compaction/examples","source_digest":"a03bdb94d7410bf6e09567101f3f2dd4fa300f317a2f578ffd5091924079f300","source_record_ids":["aoa:aoa-techniques:artifact:38b527dc33459092def8f5eb"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c25c5e02d8b07269ec5b5fe2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:238df9ea2d1a0c8d92774c22","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/parts/governance-precedent/examples","source_digest":"a1e2e2a1164320323def7301cb8887dfbd7d4688473648fd3b78417d77cd8d6a","source_record_ids":["aoa:aoa-techniques:artifact:8a742b04e81fe54978814a5b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:588118439a5a45cf3bc908b0"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:23dab24f572593abbe495854","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/published-summary/required-vs-optional-source-rendering/checks","source_digest":"3f835d1e94d53e334a6f0c3e41180ecb97a33291d5eef5ad9d1906b6507efe4a","source_record_ids":["aoa:aoa-techniques:artifact:8641600212a88c503841aa7b"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -473,8 +441,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:001060ddda38a734346d2f06"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:250ba1f3c5028ab65a6ea052","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/skill-discovery/skill-marketplace-curation/checks","source_digest":"be26a6d51a43442424666957e47cb19470b16ec5867212b35b62e70a6f65495a","source_record_ids":["aoa:aoa-techniques:artifact:3cd8e2a07b6eb3cf3fffafac"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c254d529781b53baefc77118"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:25405d84ff496e0841f784af","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/docs-boundary/public-safe-artifact-sanitization/examples","source_digest":"2dcb406754a8e6cb2003b6cf3498262883d3afe1f778293ea8fd1e7aafd06419","source_record_ids":["aoa:aoa-techniques:artifact:452004c0f4712c5664e17c3c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ae763ebe886d560e9a128289"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2598710d225595c2227a012d","label":"parts","provenance_ref":"deterministic","semantic_key":"directory:mechanics/antifragility/parts","source_digest":"28cfb639a0db5acc10dae87a43831558f112ea82d6b86a05be48212869aa24b4","source_record_ids":["aoa:aoa-techniques:artifact:87df2f9f4b2c95a41b2395ff"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:c69ff88c69391d705b9fcf15"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:25d7ec98542b7d72e772573c","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-dry-run-first/examples","source_digest":"0bec4a0f8364850d7c134b23b98dbbf184cc8ca50e6f6d64d8c956bb870b572c","source_record_ids":["aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:bb55a0402abf7efa69474420"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:25f2beaad9549632f3cffb69","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-contract-test/assets","source_digest":"7f853b57f5b8da1af498e4dbb04eaaebb176b23334d0a32af00ab6fb566c6ddc","source_record_ids":["aoa:aoa-techniques:artifact:4452d53f16e627f25a4ad68b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:62974c378ed3c976b7376b53"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:27ac9086383fd092294fe438","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:examples","source_digest":"926a081159563053c0cf0847eca2db02d0f68109c4af049dd32c9b64bd497535","source_record_ids":["aoa:aoa-techniques:artifact:49aaa2819e35a856818ecec8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1abfdf7c803c95573a77014b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:27ec17ae779cb1d88cd22141","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/antifragility-recovery/receipt-first-failure-analysis/notes","source_digest":"879a30a40c84454eda88ed3864c5812664c6dda2044ac93c45fd7a36e948930f","source_record_ids":["aoa:aoa-techniques:artifact:56833d74575bfa274e98e02f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ee95ff757e86d605d895b8eb"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:28119c376c10562b7e021326","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/automation-readiness/approval-sensitivity-check/checks","source_digest":"e2f83cf7fdc9c56b0dedfe2be38590a3fec0b7981689fa57c271d35e5adf64d1","source_record_ids":["aoa:aoa-techniques:artifact:c49091f389e346f2de0fb8f7"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -482,28 +448,21 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:db67e41e4b5091dfbdbc2e29"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2824beba4bd1cd8cbe83953f","label":"schemas","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/parts/epistemic-technique-candidates/schemas","source_digest":"102dc5977c0b98c8ba866cb40380575128a148c63fc805a748d2f552f49995e5","source_record_ids":["aoa:aoa-techniques:artifact:20f5a67529b059e4c60b9e52"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:72668b0ed9a050cf6dab9b00"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:28374ff270484027d900106d","label":"nested-rule-loading","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/nested-rule-loading","source_digest":"9bb0512d956cf7bcfe2adc4ac3b1aeaf17e4cc782b23190ac3046a3c700c0204","source_record_ids":["aoa:aoa-techniques:artifact:7ae7e0fb8a52550682ac1b54"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2bdd4d2b2612aab5c49eaf63"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:28f66f2f1edf87da5f012727","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/review-evidence/single-locus-claim-challenge/examples","source_digest":"9f2bc2e6843225ab6a9517809e359e7c1470530dadc8971a4e7d21ebe78ffe1a","source_record_ids":["aoa:aoa-techniques:artifact:f645442e4bc4df6ac0539b96"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:5169fa4934223be05134b570"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2987b579a01352ee4183443d","label":"aoa-quest-harvest","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-quest-harvest","source_digest":"b5609911d923430d78e1db3150850361f002a3d5263a989e6931afa6e8efdfe0","source_record_ids":["aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2aed6204874d78943cb88c4b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:29a3d06a2114e4dbb9ddae57","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/upstream-mirroring-with-provenance/checks","source_digest":"dcc0bececa43be1ddc1f52e4e9a95915b16a19337f7588c73164bf5cff04c1a2","source_record_ids":["aoa:aoa-techniques:artifact:93726270ba3ddfca31de58fe"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:3cc1662b5ee122f6b7dd91a1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:29d19874e3991188a71ac736","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-port-adapter-refactor/examples","source_digest":"ec5bdcdd681ab315163fa6057c440787298b6066941936039f6f5f1765fe93c8","source_record_ids":["aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:de0c908f58373d14174eba50"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2a10b6a31ed35dc49d46b395","label":"aoa-invariant-coverage-audit","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-invariant-coverage-audit","source_digest":"1bfa36ff0aa857c69e490ee1e76f89afee16c8c427382d2593dca8a8310a6687","source_record_ids":["aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1d896485a992c9aba72be467"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2a2554bf929765c35e682dd7","label":"config","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/agon-candidate-handoff/config","source_digest":"cfd9ed62deed6ba615e3c92c7d22129ff73cfa81ebffb7ea8fdbfc028baccc31","source_record_ids":["aoa:aoa-techniques:artifact:7c2ca2d07ae9813385dfbc1a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d8ae8ccaebf78acbf700bc36"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2b304fe88793623e79c91e82","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/antifragility-recovery/stress-receipt-reground-closeout/examples","source_digest":"d4366f1141eed69b8e87ec5ed3b8250bb66ea834667938722d0fda29e6d793c8","source_record_ids":["aoa:aoa-techniques:artifact:4d9263474a89434fd36a7fee"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fbf906dc8d0146886f86b70c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2b9c5da8e0754af828132b38","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle/baseline-first-additive-profile-benchmarks/examples","source_digest":"1cd05f7605dee80ade03e1e8d118fe257e2b9f61287e8ae581dac0e6bcc12073","source_record_ids":["aoa:aoa-techniques:artifact:040dd8699c33cac07cf4c506"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:17e9df5ef179d46944c7a963"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2bf297f50289e57a13788f0b","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/owner-truth-closeout/canonical-owner-with-validated-mirror/notes","source_digest":"ad23524811b1934dbc606ad801155c1849f9a19cff16175d8bbe8512bb214c83","source_record_ids":["aoa:aoa-techniques:artifact:43b583778ac7d9f75aeba317"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6ecda435fefca8bca0c2297b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2bf3578b002d773cf6f3c601","label":"tests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/agon-candidate-handoff/tests","source_digest":"6cfcda85cd806d5602c2e3fd4722edd33cd5b75b6faa38b486f539b02c300c2e","source_record_ids":["aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:13802c71a291ca6540806ce4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2c02581fd44d7f6ce12bff0c","label":"support","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets/chat-registry-discovery/support","source_digest":"e0e814e5171549f9595fa2cc0bbde67d4deed8bd663d8bd6a4cf389c2e623fa4","source_record_ids":["aoa:aoa-techniques:artifact:0a9f7c2533329b5cc3f569dc"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2cdbe0196968b08e4502fe6d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2cc3b267cefc6fd33689c0cc","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-donor-harvest/agents","source_digest":"6563608be4cb719f6b1717e36ef3c1012e0e637c5a8bd9e1bb83ec5759eefd6b","source_record_ids":["aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:010a61f492bb104095a313b5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2cea429551c1485c7ea97e29","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/antifragility-recovery/isolated-service-stop-on-shared-substrate/checks","source_digest":"b79081764ce47990137f249390a461665f5aa3fb6f968be4c2b188df0f1c3fc9","source_record_ids":["aoa:aoa-techniques:artifact:a8723f68aca70ab29c7457b3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2d79d8e3419fb4e101b1a3a6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2d618b79425f27ebf8b2f03c","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/automation-readiness/human-loop-to-first-landing/notes","source_digest":"94875bba6368b799551f7db2a4cc75ddb8802ef6e0ba3bb5036e83f65bf6173a","source_record_ids":["aoa:aoa-techniques:artifact:1894e8e0df0b62f819cc6635"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:83f889da9b259842d99e9f7f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2d618f8427775347853cd3e7","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-approval-gate-check/examples","source_digest":"2b2aa84554f4e79697e313fe53260848dac6bc28910627c08fa9909e3a250bd1","source_record_ids":["aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a3b573d5b574941c3cb54f45"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2de34be3f70b8600b5905d08","label":"automation-fit-matrix","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/automation-readiness/automation-fit-matrix","source_digest":"800fbf5e94d5423a32dcd41e287e50fd20b453818b5101cc53b529a97260075d","source_record_ids":["aoa:aoa-techniques:artifact:8179f37303356b0948d9c933"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:034986f348621e5a22b72cbf"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2dfad79088d68be19d81820e","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/antifragility-recovery/receipt-first-failure-analysis/checks","source_digest":"d403a2c94756bcedf9e1c1c8156a552c2d0708471e6df417fa8f2cb636a4624d","source_record_ids":["aoa:aoa-techniques:artifact:e1df4ce6ce0826985ad21bea"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a3a525df6380a6f5e6a7627a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2e272699cd8b426fb3d833f8","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/notes","source_digest":"29c1828868f2501f7cb5221290a34226a2bfb33b734721b325e601516531b89e","source_record_ids":["aoa:aoa-techniques:artifact:008dbdd73b430dc77a71f6da"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a74cbfa2a1279d32e085ba8a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2e4d345c58e86ecf1381751e","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/structured-handoff-before-compaction/checks","source_digest":"18edaff8f1c8eaffdbf8369adcadfc4805c18575ef4fe8c5aca495dc72b8e207","source_record_ids":["aoa:aoa-techniques:artifact:26fc395bf2c895bb6e6e8411"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9277af0f47ef68aaea1953f6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2f0f4073451816c04b21f848","label":"feat-progression-anchors","provenance_ref":"deterministic","semantic_key":"directory:mechanics/rpg/parts/feat-progression-anchors","source_digest":"f1d9d50b1883ffdbc9516f1d175748973fc61d0170ae66e9c76a976060d0cc0d","source_record_ids":["aoa:aoa-techniques:artifact:08d66ae01ec67a2db0eda0d8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bd37edcadae821d3cc405bef"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2f41dfc1681986bc56c36342","label":"single-missing-evidence-request","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/review-evidence/single-missing-evidence-request","source_digest":"b5064a650ae0ff86a1699d8bd42ae73a36b426d9a17c6879fb04f80d5f1d612d","source_record_ids":["aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:082a5ef4d07a2dea7b4895b5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2f7663d437f4399f83843c85","label":"aoa-checkpoint-closeout-bridge","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-checkpoint-closeout-bridge","source_digest":"0461dbab0dcba2311005553c5da879db03718044348c6c1da0228ec485f1afb8","source_record_ids":["aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:ebd34fb9c9f2dbe20d1ef4ff"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2f87667c8f78d3c99d5d3267","label":"aoa-tdd-slice","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-tdd-slice","source_digest":"6837873e1b37e443f4c73d570cf073b37a458c28ac9b43f68ccb8d980a573d59","source_record_ids":["aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:35582fd3576d4cd7a603a947"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2f9e48500f77ebf18c529cdd","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-boundary/skill-vs-command-boundary/checks","source_digest":"b135a227defddca2412a277d7db454a6c8918422afc94702bae3106f8ada2428","source_record_ids":["aoa:aoa-techniques:artifact:191ad0abb176c1ea9da5725b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:505ca391ac1507d95a92ca44"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2fce2911dec33f8da5b69fea","label":"contract-first-smoke-summary","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/evaluation-chain/contract-first-smoke-summary","source_digest":"e23ceb22701eed54d64b402a65fbdb236e938b6706c2b5172245f6f521489eff","source_record_ids":["aoa:aoa-techniques:artifact:9d13ecde0912299ed3aaf2e2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f1615a3346f961e904a56fae"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:2fe92c50c7d080fc6ee1cace","label":"transcript-linked-code-lineage","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/transcript-linked-code-lineage","source_digest":"043a11c1f1308c6d5e95b0eabf7c6b154e1c77cbb4202976765cbc6fa4be26ff","source_record_ids":["aoa:aoa-techniques:artifact:44722698e85b27aa1d6af548"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -514,13 +473,11 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:dc3af6b732a018a5a4a06413"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:305f501fd933d3b55c5d8cc3","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/frontmatter-metadata-spine/checks","source_digest":"49e79b69dc894ea7ca57928b20172ac6af36061b1cde4835f896039d2cd31286","source_record_ids":["aoa:aoa-techniques:artifact:e96a2cda0b11c8e8f0ef99c8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:821ad13e9e2f976f5fb18194"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:306f75ccf54720b67957adb1","label":"reports","provenance_ref":"deterministic","semantic_key":"directory:evals/reports","source_digest":"231f4d7ac29f06ad71e01a077a8eeb449e8bb87b1396e95003888e6bae70c2cd","source_record_ids":["aoa:aoa-techniques:artifact:ac5e016ca22d8a30850c20d8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:83e3d6e7c15d17a3511ed3f7"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:30e4034e5e3c0f7bb650fe5c","label":"legacy","provenance_ref":"deterministic","semantic_key":"directory:mechanics/checkpoint/legacy","source_digest":"f644ea7d64a627883e2ed3360721c17c5420f115de1aaf5081c208f7886f0c57","source_record_ids":["aoa:aoa-techniques:artifact:13fa736e001dfaf859f13456"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7b56b547432ff3b5567c06ec"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3128e25c4c68f576b06e41d5","label":"aoa-bounded-context-map","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-bounded-context-map","source_digest":"4943c74a9dd1b84182088e8a218bcf2af0de4b3d4f3262005bcdfc654d542081","source_record_ids":["aoa:aoa-techniques:artifact:566621934699ef543a5a11c0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:33fdc294f9a086fef0b51fd4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:31698bfd3f7469574d554f56","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/ready-work-graphs/ready-work-from-blocker-graph/checks","source_digest":"ae5a80d4c9f28a0ff9ef2a66e2b5357d3e1a130d182a8fd314c5a48205122d66","source_record_ids":["aoa:aoa-techniques:artifact:07a822b245abe80d3e88549d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8ee1bbb34a1f7abb1e9ea241"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:31801991daca7505a646813a","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/github-review-template-lift/checks","source_digest":"f186d4d0a5278c564a9b7ca354b3d9401cb3da067c4e46c02b7a2e85a9b3dbc7","source_record_ids":["aoa:aoa-techniques:artifact:ba87ad926dbde011490712d5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cb204029b71bdac79d32b071"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:31cd30792b59196960fcfa04","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/automation-readiness/human-loop-to-first-landing/examples","source_digest":"482dc12b68cb9a875a92063b0dfda3a7e8e4f0e95d8141fffa8362d6343d5aa0","source_record_ids":["aoa:aoa-techniques:artifact:ee90d7d0429526bdcd27bb43"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:eb8ece9755c73ab5e71209ff"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:31dbe036bf774a44a33fd95f","label":"skill-marketplace-curation","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/skill-discovery/skill-marketplace-curation","source_digest":"25c598ed5ee4544deb6815f707e17c36d208a4e8abbe04837e430fe0e646f3c2","source_record_ids":["aoa:aoa-techniques:artifact:b2f790fa2500d6087ca80c09"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1ae8c6a765b3fa1e9f5736c6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3258c47e8c82c70714b7e298","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/donor-harvest/session-donor-harvest/examples","source_digest":"7f6a7759caf630d15b34546c28617d3b1bcba165f4b3ba355c6e351d0ff88aa5","source_record_ids":["aoa:aoa-techniques:artifact:598b031bfa584deece302698"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d4489ab3d4e1629a2bb89686"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:32bfe7e9cd6b0a7d23704bd8","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-automation-opportunity-scan/references","source_digest":"c53742d96a174e160390c22bb8811f7fab3114d0d9a4503826952e40b55e2aff","source_record_ids":["aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ea1cf3ae086b664215fb2631"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:32ca09cdc82f408ea1ed01bb","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/tool-use/tool-gateway/mcp-gateway-proxy/checks","source_digest":"236f1f1197040b175a35f1484e9372c92a59936c5e89f2ce2e16c1f831d3d089","source_record_ids":["aoa:aoa-techniques:artifact:c12f22e12b2729d19972daad"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f2c9fbd758995bbbd5acbbba"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:32d7532e77c3b65832622214","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/two-stage-document-ocr-pipeline/examples","source_digest":"903b961cb7419877f81d5c3b2e759c4361831be0e627b754f194ad176353c881","source_record_ids":["aoa:aoa-techniques:artifact:c93a23226c6e8a5c002e4bfe"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:57694c576021967d84c9eacd"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:32f2f10774b04084c12fca66","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/owner-truth-closeout/pinned-validation-matrix-before-generated-publish/checks","source_digest":"4b06702953550a2ff6dac82d8858fc146adde81ec4e73166d3b53cca9284d76a","source_record_ids":["aoa:aoa-techniques:artifact:e83f56bc275e1738d3a5b23b"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -534,14 +491,11 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:2792e777e5688ad51226131f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3634bd41692e32e14fe433c6","label":"dependency-aware-task-graph","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/ready-work-graphs/dependency-aware-task-graph","source_digest":"93c00e8e9a6e53cd5bc01c974d7ae453aefd3a37165d64141eb2db85fa2109b8","source_record_ids":["aoa:aoa-techniques:artifact:8d203d23eef6ff47e8bd6755"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:65c0cb2f1296365767bc5201"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:364006c21c91a155a99867bd","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/episode-bounded-agent-loop/checks","source_digest":"814b76eb99b9580a038109439c3244721ab773505b8211e08ad2a05fe3ca954c","source_record_ids":["aoa:aoa-techniques:artifact:2ccf5f5cf945fc7d5b551741"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:36492603008115be2db26ac7","label":"reports","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/technique-reform-ingress/reports","source_digest":"5da075a03ae52155d7509383f6721cd51282e275f408d7c2dd073849a955e7f9","source_record_ids":["aoa:aoa-techniques:artifact:0978b56480c7657711436219"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:c0bf9ab44c9b107b7a10f742"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:36cd4245149f1558abe809dc","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-safe-infra-change/agents","source_digest":"94520b96c29d98a2efebef83966290dc9ef84c39a5a17c19c3a9729cf85562e7","source_record_ids":["aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0c79bfbbe749c87047778cad"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:36d82c3b9084ea582cc29a04","label":"open","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/handoffs/open","source_digest":"01cb54f5a5bf2d3be7149ea2d9bcf22028e4dd92a06b041d61c96fbebfd950a3","source_record_ids":["aoa:aoa-techniques:artifact:ca2f08e9cd81b90f1953b263"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:01b6dccf42035ac00add3458"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3796c401d1260e585671d00c","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/repo-doc-surface-lift/notes","source_digest":"86c64dd35b9c59122c4b16053637fc70f22c66011ed13689633dcb9283beb1cd","source_record_ids":["aoa:aoa-techniques:artifact:0e0a99b1daa3ca54d8e97b14"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:76ee444acc2db68916f3ecd1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:37ccbb9b7dc37628a0083f9f","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/review-compaction/compaction-resilient-skill-loading/notes","source_digest":"071876547111d8217e6b7dd32a3a4f1e9c26401cded081d2877bd1e743af3b64","source_record_ids":["aoa:aoa-techniques:artifact:1305b90ef18e3683235d07be"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:33501c32c26cd3f46be7abf0"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:37d400bbb1480369e9df6e0a","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/diagnosis-repair/repair-shape-from-diagnosis/examples","source_digest":"f646de2cfe47d72949272b031c5076ee1cc7375c145e9fe13974a1cb5084add6","source_record_ids":["aoa:aoa-techniques:artifact:4ab9a51f11c86a649f96ff02"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:74dd2589c3cc7d31292f7d1a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:38bc317ff7abf49321476c69","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-quest-harvest/references","source_digest":"a4df6312aca20821f8dbbbdd943abf18ce755e74872ac987a2e26ec770f0c359","source_record_ids":["aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5759d77aa5f590f92e569360"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3908b87c97a723fff3c4049c","label":"test-factory","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios/test-factory","source_digest":"62dbc8fb4a2f9a6cae75fc6c65a05a2119464011caecc9466016ba61229781ab","source_record_ids":["aoa:aoa-techniques:artifact:0f6efa61982a73a1287839d9"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:79b77475e880b10e34c9194f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3926b4acea6134c5d886246e","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-change-protocol/checks","source_digest":"c039442081d2176d38f4954215bd757a5bf1144eb102f0cb1237909e5bc101d0","source_record_ids":["aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e2f469f2662138ff6802edab"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3a5cbe0e503e738a1859bfa6","label":"confirmation-gated-mutating-action","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/agent-workflows-core/confirmation-gated-mutating-action","source_digest":"22be65cad15d02b5b0b8409e2c67debda493ebb315f8c7e74a669994a42485d9","source_record_ids":["aoa:aoa-techniques:artifact:892ec0c0b9f04c3f8144e173"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e85100dd80b9b7f11c4ea282"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3ab8a55fc0b025fb90d64e30","label":"legacy","provenance_ref":"deterministic","semantic_key":"directory:legacy","source_digest":"8642ceeb6bef422f268b30941aaa05d480dea6c3e2da01b87b98e37a6f41b60e","source_record_ids":["aoa:aoa-techniques:artifact:3ec0767fce7dac43a368e260"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c1bf9b1328af5f4480f907fa"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3ae7cc78107c36d17fb78519","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/decision-routing/owner-layer-triage/examples","source_digest":"2cf10c7b8711411a234697064bd83c7e761982061f7e7353282238dcc28ba299","source_record_ids":["aoa:aoa-techniques:artifact:1feebfdfc1ebfd0c891a3bb3"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -554,24 +508,20 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:45f12c6ce7f6bf3352d27722"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3cbc2b317298c577ba21eea4","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/risk-and-negative-effect-lift/checks","source_digest":"2c059a471dacc3149bf1b45de9168cc6078f9c287bff4865c7f728e08244b459","source_record_ids":["aoa:aoa-techniques:artifact:20fa54d6a3117793a0512b53"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1c8cd17bb7a837a02eb50c23"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3cc241d49a371c6422b446c1","label":"tests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/method-growth/tests","source_digest":"cf24e4102d6156426addbdac02172e97da25f59ac946d4ed9826604a2e06d3ba","source_record_ids":["aoa:aoa-techniques:artifact:67f2b18f5a44ee97c7a25b55"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d88e1c4bad1b0610f57813e4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3d4d4cbfb587e41d86bee26b","label":"techniques","provenance_ref":"deterministic","semantic_key":"directory:techniques","source_digest":"877f3fe721805c934dbfe3b062dc79044f7c20ceedc17762d9e3a995aadebf6c","source_record_ids":["aoa:aoa-techniques:artifact:d537a4537f49cb72b8045d90"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:730c9f45de8d398861c85b43"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3d7aa532f914732c71b2238d","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-checkpoint-closeout-bridge/assets","source_digest":"30a45fbe9d2e5426f424f7048fdc641a83a742777424a217bef0652b1906103e","source_record_ids":["aoa:aoa-techniques:artifact:554104d8a235d4a1025a0606"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0753a33beb0bc935596315e3"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3dc7ee0fa6112e6c49a914ac","label":"automation-readiness","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/automation-readiness","source_digest":"c0d8464d7cd96534f4187219e5a821c7de1b3f0f12a6d31bc9da1d2d3fb3d939","source_record_ids":["aoa:aoa-techniques:artifact:0b7944d5acf8ccee3eaf57ba"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c35d0c2e782d37cc9ce6b6c1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3dfc12c7e7ddfec7ff277211","label":"raw","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/raw","source_digest":"ea27ba93a8b25f6d9f7735197b6333d192bef73af447e15eb4e918141ad56d2d","source_record_ids":["aoa:aoa-techniques:artifact:12b9435bf6e909efd884670d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b3ed6e8cc30884df83d2cf3b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3e4f302a04a2cfe025c045a4","label":"risk-passport-lift","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/decision-routing/risk-passport-lift","source_digest":"ffa361ddfe7433d213aee149c5c4fd5ba67e8744f88e882fa4d9960a0f6aa289","source_record_ids":["aoa:aoa-techniques:artifact:54e52db0d74cbf611ec0b42e"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:3936ad8f7089c4e1e9452279"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3e9da65757219efbfde56acc","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-summon/checks","source_digest":"8e459cd15873c9651b1f9079361abb51a252d3dd323551e48b0e676a1d4594ac","source_record_ids":["aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6863f0a0e8bff2710df4b562"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3f1fd32261c76288e1f3ebbe","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/docs-boundary/lightweight-status-snapshot/notes","source_digest":"a0075e2d700249890cedf765b24f33e61644622d01544a08a9bf6133c9a58a1c","source_record_ids":["aoa:aoa-techniques:artifact:11ab2a997c94c45df6c2a8a2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7983499fe9dfb4f426b20b13"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3f3c5d2aa51e145c3021ea00","label":"distillation","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation","source_digest":"e1119d533de561d6c49a9013ea3b1552b58b61ad82f833d35cfb5f54f89f7e53","source_record_ids":["aoa:aoa-techniques:artifact:0b7d8520f2e4a183b2db8372"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bffddd7a8d979046150adfe8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3f9866b089655174a95f71a1","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/practice-adoption-lifecycle/local-pattern-adoption-gate/checks","source_digest":"93af49794fb875a937f5bc553ea952df760d9303db398c6fb7231b17d055c87f","source_record_ids":["aoa:aoa-techniques:artifact:8e1541ce2b31e0b4b51875af"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:830d2c2691ada4a5f6f47e3f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3fa99f13e188c0ff14d4830f","label":"indexes","provenance_ref":"deterministic","semantic_key":"directory:kag/indexes","source_digest":"65bb1d559a75d8bd0924a959ffdbf802d2d84786c811f0e1d8cc8b4c47c0c11e","source_record_ids":["aoa:aoa-techniques:artifact:2c8fbecae573a5f8ee88b290"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c97da99dbf2a16460b78be19"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3fae101e99c9c201fd2d1239","label":"antifragility","provenance_ref":"deterministic","semantic_key":"directory:mechanics/antifragility","source_digest":"15c95dc664238d7425f96be5928de584f81bed5dbe6ea1ba84e3cd5203552d55","source_record_ids":["aoa:aoa-techniques:artifact:26934b4cadfdfeeafdec0254"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:fcf72db981284ee211ddaa00"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:3fe9a06021a3e1c78654f779","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-route-forks/agents","source_digest":"4412f0a07bb607e79e8a86f4656f79cbde8fe6241b25390945b4ef735dde083d","source_record_ids":["aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ba7fff716d9ac6df8273261b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:40363934e87e8d8b4a840539","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/skill-discovery/upstream-skill-health-checking/examples","source_digest":"918d30393817a63833e33d3b648465deee6d89723dc88b9e1d083c610534eb01","source_record_ids":["aoa:aoa-techniques:artifact:58d8c52a91b7ee6e097f4162"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b9328afae6c6c3a807df998c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:403a09fc4e1474f7c4831287","label":"schemas","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/parts/handoff-compression/schemas","source_digest":"b57df679246dda0ca388c016d7ed985c2928015d2b905724d58b4415b71f8a83","source_record_ids":["aoa:aoa-techniques:artifact:b849fbc428f8b7f0b5a22e32"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6e46a06d16c9c342c6d386f5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4053dfeea882e78d3f31d314","label":".github","provenance_ref":"deterministic","semantic_key":"directory:.github","source_digest":"ec06ba65ad83c081cb6f2c27b35db94e02dc047ead6019f53872f42415704cd9","source_record_ids":["aoa:aoa-techniques:artifact:18813c86948efc57e661623d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8ac05377990a318920ef648a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:409bb05b2926ab0d662b8ce2","label":"generated","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/cross-layer-candidate-ledger/generated","source_digest":"fcd8def61dd064cafce7d8aca003c668f7ebc6f2c51d7c8858790e86db5b1828","source_record_ids":["aoa:aoa-techniques:artifact:59396c5568d110a761dffa9c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9f717dbb332cee68ef3dcdef"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:40a89453b872c3a558cad360","label":"quest-overlay-anchors","provenance_ref":"deterministic","semantic_key":"directory:mechanics/rpg/parts/quest-overlay-anchors","source_digest":"1585ba25fa02d714dd83b4ca684445f62cc7f4589bd10eb82365788ed88f373b","source_record_ids":["aoa:aoa-techniques:artifact:b8f9c5c7c089a1d57f3eadaa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:529d0643451928677aca1738"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:40da16383601e35f00e3a964","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/published-summary/required-vs-optional-source-rendering/examples","source_digest":"892558799f19912381b2aa2d8751302493d82cb2a7bd4adfd16a9f9eb5422657","source_record_ids":["aoa:aoa-techniques:artifact:71db2dd7a3307cb6d5eb3673"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:3f54ed16a4f39acc4dd101b9"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:40e72e1012d8e0bd4ccdd0d3","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-self-diagnose/checks","source_digest":"45605d7da03b1f95c6a09f325288d1806e9c6131552dc517d88ff7a9f15c90ce","source_record_ids":["aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b423ccc3bc299d13a0bfb338"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:41129d0c5720ced43a0e069d","label":"promotion-evidence-runbook","provenance_ref":"deterministic","semantic_key":"directory:mechanics/audit/parts/promotion-evidence-runbook","source_digest":"c8df64719f596578136c938d7e1dc1ed67ebd963a44fdcc76a6cfd7ebd310811","source_record_ids":["aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4f77ae669acaeac74aee3543"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:41241376215006bf8705d6a6","label":"tests","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/tests","source_digest":"d8b6d265e2372b507e71a3b66d0d4807bd1e26fb04bc8516ecefb20fa99afda5","source_record_ids":["aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:98c96ca525b2a2509df5459b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:414e17d4044012619febb97f","label":"practice-adoption-lifecycle","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/practice-adoption-lifecycle","source_digest":"5b7bf47e6d4104d3f7fb96c7e29f1c407843ff4c915cf680ff3e2856cce8a4ab","source_record_ids":["aoa:aoa-techniques:artifact:08400143ec35adcbecccb9f3"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -583,14 +533,12 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:ef27f5a40bb3eefbd3162863"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:43a8098eb05d2f9d7e17c8b7","label":"config","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/cross-layer-candidate-ledger/config","source_digest":"6f4664952400315bea564ca839e95b8a02dc6219497bd62338b28802948e890b","source_record_ids":["aoa:aoa-techniques:artifact:6d5675828e06a9dbd9ea4488"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:de0e330ef15d6ffdf84712bc"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:43aa46ff5c6eec7b117964cd","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle/contextual-host-doctor/checks","source_digest":"8b96dcdcff61aa275b31fc472b62a64a1a2a0c6079afd131120f0a3d80167409","source_record_ids":["aoa:aoa-techniques:artifact:7a5585c8985742ae1c2ec0c6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:05bc9804c7daefad3f66ac01"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:43c277491f9b8950032eeb4c","label":"tests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/audit/tests","source_digest":"3a31fbf6947dccf870c51e55ab4b1e72a8b492c104e9383bdf829445c72af78b","source_record_ids":["aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:fd47261ae69f50158f266544"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4412423eab92f4ba268ae59b","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-quest-harvest/examples","source_digest":"4f3ea5d23ada20d49447d7e12f3fcbde794d02dd0fdfbb69ee1563ec5abf6d6c","source_record_ids":["aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2f5ddb8aaab5c80465f527b2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4418995b18762dd24a7691ca","label":"templates","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios/candidate-scout/templates","source_digest":"357d13113ed84ab484d563f31c54b2fdb7913322efa376fc5636fea95f2c8283","source_record_ids":["aoa:aoa-techniques:artifact:8da191a41a5772fed0590bf9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5c9bcf8f4673755e0aa1c6f9"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4419b358714e8b5ef18957ee","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/structured-handoff-before-compaction/notes","source_digest":"f548611abcad286f3c29375132cc25256486db24c09097c42d708103011dfa7f","source_record_ids":["aoa:aoa-techniques:artifact:1c31676c06066ad24cbcdfe7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:005096cd4e6228fade0533a5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:44210649a07010aca77de1f1","label":"recommendation-truth-vs-host-actionability","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-boundary/recommendation-truth-vs-host-actionability","source_digest":"6bbbdcf2c838f66fd485d5b02c1cc1d4464a3893d3832f76c7297de659fd5036","source_record_ids":["aoa:aoa-techniques:artifact:12763a5e338d0d0d120816f2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ef179f84ab4921c8e3cb9b86"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:44365e23a055fda45767d542","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/automation-readiness/human-loop-to-first-landing/checks","source_digest":"c4367eed6c96de7052fe9834ae522909242d12ee6a06e6c55990f07a80006212","source_record_ids":["aoa:aoa-techniques:artifact:9987bb31e7f5f2cdd5ad31eb"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b735f854f64401d75c022659"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:444537b43b9eb9836d2e5ee3","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/telegram-export-normalization-to-local-store/checks","source_digest":"2e4a1df2831da1e78d8a5c3a035968b1fa4197ad15a6edfc1e0640aa9f481477","source_record_ids":["aoa:aoa-techniques:artifact:5e2251b24062d5011aa68abe"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0a6b1e36a9bb825f326d7c5d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:44e2264e6df5b75e37d45ea3","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/docs-boundary/public-safe-artifact-sanitization/notes","source_digest":"3a05e699458e1eafe5015fc9ba93def5c897248bbd7a067d022bde1bad23849a","source_record_ids":["aoa:aoa-techniques:artifact:1a98078cacce08b047d4253f"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:24b6d9835577d94f77e71b52"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:45066c1ad6075fca29d6e1f2","label":"aoa-property-invariants","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-property-invariants","source_digest":"8810b8aa4a43268af523c0ce404ba6cee3c419fcb411c7bd3ae58e615cc16b82","source_record_ids":["aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:29421ac62c907187825bb3da"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:45128e9a052421c40bd87363","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/review-evidence/single-scoped-evidence-reference/checks","source_digest":"8d040331d8eb843d0c5346ebfbcd2841fa90d64c56073dd9223260e39a3910f9","source_record_ids":["aoa:aoa-techniques:artifact:94cf308154b3a9f19d80e58d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:25bd5860f48d9d0db01787f6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:451417a8f6d5648cc4b5cd23","label":"tests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/parts/move-technique-bridge/tests","source_digest":"1ffa50ebd5eda774c6194e0cada2dc5acf6b58fd88185dab4682c0d73e13695c","source_record_ids":["aoa:aoa-techniques:artifact:83139d36644f0d2cbe04ce64"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7cbca15d67e40d53c37e270b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:451461f0612f449b4abe2574","label":"instruction-surface","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface","source_digest":"b72ee7f14486fc7d2258fa32f66fd453065968a85edecb914777df4b279e7315","source_record_ids":["aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -599,16 +547,13 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:40be731673b9edeb4631a808"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4554bd60a50ef003fcce76bb","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/agent-workflows-core/plan-diff-apply-verify-report/examples","source_digest":"c7de8106a71d91f08bd14008a476b83592cbf4e649759041b0979d3af9f26ed8","source_record_ids":["aoa:aoa-techniques:artifact:7e0148cf4a395c018a0ddfd8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f6616d7afc732a3a3b990158"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:455f24d9b5779f5d5782e4b4","label":"quest-unit-promotion-review","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/promotion-boundary/quest-unit-promotion-review","source_digest":"4b7b23ed510216a3b7c431f6cc17f89e090c019c0f2eac43d69bde0e0f170347","source_record_ids":["aoa:aoa-techniques:artifact:f3a773ceaf130f233b2f3675"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:10ae6cd03af1175e168bc0f6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:45fc0af1eb76349839f18bd7","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/review-evidence/single-locus-claim-challenge/checks","source_digest":"801f0606221a52b7f303836563dbbb3f96a3dec5774aa4b064d2e755f29a6d12","source_record_ids":["aoa:aoa-techniques:artifact:904690bea8946cbdb23381e3"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:3f509b03ec463b21d870ea1a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:461a73a32660dd88897d06fb","label":"aoa-session-route-forks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-route-forks","source_digest":"b60bc1b1ede09871b7f632fbade1e33fe3b4b38856e1852aefe6e1402a13a3bb","source_record_ids":["aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1e1c3ae0cc5665c824b45695"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4654a79eb1ec3912d7963eea","label":"intelligence","provenance_ref":"deterministic","semantic_key":"directory:docs/readers/intelligence","source_digest":"d65e5413172168f4c388b1b652be2d5d4f5f4823555f4a35fe828347e752c562","source_record_ids":["aoa:aoa-techniques:artifact:62ef3fd3f80f398994c57482"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:be4137ccf711b84068923c22"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4670e66c3ef7336496d87ba1","label":"review","provenance_ref":"deterministic","semantic_key":"directory:docs/readers/review","source_digest":"cc9444ba39114b64e430b91f2b4f097c7bea13b02b8da10bef1924b36f73c4fe","source_record_ids":["aoa:aoa-techniques:artifact:070a8b8e1fd8f212259f9635"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:93af6a3b1e844e1b7e5fff79"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4708d0ab3937fd9b2f99bbcb","label":"compaction-resilient-skill-loading","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/review-compaction/compaction-resilient-skill-loading","source_digest":"24cbaef726c4d9241024155091e2342eaac553a497c3936185b61c3c6f3a29c3","source_record_ids":["aoa:aoa-techniques:artifact:a82f988a0d45e04bc2cb39e7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e3e7f084f5b636a4723cacf2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:47ae6f0e6da2875e9001f1a7","label":"docs","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets/chat-graph-review-mailbox/docs","source_digest":"fd5fbd1bb8baf58bb68f6960704e9610c79f3a59a604aa45105ae5d969064d2f","source_record_ids":["aoa:aoa-techniques:artifact:630e46489e51b6cdba85601d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a591c2003c96c381d0865a31"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:47bc81e7df38f87e81071f20","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/review-evidence/single-missing-evidence-request/examples","source_digest":"f9796bfe7ef1a71b8fd9e137c50cad4827240b02b5fae7253657c097f7d409b0","source_record_ids":["aoa:aoa-techniques:artifact:2a3d50858d47e6b718f53cc4"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:bf51265fe5eee1bcab5ca7c0"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:488ab30ab7089f2c8db7a484","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-tdd-slice/assets","source_digest":"70aa9971227b813e14d7a3e71f6e0e00ea68b71dc6a25d0c7a12f504f5cf4163","source_record_ids":["aoa:aoa-techniques:artifact:77502f9785278ea361977196"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c0e1eac49cf4d72e5b987719"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:490d7dc0ef8d9e52f81cc12d","label":"schemas","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/parts/scope-boundary/schemas","source_digest":"ce3a1c5d672d44d58c4f43111ebb94e9b3035d89011efe84e61ad7b725114845","source_record_ids":["aoa:aoa-techniques:artifact:882eb0f0ff3ac9d109e0ae94"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c878897a98cbdaa8fb45b8c1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:49142533b5a75e568582f7f9","label":"telegram-export-normalization-to-local-store","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/telegram-export-normalization-to-local-store","source_digest":"90f2c508d93ac77143c4dfb6dbc22b22c80226d21d98c13e592634a9ac29deb9","source_record_ids":["aoa:aoa-techniques:artifact:8fb6b3d9218473df15d7206c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:a8559b11d2bfba23b122d053"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4916798cb319c36fe1e8acf0","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-summon/references","source_digest":"5cc61975635d1b45367481a5096ef6775f5dadced0495440fad349cdc64abbfa","source_record_ids":["aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:83c9cee2518e7ca5bc94929c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:49521fb1a4dab40da6023fa4","label":"scripts","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/agon-candidate-handoff/scripts","source_digest":"222bd531ff795274c389bd45c7b71ad0fbe2d32f3c63668af6f4a8c252be0889","source_record_ids":["aoa:aoa-techniques:artifact:19ad5940ccc2d23e9da0c7f6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a5fbfd47a6eafe632e8bd8fd"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:498fed7b674b74aa02bd8829","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/evidence-note-provenance-lift/checks","source_digest":"8e9ce0385f3f3955fa86ac3b1edc055247cbbc82fca29d9544906b3f8258659a","source_record_ids":["aoa:aoa-techniques:artifact:ccf0a085b77099b5deb224eb"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5c375e768813186de454ffe6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:49b64adb7868cbd2d7757231","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/witness-trace-as-reviewable-artifact/examples","source_digest":"4fd93d2046d10fbf7822c983c4d83ec820e852e3f8debbc80848a3a3627d4b59","source_record_ids":["aoa:aoa-techniques:artifact:e27987c3f86939f7cf8acbfa"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -622,23 +567,17 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:f2a158e1b6e06c662dd98dd0"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4cfc1fedfc33049a27a42109","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/session-capture-as-repo-artifact/examples","source_digest":"f54e2ac5ba5b2b866a7de94bb9ed1170c1bcfa66c8cd3b36fff0055dec7c84c0","source_record_ids":["aoa:aoa-techniques:artifact:381102996117b40acf995692"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:25e014d654459c793aebdc4a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4d253393fc323484bac9537f","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/parts/appeal-reasoning/examples","source_digest":"fc4a96814b0c59d56e3c26933ff86c7e6ed03c09350220a5ebc7d4d7a9531638","source_record_ids":["aoa:aoa-techniques:artifact:a48341531e1bf6275aaddcce"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6db5c681903cf927e5408636"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4d3d9d0f934546459425b3b2","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/tool-use/tool-gateway/mcp-gateway-proxy/examples","source_digest":"51583f84e0501967d9fe089cacf3f7f9d0f7826eead146ab563c185c2b518f82","source_record_ids":["aoa:aoa-techniques:artifact:32efd6a45f0ac7162684fb0d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:c56d385ef110c0995508bf6c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4d83a256490c64cb6f5781e3","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-source-of-truth-check/examples","source_digest":"d08350119ab03b38bf82053c6b28f2ecbff046cda3a802f1aee2c09167514c3b","source_record_ids":["aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8be2acb6d75569df181ecb70"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4d9afa49668e2c9ab37255cc","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/skill-support/property-invariants/notes","source_digest":"9d3aa4255f1fe58c85a3350da58a67c71cdacd353cd1e1fb69ba33de6df64376","source_record_ids":["aoa:aoa-techniques:artifact:0aa9bcfff017d7175583c296"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0a7d45d25ac918469a7c202b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4df547e743c97c82d6ac1842","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios/test-factory/examples","source_digest":"6af52393d52f978140e9a96f5379a761d20056208f0fe92156e3a35de914cf28","source_record_ids":["aoa:aoa-techniques:artifact:97d951cd0207080221b62d57"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:216038c047d7be92f24c9bf3"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4e2a310b721123888ec2c732","label":"generated","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/external-candidate-ledger/generated","source_digest":"8c000acce3431bbf86314b70afebc7b26fe4aa3f9ebda36b436c1fb66fc262c6","source_record_ids":["aoa:aoa-techniques:artifact:75425832416fde31fbae2931"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:955475f1440c4addf33d4d0e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4e574c0b96b47512d863809d","label":"review-evidence","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/review-evidence","source_digest":"992d2fec35174eb5f754964ef112dcc2c18faf8a62d0eb88c46fdec3bc512679","source_record_ids":["aoa:aoa-techniques:artifact:00a2848773b5fb5770c32213"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:da4801eacd603b9bb77770c9"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4ec749cd753f1b6ba5d472d8","label":"adopted-practice-retention-review","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/practice-adoption-lifecycle/adopted-practice-retention-review","source_digest":"175a27c669e63a191b476ea8ff7ba0a7701498def62c5aa384ee8e4e66879597","source_record_ids":["aoa:aoa-techniques:artifact:20f49fedeeee87ed2a390691"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:97a8145afcc816b3dc5dce07"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4efaeba5a4ba87eefbcf51e2","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-self-diagnose/agents","source_digest":"8098dec620aaa69fca8140f92c5b135d482875f3f4c9f93fdd5a5fbd4649944a","source_record_ids":["aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a04bf10004e41075ddc7588e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4f2c5807d8eca737ad8f4d23","label":"archive","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive","source_digest":"0d48bc1ac339c0b90a0a1c5c93087bc4d2631835b489e94fb2a9ea42b6e9e47a","source_record_ids":["aoa:aoa-techniques:artifact:194b5a78b854a52aa669c1b9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a460dc12d9847ce18e0f3d2e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4f5bd03d453edb3f26b46fad","label":"multi-source-primary-input-provenance","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-boundary/multi-source-primary-input-provenance","source_digest":"a3cb20760b6cf151bee8bbf5143429ab0ddb5672c2f6979757b2509b16eb5d59","source_record_ids":["aoa:aoa-techniques:artifact:8c3cfa207103ed1e00f7386b"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:79a3e8edf71ea39d9090a49f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4f7a0f8e5b88c7b37f597a9c","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-contract-test/examples","source_digest":"b87bdb01db6c81cf94ef322565e76fc997cfd10e976a54bd0e1a55ddb3dde6c8","source_record_ids":["aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:53a716e226c924eb776bed5f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:4f976565325193e1159a6423","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/repo-doc-surface-lift/checks","source_digest":"fc6b7f2c99860480bd3f0338e105655db177892fafe9b6549ee7fdf7a2c2c60c","source_record_ids":["aoa:aoa-techniques:artifact:28b074006fa0dd239f7ba7e2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5979dd4f703fbe347530a8fe"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5071bee3806255cacf5f85c8","label":"legacy","provenance_ref":"deterministic","semantic_key":"directory:mechanics/method-growth/legacy","source_digest":"df9e65828697c8e85340a9f4311d45d23154213bed5f915d6ecf3c9eb2455e14","source_record_ids":["aoa:aoa-techniques:artifact:455ee43cce4bf734693d48ae"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c1639cc1867f0e495e49a78c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5094db302e29d2b5f6e3d2a4","label":"external-evidence-ledger","provenance_ref":"deterministic","semantic_key":"directory:mechanics/audit/parts/external-evidence-ledger","source_digest":"20f882a90bc220faedcb7e1d0edf775abc6462b467a9666d4d96db1fda10519d","source_record_ids":["aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:901ebe884eb24a6de300bb9d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:509f7ef3bd050856245c2338","label":"aoa-contract-test","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-contract-test","source_digest":"1b67ed4b50072d02b29f1f5a0a14b46e1fb1971767a2b5f85fdf838cf39f1c84","source_record_ids":["aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:44ed3db44950975b757cd2c5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:50bd99bdd05a28068577db6b","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-self-diagnose/references","source_digest":"0630e457cedb1f6e9ee12f61249b85f860f0b5697e5f6b18f906f522902f9d5a","source_record_ids":["aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bc263ab13bb1f335bdbf20aa"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:50eaf4d89473b049e685e5cf","label":"gates","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/agon-candidate-handoff/gates","source_digest":"765781305fe8ae3403679b794336d6d98a59e5fbdce4de64bd5932a4231f259e","source_record_ids":["aoa:aoa-techniques:artifact:171083c92df90597b8c6d473"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:216e6bc90fdc8136c822acc7"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:515df1fc69c0a89a5f7bda48","label":"scripts","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-local-stack-bringup/scripts","source_digest":"e2a47ba013c268010960eb5fb025c1671e8e58636c27e6912c8a18be16c5f71b","source_record_ids":["aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ece90781a786691faa2982d2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:517e71875e89271d1e808903","label":"scenarios","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios","source_digest":"e9f2d57079d0fc5a4f578741e765808398423c08dd2690bcd33293a017dd9591","source_record_ids":["aoa:aoa-techniques:artifact:efd34f4ea8cac32cab6a2fb7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:076c166e9bb8dbcce0381f3a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:52317b3407ecf3c2cc7df019","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/bounded-relation-lift-for-kag/examples","source_digest":"1daf62d78849395d8368ce80ab244c4c59b6e184a2255deaa64e003aba845e93","source_record_ids":["aoa:aoa-techniques:artifact:4955a0c83358c661ce06cd3d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:528a73413a1ad7ffee93c879","label":"promotion-readiness-matrix","provenance_ref":"deterministic","semantic_key":"directory:mechanics/audit/parts/promotion-readiness-matrix","source_digest":"90e50b5ab2dfde502cc96991798604c7005851112306e10512a93f821f23a177","source_record_ids":["aoa:aoa-techniques:artifact:939587694ad1459c4120bb30"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -648,35 +587,28 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:765166f6e6c90479dc677839"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5374713295f814dbcda264e2","label":"audit","provenance_ref":"deterministic","semantic_key":"directory:mechanics/audit","source_digest":"7a8b2e3dd1341f498cef4270746c8ce661f9c13dd5b3c303f2e4ec293283c991","source_record_ids":["aoa:aoa-techniques:artifact:4488edf3172030ffa4a93b22"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6c171549dd243fddc47e6de8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:537ae824dc285c6e97e585de","label":"parts","provenance_ref":"deterministic","semantic_key":"directory:mechanics/method-growth/parts","source_digest":"eccdb27b6691b64c65f0837da1a4f40ff3f4d0dcc7c25b745d8818436137257a","source_record_ids":["aoa:aoa-techniques:artifact:42afdfcc23e587466bcbd77f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2418a8dbcf2d45101d7c65da"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5444024be584e07c1f238aad","label":"chaos-stress-program","provenance_ref":"deterministic","semantic_key":"directory:mechanics/antifragility/parts/chaos-stress-program","source_digest":"938efe93c5b6f38ac11a163339fd3a4f104b5922256e23d0784a16796cfc1136","source_record_ids":["aoa:aoa-techniques:artifact:bd66423ecfd73b7225df0bd5"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:544093c82ec1750d71cb3650"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:54480775b9a38bf0e11db8fe","label":"indexes","provenance_ref":"deterministic","semantic_key":"directory:docs/decisions/indexes","source_digest":"797363a8a02e69e7e20af4d53cf24dfb990a8f3a18909502d2cef60c8dedc321","source_record_ids":["aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:544093c82ec1750d71cb3650"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:54480775b9a38bf0e11db8fe","label":"indexes","provenance_ref":"deterministic","semantic_key":"directory:docs/decisions/indexes","source_digest":"c6516378fbc5bac1adb55aa663936f5017a1dd33b4ad6aa1df1864ea6b1d3bca","source_record_ids":["aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ff51524e26f0d47f824cd142"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5449f8bf09daebabdef48d47","label":"raw","provenance_ref":"deterministic","semantic_key":"directory:mechanics/checkpoint/legacy/raw","source_digest":"9619ed02f1b746ec43580b4bd9126d3793e5864018bbca7219dc1f1514fb19fc","source_record_ids":["aoa:aoa-techniques:artifact:9d9a61c7ab9e1b45a0c0a6ee"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a425855a6fe99d9750d0f044"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:545aa620489b39b8e16a112c","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/transcript-replay-artifact/notes","source_digest":"c239e4293b685ffaa71b6e76279af9bd2fea1e10fa8284b62835ae9efe9219c9","source_record_ids":["aoa:aoa-techniques:artifact:00a86474593b543be3bbf660"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c25c1a92122af796072b8399"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5553ebc1abd2cbdd65adce5e","label":"technique-to-skill-handoff","provenance_ref":"deterministic","semantic_key":"directory:mechanics/method-growth/parts/technique-to-skill-handoff","source_digest":"980487d3d9559b9dc03e88882c5498e807ba8a43948f4cf3eea13a4f6cb6c337","source_record_ids":["aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:c93e6ecea8a8b364d103fc64"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:555dc41669cf431d3a241d20","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-port-adapter-refactor/references","source_digest":"b15c21e26452ce03e646734a930576b4d5fa13880fac94d4b25459797358410e","source_record_ids":["aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:deb510955bf94a25d261fcc7"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5581ef58f85a0d268744a60b","label":"projections","provenance_ref":"deterministic","semantic_key":"directory:kag/projections","source_digest":"af971b2bd09b37fbe50cd8156c5e25adec377c27f9e43e6c053a4156c6282f0b","source_record_ids":["aoa:aoa-techniques:artifact:eb35f94a51713ea7c9e8b345"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:176de192e20d0318def52070"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:558c51d37fec198730947f01","label":"edges","provenance_ref":"deterministic","semantic_key":"directory:kag/edges","source_digest":"b38a47d17385a3b42724e7acc85449bb2b86d8acba65bd50291501d3d0bdeaeb","source_record_ids":["aoa:aoa-techniques:artifact:dd8fa42a36f58cfc9d0a8dbd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:add36d860b355204915abeeb"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:55990b90884f96ddc4fb84b8","label":"evidence-notes","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/agon-candidate-handoff/gates/evidence-notes","source_digest":"5dcee6853501879d265471be8bffc6c5621ab0581945bc82820fbb6a0597f175","source_record_ids":["aoa:aoa-techniques:artifact:1ef01e20174005e6c1188987"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e4ebaadd62df8eeecb03fbd7"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:55a621c4b7940e10ae4309db","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/ready-work-graphs/ready-work-from-blocker-graph/examples","source_digest":"5af2199c456476ec09e5af61085738a73416cdd2262c95e14411b7e5f7cfdc2b","source_record_ids":["aoa:aoa-techniques:artifact:88d1f522451f427bfa72f9da"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:55d1dd4d206d760f3baf9ecb"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:573ecc54b3478c0e12d73767","label":"aoa-approval-gate-check","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-approval-gate-check","source_digest":"761e3102f77ca742ad3f868bd1e011012c98dc5327b57b9e566483eccf26acfb","source_record_ids":["aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:744a564f9dde1b8c88dc7977"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:581e9749cdd2db16f6ce3b80","label":"decisions","provenance_ref":"deterministic","semantic_key":"directory:docs/decisions","source_digest":"8bc7429ad70095b669658f6017e10db612a8caa2ae454601b10f7bf7d2ac4b36","source_record_ids":["aoa:aoa-techniques:artifact:00e21bd5f33436c86d020716"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:10bc57d266ee9ca65274ba8c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:583deb632a584dc35bd47cb7","label":"nodes","provenance_ref":"deterministic","semantic_key":"directory:kag/nodes","source_digest":"19b27f165f3712c7d33a9354a1cd83548c6212f857cdc3d5e6bd4f50869da81f","source_record_ids":["aoa:aoa-techniques:artifact:bd786bdd35267c1c6a0fe675"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:99e2b22815d6ac528ce0ec40"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:585c831a13d263858740c0cc","label":"required-vs-optional-source-rendering","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/published-summary/required-vs-optional-source-rendering","source_digest":"37989d97c45cb644b05200bc40e1739a40af86f60009457cd65e0216fe5aff70","source_record_ids":["aoa:aoa-techniques:artifact:3ac08889c4c8eb97855776e4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7cbca15d67e40d53c37e270b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:58854a089cf01d53fa2fa2bc","label":"fragmented-agent-context","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/fragmented-agent-context","source_digest":"b72ee7f14486fc7d2258fa32f66fd453065968a85edecb914777df4b279e7315","source_record_ids":["aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d50fc4ccf2e9b9cd40301231"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:58e3874698a6e6f1848b1a1f","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/promotion-boundary/skill-proposal-handoff-packet/examples","source_digest":"db8e22bd7a121c799ee734d8e5fc0a81656bb5c104515cf1688126b947c24d6e","source_record_ids":["aoa:aoa-techniques:artifact:9f94608ee6bce8c12b7f70ee"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:08b9cbbc688a1f382cb4a26b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5944b503e1ffa7de4c228db0","label":"support","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets/chat-tool-proxy-runtime/support","source_digest":"39a9af082f056a2a936b1c7e790c7fd66ec7184d96d9bab5a495b7fcdca20ed3","source_record_ids":["aoa:aoa-techniques:artifact:135790aad8ff2a807d02701c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:bbc10d00a81b44502e34f378"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5975c9f7ad67463dc3402d83","label":"aoa-source-of-truth-check","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-source-of-truth-check","source_digest":"ffbbcbf77123a48fdaf0a211cc6d3e8bb45a38ef5ce7c1e8430551fdb0e3a788","source_record_ids":["aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:72b92249051a1295a1fdc195"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:59a40681cbeef8e6e926383b","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-local-stack-bringup/agents","source_digest":"f32bf0c096e9e4d78ef926b5082e1e503d7017bdbc0096627968770b0ef966a1","source_record_ids":["aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0f15e80c000c8f5d22d6d178"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:59f590fde1f3cdd35e88f688","label":"external-candidate-ledger","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/external-candidate-ledger","source_digest":"bd9f3edcf4de40435363f99669defa2196455671784c9e3855440a370d77f0c4","source_record_ids":["aoa:aoa-techniques:artifact:0435b1a7c020c61732614001"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3ff3ec4ec0d54e45c5fc455d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:59f6c5a2d167fc3628a82505","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/agent-workflows-core/confirmation-gated-mutating-action/notes","source_digest":"e8ac1c762238dffa3b0d46df1ddf95505db7641097f9f97378bb17108f57d811","source_record_ids":["aoa:aoa-techniques:artifact:25701b9e3ef086ac4a1fd1fe"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8fcab39a5860a791beff50c3"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5a8154f1cbae179af95b1b23","label":"schemas","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/parts/service-clarity/schemas","source_digest":"7edc1d93174aebd9d4d41667e68f3924b52c3cb3377aadbefa8ce5d387b9c9ef","source_record_ids":["aoa:aoa-techniques:artifact:87b4aedd1462262edadf94a9"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:38dad3927ac983e1ddac2eeb"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5ab1c66a30efe08b2c874fcc","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-automation-opportunity-scan/assets","source_digest":"d5ce51c53e53a055a0db70ac7687f90ed5dfe01640247c3c70e07407e6b86964","source_record_ids":["aoa:aoa-techniques:artifact:09cb49ad526692a9aa564893"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:55746eecca1eeae205a62d8d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5ae12cd356b9ff88246bc758","label":"cross-repo-resource-map-bootstrap","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/cross-repo-resource-map-bootstrap","source_digest":"571645dbfeaa3e5647fceaf7dc4e8f314c2e8fbf5ab7a1880de8154625bb1220","source_record_ids":["aoa:aoa-techniques:artifact:770f717bd719c9ebb8fd232e"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:45025ae3367a385c72fd514b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5aee3a37feb6ad86fb562886","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-invariant-coverage-audit/agents","source_digest":"181d767915505a45a15621302814f63750ead7ba9f5d5ea1128091f341269965","source_record_ids":["aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b1b997a86c119d019c1835ef"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5af707fd5e3b557ca160ae81","label":"single-source-rule-distribution","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/single-source-rule-distribution","source_digest":"b79744617eb99c195f503fb2316a91464d6af16bd4ddbe8383c3789ff9785343","source_record_ids":["aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:89ce82b5d52747604ba56bd0"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5b05ccfb9c1b0d961b860ba9","label":"release-prep","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios/release-prep","source_digest":"28df53a09e63e9cab8aa28674f240e457a9a364ddb52b6e0b5489922ec9b7a14","source_record_ids":["aoa:aoa-techniques:artifact:5fb3ee27c558cb8a9b2367aa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5d8708e26b3b65eefbe0db09"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5b8d48c79863492568c2b00f","label":"telemetry-integrity-snapshot","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/published-summary/telemetry-integrity-snapshot","source_digest":"349a1f23841ae7f8dbde667ba487b3df1afee120bf28dbaf10cae1c4e16f2b9d","source_record_ids":["aoa:aoa-techniques:artifact:b829c2e4f1646e021e22b490"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:563fc6e5606ddf98964c3ea5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5bba689f38c335d80c77047a","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/risk-and-negative-effect-lift/notes","source_digest":"fb7ed44659bbbb00e59a69f14389d5d6a90360d4e79ceffaa6253bb769612efb","source_record_ids":["aoa:aoa-techniques:artifact:5ea367362ffc1187e0c85dc1"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:4f2cd452f7ae94645c7e3b97"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5bf149dabfa8bd0ef06b99ec","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-dry-run-first/references","source_digest":"b8aebdda1fbce3c1ec352ec7ddca8cc9a665165fb01cf949cdb3feb10cd20df2","source_record_ids":["aoa:aoa-techniques:artifact:44483595f91163aba31ca13d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3d1245e206db99ac1ee66dd1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5c87d69ef205411aa47e8289","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-boundary/multi-source-primary-input-provenance/examples","source_digest":"752827487d7fb6fc1eb996f2a31a0b20aee768b288398e10d35f1272cefc4188","source_record_ids":["aoa:aoa-techniques:artifact:e2abb53218a5ad6a828e6d1f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0c45dff3e34d0964ce0687f5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5c9d3053fe85a9fc279875d9","label":"closed-incoming-packets","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets","source_digest":"ac45c1aa9e181222d2750e67d509d296137e4ef1aeb7340aa9f763aea4cc5a70","source_record_ids":["aoa:aoa-techniques:artifact:012afc0f60d47e2156e11e7c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c546830b92d574e43f03c22d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5ccc8f4d9d338e3afd7391f2","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/docs-boundary/public-safe-artifact-sanitization/checks","source_digest":"6defdb6778c1e3bb4a742bf1f299ef1dfea18730a7e6244f2b86ade5e9e8d5f4","source_record_ids":["aoa:aoa-techniques:artifact:9d4831e0ee1b2706ac364a4c"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -686,14 +618,12 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:bf3ba266f90214631e99fd12"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5e1f2793cb301d95915b3d33","label":"archive","provenance_ref":"deterministic","semantic_key":"directory:legacy/archive","source_digest":"c5e07897730b7f58ba8b2249c850bf4d545c854f6fb421e92ba0e9dafd75256a","source_record_ids":["aoa:aoa-techniques:artifact:38d0ff2a27dd5e2ade1bafca"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:67f3e943565f13b54b84ae71"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5ebd7eabc4a30cb068e8916d","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/cross-repo-resource-map-bootstrap/notes","source_digest":"ff5600d6171847f60832300d1425ead3db95df86d5bb5d778fe7023e7eff6b30","source_record_ids":["aoa:aoa-techniques:artifact:6cbc0bd9d24e6cedb378fe63"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0b5426eb25da6c4f99bfa10b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5ef249d0336834ae0e821216","label":"mcp-gateway-proxy","provenance_ref":"deterministic","semantic_key":"directory:techniques/tool-use/tool-gateway/mcp-gateway-proxy","source_digest":"9b710ebcda0c7d3ac760858cc560751bfbe9b8e6cea575b16681af27a6f24582","source_record_ids":["aoa:aoa-techniques:artifact:e7cc694eb0111785c178b9df"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:18f3dc49afa4ff405f6b9d4d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:5fbdf4ff1db2eca7a50cb4c4","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-invariant-coverage-audit/references","source_digest":"a66f09154e20df2818596609d42d0db01cd77a50495de2e5120f2ebc89b8e7a1","source_record_ids":["aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b5f74f05e602b52f685325b5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:60a9bdf9582ba814a237321f","label":"legacy","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy","source_digest":"58a3eea9dd68f23c3f090c16abcc58212773e3dd21fa8a97fa8fd5f0e60293b1","source_record_ids":["aoa:aoa-techniques:artifact:243f21054759c33a660563f2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a32a568bace29f4c3a70980d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6136f9b3b055b0df353c9481","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/donor-harvest/multi-axis-quest-overlay/notes","source_digest":"0b1a115c8c486633e26706bac80a7c735b376bb988a14c08a1a938363b640026","source_record_ids":["aoa:aoa-techniques:artifact:0ec158eca81a9246a6899adc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9621ddacd070654cd018571d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:615948f781642d4d65255c73","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/markdown-technique-section-lift/notes","source_digest":"5996c6dd5d10622ca8ec1c2ccffbc23a3eb8207303f370556ecb415176d1b5a2","source_record_ids":["aoa:aoa-techniques:artifact:0dbc3f84df522a02aa8d00a7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:61741115aadeff15c496af2d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:616e1af5dc671c15e3bf64b9","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/single-source-rule-distribution/notes","source_digest":"bef53dfac9b3957158cc9b5d158aaf8ddac0e8e445308e43f56aea975f10dbe1","source_record_ids":["aoa:aoa-techniques:artifact:1aff5de6da719f00a6b52451"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9fd2fc410f1a4a37c35980e8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:61a83266b88081bcfd15f56d","label":"raw","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/legacy/raw","source_digest":"db1b7a268ee0b7560095e7b234a71172133b37d3e55dc7bd099382cdf9d62b17","source_record_ids":["aoa:aoa-techniques:artifact:949bc46940b1b8c699a2aaa5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:14c31a3b59bc072d9ed96e68"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:624e3a4cf68070ae15b77a8b","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/ready-work-graphs/dependency-aware-task-graph/checks","source_digest":"18e23cee0612d2341142c75a086069a8fe2d82dc7426bca03344b3159b63b603","source_record_ids":["aoa:aoa-techniques:artifact:9f329f41db5440a32682a751"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:ed46bcab3e572d986d89fbb1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:625e4e617f5dc2eff2a63820","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-route-forks/checks","source_digest":"4eb740710adfa4c0f37361cfea785b254d9858e27f7798e16aefc93d61d30ddc","source_record_ids":["aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4e8deb2a7613c614302c44f1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6260d9d4b747ab70c76d90b0","label":"packets","provenance_ref":"deterministic","semantic_key":"directory:stats/packets","source_digest":"c3a5e60947061ee404e3a8b648dacccc955efbd6dd07ae37ab13937552b9f557","source_record_ids":["aoa:aoa-techniques:artifact:41627642723565570a5ba138"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9a2ab01879b8826a731fbfe4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6261e551722a0415a14d3c69","label":"long-gap-reentry","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/long-gap-reentry","source_digest":"682823d7cc06b364ad5dff9d58e1ce39de2c642c7e1641d18eb41b216e128d0d","source_record_ids":["aoa:aoa-techniques:artifact:395a124445c66f20adae62e0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0b850f2205124f90996d1ed5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:62e72cd2222f4f159b363caf","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/intent-chain/new-intent-rollout-checklist/notes","source_digest":"79d9a321167ca4742cbb6fec578222335026d2c730edd5c23d54b8b6438e05ca","source_record_ids":["aoa:aoa-techniques:artifact:0b514ec0f40107f2d5885231"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -702,11 +632,9 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:b16ccad9d7080baa19c64402"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:642cbf2433d99783fbe7234f","label":"semantic-review-surface-lift","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/semantic-review-surface-lift","source_digest":"124276a1ef8d271eb23f276480295fd42a8b937a51cb855de97e9d521b12ae33","source_record_ids":["aoa:aoa-techniques:artifact:f5cb82211a3c603b88454242"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e29272bc453292968bd08c2c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:64371ea6f3f7b3ae51c2c20b","label":"session-drift-taxonomy","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/diagnosis-repair/session-drift-taxonomy","source_digest":"31a95138385ceb84e9662dd187bc29fc6526142088f484db1cdbc0a0e01abe45","source_record_ids":["aoa:aoa-techniques:artifact:2496752a594db80f28ce885e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:78f6b03ec7dd0a67883ea447"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:64a459995116a636ff18dbb8","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/episode-bounded-agent-loop/examples","source_digest":"89bb549bf835df30652d573754e2cde8e47b1e519ea6f6a77992b786fb8e2a4d","source_record_ids":["aoa:aoa-techniques:artifact:125afcff8fa1dd2c166f8240"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:5341042b551cfff1ba2022e2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6514bc9d928b9e85cf336500","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-self-repair/checks","source_digest":"1e67de3131e4380f0530a69020aa08951085809ea4e7bdc4bcbe44e0765fea7b","source_record_ids":["aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a9c9e95778384d2d4ae71f38"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:655ad31ed5cdfce9c825dc84","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/owner-truth-closeout/audit-to-closeout-proof-loop/checks","source_digest":"75dc3513f57ccc37a2a984cf1e3c291ad4f08632db258a1c312463dcecff5ae3","source_record_ids":["aoa:aoa-techniques:artifact:9b912748bdf9b428ca13d58f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8b05edb2b8c320f8aecc2d6c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:659e07948a74817ea37e22b7","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/review-evidence/single-scoped-evidence-reference/examples","source_digest":"618fe8d56a72ff5a8c3ee379be022eb2817571b7b5ff922d98552b48878cccd8","source_record_ids":["aoa:aoa-techniques:artifact:cd99f5804a59445147ce48b0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:36574a31839b3113cfe3a1cd"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:65ba97a076d4cd7786c1d99c","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle/baseline-first-additive-profile-benchmarks/notes","source_digest":"23b063b9867fde03bee05824f95e88738ab347cb30040d5d9498c1e51b713efd","source_record_ids":["aoa:aoa-techniques:artifact:2eb53341e502b0b2d73a3b17"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:6eda777f8251f2c549f2f886"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:662bf206fa93bb7ddc9eb543","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-route-forks/assets","source_digest":"e2f183d76b9668b3e25600c2c09ef3a40f9909cba84d2d7b870e43296ec3e4e4","source_record_ids":["aoa:aoa-techniques:artifact:2a1c9fd8cf4ca8d810044304"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:48a66bf6a15eb2aeb8544049"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6646e0b529e99daa7c15ce58","label":"templates","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios/test-factory/templates","source_digest":"1c67ae0e421a8e8f9043a744ac06020d58c90c0988dd7b970fbb30e381e1c27c","source_record_ids":["aoa:aoa-techniques:artifact:2d4324af86755a673c1fded3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a6e660002df4e4fbe4cf8e67"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6654b623336b84e5e0d00fcf","label":"frontmatter-metadata-spine","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/frontmatter-metadata-spine","source_digest":"d5d075feac1f99f861c1c9fa79ce8913f520018d44e0683ad2b40fffd521425a","source_record_ids":["aoa:aoa-techniques:artifact:8a47b6fe523961d9a211829f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:88a4d6ff5e4be16355b80233"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6692267befd2762da2b11c9d","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/published-summary/required-vs-optional-source-rendering/notes","source_digest":"40067eeb28507142c2f28ed5b59725f6dd706946a65208635307e61da1d6fc47","source_record_ids":["aoa:aoa-techniques:artifact:1225a2a36eb697a3b3e9062b"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -721,65 +649,49 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:5b8396a6858a1166a9c11e47"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:686f6233fe23c5a5e5faba60","label":"support","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/tests/support","source_digest":"f4777110bb1c45eecb20e2e1953988314a90615e28492f81cc941bae50748b6b","source_record_ids":["aoa:aoa-techniques:artifact:a61aa4a40a839eb40008ff6b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c78eb9c374d893f5715c2096"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:687a4b1330026049c876f78e","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/cross-repo-resource-map-bootstrap/checks","source_digest":"d6fb39a1d4bbd0c7b7c9226c026a4424e5966ff2cf3db8da064895b57b64bcf6","source_record_ids":["aoa:aoa-techniques:artifact:bf6364cf7be892c0a45b476d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a76af6313902ef6cc88b8ebd"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:69290413fe9a9d4148496858","label":"profile-preset-composition","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/profile-preset-composition","source_digest":"7825e42a5bb405625a23ce229603d70402691233ab50501d51534b7796f94fc8","source_record_ids":["aoa:aoa-techniques:artifact:f2123ca6e689d272b1d42b84"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:6624f264692d6da00e210709"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6939e7d08002eabdf666f971","label":"scripts","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-safe-infra-change/scripts","source_digest":"1d0dce7f2e46011451e6a455d06db13ac5273cdf1a5d20709a34a0c1c56fb163","source_record_ids":["aoa:aoa-techniques:artifact:4783038b8178cb7128c32402"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2ae4bfdcf2f16f238d8d2abf"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:69cbd15ee2af6d8589431dd2","label":"decision-fork-cards","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/decision-routing/decision-fork-cards","source_digest":"861997ac4a57ca69ff8841ed2132183ad075d480b129ee023463d030a067ffb5","source_record_ids":["aoa:aoa-techniques:artifact:8c7bde31d34cfc557f300250"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:16cce21da1006eb3ad143335"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:69e2c19e4c0eb2ff70e7974c","label":"docs","provenance_ref":"deterministic","semantic_key":"directory:docs","source_digest":"e0276bf01ff17d13cc3ca8df52af682ceae24112b6eeaabb9cd8a33845d2ec80","source_record_ids":["aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c2b826a9b2493c9141b32bab"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6aa8bd21c61c1deb67a59d00","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/approval-evidence/approval-bound-durable-jobs/checks","source_digest":"1743b316e1920363b32f2c8659cc656e992b4e82492b251cf115cba17705c3b6","source_record_ids":["aoa:aoa-techniques:artifact:225b1629d97d0f8edf201bb3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b6c5cf60936a620da4f55c74"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6af8969eedf886fab058fb88","label":"stage-technique-anchors","provenance_ref":"deterministic","semantic_key":"directory:mechanics/growth-cycle/parts/stage-technique-anchors","source_digest":"b5a454f5c26ea661851c3a191b33bfc2c3f7fda470e11f320ec845587dc86e96","source_record_ids":["aoa:aoa-techniques:artifact:b55f83bb51ac6656d4d45bf3"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:8450e468d7bbfc9cfd4526f8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6afbf5ae616362e069544648","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-property-invariants/examples","source_digest":"2e24d1a210cfeba86f5e9333b007206f879b32461b91a4382f9c31d266c4ccdb","source_record_ids":["aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:052e3ebdeee0ad37b88dffd8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6b37f0dc5cf50113ecbab915","label":"schemas","provenance_ref":"deterministic","semantic_key":"directory:mechanics/method-growth/parts/retention-checks/schemas","source_digest":"cb8b0d4c1d0d6b51863dff1d4dc3f6849caec7d2a3efc7fe94a8e11ef979608c","source_record_ids":["aoa:aoa-techniques:artifact:69115555405d4182c0eda99a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:35f572e564c2ca2e9ab09660"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6b5abae253516710fd730638","label":"mastery-harvest","provenance_ref":"deterministic","semantic_key":"directory:mechanics/growth-cycle/parts/mastery-harvest","source_digest":"b2827ab989dbcabbc53b605b3c831ea17d2d76b638749bcf118e5b9c9519f4dd","source_record_ids":["aoa:aoa-techniques:artifact:76651b92fe24f30a4158e2a8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f03a5c8a5d1739fa0ad05200"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6b7a07aeb2d906d2a81c3529","label":"derived-projection-anchors","provenance_ref":"deterministic","semantic_key":"directory:mechanics/boundary-bridge/parts/derived-projection-anchors","source_digest":"8de21c7219c1f2c3664f4732cc946b872727ee378f6577d8f18dd69c348cc243","source_record_ids":["aoa:aoa-techniques:artifact:2da7fee81d15fb0159639ca2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1a8493e97948ee12a02a1476"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6b7ce76b2b9a1945d050f2df","label":"context-report-for-ci","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/evaluation-chain/context-report-for-ci","source_digest":"82f9f7b214897f75f06a7f833d05c5cc9a26b245059a92fd86b0ff08d57aef23","source_record_ids":["aoa:aoa-techniques:artifact:b201939184aea82e2cd16c8c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:e9fb17f5d47a8345cb7a46f5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6b7ce9bac40e573b2650ec5d","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-self-repair/agents","source_digest":"fa030ab832072633ab61c1c88ccae0078071b0ace9e03f4024c315b196ba67d6","source_record_ids":["aoa:aoa-techniques:artifact:5842abb864bd5f4262882678"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:a87aeab7ae40331d01996f23"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6bb220ce8bcc186b3f9bd8e8","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-dry-run-first/checks","source_digest":"517c2c68a81c885592c3d79223ad4bc01b5b3bc6b727389edbf530b4d9292741","source_record_ids":["aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:087adf8088e9c22d59676823"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6bcb8559011983bbb232ff5b","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/review-evidence/single-missing-evidence-request/checks","source_digest":"4d1b4c6eed1b0510c0c2b5b92352de7855ca229d89854389ddaa4967e94720e8","source_record_ids":["aoa:aoa-techniques:artifact:4d22e0c860bd9abe7dd57760"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:606a27bb796330d734ca35f2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6c0f969a6183f88f8a03de05","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/ready-work-graphs/ready-work-from-blocker-graph/notes","source_digest":"bb08ba3b73146fb630063fc5e0f7a322ad330a78d0658aea78a5b96e5198bd7a","source_record_ids":["aoa:aoa-techniques:artifact:12e61c382551c593c013e9ed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:901d79ba1a78e90eda4180af"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6c473f0b6286965984ec5847","label":"templates","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios/technique-refinement/templates","source_digest":"912d6e69410ee10882fc47ce9831c41fc4973f487f42b9737cf255e8dee38560","source_record_ids":["aoa:aoa-techniques:artifact:65aab6e00bd219449f8e0604"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2a1b62b3dbfe48989b1c24ed"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6d0aac1dbd440d0659310220","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-sanitized-share/examples","source_digest":"0181e08da92881f4cf1570ee50874c3d3fff0b0bc30da4dd68f1ec38597f5f1a","source_record_ids":["aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:5240e27ab14d93b347d907ad"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6d27026bce56e5a4769c264d","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-tdd-slice/agents","source_digest":"c4c9cc61d41ccc85bde053952f817006bcdda69075fe9d561bf7f28d9b541af9","source_record_ids":["aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:270751308ecc15c719876d0b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6e00f761b3732bfa37edd518","label":"adoption-boundaries","provenance_ref":"deterministic","semantic_key":"directory:mechanics/method-growth/parts/adoption-boundaries","source_digest":"cb2097148478f98035d935cb495d8fe1a9ac298db49cfc67f4b19b8f5dbef67b","source_record_ids":["aoa:aoa-techniques:artifact:0f88e23c2c445bd245a15a6d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c9a8eaecac36231a7a08d73b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6e78d019c4aeec9b2152351e","label":"tests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/growth-cycle/tests","source_digest":"02252d9a5e7003949f4c95fd064a00dbb8f0957b41e0aec0730388189667a145","source_record_ids":["aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:59868b9b495285ba0e0468a8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6e8b4808f638eb8b5801a749","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle/baseline-first-additive-profile-benchmarks/checks","source_digest":"c618537a379419e53990f366fe48ada8aab05a99ebef4488f38c5b290be705f5","source_record_ids":["aoa:aoa-techniques:artifact:d096808197b9c0799ca66e45"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7ad9a6fa5eb253a0a5cc1a18"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6ea08f4d6085f043f78e662e","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/git-verified-handoff-claims/examples","source_digest":"cb4fd68c49e8fcdebb8473d5443ae76e53fb6d8f465fcfbc9fc1c5329579bc52","source_record_ids":["aoa:aoa-techniques:artifact:c0b2afd59bf76ec9b458c244"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:603724990a263f7834bc13e4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6eb0aeddbe495427e8d1474d","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/owner-truth-closeout/github-only-owner-endcap-with-reality-sync/notes","source_digest":"59a48c6ef1a8f7c1946b105bf3b770f8481292ec00ecc81a5a53a98f0fa16e20","source_record_ids":["aoa:aoa-techniques:artifact:0484d8c314cacd77c85cac4e"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:b02504a5dd4a3ef16e0a7545"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6f3763a6f70bc9e15386f59c","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-safe-infra-change/assets","source_digest":"862be807cb0d57395502df728c8857188b9c5eba20b144ae49a6b77b8caf6a64","source_record_ids":["aoa:aoa-techniques:artifact:47c8c5f010f80c35b04f4c5e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0d2ee890f533b4a170ab4ede"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6f90747f88527ecc31cadd67","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/published-summary/latest-alias-plus-history-copy/notes","source_digest":"bcb5725b9eea0ffd80fbf3ce7d9e0390d1f0655edb8c592d6e7c5aae46a04046","source_record_ids":["aoa:aoa-techniques:artifact:16bf5344f444426fc1f01dde"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7f90613e6b081e4c0dcd3b36"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:6ff90f60d369ed5735232167","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-port-adapter-refactor/assets","source_digest":"e04f8d1079b7d90c7e793c3a406d6587139c8c4e086474ee8c0ae347226e213e","source_record_ids":["aoa:aoa-techniques:artifact:1a6da3c4c87b99e8491ed6b0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:80d4e62e76e1504ffa776181"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:702894495629399f1149aaf6","label":"knowledge-lift","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift","source_digest":"793d2ff5bf5b1d9a0bb0f0f6e3758a79f1cb891744ba7e9c416695eb74e17108","source_record_ids":["aoa:aoa-techniques:artifact:6cbefd43f4835a1bab7f03a9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1d095930d35ee73cb0c69871"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:703bfef87263bae289bfc34a","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/parts/handoff-compression/examples","source_digest":"cc9a890e6c823793882a2527f3a54466d99a30ac2c5cb18fa87caef5a10d6583","source_record_ids":["aoa:aoa-techniques:artifact:df797d7151eaf3bd87fc86b3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a57cae85502fb3447e347621"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:703dedc12ba3c11d0c5f5515","label":"parts","provenance_ref":"deterministic","semantic_key":"directory:mechanics/growth-cycle/parts","source_digest":"a8033d87c3ae1b24dadd8104d53e3934f0c5437eb8442c4565639ab86c815253","source_record_ids":["aoa:aoa-techniques:artifact:702c9e7346b7cb0cce3d4950"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:525ca553b3f8746fb229c334"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:70634901492df952ec8b82bf","label":"intake","provenance_ref":"deterministic","semantic_key":"directory:evals/intake","source_digest":"bdff531ec56d82f82a474648c58e896228b320ca1fdd5b1fc759ee9d4ffeeee3","source_record_ids":["aoa:aoa-techniques:artifact:d27b56ff431893151fb5396d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:74e614843fef08878688c74a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:708ebdb4aedc3143297899d3","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-bounded-context-map/references","source_digest":"7c32317f7678f8fd224e2b91943a5e7c9a01a33fc44b55d22d5b4671ea4fa1a3","source_record_ids":["aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c98e619ff12f56812448116b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7118b12877fc7a604faa9d5c","label":"technique-obligation-anchors","provenance_ref":"deterministic","semantic_key":"directory:mechanics/questbook/parts/technique-obligation-anchors","source_digest":"a295a0cf0996e1a922aceb64749205c73ad3639e79cfd9913234afc052cd44a0","source_record_ids":["aoa:aoa-techniques:artifact:fffca88edd30a13a11063690"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d4f1d99b0989a322b8da7196"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:71549666d769aae2287b6300","label":"docs","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets/chat-registry-discovery/docs","source_digest":"29211fed864820715a4a95e6531a181750fecfaf35fd2830edec4a166eff7193","source_record_ids":["aoa:aoa-techniques:artifact:f35d0c120acc61a2ba2a4849"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:acefe65248a17f4aced3e316"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:716ec969acb977d11cc7a501","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-checkpoint-closeout-bridge/checks","source_digest":"5b13a28d5e75f2bb1f74c72e9ff6ca7094f6706bed1dd1f83743e353cfeb248b","source_record_ids":["aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:462e9e2f4825c2289ed67d08"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:71b1bdc327d0cf8e9bb3f2bb","label":"recovery-practice-bridge","provenance_ref":"deterministic","semantic_key":"directory:mechanics/antifragility/parts/recovery-practice-bridge","source_digest":"39c7e6581a559a5f7d07d1bec88dc00d5f8fd31c5df075df584380d47453deef","source_record_ids":["aoa:aoa-techniques:artifact:207d028a244119d51928639b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:94ddfef0148a80db3b88a1e7"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:71b5e605d60e9cee27d79d7d","label":"registry-sync","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios/registry-sync","source_digest":"d4f865a7cdf99143581f59ad81bae3d716ca08292319f5b25d0a406f6e8e9a68","source_record_ids":["aoa:aoa-techniques:artifact:aea204fadf73ee5718d5415b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3244762985bbdcc7c654de26"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:71decefd793967f895249f5d","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/intent-chain/intent-plan-dry-run-contract-chain/notes","source_digest":"9570664d61ba7522126e5dc22cf10f9fbb1eca73e211aff9d1bc76e2af4d77d9","source_record_ids":["aoa:aoa-techniques:artifact:8312b808ceb9990ab7edb71e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:77804df5d74c874f5adb97bf"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:722e3151463436b6def23163","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/decision-routing/decision-fork-cards/notes","source_digest":"cae73fd0e2cfe2e61a8dc2b3bf931cee0b271e5171bfad9a558ec87463b8955d","source_record_ids":["aoa:aoa-techniques:artifact:0ecc1df43f43ffd931ad3e37"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2f080e0bc600fe7104741a36"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:725227da4f5e61d53b04e5df","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-safe-infra-change/examples","source_digest":"f6147a95cc00c18c8511d569dde0dc09e1b3323e83028ad2bca33fef5974114b","source_record_ids":["aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:490a27d2e91d07f87b07992c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7291eb905b6396cd0bfd1002","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/approval-evidence/fail-closed-evidence-gate/examples","source_digest":"53abc851aae486ce0e6c4ac9423921194516d9254ddea08e7d7691b42af58b80","source_record_ids":["aoa:aoa-techniques:artifact:87b9e3133f13f48d0d948b33"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:11102557dfa5b3e3ba27b41d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:73a4f3434fafd278b3b6b0b4","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/evidence-note-provenance-lift/notes","source_digest":"b389d48a11c037678691d5ef3edf1cc5cbce6455097fb0a06924883a65f657de","source_record_ids":["aoa:aoa-techniques:artifact:03bbd5aec688a30c8470b0c6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e56f99c97c51cb82c1ed5a2e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:73ba52ee0f98b2b50bbf7030","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle/contextual-host-doctor/examples","source_digest":"a5da91021dce664de961c50830fc839992313d0a95173a603d59297932cce708","source_record_ids":["aoa:aoa-techniques:artifact:c88f740eff65fa6be82170d1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bf8f26c2da253c7556b9df24"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7404d0b3f88e76883ba71a7c","label":"signal-first-gate-promotion","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/evaluation-chain/signal-first-gate-promotion","source_digest":"f645a029d9b288765aa07a17d1c8120d6fae90c5a8d167616422d249b4073c68","source_record_ids":["aoa:aoa-techniques:artifact:98a53b8158b65b6e4c5fd342"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1c34dc0ad73cd87fbca87741"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:74b9ea54977b63eefa71bad9","label":"manifests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/parts/recurrence-adapter/manifests","source_digest":"3be413646b0ff827bcd2f4349e2d5323dba751221a9665d094b4803ada9155cf","source_record_ids":["aoa:aoa-techniques:artifact:1e22bf2e2d9400f9a9c7e737"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:1bccc17ccf262492993bda9b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:74bdda64bcdde5828eee1c2a","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-progression-lift/agents","source_digest":"4d81fe4575636a42a09d2a13f0bc5139e9d4e9f318a57e1931d44f725607a5e1","source_record_ids":["aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d3e34b2df38ee20e091676e0"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:751a19cd036532213cc93a55","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-progression-lift/examples","source_digest":"ac49843eef288d3009bfa3377588054192164d04d8bba37b9f34785f2a65d5dc","source_record_ids":["aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:23c462e9b98c602d506b5ef9"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:756419f8de1a0f7c48e72d55","label":"tests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/tests","source_digest":"8548f50cca01041d337e5ec5ddb6a667790e36783a6f54c173f485988e7cf5ac","source_record_ids":["aoa:aoa-techniques:artifact:551aac060212aabeebecce6c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:86cd8c8cba03b51bec82f742"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:75a716ba7bfb0d29764bcdee","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/agon-candidate-handoff/examples","source_digest":"02372e89861c95bbeebe450e6b3dd23dd96a085dc66f864f1fa80d999a276a7f","source_record_ids":["aoa:aoa-techniques:artifact:8b9b6b7d4d614b345ae84a1f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:415cd89d83e8c0e99b80ee5c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:763c8307989f1cb5b439efb7","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/skill-support/contract-test-design/checks","source_digest":"4b0bb0e43eccad5bf32fefa9daa765f4a48d88953124ff7b9f24edf88486d0cf","source_record_ids":["aoa:aoa-techniques:artifact:92582e86226a42808b829ebc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e149c66942cf4a3849902e23"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7718085f707b5657c1c1833c","label":"fail-closed-evidence-gate","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/approval-evidence/fail-closed-evidence-gate","source_digest":"89a46472d6045cbb212eabc88a7e0d807b2ac8661c3315b19070b63398100683","source_record_ids":["aoa:aoa-techniques:artifact:f452271ce0b41ea2499f9a3a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:df28a205fe1d1ce628541498"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:773645946c2649c6899cada9","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-bounded-context-map/examples","source_digest":"77dcb864a2760ff6e95da0d9f2bb311803c55142ab39aa3cfeed63047db0abc9","source_record_ids":["aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0a26ac27ac2fde411be4715e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7764c0e358e96b45b7e00965","label":"schemas","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/parts/sealed-decision/schemas","source_digest":"dc39d0559fefd12ebd362f77e9f458e317b78c3589af792e9941adf368076c79","source_record_ids":["aoa:aoa-techniques:artifact:e7511364e3df6d61ebff6731"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:675caa36db4c691a99fb1d7b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7784a6a6e282f3a9351c6580","label":"donor-refinery","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/donor-refinery","source_digest":"eec0795fe329df8b85f82836e0932c08979f172f532e3ea28861b605f86c9998","source_record_ids":["aoa:aoa-techniques:artifact:efad5c18022305012ddd5d4d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7f0187559c54541ea2712951"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:779a4edb8571d5795cfd0cf9","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-summon/agents","source_digest":"624bced9fee487aea74e13e1bd373c4f35d3c648167010196f7efa2ce7533674","source_record_ids":["aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ec5d751262748e9544ae1b4a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:77dba71ca3761f3889b1bae8","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/profile-preset-composition/examples","source_digest":"69268896cb0f63504086938eeb23c1315a996aadeddbd49daf2b2029ec4ef4d1","source_record_ids":["aoa:aoa-techniques:artifact:cd0a9eb47b3966652f71e09d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fd9b8bd017678d9b70685c9b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:78146f83e4398cb3089cfa7d","label":"candidate-scout","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios/candidate-scout","source_digest":"5e5f1b67e19be7549a5e6a497fb979ec80fde6e765674fe024d34f2a21dcb019","source_record_ids":["aoa:aoa-techniques:artifact:53068e6c538f8880c777eac3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8089a0cde25c2d480a717f8e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:78706f788b5e6f10d670e6a8","label":"capability-spec-versioning","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-registry/capability-spec-versioning","source_digest":"a10cd1873c85d26b3e7bb7a008537c1610da27e2f406d100842064bd3e7d2666","source_record_ids":["aoa:aoa-techniques:artifact:17c7c1da437717448430cc3b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:622c2ed87bf3e15beced45f4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:794f56f0ac48c7ba6eb16832","label":"session-capture-as-repo-artifact","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/session-capture-as-repo-artifact","source_digest":"1a37bab93115d8d27cddfb160f2baa7d0b6ceb275d665d73d9a7d963a47d3b14","source_record_ids":["aoa:aoa-techniques:artifact:cd9981b6c3fb400a556d5263"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8cf0f88821697b8fb23b716c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:79549dd33d774ecb0898b71c","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/channelized-agent-mailbox/checks","source_digest":"9065375cca10304923fe404ea935a6c09761a3a6c3173f7c605ad26f8a4e331f","source_record_ids":["aoa:aoa-techniques:artifact:ab869d595593a59d02d3c895"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:17583ff356ab62ec4b8faaef"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7a1427e56021727a43145f68","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-commit-growth-seam/assets","source_digest":"b07d1d3a5557ca662c0b8d575d1d71efb0e73111de9fd54c0295cf7e5a7d7c71","source_record_ids":["aoa:aoa-techniques:artifact:41d7907a0164582cfc9b6e36"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:43d64f1d5e247f9d6c5428cf"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7a274d62b2449a061d310ec8","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/evidence-note-provenance-lift/examples","source_digest":"33442f944ef675a4b99df3cea1ed4aaa8af78fcaf0c931bbcb4c8c99991ecf79","source_record_ids":["aoa:aoa-techniques:artifact:182f726c5cbb10dbf61c2767"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8c35ec68552a78c5c01c13a7"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7a3d41c47ef2414d533f171d","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/single-source-rule-distribution/examples","source_digest":"14e3492d5adbcd7f2eb6a41777cc5cb6845cabb7ca9d6312c92cfa9a50ab4582","source_record_ids":["aoa:aoa-techniques:artifact:06502c2ace1191a8a20e9186"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:24bd93659cbc613dbefbc1c8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7a581c6aac9c817e8d3f5eeb","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/diagnosis-repair/diagnosis-from-reviewed-evidence/notes","source_digest":"debc5095c4bf26f449ae4fc6af4d80a205e6ac5748a62209c190554b6b7799e6","source_record_ids":["aoa:aoa-techniques:artifact:0a22e613b3ca39e8a6b78ab0"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -800,42 +712,30 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:8d00d5e6fc80437dcf62cf27"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7e1483be98eef71b23db6e95","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/nested-rule-loading/checks","source_digest":"85caac0c05ffc9fbb4624d8ba9bbf94d48429eada1efc9d7cc0fa75a7277f0ef","source_record_ids":["aoa:aoa-techniques:artifact:a514db0f6e0960b77d9d6d5f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d70310745f03bf38bbee3314"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7e26b84b5087a749a1c8724f","label":"epistemic-technique-candidates","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/parts/epistemic-technique-candidates","source_digest":"6bde78b8ffc6ec069a1213de9f7e810a0fe3688c87c496e5c62578b97f919ecf","source_record_ids":["aoa:aoa-techniques:artifact:752dd73f52f0df92d973a1f6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9c3935def28297bf3576ec50"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7e5aafc7cc6f2af35981d038","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle/one-command-service-lifecycle/examples","source_digest":"2d8ca67ff02cc9e021bc1cc53b72733f6fecd637de4c0edd7ba18efd4d6cc229","source_record_ids":["aoa:aoa-techniques:artifact:bd84c9fe581febe98c182d78"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7955adcaf003db2c2d0ab54b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7f48446b05809ce24b5aa206","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-checkpoint-closeout-bridge/examples","source_digest":"62902a74de173dfd59b419178b5dc19f91d04aa992a093775b905f80bfa63bdf","source_record_ids":["aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:678f8396ab115bc54c75ac78"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7f82b0aa49e55fdf2cb63d79","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/agent-workflows-core/plan-diff-apply-verify-report/checks","source_digest":"18aba4cdb46df049c718d017f834b6e1d40f395cb43b63a3ea67e897d893ae16","source_record_ids":["aoa:aoa-techniques:artifact:219c9412169388f071bb00b9"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:fb42781906f48ac3e9b7d513"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7f98076a5173418b31360db8","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-self-repair/assets","source_digest":"f4b709a80cf57603c4d068722f9457f7c66f9628506e999eaac7c0c08fd2ad25","source_record_ids":["aoa:aoa-techniques:artifact:d42282f463ab1777efa77e4f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:950ad411ab6371076c51ac50"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7fa186119bc89321918ed433","label":"templates","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios/diff-review/templates","source_digest":"2c6b9555c022e15049c6142a413877d8f8a468434987a86b0b9f8ba5df9680f3","source_record_ids":["aoa:aoa-techniques:artifact:3e9189e1241a3ac1cdf107d8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:15a499fac37dc1fcded9d740"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:7fd5bae91bfee5f420cc24e5","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/github-review-template-lift/notes","source_digest":"cc82d5fa914b775f2a1f2a3ef7b1acdff366337971d3ea2783377b155094499b","source_record_ids":["aoa:aoa-techniques:artifact:0b077def2400952252b8064c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0ac7d95b0927b6ff2aca0278"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8044a01c241582922a32c73d","label":"config","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/parts/epistemic-technique-candidates/config","source_digest":"93196e00bcdef7c4fcf7df2077afab6a950be1353f36d412fbaac2d0a8749d02","source_record_ids":["aoa:aoa-techniques:artifact:02189b74d1890b5f0172e3a9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:566668872652d163a92068c1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:80ad5273bdb1cb05369a8c9a","label":"decision-routing","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/decision-routing","source_digest":"1f65ab93cd92d1ecf830e086bb0c765c676f034bd7daf0411be05c5c7c47439a","source_record_ids":["aoa:aoa-techniques:artifact:0d7d8fdd15295cc71564a806"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:822766081dc706c4a5596d8d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:80ec0fda423d6f078200ddb0","label":"aoa-change-protocol","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-change-protocol","source_digest":"e5a238c64818efeb326670e97029a5a01f5ac9bc33d5452270231116aedcc0f7","source_record_ids":["aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:f66b5a50f9134b7216a128ea"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:811523fce72d344ef51aa9c3","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-automation-opportunity-scan/agents","source_digest":"4dd55ce8167aba4923900236a3f1c5e4e0802bfe42080cb25d6b8ef8bef49509","source_record_ids":["aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:453a1f3a9648a4957b20de68"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8151cf0130ae5dd131089b89","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/docs-boundary/lightweight-status-snapshot/examples","source_digest":"c986bb576986b6e438638cc0653aaa51d1f990d5a03208132edcabab04e9255b","source_record_ids":["aoa:aoa-techniques:artifact:ac711f4a6d09827568f2044c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:a84ff848bbc14cda817c4529"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8155beecbbfbb719df0de9e4","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-local-stack-bringup/references","source_digest":"9925f39209e8a1dfa61f656c38556339da8cc0b5224cb12ced4ff913918f37fd","source_record_ids":["aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:bd06a22ba55213434fcd44c9"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:81a4fda5510967dd81ade4db","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-contract-test/references","source_digest":"81eaaa5ac2e0cc006c60f471340e6c9667a8273e144a7bb2a23639e6407f6e23","source_record_ids":["aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:318ef01638e5882d339d13b4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:81a9faf01a0b6aad2b155d42","label":"support","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets/chat-handoff-bounded-continuation/support","source_digest":"90d83a9e31dc9e626c5597dc9165f84af73e902a77e021e5e3a4e414784b37bc","source_record_ids":["aoa:aoa-techniques:artifact:54881ed6fc5ab576a23108ad"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cc2dd231439ca1d672487559"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:826e0b01bbab0608e281ec00","label":"ready-work-graphs","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/ready-work-graphs","source_digest":"4fab35a156ed029a6c576c55352636db6d90d53aa9e5eae5f3302fa8df0188e7","source_record_ids":["aoa:aoa-techniques:artifact:00ec7fd795b2a7b20a8d6186"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:469f2d718ac0503c1b3f57cd"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:827aff2c84951bb639674c22","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-donor-harvest/checks","source_digest":"0c8b2340f99160f45c92312999c9d433d7ac5ad8002d6b8c8651b7cefac8c1ea","source_record_ids":["aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:77584e9b05fa752d5f093e27"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:84463f745dfe6a241ea8c4b0","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-bounded-context-map/agents","source_digest":"9c08e8a609f24e1c2f274801d1cd3b15bd3e20260108dc4b2446a1b30bfa6147","source_record_ids":["aoa:aoa-techniques:artifact:880156171bda50436439ec2e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bd5eef8faa9654c54a03aacc"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:844bea9fd038b21f77bb68ad","label":"legacy","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/legacy","source_digest":"5cddb258d9da70fc62360ba829b9debd90a46ec6b219d1f5d424e311f1d9b39b","source_record_ids":["aoa:aoa-techniques:artifact:512648e4243016d1b1f98145"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9bb555e5edc3739ccb297b87"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8455b7cb6b049696061a6f1f","label":"stress-receipt-reground-closeout","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/antifragility-recovery/stress-receipt-reground-closeout","source_digest":"32fd1833af3464ef5f71c49d54dbe5eba9213203f52490573dd1ec88c9f799ed","source_record_ids":["aoa:aoa-techniques:artifact:2cb5af8a68242b1e3c187f3f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7118074e1c69a5738b1a9b22"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:84a65ff7f6254e7cc44de551","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/docs-boundary/lightweight-status-snapshot/checks","source_digest":"330d725f490493430c672893231b2a8b81193008f051ce2aee0b4d48e947a85a","source_record_ids":["aoa:aoa-techniques:artifact:e38e4c943d0fe89cffb1a63e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:24ab03b9d0f525e39e308be8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:84c189e4e63e30b99dff9518","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/session-opening-ritual-before-work/checks","source_digest":"3dd363789eb397803c7f1a4c450247a7d05bbf73930e977bcece9185280d7181","source_record_ids":["aoa:aoa-techniques:artifact:753c5a0f171dcd4c4ef47ab8"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:17eede8e1ea204f728dad114"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:84ec4fd50d26237396b7f603","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-property-invariants/references","source_digest":"82073a32d50b50c11743782250837ae1fcd9c31dbeeb96a242a672003b6d2bfb","source_record_ids":["aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2c9dbac0c8f40e0e64107103"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:84f2db3af0f7f48b2e1995f7","label":"source-lift","provenance_ref":"deterministic","semantic_key":"directory:docs/source-lift","source_digest":"e12513e5299cd3be11ee2bd124b66da98c2c321665d6946a7e92af97453d40f8","source_record_ids":["aoa:aoa-techniques:artifact:2991279148f7e9edfd5ef750"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1a8856d65deed56daaf42f88"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:84f45cc5984032328bf62105","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/skill-support/property-invariants/examples","source_digest":"64a849e57782b79cddbbb3ee99d776ed615f82bb346a8eebe64217b4e207aa00","source_record_ids":["aoa:aoa-techniques:artifact:bae0317783af7fe396e9eebd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5866bc41bfd4c9b180205e5a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:857760275d48bf225ea8f863","label":"phase-handoff-candidate","provenance_ref":"deterministic","semantic_key":"directory:mechanics/checkpoint/parts/phase-handoff-candidate","source_digest":"f2c98109e74639989e2873f270ca698803890ec68488dd40a369ffb6520ee900","source_record_ids":["aoa:aoa-techniques:artifact:fe15ec3b947093c39d4485db"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:05c3c0988087d01c88be47da"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:85d6f85d273f3a9c300d0618","label":"handoff-compression","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/parts/handoff-compression","source_digest":"82061ff157661e251715ca3a2895eda033463ef83cde00b49756fd2a68760a6b","source_record_ids":["aoa:aoa-techniques:artifact:697e556a49b155bc767aec8f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:969b10609f4d9ba79818e2be"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:85da6beb56e3b30a2ceaca2e","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/donor-harvest/session-donor-harvest/checks","source_digest":"5bc52502b811b8ce8b319716b0627605371c3a0eccea1b513f031efd73356507","source_record_ids":["aoa:aoa-techniques:artifact:ae8b6245fbdc06f4346c901b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:812d62cbcf8278e3f74f8b1d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:861191fc8d84ca0b4a93c3bc","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/donor-harvest/progression-evidence-lift/notes","source_digest":"76e70a308292ddceeac66371fa20253b007d29b7ac792fb5a7c698f995708c51","source_record_ids":["aoa:aoa-techniques:artifact:2df14b9d26a4b4fe2f54731b"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:6aa1ee09c39bf3a223a8b44d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8614e6a2fab0ee08bd07b5f6","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-core-logic-boundary/assets","source_digest":"8c8e96cfa6a6bc720f772afa49d26a035ea84c83e14a1d0e2589fc28c1c4b706","source_record_ids":["aoa:aoa-techniques:artifact:9d3d12a86424bc775e82d788"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:63187bfcb0a564584fdaa9ee"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:86e9e6ccf81f5ae6032e27be","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/review-compaction/compaction-resilient-skill-loading/checks","source_digest":"cc3c7bd561fe2985fb30f5316639c6198d2d90af617fdaa8fab5840984ead4ab","source_record_ids":["aoa:aoa-techniques:artifact:d1b270211078603e41336a20"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1d4cbdb5a3f3ad7799e2a619"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8780ca425647d883adf1ae43","label":"receipt-first-failure-analysis","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/antifragility-recovery/receipt-first-failure-analysis","source_digest":"76c2bdccafa0f0f8c3d798a4042b83dfc4fd548d1445d097d54f5b03657cb705","source_record_ids":["aoa:aoa-techniques:artifact:34fca09092e17aaabebd6da9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:955475f1440c4addf33d4d0e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8787da04270fd915bab2b78a","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/review-evidence/single-scoped-evidence-reference/notes","source_digest":"992d2fec35174eb5f754964ef112dcc2c18faf8a62d0eb88c46fdec3bc512679","source_record_ids":["aoa:aoa-techniques:artifact:00a2848773b5fb5770c32213"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d0d179ff34af7c70309975cd"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:87919a3f64665155f926103c","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-port-adapter-refactor/agents","source_digest":"f4b8270223be89dfb8a118b0302281aa7c0f919f793094ebc2d8123b04f64081","source_record_ids":["aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:02de9512beb35560af9f78a4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:87bb21a92e376e1f1388804c","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/transcript-linked-code-lineage/examples","source_digest":"33e76cb2b8796807872a7a01316f99c69729e937e43272a395afe983f39ea489","source_record_ids":["aoa:aoa-techniques:artifact:d3e322d3c489f57c22a8d3b4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:07d88b0ffe8daadc598a4716"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:88d5c8c30dfc789b363007ad","label":"results","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/results","source_digest":"f865f4ce161834452d94db53b2570add43538d32dd61caedf410629b36026efa","source_record_ids":["aoa:aoa-techniques:artifact:33d0c1b87cc9684c5c16b542"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f5860eb710d14c22b1910541"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:891fc558015586a76d830536","label":"receipt-confirmed-handoff-packet","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/receipt-confirmed-handoff-packet","source_digest":"46e8cb5c6c7cfe3bd1a43e4ab8eb600c6a2fbe60887e6df0dff487a84066d9a3","source_record_ids":["aoa:aoa-techniques:artifact:cb52057ac615ef1cebdd66cb"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:ae2b87fa0b9f0dd26ac2db30"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:898be194a5b2a4dfba0005fb","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-progression-lift/references","source_digest":"2420e062b4b51bad843128713d5e9a96160f5387403c3343625bfff028b61b84","source_record_ids":["aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c4af81ae3e0489a11ef0a168"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:89ee58ec349bc6be74a95d37","label":"chat-handoff-bounded-continuation","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets/chat-handoff-bounded-continuation","source_digest":"099de04ffecbc02346deaa690941c6fe4a0f58d7f230a9df1563f1945b612a6a","source_record_ids":["aoa:aoa-techniques:artifact:5b44d82869b0c323d47f407b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a63fe496d99c1871be75ee59"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8a6d025bd229d93891247b5b","label":"artifact-bundles","provenance_ref":"deterministic","semantic_key":"directory:docs/source-lift/artifact-bundles","source_digest":"447aba207bd94722ccaf83cb86af45f63e9e1c9329547a143ed63a834654a1e7","source_record_ids":["aoa:aoa-techniques:artifact:c08fbc9642921d98a2f3bbaf"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:135bab607e767c1e4099fac6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8a9cf6b6217e653d4d578c1e","label":"technique-anchors","provenance_ref":"deterministic","semantic_key":"directory:mechanics/checkpoint/parts/technique-anchors","source_digest":"18d702d87024623038b49ffb61be8866a417e2e6ee02a16397b5f2c97e42fde5","source_record_ids":["aoa:aoa-techniques:artifact:a62132a39ce37a95cb6ea63c"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -858,14 +758,12 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:136a05cfca4e52f75d32272a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8c555035f79f9346675de528","label":"receipts","provenance_ref":"deterministic","semantic_key":"directory:legacy/receipts","source_digest":"e584b06a0ee48620068a4c9665e806675950938ad12fbc3a77db969c1ece5609","source_record_ids":["aoa:aoa-techniques:artifact:04bef8605ec2e98416c0441c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ada2b8b13b6625e31a6921b8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8c74aebd862fe9467c752ba6","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/skill-support/bounded-context-map/notes","source_digest":"5bb8762d5c2e0e1f0418c57eb17246ed32ccbb50eb77224c611abf64c98614de","source_record_ids":["aoa:aoa-techniques:artifact:0142d07491244de8cc0bbcf5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5eca26f9f92cc76ecbdf29b7"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8ca89d81ec41c1cebae5b70b","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/profile-preset-composition/checks","source_digest":"ee333cbf2ba52212fdfd1fb17d7b9aaa925b3b132be381d683919d69f2bcf9a1","source_record_ids":["aoa:aoa-techniques:artifact:045f674617adfca9ecf497df"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:ff722a49ae8d3745219e2716"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8d4f31f310ceccc571d19a74","label":"config","provenance_ref":"deterministic","semantic_key":"directory:config","source_digest":"e6d2aa5f8006acc7da7208e2c0ed24cb11ffd0a2ac1085bbb73700c1d31edd59","source_record_ids":["aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d933b894b739c95285bc2006"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8d537673d7a55685aeeeccc5","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-source-of-truth-check/references","source_digest":"01bc0b75f9ef1750cfe03706d979ed49884fea82b16db9fca61747c57455c282","source_record_ids":["aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:ff722a49ae8d3745219e2716"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8d4f31f310ceccc571d19a74","label":"config","provenance_ref":"deterministic","semantic_key":"directory:config","source_digest":"43eafdc69467984326cd8c2aa205eea8d4ab904d99d5c482cf27ed87011889e8","source_record_ids":["aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ad598899c0fc70c0a2266350"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8da222ff37cbeae9bb752647","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/promotion-boundary/skill-proposal-handoff-packet/notes","source_digest":"1990668b006db650a407b917a7c4bbd7ca4ece390b834f2433aff253e0e817c7","source_record_ids":["aoa:aoa-techniques:artifact:33b2328b6747dddafe3f2af6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b79981e29c93214ded3ab44e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8e1ef37017ac2e049827100c","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/diagnosis-repair/checkpoint-bound-self-repair/checks","source_digest":"af8dfbde9598e0f1ebcc62f83e2ecf96bca9d8c9572b34af9588eef4f23ba744","source_record_ids":["aoa:aoa-techniques:artifact:239c388b05081615ac1d4a95"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:75aac53f355e3317514874b7"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8e666429f109f0c3777ddb57","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle/one-command-service-lifecycle/notes","source_digest":"8557ca19c1791977d0bfd3e468200297e47bc8cedfe1b385107229b7b8bb3535","source_record_ids":["aoa:aoa-techniques:artifact:00e178bcdf3dd84ade599378"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:121c6228b15f43915f86c23a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8f6d010c33282800ec214de3","label":"quests","provenance_ref":"deterministic","semantic_key":"directory:quests","source_digest":"67211b5fc2371ef14967ae41810c3a102851dfdc596cdf814832704b7bf4e52f","source_record_ids":["aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:811339fa0d75fe34a3c581eb"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8f6f1c1041f3c623ead29675","label":"runtime","provenance_ref":"deterministic","semantic_key":"directory:docs/readers/runtime","source_digest":"4bb1d851d7b0031a944ab9e4c9752f77087e4ceecbbfc29988c24cb22cc60bf3","source_record_ids":["aoa:aoa-techniques:artifact:d4a0b24d2de5cb4110da1bdd"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8fc7d216376e54bfddfdd342","label":"scripts","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-dry-run-first/scripts","source_digest":"2e3c8bcefb950b9540cbd6208c7e0da9ed08e6850f9717fce7b161aae657cf9c","source_record_ids":["aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9307880b55788372fecb3954"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:8fe0870ac3795eed823ba22a","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/donor-harvest/progression-evidence-lift/checks","source_digest":"7e00ae25ae072739cca8388325dbe704ba4f3e4b4b9c986d069364ec6849e874","source_record_ids":["aoa:aoa-techniques:artifact:f8210c9d6a7ef541a2898649"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:41a4a6992042d80f16919913"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:905d1558e8e40f8f93bf1c92","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/versionable-session-transcripts/notes","source_digest":"6b86ffc345598f74e358b4ef50a170d57367d7beea069db5ae93d65fa65d574f","source_record_ids":["aoa:aoa-techniques:artifact:42a1bce7a1fd9cd489ba6462"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e622d5b323cfe6898da53a7e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:90b6f5a74ea6f64a82c0141e","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/evaluation-chain/contract-first-smoke-summary/notes","source_digest":"4b88942db5ab53bb1a50799f365b4f9bb0a9a01384e936854064fbfa31a12d0d","source_record_ids":["aoa:aoa-techniques:artifact:1ddc58e6cf7d2f297d306f7c"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -873,33 +771,27 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:b04f7c25141ee30d51031489"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:919adc00a9f9aa1cbca66886","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/promotion-boundary/nearest-wrong-target-rejection/checks","source_digest":"4bc50e27a9220f5929019427c8b495d2bf52fae99d34e65793ddf1330764e681","source_record_ids":["aoa:aoa-techniques:artifact:b78abd19dac70c3c7442621f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9b13a1b4d642a911592d9155"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:920455fef39a795693dafa27","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/published-summary/telemetry-integrity-snapshot/notes","source_digest":"9449bb9fa9fd09ee70c8a7c91541e9a825f5ace45b61f8fa5a7fe3ed61902931","source_record_ids":["aoa:aoa-techniques:artifact:064bd3491ad393aa164398fa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:20dd5930048f63df41aa78d9"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:926b3b415c5c6eaa6a897086","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/repo-doc-surface-lift/examples","source_digest":"c3ad4ebe7a5fc9a959c25e37051d65b9d5326f55ee8beb11a8e2b9f42419bce0","source_record_ids":["aoa:aoa-techniques:artifact:58d19e21db61f98b73bcd99d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:0a28f3466403c47b0319eb8a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:93413c609fe54f26832b1c4e","label":".agents","provenance_ref":"deterministic","semantic_key":"directory:.agents","source_digest":"eacf20168ac47994129aabe4d6ccb16ff62216d36e848d80a63f91b5e235f4a1","source_record_ids":["aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:0a28f3466403c47b0319eb8a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:93413c609fe54f26832b1c4e","label":".agents","provenance_ref":"deterministic","semantic_key":"directory:.agents","source_digest":"125d2006c5716d4492c22a1cfff79a58162bf18f2f8ff12587ebee3a0f9873c4","source_record_ids":["aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cbea0846087a6cef8f4976da"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:935250eb08e697f52af94500","label":"upstream-skill-health-checking","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/skill-discovery/upstream-skill-health-checking","source_digest":"4a40b5e5aaa63ae401a9a2813f91ab97233f15a14d8225eed446899db55dfd78","source_record_ids":["aoa:aoa-techniques:artifact:a46ee9677af6f31767497cfc"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:59a93b6e6a9bf59c7a295537"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:93751fb76423b351c72606be","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-contract-test/agents","source_digest":"219d0f1d2f01a677a55a8bc849a6045f0559c5dc497a48e1a6aa41521c2a4e0d","source_record_ids":["aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:18d6cbe56b0b09ac057de46a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:93e1059b4db94fcf8b72af6d","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/receipt-confirmed-handoff-packet/examples","source_digest":"3d73a7a38a78d839f9af6187e78c0edaedfca36b8b97e4841adc1ef776c14bd1","source_record_ids":["aoa:aoa-techniques:artifact:301abab06eb622fa4649deb0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f20d173e0089aba8f4d5f5ca"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:94316ff9f23858a2269a685c","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/approval-evidence/fail-closed-evidence-gate/checks","source_digest":"d91a9be0661656ac623ecfbe24bab02732f0499f5b2ca54f27d8d5b9eb65f25f","source_record_ids":["aoa:aoa-techniques:artifact:ea74f3c9a143c34fa99dfde8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2f36ccd3d8b0361231a770ac"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:943589ca7fb86ed3440af343","label":"schemas","provenance_ref":"deterministic","semantic_key":"directory:mechanics/release-support/parts/installation-techniques/schemas","source_digest":"779a5227e55f646ef77bbf7e8e5ae4faae6a90fe61a3df9b4a25bb28b00b4983","source_record_ids":["aoa:aoa-techniques:artifact:87a9ba6544ad0adb8708df48"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:660664fda2e49db1394d858a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:94467f8480533cd12eb7d6ee","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/semantic-media-bucketing-with-vision-plus-ocr/checks","source_digest":"240a49d53970b910ecd7db329d9562bcdd9d4ccd68b3e33a1b05285726a70672","source_record_ids":["aoa:aoa-techniques:artifact:cf1666dc84e8c688eb86316a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:9169e99fd07cee3ae37c01ba"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:946601e40fe027e2cd48681c","label":"aoa-adr-write","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-adr-write","source_digest":"4fe5af87e88f75ff89f28a5a71d8faf6c7f8b1d11bdc0f7457ea161aca177610","source_record_ids":["aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9bb98c284f4f80ccbc19a7e6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9548faf7a80eff9a92588620","label":"tests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/rpg/tests","source_digest":"87237bff9c20311633db9599a094f0a4cd0f0eb567deb9e1a4f59cdf0516c1cc","source_record_ids":["aoa:aoa-techniques:artifact:695fcf0256bfb75cc8039476"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e46b7171998a352d73cb1e5e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:95ffab5f269e1008ea1e1487","label":"versionable-session-transcripts","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/versionable-session-transcripts","source_digest":"53d724b8fc47b8e62be00aa8de267eda29e7e3756cf6611f7fd1b5ba0355412c","source_record_ids":["aoa:aoa-techniques:artifact:61dee8118fa8dfa0f3992df5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9b13a1b4d642a911592d9155"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:966fac02293e5877ad605679","label":"published-summary","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/published-summary","source_digest":"9449bb9fa9fd09ee70c8a7c91541e9a825f5ace45b61f8fa5a7fe3ed61902931","source_record_ids":["aoa:aoa-techniques:artifact:064bd3491ad393aa164398fa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:67e4c840ab1dad3c1e825c4d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9692b5dc869666ab871b220a","label":"recurrence","provenance_ref":"deterministic","semantic_key":"directory:mechanics/recurrence","source_digest":"1dce88971fc10a37fbec6f48124ebd9899f6309057e572ec154646d285888970","source_record_ids":["aoa:aoa-techniques:artifact:19fb3d55a5cf2e7e3f87c063"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d54653655e7c53a8a1f998fb"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:96fe29b70298a95894ba0d1a","label":"public-safe-artifact-sanitization","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/docs-boundary/public-safe-artifact-sanitization","source_digest":"fd3111ce4b0854ee546f2d6fc20fcd88c3309c7675df2bd43347b061f25ed0c9","source_record_ids":["aoa:aoa-techniques:artifact:ed0ec2ca603624cdd17008b2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a272571bce9aaa93601c60c6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:97671eb672b51802d96cb5ea","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/practice-adoption-lifecycle/local-pattern-adoption-gate/examples","source_digest":"a47a5d414c5342e117379326b8a5ea24daa25c13c4a84436b2a897ac4cc92115","source_record_ids":["aoa:aoa-techniques:artifact:f945e67d321277b2ecb10725"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:766568f058b843c6ab292b82"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","label":"skills","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills","source_digest":"fc0d5adfc6371907989913c712925cfb1542c3b597d36ade884fa811530f3bc7","source_record_ids":["aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4f1d4acbc72acb7fedf4c89e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:97ca50a1f257bd769286c5fd","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/evaluation-chain/signal-first-gate-promotion/examples","source_digest":"05c1ac66e5bf639ff1e379250c776ef5b8f248ce7463d19b7988602a6cf77fce","source_record_ids":["aoa:aoa-techniques:artifact:2002924304ceb7f1e77f3b23"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6fcb3f855023211cf00d6abe"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:97e5a03f0dbc963e7f8e725a","label":"skill-discovery","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/skill-discovery","source_digest":"fc44c0ed980f93b4f289912ad8421e6a3ea76e81c87739e22d4788e91da4fa2c","source_record_ids":["aoa:aoa-techniques:artifact:130cec572429effc40a63aa0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9bf67a8fdd6a801c5bba8ed8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:985a936fdfdd1d9122f86ece","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/semantic-review-surface-lift/examples","source_digest":"97e7e32e0da3926218c64c543194e7a38d2d99a10c71731a543ab5f66aef78ad","source_record_ids":["aoa:aoa-techniques:artifact:5a7805ad99cb17c396942481"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:09dfc72884a20104e4434cf8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9871fb3a0177f34a239684af","label":"sovereign-release-techniques","provenance_ref":"deterministic","semantic_key":"directory:mechanics/release-support/parts/sovereign-release-techniques","source_digest":"7571fdfaaa83a773986219b8d0f23f04eef55a7b1262186737bac0ec2ad9d163","source_record_ids":["aoa:aoa-techniques:artifact:f24bc604b56f4e2ae991a93c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:e9763dc43fb4cdb1bcf73057"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:98775a68f95eaae7e3ef94f8","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-change-protocol/agents","source_digest":"ddb3731ab2a4912c0e9541a8255f8e23b0362f570d79a197d5a026837692a8e2","source_record_ids":["aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5c2f5aead16c46b7f28acefa"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:98eb8a214905a76185212db9","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/transcript-replay-artifact/checks","source_digest":"fa0110ca714c634793a83c121a4116431bfe8397fc9c90a14763bb937f337adc","source_record_ids":["aoa:aoa-techniques:artifact:bdfc4c1d74db1011b2f89389"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5f5b44758dfa9a76569c3f41"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:99076e5bfd8d4c896aa57e31","label":"local-first-session-index","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/local-first-session-index","source_digest":"7fbcdee53103a79c04ef20a27fbbab54b4e2bba09bbcd6c3ea7cf2740001d326","source_record_ids":["aoa:aoa-techniques:artifact:ad7b8eb27b3e425fb2af608e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e2854390f9b258e859202bfe"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:998b4186c298552b95a289b1","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/skill-discovery/upstream-skill-health-checking/notes","source_digest":"86d2042ed81c415ef8f5f4315361584383f0b827c56952318b98a21941ba8507","source_record_ids":["aoa:aoa-techniques:artifact:3d61653df5ce17e8bece11d5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:971d80591934dab19f7f8908"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:99e132455c66a2f8d8c8df59","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/two-stage-document-ocr-pipeline/checks","source_digest":"d487975588626f51a0133603dc1bb7b1eeafef2ac0414c5605c324964f38a17f","source_record_ids":["aoa:aoa-techniques:artifact:d14d382a9e6e3ffd075b8f4c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:f3d935855c087ec511fb9996"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:99e854e4a42b106ed818cd59","label":"aoa-local-stack-bringup","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-local-stack-bringup","source_digest":"c63bbb89322d20ae7c88a5d057a1479009c1965231d060465c30e7206985930e","source_record_ids":["aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:603724990a263f7834bc13e4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9a6e528c2d41d3863ab27e77","label":"owner-truth-closeout","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/owner-truth-closeout","source_digest":"59a48c6ef1a8f7c1946b105bf3b770f8481292ec00ecc81a5a53a98f0fa16e20","source_record_ids":["aoa:aoa-techniques:artifact:0484d8c314cacd77c85cac4e"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:cb5517415ee3f11a717f7b0c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9aff9131184dcb028c3e8d70","label":"aoa-commit-growth-seam","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-commit-growth-seam","source_digest":"19671409725f5810075cdcc5a799db7123ccdeb65428a1bd245b649e6c73199b","source_record_ids":["aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8cf09d9b7192e61a8d0ac789"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9b2abeb75372b68bbe8b6c1a","label":"generated","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/parts/epistemic-technique-candidates/generated","source_digest":"dfe251b5e5a8d044d5bb3d67b1dd960f5cd0d50e2cd68bd6fed1b5d630ff4033","source_record_ids":["aoa:aoa-techniques:artifact:49d95df5bbbf21afc44d32be"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:49c34b0d89122f54e9fcd02d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9be3b717487dff0b282fce77","label":"owner-boundary-anchors","provenance_ref":"deterministic","semantic_key":"directory:mechanics/boundary-bridge/parts/owner-boundary-anchors","source_digest":"4f7dd08c4ece1b365aa033cf6adb65a0385428c0727d0fed4828fdeeed648834","source_record_ids":["aoa:aoa-techniques:artifact:421b2ff25f00e355af6bb4e6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f718dc802df90e923913707f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9bf385169db33a19a6b17df4","label":"scripts","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/technique-reform-ingress/scripts","source_digest":"741b3320d93b9c8dd350e52b8a5efc045cfd3fd9a90a2f028936cfa7dd94d0cd","source_record_ids":["aoa:aoa-techniques:artifact:52e73841d94c6e5347a66d5f"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -907,23 +799,18 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:674fe5d57e2d2f69dbb15d9b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9cb2bdf6788a1b0977709acf","label":"instruction","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction","source_digest":"8db0d5c232e69791b359dd5c4388f4bca6aff561774ad225f965c3daefd07272","source_record_ids":["aoa:aoa-techniques:artifact:4ed48981ce43ce3a53fd614f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1ea8eadd75a5359efb74f1ad"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9cb74e739d237206edd134ad","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/git-verified-handoff-claims/notes","source_digest":"4873c5a48977ffd158549d39a6188413b97bd8feaf47de2b745b52b7c5a22eed","source_record_ids":["aoa:aoa-techniques:artifact:173bb2ce439323b54d6ad014"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:748056336e06f9c0bad9b92f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9d3e692f240ec164d4b2b399","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/frontmatter-metadata-spine/examples","source_digest":"53dda48d85fb1bfc91fcc5ebf546c01e186e191164357846ebbf7cbb6768c94b","source_record_ids":["aoa:aoa-techniques:artifact:1bf81186d6cc920d3a8be154"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:c32051c8d766091e5b4fc84b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9d9183e6486282dc058db4ed","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-change-protocol/assets","source_digest":"e5b169214b0ec8c9cfcf6fd891803ed928038e4652e877c2f60f8b3bdb3a482c","source_record_ids":["aoa:aoa-techniques:artifact:094ebac0e7e2f3ce57cf25e2"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:5b995f4e6c1326398bdf4cd8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9d93c00852eb5576e8843bef","label":"aoa-sanitized-share","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-sanitized-share","source_digest":"cb5c63be2ff461c3543df71c0de8b51ac39563f2537ad101da6eae690215980e","source_record_ids":["aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3a92cf550cbb4276881c9c4f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9d9bb79311c67f837b52b7a9","label":"governance-precedent","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/parts/governance-precedent","source_digest":"066fbb28f8aad6018597fb14cc17690e78858a255353fab0d6304c901871aaaf","source_record_ids":["aoa:aoa-techniques:artifact:1d3e9aa02ec1437e8e00eb66"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4d94c35254ebfff4f25aab9c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9df254e43571f84f4c22bed1","label":"mechanics","provenance_ref":"deterministic","semantic_key":"directory:mechanics","source_digest":"b72ecf2957d3eb11b8c4d8eda94368bb339601d208cd3d15661ec086187b8a47","source_record_ids":["aoa:aoa-techniques:artifact:c08e8155cee768788f062102"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:dc2df72e7c41c1b86f1de064"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9e0beebf92cef736e1ceddc8","label":"legacy","provenance_ref":"deterministic","semantic_key":"directory:mechanics/recurrence/legacy","source_digest":"5453397a54d3318511d01fcbda3fb7fefb40467194aedfe0d0ed218b5889c96b","source_record_ids":["aoa:aoa-techniques:artifact:4b7c35b36972bccd7b151b51"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:037add6c8c55fe4dd0767e97"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9e1eb5779927840f53714832","label":"templates","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios/release-prep/templates","source_digest":"64791d2b954890e785bd8ae1fda6023634c53a99d057f6b29ca37d2b88ed7898","source_record_ids":["aoa:aoa-techniques:artifact:65d22157cb3e19f21f274b8c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5c183e2c0cdd402cf68ba7ae"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9e2e309881d1f2e7a2028f08","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/semantic-review-surface-lift/checks","source_digest":"53bcd2f9c43a3e6768a797a02c31b202f4265e8882658c6d9a703d0e5373aab9","source_record_ids":["aoa:aoa-techniques:artifact:e61fee3fd2f2b823f20a3aba"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e2875af0756418592a444192"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9ef2b0cdf57f08c2f55c20c6","label":"session-donor-harvest","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/donor-harvest/session-donor-harvest","source_digest":"a17ce0a27afe5e71f446368bd7f43b034d232b23d66fb09d64e13feace94711d","source_record_ids":["aoa:aoa-techniques:artifact:7fb47fdeea85de0d2cd3d7b4"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2aca2d1494ef3f70fed972f0"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9f619d206037579b82232487","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-property-invariants/agents","source_digest":"31e1f53bf2b66e66eab2cbec48386989a933e2043765e21f7171203809f96bc0","source_record_ids":["aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:ad8e42557405b77971f50592"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9f8265ba94847141f8b5ad71","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-dry-run-first/agents","source_digest":"b402f48142388a6b01301c27117d3fd15dbf0746a4ca9aed7c6af15ce7399316","source_record_ids":["aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:298f2027076fbc915d9289d9"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:9fd82a8f638ba553f9ae4d29","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/antifragility-recovery/stress-receipt-reground-closeout/checks","source_digest":"1938c50cf4764dea9e6550889ec37d3782aaa5d1884f01d15df336372cb8ff6f","source_record_ids":["aoa:aoa-techniques:artifact:2914063e7080f951b1da0df5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:44f4c5eb6545f70a95796fa2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a0f30381688bb15ccb6d8487","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/evaluation-chain/contract-first-smoke-summary/checks","source_digest":"bae29eeb4b45f5947f7e347376b8e25cc703649517b21f27c0f2f363a0913a4f","source_record_ids":["aoa:aoa-techniques:artifact:f2d0874444fd5a0b8643d464"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c8e761cb64670b22bf947ebb"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a1196b2f10ea6396b9b34790","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/frontmatter-metadata-spine/notes","source_digest":"c249e66bec89d62e233ccc30e7b1f8fb6dee6d522b24fa0840e7ec4b9d797aab","source_record_ids":["aoa:aoa-techniques:artifact:07ce8632e7a82fab3b4d585f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6e5b1e35b0a10beb06d18e87"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a175a525034289a93df1b8a9","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/donor-harvest/multi-axis-quest-overlay/checks","source_digest":"b799bdb1d4662935f2e4bc71add2c620ca40247f2e3964d92a7f57a23f6a1130","source_record_ids":["aoa:aoa-techniques:artifact:31adb3f39fa59784c6c31e8c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1026725b5bea6260fc97d10b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a19e3fd905a1e45781e7cac3","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/promotion-boundary/quest-unit-promotion-review/checks","source_digest":"88f3f918217437ccf5a40f9e97e7ead8483bfe94dcef18fa72b125815216392f","source_record_ids":["aoa:aoa-techniques:artifact:3d389d14ff46312d03690f42"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bcb3c179f9ebc59fc6771835"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a1c1994aa538a01814b362f0","label":"review","provenance_ref":"deterministic","semantic_key":"directory:docs/review","source_digest":"de250a1c4bda643ccde0b51ffca66e7216ef1ac3e1c574bdb1e638b7f05caec5","source_record_ids":["aoa:aoa-techniques:artifact:4ac7da18a129100dac72e35a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:6659225f5859ad8c1219bf21"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a1f026672dc61c4c5d15f3a9","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-core-logic-boundary/examples","source_digest":"b76b68474b1c821abfc863fbd2fed90092fda6811ed52d723e6e31fca8c6d7f6","source_record_ids":["aoa:aoa-techniques:artifact:92aeef15523edbae37688e32"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8a51e9e74cd1141d34c549cf"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a23b24651c2fc0c6a4e86a95","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/docs-boundary/decision-rationale-recording/checks","source_digest":"7117e45fed69c18a06a14dada75c16358f088c88b8171b055a0da5f4f3e845b9","source_record_ids":["aoa:aoa-techniques:artifact:4ebf57b05d9ba338303c4ca5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5a3c7a8e5ec6967b4e10277e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a2a8e24aa2bbf1ce0dd68f4b","label":"plan-diff-apply-verify-report","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/agent-workflows-core/plan-diff-apply-verify-report","source_digest":"c628840d0aa93e115ad016f195297e3e825c0832350de268824e03205e288dd0","source_record_ids":["aoa:aoa-techniques:artifact:c9e4a50d242ec9c1a9253330"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a15b555991f1d0b8aa4d87d8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a2d3a6ee4316067308858241","label":"templates","provenance_ref":"deterministic","semantic_key":"directory:templates","source_digest":"83519bf472bfba26cf31e4fe19e9dad3df981c9fdadf701e398059c0b31b2ecf","source_record_ids":["aoa:aoa-techniques:artifact:0f6ecae19ba0d2152c5dbf1f"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -933,15 +820,12 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:8a646592548b7bbee8eb3962"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a3bd100e097c70075b4e64ce","label":"schemas","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/cross-layer-candidate-ledger/schemas","source_digest":"e31d6dac431722f68c12b0602e4441caf5bfcb44fb970d1a3d95c9053016a819","source_record_ids":["aoa:aoa-techniques:artifact:678720844c1ec95a7e08b228"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9c0aa1dfdea588476ebdea88"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a4984eaa70c020131a108983","label":"chat-registry-discovery","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets/chat-registry-discovery","source_digest":"38f5889ebf26d315ecb08fa60358ada6dfa628766c6c672c8683e7003c549d82","source_record_ids":["aoa:aoa-techniques:artifact:24c5f3398d058bb26c34e573"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6a4ac1d91e5712e6accbb303"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a5a60247495e713a4de30606","label":"personal-media-ingest","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets/personal-media-ingest","source_digest":"e59e1208282c27e84417154b17ae77d6bb9ab030b3f7be5959a45bdc7001d378","source_record_ids":["aoa:aoa-techniques:artifact:bf297ada0523627a02099015"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:43e110274cba07d3bd0500f2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a5d23901400eb3fecf5d23aa","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-automation-opportunity-scan/examples","source_digest":"193b96caf38233820b5a973b0facaa9796783dc4ee78621cc6b135fe477d7121","source_record_ids":["aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:da336844c7917678561d915f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a5fdf70ea4a1525e0640a0be","label":"templates","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios/technique-audit/templates","source_digest":"ad31ce5a11075ceecd08a42eed0c3772a327272bd36557bdaa2833237a5a29d8","source_record_ids":["aoa:aoa-techniques:artifact:e7573ccc777897e914ac9e99"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bd8e223de52567ec32a14762"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a64f12218a8701493f40033e","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/local-first-session-index/checks","source_digest":"ff1d2d22e833f846c2ff46223c9027a3c05d92512fb31a381120d4f37b32fc9a","source_record_ids":["aoa:aoa-techniques:artifact:0c8b3c975f53615853e84d17"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:64edd1d3011388027cef1d7d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a66bd6fdec9a2f9142e8f901","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-change-protocol/examples","source_digest":"aec8c47f81a75c312dbb50b1d603f177ce97682c1051da2c9fc9c500f5dd25bc","source_record_ids":["aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:98764cf870e25048ca4174c6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a69563ae3638573151b5182a","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/skill-discovery/skill-marketplace-curation/examples","source_digest":"addc6c33c1732f3303df94d90958030f4f69748a3962e18c03436f85a11a11d0","source_record_ids":["aoa:aoa-techniques:artifact:4b706cab6a43551df951a5a2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:81473efd0359cc95cc560a5d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a6bc6b03c3a2462fb66a200b","label":"raw","provenance_ref":"deterministic","semantic_key":"directory:mechanics/rpg/legacy/raw","source_digest":"15a5d94501062bf8978b7b529e7bfd96267a36c06b2b50f29874a8a2ccd764ca","source_record_ids":["aoa:aoa-techniques:artifact:c1a4e98f1d1d92eb729e83f1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7e94cbd6fc83a95a7b6b1bb2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a72e48332abdde40ab9880d4","label":"techniques","provenance_ref":"deterministic","semantic_key":"directory:quests/techniques","source_digest":"0d665df2ed7704e4cd5b4ee527b1a5d3ada8c470d7d0d7be35bc3a370b83badb","source_record_ids":["aoa:aoa-techniques:artifact:ae5e635216feb078c6d02e40"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5c3a078108bf6ce0c08e9941"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a86c3d5ca51e7f3b6ff1c6d1","label":"repair-shape-from-diagnosis","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/diagnosis-repair/repair-shape-from-diagnosis","source_digest":"7fbee196b2a20c1888e3fb5f47c918916fdbe82359730e710bdc18886626a891","source_record_ids":["aoa:aoa-techniques:artifact:2582772682b81dbd459f9518"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:33dacadb439212fe273f5d11"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a873448d3fcb68b7a7fcac21","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-invariant-coverage-audit/assets","source_digest":"5d43acccadf38120a8f5fa4ee07aefb6cacf23343375515c50bd4fb34089c39a","source_record_ids":["aoa:aoa-techniques:artifact:3557634eec6bdb53d6d4db40"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b0eda72355e473c4c93aa1a0"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a8ad5342f8a9c69bc18a5f35","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-boundary/multi-source-primary-input-provenance/notes","source_digest":"11938637656fbb710b2fb08f7fa405ecd6970f92a7db16d66b3b92cb4ae73976","source_record_ids":["aoa:aoa-techniques:artifact:4a227da5cc01f0448606d3b2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a0c4866522b1a941852d242d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a8c6b7310e0069d3d55b24e3","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/skill-support/bounded-context-map/examples","source_digest":"27d1c5de2165a248ca4f3d7d0f1e31b1c42c19d4c22044fb8043f5a7fca8f105","source_record_ids":["aoa:aoa-techniques:artifact:a9d483b565b3ca3725a7732c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:889ad7ebdabf117573af5efb"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:a8e23ac99cd418d2f33c35e0","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/agent-workflows-core/stateless-single-shot-agent/notes","source_digest":"f7d390139769e13a1b3b729e02a7076a25ad805049ef3ae15f5fa9af19f1c1c7","source_record_ids":["aoa:aoa-techniques:artifact:1311f386d418afffaf0f9ff3"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -973,12 +857,10 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:b363a721ab855a8fcbc17239"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b0479e67c3a32b4a1dee6d55","label":"external-evidence-sprint-runbook","provenance_ref":"deterministic","semantic_key":"directory:mechanics/audit/parts/external-evidence-sprint-runbook","source_digest":"5742a66ed2a6cea6b7ab64bad2b154cf6050e36cc7b2235b52d90c7e8e91d9fb","source_record_ids":["aoa:aoa-techniques:artifact:87f7294594c3379e12bb67db"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:71c60c774db666d34d6d709e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b05e4ab596de9160ccb3eafc","label":"governance","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance","source_digest":"ab709e987f8de03ea0753d1b043f94b59ae3ca8a6997298265764e03137cd097","source_record_ids":["aoa:aoa-techniques:artifact:c17bd04cd670af6bdde1baf1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7bf0570a768ebb0ffecc1587"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b064caf250845a5173298565","label":"cross-agent-skill-propagation","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/cross-agent-skill-propagation","source_digest":"8ae7fcf63f5b8df856665176cf24fc0264a656e2a58310c0ff6aa09927203dd7","source_record_ids":["aoa:aoa-techniques:artifact:3b84eac22e537f80f7074d04"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:3b2f31fba5c75d1bacff69ef"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b0b8bdbbe370949aba9ed25b","label":"aoa-session-progression-lift","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-progression-lift","source_digest":"9b67a8dd1acad618e130730c35564ddb46063e15a32d8460d169dba1a9c84109","source_record_ids":["aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b5d92cbab7afe9625db16ae5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b0ce6e66493f67ee0cf1a412","label":"schemas","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/agon-candidate-handoff/schemas","source_digest":"961acceb4497344399d17e8f72bb7d6df0aa4775023ebf1260f24e54f1c4dbc1","source_record_ids":["aoa:aoa-techniques:artifact:1e72edac7e28cf4da4792196"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8d7e3d38cd6bdf24a5f2fdba"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b0db3a1fa4142afe42fcb075","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/evaluation-chain/signal-first-gate-promotion/notes","source_digest":"0350dc45c838aadf345b57d314f9d6523aee2f47f340ece480b49f4b6dce9cac","source_record_ids":["aoa:aoa-techniques:artifact:a805db5f17fa027905cc9bb1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:025520f67c4473547e79f940"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b1210cf86bf07e61912c812f","label":"technique-candidate-bridge","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/parts/technique-candidate-bridge","source_digest":"9bead521e17e1c2e0ea8501caef8b436dde25885c9c7c3b272443c2a58865e10","source_record_ids":["aoa:aoa-techniques:artifact:6121f2837bd826d3c12dc0e4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9f69161cfceddbdd8ea69ac5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b129e52f612ed5a239e550cc","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/telegram-export-normalization-to-local-store/notes","source_digest":"c7fc8562a6ac08381ec8443cc75426b7787d394180bce2a912a3a1324fe1e8e1","source_record_ids":["aoa:aoa-techniques:artifact:05279c2f375337b9f6eee4fb"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:0a3436fea75ef75cb22a94fc"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b18aba9d05e4c0da4e7e98c7","label":"aoa-port-adapter-refactor","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-port-adapter-refactor","source_digest":"18cc717ec7b5336b1424bd574616c6c476a302b954ad54dd40361a06363163a0","source_record_ids":["aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:31d228064e3fe39e936847ac"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b221d8982296ec69c6bd8e15","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/parts/scope-boundary/examples","source_digest":"8311b6edad3cfcfd6ec2660601a5aa8aaf0201febe6962dc1eac833781d271f2","source_record_ids":["aoa:aoa-techniques:artifact:97bc54248f4ce0533b80f2f1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f1d7ae0a82af9cceeddd4b55"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b26c4e6af8bc2a22ee2733a8","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/review-compaction/review-findings-compaction/examples","source_digest":"3510da1e7a38a646fa8e5bc988c16bb1ecda129ca7f23bbae0e743ae4e02b7f0","source_record_ids":["aoa:aoa-techniques:artifact:e429cfc507ae70b6db1dd79f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b7167d4fffb7f26a86cc57a3"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b28f391d7d0fa9d3c7010172","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/promotion-boundary/quest-unit-promotion-review/examples","source_digest":"0c4f3728d6b5f705f968e9cef40ec099fabba38e912e3c71aef0a74a692eb731","source_record_ids":["aoa:aoa-techniques:artifact:2ddb0a8416db61cfa384979d"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -991,7 +873,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:ed52e810c8f4c680661d535f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b3efc016c6a97b5718d401fe","label":"closed","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/handoffs/closed","source_digest":"72c19d1ea7e5258233157f7530073c4766cd98d41b4223fffa1b8b65e08296cb","source_record_ids":["aoa:aoa-techniques:artifact:c3a8f9e5d38903da595aeb00"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:848303ca6eb9e65c8689d6e4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b42e7eea9454303f6f872c0d","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-registry/capability-spec-versioning/notes","source_digest":"0f5e2cf79957ff33938c13d6c18a32e3d5c24319e5e104dc95284d743e6c3c37","source_record_ids":["aoa:aoa-techniques:artifact:3d69df87c25122c1cf357990"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7bee7c687c38790e83db7d36"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b48fc316daf2df493c9d4688","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/diagnosis-repair/diagnosis-from-reviewed-evidence/checks","source_digest":"13cd3fce58a62cf5936f6a8784bc6dbd278c078dc9cf586676d3f73220597f8b","source_record_ids":["aoa:aoa-techniques:artifact:b6995ea63ebb742733630b70"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:a26e09dcbd2ffa7f33c0ddc4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b4f2324e0f0ba7bb61a5fb6b","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-self-diagnose/assets","source_digest":"377185c8b6739f7121f5173ccf08caa21353b93b6572462db58cbe631193cfc4","source_record_ids":["aoa:aoa-techniques:artifact:3d0a60fd65ad9c43db97ec5d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:566668872652d163a92068c1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b508228532b4bc85261bcd25","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/decision-routing/owner-layer-triage/notes","source_digest":"1f65ab93cd92d1ecf830e086bb0c765c676f034bd7daf0411be05c5c7c47439a","source_record_ids":["aoa:aoa-techniques:artifact:0d7d8fdd15295cc71564a806"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:aa8fa8fa38ebe67b943de296"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b5a638d3cfdf533d40dd364c","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/automation-readiness/approval-sensitivity-check/notes","source_digest":"05942a9964f88636b9c80c11bb8f674185c84fdaeb26e0209bb87f4b42c52490","source_record_ids":["aoa:aoa-techniques:artifact:1370b2599c4ffe9026f4a330"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1999356011454c6a03635b9f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b6091912684474e16c3bf244","label":"harvest-promotion-anchors","provenance_ref":"deterministic","semantic_key":"directory:mechanics/questbook/parts/harvest-promotion-anchors","source_digest":"86a1978f3d114fc7bce9618c26139723546c27dfbc3a58000b38b139f641bc23","source_record_ids":["aoa:aoa-techniques:artifact:60b99af72207d6d697ecae86"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1000,7 +881,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:7dce8bfc8960bd3892a90057"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b6fbcb4a0e39ccab40d4fc8f","label":"support","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets/chat-graph-review-mailbox/support","source_digest":"c7558019123e4c8cac03fe4e3202ef21f8fda0d5b444fbee38746b7ed8cf5687","source_record_ids":["aoa:aoa-techniques:artifact:0743b697bf64bec5988908f4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:24bd93659cbc613dbefbc1c8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b7498486880a5421ca165623","label":"diagnosis-repair","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/diagnosis-repair","source_digest":"debc5095c4bf26f449ae4fc6af4d80a205e6ac5748a62209c190554b6b7799e6","source_record_ids":["aoa:aoa-techniques:artifact:0a22e613b3ca39e8a6b78ab0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0ebb24dad67ca0599e1257db"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b805d1e52cdc794439aefd77","label":"schemas","provenance_ref":"deterministic","semantic_key":"directory:mechanics/method-growth/parts/technique-to-skill-handoff/schemas","source_digest":"8917dceb9bde8b07784bd9801fbe2660ffd72ab05573d30af3432a380a1fb72e","source_record_ids":["aoa:aoa-techniques:artifact:6908d6d859b22cca82450f09"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:6e95b1abbb9c44e5cc38dc77"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b811891ffd37783a1f8f3cd2","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-local-stack-bringup/assets","source_digest":"7f3aaa3c85f975974cd8a417976e8077b9df55a9145f9edd26b698c95ef1c69d","source_record_ids":["aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ff44f6c224eb6e0fdb726206"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:b882ec03d88f51fbc937763c","label":"donor-harvest","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/donor-harvest","source_digest":"b8579ca6f87f31d20a862e1a2bf4e78b6abcf91573b1adbccca9e7bcf274cc4a","source_record_ids":["aoa:aoa-techniques:artifact:018ebc9fcbd0da3908e47b78"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8b2203dee7df3cd1d8df3f75"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ba2a951637f8e5cc72a651b7","label":"tests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/antifragility/tests","source_digest":"61a2144b276cdc5ff601bd0317080b26bbc973e50038b63b74f2ea4d4a516c8a","source_record_ids":["aoa:aoa-techniques:artifact:5b00df740809b23874e59462"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6071f4b18a081ff5c1d96c8b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ba71cc8eaeabdb3b28790671","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-boundary/recommendation-truth-vs-host-actionability/notes","source_digest":"e5df069ec3bdc8b8cd9cfb583cf00716a65ba4d425390d97706781c5d51e19ac","source_record_ids":["aoa:aoa-techniques:artifact:540db89d3b279585a8fd7c17"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1012,7 +892,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:145d4bef911b536c5b9521ec"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:bbaf204ff843099bf4ed0871","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-boundary/skill-vs-command-boundary/notes","source_digest":"319de59809728635914ed4b55da1c77382a8886f68073dc1f4d4e49b5e3e8b77","source_record_ids":["aoa:aoa-techniques:artifact:1beebf8f1585e9f8f287dffb"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cd1484adae1c5dc5da8ad538"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:bc88a6b6fd56b8aebcf964ff","label":"upstream-mirroring-with-provenance","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/upstream-mirroring-with-provenance","source_digest":"780bea230e1f8bbf2659a8d9e72ed636bb7a7074d3bcca46c48c5ed021942d57","source_record_ids":["aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:babd79e89e287c54b43c5e82"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:bcdf01ea384d59d62bf1dc72","label":"raw","provenance_ref":"deterministic","semantic_key":"directory:mechanics/boundary-bridge/legacy/raw","source_digest":"c57ccdb57ec09fc4482a5911a41cc846abf76d1a20b69d74257fb482b51c0011","source_record_ids":["aoa:aoa-techniques:artifact:8100325d6414a7b5cd2dcd4b"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:91b348edfba7d8ba4eb2350f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:bd1d9cf7528d79c1b466b27f","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-adr-write/examples","source_digest":"94b19285209933ea5cf7d1766fa44507f8f3cc62e82116f33d2326fb16a97976","source_record_ids":["aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f2d84b3f77b5255d5a732bd2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:bd8ab588ed0aeb04d21a3aeb","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/antifragility-recovery/receipt-first-failure-analysis/examples","source_digest":"05e0936de59f24a1734cda959e40f59db3442adfcd1cc4f35f634c2a9475c686","source_record_ids":["aoa:aoa-techniques:artifact:8211941d79dcf3f938c3c0d6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:50ddb4d9a6b31b3f31d4fa29"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:bdcce1f359d179300d4bfc43","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/review-compaction/compaction-resilient-skill-loading/examples","source_digest":"80425ef7b2683b11aea622a10a409f370efc92618f921e12f62325de893cf327","source_record_ids":["aoa:aoa-techniques:artifact:371858800ffec7143ed47890"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e1bc4a1cc5470ac993c4b6d2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:be26ea60f8ca6dd48448377f","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle/one-command-service-lifecycle/checks","source_digest":"92a3e06a3c5f8f5ef199527b2fa883ae1eb0680373b8911f22661ee108a08d9f","source_record_ids":["aoa:aoa-techniques:artifact:1e1420f04123850475c53478"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1022,12 +901,10 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:1ecb1d8d5300616209ae26d5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:bf4f510cccfc5c3dde388b74","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/fragmented-agent-context/examples","source_digest":"5e87f0927b0a24dec76add5df36963d11a88f190053806bdbeef97ea71fd8a4a","source_record_ids":["aoa:aoa-techniques:artifact:3e44ec8be46ceb8637f989a0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:da9a4d6f80820c575a5b1ba3"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:bf55f621a0823fc320bb7249","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/tool-use/tool-gateway/mcp-gateway-proxy/notes","source_digest":"0d378c71d7447eb0881a5e51e21f59384588487dc44e58d7bb978cfd69315f0f","source_record_ids":["aoa:aoa-techniques:artifact:392e6c7c4ac4c1c7e72086b9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f40bdb6a8c2639cef293176a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:bf9fb499bc1d36dcc57cc644","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-registry/capability-discovery/checks","source_digest":"f447b99e39f386d4834c028b8da4509973569c2c1d41d8d871f9ac7d274650c6","source_record_ids":["aoa:aoa-techniques:artifact:0b727e7eae9fb3483854b135"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2449cba7ac85599239680820"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c048566916f489961b14b72f","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-adr-write/assets","source_digest":"af0a4ce49bcda1025af7d5165ff93335a76652ba080ee3f542df231783b9d593","source_record_ids":["aoa:aoa-techniques:artifact:adb976718e0b9871db71f409"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:542cb286c856d41b6b3ee01d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c0c2fbc09e53f5c8ab3a545b","label":"proof","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof","source_digest":"1e5214e522f2d09914548aaa197f380e970100570e12f3c719fe1e95e7b1d380","source_record_ids":["aoa:aoa-techniques:artifact:6186ecc56985ab947094c7ee"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c81b021ae7960f4070ac3112"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c0c7e3e0bf7d5158838fc4bd","label":"evidence-note-provenance-lift","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/evidence-note-provenance-lift","source_digest":"47881bffc62c1370c6e3bd1a79554dcde5f6c03f2c6172e5871cd0864b8d5a14","source_record_ids":["aoa:aoa-techniques:artifact:5266d68d508c24d678979ffa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0277f4d8d074a39ca8714ad9"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c0dd964116807657f013e34f","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts/session-capture-as-repo-artifact/checks","source_digest":"32cbda6827033935a3d77df85f566ad4f49bf2942df11fb14d350c1785b01341","source_record_ids":["aoa:aoa-techniques:artifact:242b4ef646e2f38fe385bf0f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:43cfb1aab829162898397ea6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c0f6369d775bde7c7a8a1f03","label":"generated","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/agon-candidate-handoff/generated","source_digest":"9db887d5b325a526f2a5968379590d002ea540773071904a95e04818d79d418f","source_record_ids":["aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:239b4dcb1a7cd0a15a51b87a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c1026447bbded06b0abfb6cd","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-safe-infra-change/checks","source_digest":"1c5c905d1e31032178a32f053af4a08523ceee9eee1fdd61c427ef950bbf01d8","source_record_ids":["aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f91a46405faff3f6e2d8387c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c1488709a914f891abc0179b","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:mechanics/method-growth/parts/adoption-boundaries/examples","source_digest":"c01ec2b0ea5f661f2fcce3cfaf5d5b5e00f77f0137f61d4654f987960b2394b2","source_record_ids":["aoa:aoa-techniques:artifact:50fc41cfa6ba8c24633c0f32"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8555262078750762d4a7e812"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c18fd53e585f453c91f99d52","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/evaluation-chain/context-report-for-ci/examples","source_digest":"c22b28a373aa64ebd7195d3d6129bd0503c9826f84e7b21fb5d8a3dba567bae1","source_record_ids":["aoa:aoa-techniques:artifact:243e3e5d5c19c5d75a7e5784"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:91e8e8a20f8a83d94aff8a26"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c1b5461275cdd80aefa237f2","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/published-summary/published-summary-remediation-snapshot/checks","source_digest":"d4f8d1b755a2b183f7e822a1ea4320f79b49b1ef942fcfcc6035560c36e977c3","source_record_ids":["aoa:aoa-techniques:artifact:de9e4c9bfdb0763a5d163e4a"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1040,18 +917,15 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:a425855a6fe99d9750d0f044"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c3297c9554766aab28246f83","label":"history-artifacts","provenance_ref":"deterministic","semantic_key":"directory:techniques/history/history-artifacts","source_digest":"c239e4293b685ffaa71b6e76279af9bd2fea1e10fa8284b62835ae9efe9219c9","source_record_ids":["aoa:aoa-techniques:artifact:00a86474593b543be3bbf660"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:eac882eb6a6dbb16e888e94b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c34741de2faffb1eda0ae4f3","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/git-verified-handoff-claims/checks","source_digest":"bfdc30c7b1e7a33154571e041631907e3c72b1b365dcaa1b2d9db8540a2c1922","source_record_ids":["aoa:aoa-techniques:artifact:c84a5cd87606e76b18a39c4f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e01f9be9d69000f340dd0e8b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c3ac15d68573a832dcb1ff1a","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-registry/capability-discovery/notes","source_digest":"4a6bceaedafca80d846e03aa13f1afb6b051f37f896034eba5e280160a37ad1d","source_record_ids":["aoa:aoa-techniques:artifact:0d01fe846fbaefe4f33240a7"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:16e27d3f880108a2270124ee"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c3e6b78fc86864cf57ad4763","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-sanitized-share/checks","source_digest":"7b090278b8795951c874654d9380b5ff766b6dd5726092b7507a8d8b1d86c3c8","source_record_ids":["aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:017d8a7330e59ba21ae315da"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c3f15408301b1306ef4a1f44","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/promotion-boundary/nearest-wrong-target-rejection/notes","source_digest":"9ead2211ec0486a7b3e2117faf79efefa561b4668c05e095d2c1963dd66a4398","source_record_ids":["aoa:aoa-techniques:artifact:2796b88a26f788cd9c06d675"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e85ded06cfe9e9dece594d24"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c49ffd38b7ea8804a4ac63cc","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/parts/service-clarity/examples","source_digest":"52499dc14a0572760aa158c2ea43ce122de521f25606d59b0df9e56a26b003e7","source_record_ids":["aoa:aoa-techniques:artifact:72acc44528483997ea7a06a0"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:fbe51c1758e1b5fb3e53b942"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c4c82c98a6364bd6c7fbd49f","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-core-logic-boundary/references","source_digest":"9beee8ca7771c2fb9360847bfad209e9f2d64c7a95c068a62d79983ab27d4718","source_record_ids":["aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5c1edf487d57cdaba1b745df"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c56083063ed9f34080e339c4","label":"channelized-agent-mailbox","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/channelized-agent-mailbox","source_digest":"db98b86c36ac8d9ac6fe1ae8e229713b4421f9515277fc3d8b15a47ecf925c3c","source_record_ids":["aoa:aoa-techniques:artifact:91a8a9b129a8af2bb69487ef"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7aaf5296b3966381481500c1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c596c9de415a307025a772ea","label":"repo","provenance_ref":"deterministic","semantic_key":"directory:docs/readers/repo","source_digest":"eae562347d8461dc56d936eaa28e8eafe5ae9a3f4d530306d62ff3c3be5d9c31","source_record_ids":["aoa:aoa-techniques:artifact:940d59d9f62194485f676afc"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:7aaf5296b3966381481500c1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c596c9de415a307025a772ea","label":"repo","provenance_ref":"deterministic","semantic_key":"directory:docs/readers/repo","source_digest":"2393175b2386cf11d180f217ff2e068b61347ac6477106303f1fba4e934381a0","source_record_ids":["aoa:aoa-techniques:artifact:940d59d9f62194485f676afc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f381ca6590d7db58cb834d07"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c5a6983362d66932e9a41ea6","label":"docs-boundary","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/docs-boundary","source_digest":"1f04f7ca7fce1c1a54eddedb7f1c98e6c21cdc38e4947e29f3daf2e532ffc549","source_record_ids":["aoa:aoa-techniques:artifact:0db3a09da673f5e520a120db"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5b814807ff70d47ae2affb53"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c5dfeff5b9418c98644c9176","label":"recurrence-adapter","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/parts/recurrence-adapter","source_digest":"96207501c25ba8e0dc1a9dc83addaef22b57c3e344b65644503a4067b8be89ec","source_record_ids":["aoa:aoa-techniques:artifact:29a69a05dd2aa9fadb09875d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1e3ba8b6a110c4f7491b449a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c5f5f6447c8b6de18f7917a2","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/promotion-boundary/quest-unit-promotion-review/notes","source_digest":"69277c651d756f08a4f1c02d92554133e5c87b0a9bc7a732555d9c6f56778166","source_record_ids":["aoa:aoa-techniques:artifact:04b66b88ff12ad6c3b3ca6f1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:37564b081d395450da5043a2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c6680b17aa6f45195f3c3d55","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/notes","source_digest":"21dcd55740f898bd16cd0d44cf9a92ae448ea538c10ead3c9e97d62ddefd1900","source_record_ids":["aoa:aoa-techniques:artifact:31c7f93807fafaa63209c65a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1841fc2c2975addf47baa16b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c6b0c4c2fc0429ac51d29f82","label":"candidates","provenance_ref":"deterministic","semantic_key":"directory:memo/candidates","source_digest":"c238598e6d1ab9d07d16315f2e157faa483b1441323ee5c55462fc73a135a005","source_record_ids":["aoa:aoa-techniques:artifact:7a4b28e1a9b05ea864d7cbb2"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:98d737fbf1efec9a38cc9808"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c6d32c33a4067e24cbe79142","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-progression-lift/assets","source_digest":"ab84b6fda3e7a9b759e45759b2142935acfbb4d4f9a94b5dcbb81394ac8d8078","source_record_ids":["aoa:aoa-techniques:artifact:719c8b6b987bfb2e7352b61e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f06c5d107fdc69c2477e273d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c75c351318f8cbcfc07bd3e7","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:mechanics/method-growth/parts/obsolescence/examples","source_digest":"f190100e5c488cd64c9a9041fac7752a570cc23b6ecd125d54271e62ce9dcee2","source_record_ids":["aoa:aoa-techniques:artifact:8bfced70fca38ed0380e8b2e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8c07ae93ebfbcdb0f28bd480"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c78ae70681d5bf76e5010de3","label":"progression-evidence-lift","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/donor-harvest/progression-evidence-lift","source_digest":"4ba287961d0807df531af6dc62e2394fc3d8623ed5e3e7c8a256e08299e55a10","source_record_ids":["aoa:aoa-techniques:artifact:709f32c31bfe64afe86affcb"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3123404e74cd90edb5d20568"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c7be3d7cc231053029f9210f","label":"checkpoint","provenance_ref":"deterministic","semantic_key":"directory:mechanics/checkpoint","source_digest":"4e803ece57b7628f104d06db93af7e082393d75212fee1a6561282afd363ecc3","source_record_ids":["aoa:aoa-techniques:artifact:0f645191e875f5883b5c4d1d"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1061,7 +935,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:321ac6db0395e08a070722ec"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c91594fe47430e24adab16db","label":"support","provenance_ref":"deterministic","semantic_key":"directory:tests/support","source_digest":"2e7bca9615305a7df09c68a4c36af1c45e8aa6e7db2aabdf7b3d258c0b261d08","source_record_ids":["aoa:aoa-techniques:artifact:018896bc1d0eaf2756c5b6ee"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a6bf7d5f6e0119a7486947c8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c91c361e543c9d2b7eabcb44","label":"schemas","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience/parts/appeal-reasoning/schemas","source_digest":"664d516822f23383cdc3b91241279175d25eed15870e8d2267d6fc16942372b8","source_record_ids":["aoa:aoa-techniques:artifact:a73ae08bbb042c4beec56b0d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e120ac53e20f4bad4508961f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c9235630bf7041d6067793f0","label":"live-observation-producers","provenance_ref":"deterministic","semantic_key":"directory:mechanics/recurrence/parts/live-observation-producers","source_digest":"9c64c79cf1b6cef8e33263f146db80c1e33337e904ccfb560fd2f18b0170d2f4","source_record_ids":["aoa:aoa-techniques:artifact:f2aebf9f40d9866b868cbc93"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:28cb9d928b61c5c69febf227"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c9663a85754571c110d76d21","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-summon/examples","source_digest":"5caceb3eb755490e63b92a6b85a3e466729317945e1ddef19b2ca35525669898","source_record_ids":["aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:aa795d4eb114bf96be69313b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c9836ef06d38fbe74ed42da7","label":"schemas","provenance_ref":"deterministic","semantic_key":"directory:mechanics/method-growth/parts/pattern-adoption/schemas","source_digest":"583570be7251819e6e199f32f72f12615afe32398048e05ba444c1339e3a98f5","source_record_ids":["aoa:aoa-techniques:artifact:0814fca0d9cf9f19a24f08be"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:61d6f695ca2f1b2f94491c55"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c99803b3508b79721c1b45ed","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/docs-boundary/source-of-truth-layout/checks","source_digest":"8a6c6a2596371282089d33a100f16421635cc27b3faf2c2a2c1d2a8984159d0d","source_record_ids":["aoa:aoa-techniques:artifact:f19431936325e0b14f830cb2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:08b0f7e8349993480547112e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:c9b22baaa7968768721135df","label":"parts","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/parts","source_digest":"2994ae7b697f6e3858266687f61c53638f988f656b297957e53910029521e5c5","source_record_ids":["aoa:aoa-techniques:artifact:0e33dc533fcb541678109142"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1070,7 +943,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:a188dc3799555ece3826cb61"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:caa91e9d96d1a18a96f133ee","label":"single-locus-claim-challenge","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/review-evidence/single-locus-claim-challenge","source_digest":"35aacbc3e203ba88ee1888274e6b5b6621b86f55c085dfa35ec6ba5791d069e3","source_record_ids":["aoa:aoa-techniques:artifact:31d58a5e3be09a42a623f99e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7f14543cc65c9efa007746e5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:cb10fcabb3e20da477fa1f0c","label":"episode-bounded-agent-loop","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/episode-bounded-agent-loop","source_digest":"4f4d01b2915a9004cdac7cb2bcc180c503a576b89fd6c45b1c7b05ddd0cc2199","source_record_ids":["aoa:aoa-techniques:artifact:59ae467af916cdee016de225"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:74b7f79a3378f62558d1af40"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:cb90565ef97ee12918dd1a8d","label":"tests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/checkpoint/tests","source_digest":"23d36b532e562b40b0d93c86e53ae39129d85ff23470459710f45ac995a9231e","source_record_ids":["aoa:aoa-techniques:artifact:e38ebce28e2f64e8068643d5"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d5a37533745ac0ae6a130a02"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:cb91111e2a2e0569c5c1829e","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-checkpoint-closeout-bridge/references","source_digest":"f810ad167958ff63a39c439a6d55a06e97289dd87acd9eacf94581e580a7d99c","source_record_ids":["aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:774ead182fcb89de9e19254a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:cb96c5020c98792e3ecabf6e","label":"chat-tool-proxy-runtime","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets/chat-tool-proxy-runtime","source_digest":"8d1fce7f2b6269d6ddb83730c7512536021cc671fea4de2241e2b923743f0b44","source_record_ids":["aoa:aoa-techniques:artifact:a8315cfef92666bc3dbed5ef"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d94cfe492539a2cff88878b1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:cb9c63c316d78e1fae29614a","label":"published-summary-remediation-snapshot","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/published-summary/published-summary-remediation-snapshot","source_digest":"6f221c39db7e57d1732f9e808d71360e8c5ca25058d3c585bd86e801ccd9e4fe","source_record_ids":["aoa:aoa-techniques:artifact:e080f32f155a94dc30c4880a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5b4facc9c704d5b87f5e34da"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:cc1b83771524796af62c63e6","label":"parts","provenance_ref":"deterministic","semantic_key":"directory:mechanics/boundary-bridge/parts","source_digest":"c9781d2fd3b16f7403c0b4376a468bb5aee0266f82668433d525378311530ad4","source_record_ids":["aoa:aoa-techniques:artifact:4a189f110e5f9dbbeda0af88"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1084,7 +956,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:43bf12c360867449acf44e68"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:cdbb8b3d6a68a7183aa5d585","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/agent-workflows-core/plan-diff-apply-verify-report/notes","source_digest":"a1b06718af36ea44c22951f4f8d3ad82f7dd44782782c52a5cadfb152261ce93","source_record_ids":["aoa:aoa-techniques:artifact:412593e34a337f4133a5cbaf"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:510528209495086f0f9992f4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:cdfcf7fe68531d40d00cad6a","label":"tool-use","provenance_ref":"deterministic","semantic_key":"directory:techniques/tool-use","source_digest":"b3c7b1ade1b661d600d3efd1f1d5204f29916c9732942f1a3d917d1c26f97ea3","source_record_ids":["aoa:aoa-techniques:artifact:d1f4574050b7a20007d83888"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c2063dae9abfd9c2f78fa016"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ce035eb1029e48dd5e28f782","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/owner-truth-closeout/workspace-root-ingress-and-mutation-gate/notes","source_digest":"5255cba3783c40140906c6e80ad5bc80b1a7b9714c7b63446d1e6de736e96f0f","source_record_ids":["aoa:aoa-techniques:artifact:3e492ae605b4398556c84fbf"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:9a47b4c355ea23788b854a07"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ce448b1c9d18fd3a03523769","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-commit-growth-seam/examples","source_digest":"3c848d7cfb83ce10f137dfa09549d8f828e41aa9f8fae5f1db84223f803255eb","source_record_ids":["aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c6a406f749f9fd623778664a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ce64dbb2ff8b2d1db28a7106","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/bounded-relation-lift-for-kag/checks","source_digest":"f01658907dc01d56b24803f2cd3afbf4396f26cefeb1d5184a923594db610ab1","source_record_ids":["aoa:aoa-techniques:artifact:55c67f384890cc7d9fbbdb3d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e11527fa3a3abd6e85e5599d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ce823bdba779b04512374ce7","label":"raw","provenance_ref":"deterministic","semantic_key":"directory:mechanics/antifragility/legacy/raw","source_digest":"30992388e98b6ad0bb4df7aa12c954751ba012b8d4ae87f12ef9d3c6ac6557f9","source_record_ids":["aoa:aoa-techniques:artifact:43ea1a5d6f8f5300e3b0b289"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9a1d1ba2d61ab0e41d9ee969"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ce9afab7997ae375eda71707","label":"hooks","provenance_ref":"deterministic","semantic_key":"directory:mechanics/recurrence/parts/live-observation-producers/manifests/recurrence/hooks","source_digest":"8752c19e9d17cca6f223272cc6a11fe35ca8aa340237608979f46e073dc9ba37","source_record_ids":["aoa:aoa-techniques:artifact:9f02735456e72657870c4158"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1100,27 +971,21 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:354c494a1263acfeaa52ba9c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d1de2a6407ceff4629429e13","label":"raw","provenance_ref":"deterministic","semantic_key":"directory:mechanics/recurrence/legacy/raw","source_digest":"9d12a482bc5cdcc7d062350d1cf01a78a1efa94de0d8bc8122138ecd02746901","source_record_ids":["aoa:aoa-techniques:artifact:3d31871e3f829a548775f14b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:987d69794dcc38a5249522f8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d1e87f33a5a9c4a9f698c7a1","label":"retention-checks","provenance_ref":"deterministic","semantic_key":"directory:mechanics/method-growth/parts/retention-checks","source_digest":"d5f70ce45bbc792e2b4d5b4d566c7d1d61f4fbdb49c415d1a593885deea572a0","source_record_ids":["aoa:aoa-techniques:artifact:024ba0619d7d56baa3746f63"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:caab79b0552395185e14d8dc"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d20957345ae88e8fd0f1eecc","label":"kag","provenance_ref":"deterministic","semantic_key":"directory:kag","source_digest":"4c7134318e1751c1fe13ae5ec3f3ca7f1b821ca3c55362a07b8d65d27170838f","source_record_ids":["aoa:aoa-techniques:artifact:0d25d90d0812762fd5378e2f"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:97e1be4eae0493b2728a556f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d2403c33b258922611d21661","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-local-stack-bringup/examples","source_digest":"822ee38990cb3d43e3addb39e0c811b01cd2133e8355ff6ddad91de14df99437","source_record_ids":["aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6256447064a5390ad917f264"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d26ee00a272b112d86724b05","label":"semantic-media-bucketing-with-vision-plus-ocr","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/semantic-media-bucketing-with-vision-plus-ocr","source_digest":"b62bda49066f55238f6f63836660f17c88168ffbdae32c6b2f25108b93f7d016","source_record_ids":["aoa:aoa-techniques:artifact:6bf1198ee1d45a0c07f61b49"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5b0298079118381b9a313910"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d285f56f36da2c14a1bfe896","label":"stateless-single-shot-agent","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/agent-workflows-core/stateless-single-shot-agent","source_digest":"7d1afec804f0eec10427f68aa9fec6c9fdf2762cf2f96ed2c10b88048bbef51d","source_record_ids":["aoa:aoa-techniques:artifact:65cd6364420b1b5166068044"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4fd371624979b57527ac199f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d31f7398d014a24db5785a85","label":"suites","provenance_ref":"deterministic","semantic_key":"directory:evals/suites","source_digest":"169526bacf215a21c887b1d07ca95d7d7fffcb9e1c5ba190d97b85b4482fca9e","source_record_ids":["aoa:aoa-techniques:artifact:8611332c6fcbad7921c5cd0c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:5be980bf4843ab56f137fd35"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d33da1952fb50b94e6246fde","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-dry-run-first/assets","source_digest":"0b06a8f6aa04914a05eb2f704ae5f3941f5ad1acc28cd615b6787eff8fef46d7","source_record_ids":["aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:66a80e4be71018e2727a452c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d3a2192183e9d21bc9f9df55","label":"config","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/technique-reform-ingress/config","source_digest":"681aff8fce1490cbf1ad194114ed6a72a70e26cdf5793bc91b361fe951726476","source_record_ids":["aoa:aoa-techniques:artifact:2bf761cf21e5b4d6e862bd33"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:33e9d45362a2c7b7b52d633d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d3a8f73ad20ccc54145343c1","label":"harvest-packet-contract","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/donor-harvest/harvest-packet-contract","source_digest":"240d68d359d8c63a664c38561bf6416e816d761231e7e3f9a3049e0239a32020","source_record_ids":["aoa:aoa-techniques:artifact:cc695f3a7df6fba3dcbadb9e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f2e8b70f823e0281690e68b1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d3b09d4a3ef6844481944d5d","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/upstream-mirroring-with-provenance/examples","source_digest":"ae9c072f82dbb0226359411491ba403541128b85a19d0d7fa6871ed17202f928","source_record_ids":["aoa:aoa-techniques:artifact:0783391b085ffc9ad8181fe1"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:77dd3e829108b1464f95adfb"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d49111dec0033b957d790680","label":"aoa-dry-run-first","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-dry-run-first","source_digest":"093f1c175fd0cbb95830e64fbe75a1572cf17d287133ee120bd8670a9ea42dec","source_record_ids":["aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:00296792184aad48ce6431d8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d4cfc0a9a4ef0902cea12bbd","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle/contextual-host-doctor/notes","source_digest":"f5634152aa9c6b918104789d1e534aebeef0da4f11deb52e9f3ce718d936d07c","source_record_ids":["aoa:aoa-techniques:artifact:15ef1c41fab50fad799f1f01"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d0713719f0c56e0be428eb4b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d51d3051ef5afbc606152462","label":"media-ingest","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest","source_digest":"a9f59d8742c17b33191dc2a9fbb07a570e90da0af316c448f57c965e49b7d912","source_record_ids":["aoa:aoa-techniques:artifact:007a82a8574a70f9abf45002"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:75aac53f355e3317514874b7"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d56e0f26031b0f9952c26ae1","label":"runtime-truth-lifecycle","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle","source_digest":"8557ca19c1791977d0bfd3e468200297e47bc8cedfe1b385107229b7b8bb3535","source_record_ids":["aoa:aoa-techniques:artifact:00e178bcdf3dd84ade599378"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bd8cc9e78040994c01f4a703"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d585030345eeb0892f989b2f","label":"stats","provenance_ref":"deterministic","semantic_key":"directory:stats","source_digest":"67e14a565409059c79b667e95a85db666fd3925fc4e4ed8637df962fa1ad0b18","source_record_ids":["aoa:aoa-techniques:artifact:3f9a778b411bd0a36e67cf1a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f0350df157ec90d69fcf3887"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d5ea5eded3bc80975e9a50d5","label":"scripts","provenance_ref":"deterministic","semantic_key":"directory:mechanics/recurrence/parts/live-observation-producers/scripts","source_digest":"22b3033ac8f77d593c96c633c4416b6fab0a22b0c2a8fb82643f0b83498e1b44","source_record_ids":["aoa:aoa-techniques:artifact:1e52a0e919d049cd43732980"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:4e71e9a942df8b10f7a3d0c4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d62cd35042dee0280f2d2ddc","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-progression-lift/checks","source_digest":"9eacb9ec8849a0b8b04c6f340181db8e82e77ca0c6f4a85756121361c7cb073b","source_record_ids":["aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:332f4d2a061c701c20efaf2d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d63a0fe205a7f5d719758153","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/antifragility-recovery/isolated-service-stop-on-shared-substrate/examples","source_digest":"e594703dad5649c269597b1461deb1d52f03c15562304f7fb2a9a6c84010131d","source_record_ids":["aoa:aoa-techniques:artifact:1b51b9a4fa704c7421aee187"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0bc0dc0a96b74bd1b64768ed"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d697cba503163a4670bcb844","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/examples","source_digest":"06943a8e4e4255d86a37e547cead0b9bf720dd65c97cac0f82b5e29619361b38","source_record_ids":["aoa:aoa-techniques:artifact:bcd6ec85336f979f0d4caa74"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:a32eaa6335966eec7b1a1e2d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d6aa2aa34c6767933e904c57","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-commit-growth-seam/checks","source_digest":"eeb65cc5ed92e05038564bc3779d7d93d73fccc09fcea8ce5c1cc7a0e30c6751","source_record_ids":["aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3a2c13172c42ad91d8454f06"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d6cae1c6e78c9f8dddb14150","label":"docs","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets/chat-tool-proxy-runtime/docs","source_digest":"96d35fc497e8bb63cbc28e9c7034cffe7e7b8ae67b89bd284046b8bed417ec8e","source_record_ids":["aoa:aoa-techniques:artifact:230300f5c93c60553a3b11d8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fcd71193861eb050505d005a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d6ddbff5181b7446e44a95aa","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/owner-truth-closeout/pinned-validation-matrix-before-generated-publish/notes","source_digest":"117493b35c940b465c26613b6979864f1306ee5072c07d0a76c1a95597e400a4","source_record_ids":["aoa:aoa-techniques:artifact:3c6b431be552bf8ca92537e2"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:4d55155a160e18d7a3006a12"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d75022d5c2a9e88856c3eb29","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-approval-gate-check/assets","source_digest":"f64b164cfc60ca79086afd92fc494ca88aa75a798a8caccad67b62b96e661bc3","source_record_ids":["aoa:aoa-techniques:artifact:18b74e5a5ff59df8a04c275f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2262df384d5adb4e539c50e6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d7bb5e1d8e60b6f47e736fc4","label":"capability-discovery","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-registry/capability-discovery","source_digest":"ddf5e4e8c099f38a39b7032b00f01dd8740a6cf12356582a04ba79e383ce6484","source_record_ids":["aoa:aoa-techniques:artifact:e3df85a81eedc494f3a8e9ed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b71482fe8e78df41de5ab006"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d7dec4f23f627c1666cbd827","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/intent-chain/new-intent-rollout-checklist/examples","source_digest":"6dc62ffbdcb146d32a945daf049a88e78728c1e490b6f2a4fbb820d98354830e","source_record_ids":["aoa:aoa-techniques:artifact:7a1ed805b5bf63aa9aea65a5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4c9f2677fe27740f2a4c4260"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d827f881326abbda9d9cfd34","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/evaluation-chain/contract-first-smoke-summary/examples","source_digest":"2fa5aafbfad05464f34651382b4eef6bcc895e7e39ae1307dc0e0b3d8cca4a77","source_record_ids":["aoa:aoa-techniques:artifact:aa4f952c2f85d5c66132d21a"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1129,19 +994,12 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:415f166dadce2da3f1bd713f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d9b1068c7062df4ed7076a62","label":"ingest","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest","source_digest":"f6fcf92c50b5ca6520e8452d4498d7f321e4b184692574b8001e5922477c6e4b","source_record_ids":["aoa:aoa-techniques:artifact:825255f117845ba2e37f9964"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b050ef8987d40a362d8adff8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:d9c6c49284b3416d9db07d8c","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/spark/scenarios/registry-sync/examples","source_digest":"53f927414e3a5c65a37b941e30b14515a49d97ce92631a221d8a45d17a879c72","source_record_ids":["aoa:aoa-techniques:artifact:81d7516fc77abc81b4b2f7b6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0523824e689a3fd4231cbf59"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:da07a7171d8a72afad6db215","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:mechanics/release-support/parts/installation-techniques/examples","source_digest":"b1107cebdec527987439056e31bdeca3b6221e4993ce1fd22477cf3222aecee4","source_record_ids":["aoa:aoa-techniques:artifact:aab6fd5018245ef251fae0f3"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7288bbb50e5514262dd3a448"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:da39231fbb47badd4701fba2","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-quest-harvest/assets","source_digest":"2e6e577a002b5cad7f61f1cb407e25b19a681a8adc36a6581f261611a0cf4410","source_record_ids":["aoa:aoa-techniques:artifact:8e9ba9b293f5b013b7268017"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f9999bd107dd3407c134ece5"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:da7a553bbd2b6ef0b9e64ebe","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/published-summary/published-summary-remediation-snapshot/notes","source_digest":"5070478f18deeb0615437ffa4740fa336ad56dce92a4e707f5429dc07d8fb1f1","source_record_ids":["aoa:aoa-techniques:artifact:10af0fef4a120085a701499c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f091361abc6852c1b7a6144f"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:da7af3470be4b021be8b8252","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/single-source-rule-distribution/checks","source_digest":"e8a216d93d1440d9983e1696c5e13eda4a6f478a3c239abd239f992213031895","source_record_ids":["aoa:aoa-techniques:artifact:c92b4960a03fa8c3dd432a6e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a4348e16a847b02c98c8ac87"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:dac2e5c665ebaec2937c3cc7","label":"raw","provenance_ref":"deterministic","semantic_key":"directory:mechanics/questbook/legacy/raw","source_digest":"f0d40d85f5330fabe26988d167503c054a444d49fb6e52db1154c4d4d101c75d","source_record_ids":["aoa:aoa-techniques:artifact:78f82a009132452a89060195"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:677164dd99bd7d0cf411749a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:dad7e2c9e2d8e29e92c3c918","label":"experience","provenance_ref":"deterministic","semantic_key":"directory:mechanics/experience","source_digest":"e776a500fefb5012967d742b19d58c213d68c971bfd4597fbd9e48f81310d97c","source_record_ids":["aoa:aoa-techniques:artifact:168341aaed8d3a58118fde73"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:81e751c5767d42cef22832dd"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:db640119e82db19c41ac872c","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-safe-infra-change/references","source_digest":"f834399ccc71bbe420e2725ab63fd8cbadff758aa035634561babb19dd03ae1c","source_record_ids":["aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2329c354f1f66f2882c03fed"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:dc29fe975760b8de17a7dab9","label":"aoa-automation-opportunity-scan","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-automation-opportunity-scan","source_digest":"238723bd2edf8d41a12442c86657ff7ec263d3c86615df6123d2fddfe99e9728","source_record_ids":["aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:4eb5daf1db3b5bf49e72f4c1"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:dcb5e5a342304e8be95c4d64","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-source-of-truth-check/assets","source_digest":"e9fcc12c6195cfdb1d564dfbcf6f26b66b3e5685fe3b566ce1d47eb7b4185127","source_record_ids":["aoa:aoa-techniques:artifact:109dd8267de795f43ceb8882"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2a634d293abbb173a08db854"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:dd15691a0b70e22ecb32ac83","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-donor-harvest/examples","source_digest":"cdc7b9dd8483e3ed7f8139f6524e93aceb91056c2a0a06e8c6d49b76ef44d975","source_record_ids":["aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d0713719f0c56e0be428eb4b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:dd33bd937e54a55caec6fccd","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/checks","source_digest":"a9f59d8742c17b33191dc2a9fbb07a570e90da0af316c448f57c965e49b7d912","source_record_ids":["aoa:aoa-techniques:artifact:007a82a8574a70f9abf45002"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:db839bae3840f6a898646c94"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:dd364c4d5ee51533b016e8b0","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/decision-routing/risk-passport-lift/examples","source_digest":"dc569f8a452875e681b7c3a3b86b46276fd72eb7a54ce48464d4db152dc25ac8","source_record_ids":["aoa:aoa-techniques:artifact:d12aa26831c85f258052bf63"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:73cb1a4f4ffe3a405d43ac28"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:dd40b43b17883cc5050d9d6e","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-tdd-slice/examples","source_digest":"4870926c6b07d2ad427569e0fc2f69fabf4c1f42ac974f8bec487ebc9eddc5d4","source_record_ids":["aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:627c662361b82bdfbd5a87f4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:dde92912888894adbdc9c780","label":"agents","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-sanitized-share/agents","source_digest":"bf711d02eb28e601e57ae51fd93dd2a253ca57a5cb9eb5eaade080f98c488bfa","source_record_ids":["aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0501687a7627eea1ab27a425"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:de2926a5f135db08b1fdbf3e","label":"captured","provenance_ref":"deterministic","semantic_key":"directory:quests/techniques/captured","source_digest":"cda0a32a8a260078c5bcf5e5469f9edcd5ac54b20e997275beacaae4742332b4","source_record_ids":["aoa:aoa-techniques:artifact:6167ffce084540f7357166c8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:07d2283661b6173af8df0399"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:de6db9e2d2f987ecf842cd5b","label":"readers","provenance_ref":"deterministic","semantic_key":"directory:docs/readers","source_digest":"d94d40fcb201f5b5c01a6af467f9a125286893bac8d9022356c396600b62aaaf","source_record_ids":["aoa:aoa-techniques:artifact:6be2d5a266f8a31f35dafc6f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bcaa53e7acc82f692731e6ca"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:de8aefcee4ba65700cfd4185","label":"scripts","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/parts/move-technique-bridge/scripts","source_digest":"d3d4acc0e5cf413701ac0e527bc7dccccec1f3c6b4a75fce8282c0c59797b3fb","source_record_ids":["aoa:aoa-techniques:artifact:62c35978e38cc9e569b5c267"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1152,7 +1010,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:6fefec9eee6dfc894c126385"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:e01965fe0c1674a3aa7ad611","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/published-summary/latest-alias-plus-history-copy/checks","source_digest":"28809f9607e462c4313b42eab77468464a8ace35fcf50a410544c0d988bdedcf","source_record_ids":["aoa:aoa-techniques:artifact:f219819dede7ff2d6fc9819e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1edd9e314c354ccc5d3e03e7"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:e0282d3f1fac993ae03b275f","label":"shadow","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/technique-reform-ingress/reviews/shadow","source_digest":"f3429dd11f568fabfc2a7895653d73b67458f53798b16cacd317ced9a2d7baed","source_record_ids":["aoa:aoa-techniques:artifact:71201fec2eec509ba55b62ee"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9d56cdc064b6b3f7da21e9da"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:e09f00ac6ddf89a5a53746c3","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/donor-harvest/harvest-packet-contract/checks","source_digest":"030af20cc90f6129f472a7a0117f2328030b8245b8a9e19ef688c0844217e8e7","source_record_ids":["aoa:aoa-techniques:artifact:9c94e5d3b63cdf8676aa4362"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d83d810703e24547eeb52473"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:e0bcf2344b48a655f8d7de4a","label":"aoa-safe-infra-change","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-safe-infra-change","source_digest":"c6bed45fc3ea569c77402aa20307be0544ad9b781535b3e8ff6b71dbb745523c","source_record_ids":["aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c8fc24764959666027f1a232"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:e0e89cde9592e3c63d3d7c15","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/donor-harvest/progression-evidence-lift/examples","source_digest":"609f7745cecf974000ea70a53ba828180d775e4d6ad44c2ef75b90914aba7b09","source_record_ids":["aoa:aoa-techniques:artifact:ee4fbd1e13374e94ced56992"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9c390dc53a650c47a06e6e3c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:e119ad7990250092075618a0","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/antifragility-recovery/degrade-reground-recover/checks","source_digest":"7115b2a328a9f11e699e0c7e33afa54c63758bd46023860bdc59d52cccc6503b","source_record_ids":["aoa:aoa-techniques:artifact:9bca86108757ca4ce43e5edb"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f3ac8599fab26aa000ceaad4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:e134f3892935e12d66c5a598","label":"legacy","provenance_ref":"deterministic","semantic_key":"directory:mechanics/rpg/legacy","source_digest":"e4936c6517a4758d175900764cf202c38cfccac5ea7a13d897e755f3f3019bd8","source_record_ids":["aoa:aoa-techniques:artifact:25a04726002c4fdd5cde3da7"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1172,7 +1029,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:c48b6d6e49417c76506e009b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:e5a08ac958dd922529108d6d","label":"scripts","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/cross-layer-candidate-ledger/scripts","source_digest":"83c3b803353d0e47181146bdf4ecbd80066cf082201f7fbc4a249cdce6c031d1","source_record_ids":["aoa:aoa-techniques:artifact:5374bda42b1a16346071489a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cd05f673c2a9291152f5a561"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:e6a0d3f4ffa4dc212caca6ee","label":"parts","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts","source_digest":"3a2f19338dc38e364a638e9185c62d32a847d9491ceaedba0c981dd3591bbed7","source_record_ids":["aoa:aoa-techniques:artifact:502ad961e0c7d61ded6ee74a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:46e4d6d19961e900df94f002"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:e70dbeefe16914991624222a","label":"isolated-service-stop-on-shared-substrate","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/antifragility-recovery/isolated-service-stop-on-shared-substrate","source_digest":"fdfcad606fde55f76a57f439fc4d629ade2a312db2eb65ba064c579febfa47e0","source_record_ids":["aoa:aoa-techniques:artifact:43fc86146653d505376ceedb"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:f662582d794db930554d475e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:e734e85e5826391e600d47f2","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-adr-write/references","source_digest":"284a49c4793b79f37242f73b64f4c522cd7ab39f7544726b104d375d55efaf1a","source_record_ids":["aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:290e5cce6055430cedfe9a03"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:e7c05d8605c2343fc080de2f","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/skill-support/bounded-context-map/checks","source_digest":"b06548f3aa23cd97252ede4218463e1dfdc02d4fb17ea017aa528eccb96767da","source_record_ids":["aoa:aoa-techniques:artifact:8ec810295d7d053b6370e87e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6bb766936f288b1c436fa8b8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:e7c864dac151407507694ca3","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/fragmented-agent-context/notes","source_digest":"5db25d00eb5aaf7baa767dac317d26621f63a940f990f2d85edc2fdb0b13bb7f","source_record_ids":["aoa:aoa-techniques:artifact:476ae3c988825c9085bb65ed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:eb797fd1dcf3ee059fc56ecb"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:e9527357d981338900d234e5","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/deterministic-context-composition/checks","source_digest":"76ba1948280d2ca122a26cc5375532a69128e6b837cb32d9bf6dedbd86ca9841","source_record_ids":["aoa:aoa-techniques:artifact:b4699b964a4c82406078b167"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1180,7 +1036,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:ed4b2ec38c57c68224b433cb"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ea29c1e924b4574a0fbbe930","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/continuity/handoff-continuation/channelized-agent-mailbox/notes","source_digest":"70440129e9a0054a2257b99eacb7613dca7e4c48e1470fdd7bd9d9c57c329b5d","source_record_ids":["aoa:aoa-techniques:artifact:00c677529104576dcc0e2772"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e7934f42394dc6299c4db126"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ea60005f1e9265fc973f7abf","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/agon-candidate-handoff/gates/examples","source_digest":"4d222b9181a28ba6223a1d3a7adac31eeeb3a6676c97284ad91cc9df5fbc3c17","source_record_ids":["aoa:aoa-techniques:artifact:751a8fb315e31b4d762f980f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5a076790ec4a6915fcebfa53"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:eabe203e82700694ed2f367b","label":"audit-to-closeout-proof-loop","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/owner-truth-closeout/audit-to-closeout-proof-loop","source_digest":"f1647ce669a306598d50a3b5b272a46e3a49762a8d2c473108ce896141afd3bc","source_record_ids":["aoa:aoa-techniques:artifact:3a246793128dcdb1764f8833"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:457dbfcaf85357bf35a25481"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:eb198cd16b6a4cd19ddd3975","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-automation-opportunity-scan/checks","source_digest":"1b9d9ba8b201e2ad33c0e79cc82ee5a8847a2bf60f2f72b33b04f13b526056f4","source_record_ids":["aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bd3a9b584f77b13e72b8c67e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:eb5cbac83d9936746d0a2194","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:mechanics/release-support/parts/sovereign-release-techniques/examples","source_digest":"b0e76797677d2ffa432a3e3396839faba411a53e78f7c3042750d90cd0c3be24","source_record_ids":["aoa:aoa-techniques:artifact:71e434175d53f07de40db827"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:aab58c157b74669997f79d98"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ec29807f733b7742395e56a9","label":"intent-plan-dry-run-contract-chain","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/intent-chain/intent-plan-dry-run-contract-chain","source_digest":"50198f0251a0869583d99d5f9f24689bae584b3235f2e2f4bbd950d244217f5e","source_record_ids":["aoa:aoa-techniques:artifact:99345668e24840d02a9c525e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ec0ca270d5cae72865dce609"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ec4a170c69c5efdbf6deafcb","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/published-summary/published-summary-remediation-snapshot/examples","source_digest":"18df57780e6c85885904ab712475e226c8e803b9e6af9e16742b22e30ba65e18","source_record_ids":["aoa:aoa-techniques:artifact:44bab14488b1fdd8d912dc38"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1188,9 +1043,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:1772ae6f75a764f5396e3395"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ed44b4fa7742a0d1cf211b42","label":"agent-workflows-core","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/agent-workflows-core","source_digest":"5c60e0bb5bd740784cb3c1c947d5f7764f28c1504aeb74458cd2ed261a401a67","source_record_ids":["aoa:aoa-techniques:artifact:08dd012ae8bc83fb8a30b619"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f7d3291f5a99b196a2e2892b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ed8a6e7bcb8048464e5604fa","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/knowledge-lift/kag-source-lift/semantic-review-surface-lift/notes","source_digest":"45ab000bbdba80c3bf7f0ae303a40c8d6d1789cddb6960572987304ec0e0479e","source_record_ids":["aoa:aoa-techniques:artifact:22d047b833412564e445bc5f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:09db89f9b03b9c0fcb4e9ec2"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:eda220388fe8df8b71d2086b","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-registry/versioned-agent-registry-contract/examples","source_digest":"ed60b5ff0ffebe4b2a2476e4e5d15c8a6bba367969841664a5b71535735eda1c","source_record_ids":["aoa:aoa-techniques:artifact:91f471a1dadecda6ca51f80e"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:260342ab54f7912e4e4d8670"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:edb289c33318ce7642969fde","label":"aoa-core-logic-boundary","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-core-logic-boundary","source_digest":"469d6fb834d9bc7b7d86c3487e04e2cae723024a7369b35f516375e95447452d","source_record_ids":["aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1bdfdd77031da171a7516f67"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:edd1da66b76e9883346def1b","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/examples","source_digest":"b13242a9f95e8388aa96e41ee14a1358962d2a2386443afa9b40c004fe5eacf5","source_record_ids":["aoa:aoa-techniques:artifact:85e082faeb7b848b9e96f1e6"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2119e707a815ab6dffe0eadc"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ee31b14a9260b757a7f0773e","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-self-repair/examples","source_digest":"e7b3947c47ac4ad7d54d2c3c7b3b2ee7d0a3f1f5a5ec5f6182ede489ecc36e76","source_record_ids":["aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0e2c987e41c040267ff3ac1d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:eea500cebae87eb21f565e62","label":"legacy","provenance_ref":"deterministic","semantic_key":"directory:mechanics/questbook/legacy","source_digest":"13fae611c6ee2a351db65bd2de6faae9d630c2fcf05c0d3d0d9e68e3f6a31cb6","source_record_ids":["aoa:aoa-techniques:artifact:02e130c7aa24ec4b2d97dd68"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a803ec443aebf2d491befe91"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:eed466314c2f3096eb33e646","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/practice-adoption-lifecycle/local-pattern-adoption-gate/notes","source_digest":"9134229bb42ddd178ac15c50d31c499fe81b0059f3a412686c4ce29df714e284","source_record_ids":["aoa:aoa-techniques:artifact:1b832ce690f5019c5d9c826a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ce0e28e0fc99f6c2f58946fb"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:ef88c0cff958a850c8e77034","label":"docs","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets/chat-handoff-bounded-continuation/docs","source_digest":"d76893cc0c703e6e88f0a35c07b555233ef98994ee5073d7769d76946a66bcba","source_record_ids":["aoa:aoa-techniques:artifact:57e29e91d362cfc1ba48774f"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1198,7 +1051,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:1574d71229e0ed11f7074ec8"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f019620edd42955bd2ad859f","label":"workflows","provenance_ref":"deterministic","semantic_key":"directory:.github/workflows","source_digest":"600a0055a5995ff11670cd742ed18c4f949832566981b9e8c7c3623e19b1a108","source_record_ids":["aoa:aoa-techniques:artifact:1e069fa70593cb526b7819fc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e4d65314c5ee72176a5dd12d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f0d6f57772f9dcbe44919b7c","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/instruction-surface/upstream-mirroring-with-provenance/notes","source_digest":"e6c6f2ee5ea1c862fcbd376bf30bf6467465f4106dfacba9db6f1beaceb0ed24","source_record_ids":["aoa:aoa-techniques:artifact:34058cf2c328bd90cf8685f5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c2794d35d391c05cae798ce6"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f134a82e2437eb1ca956d9a1","label":"nearest-wrong-target-rejection","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/promotion-boundary/nearest-wrong-target-rejection","source_digest":"473c5be47b86a02f44567a30c894e5b7ca6a5b1f3d296933283fe1ee92e3b44f","source_record_ids":["aoa:aoa-techniques:artifact:8dbbfaebecce23663f764e20"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:ae15c341c9e16d3e0d8953de"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f2afd2ff037caa398b0e0665","label":"references","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-donor-harvest/references","source_digest":"58e5cd09ddcac08b95f5d11a8d87abea6773a1c46f53c4ddf19c90a068aec4be","source_record_ids":["aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:eb3d7fc9164dc018d04b4122"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f2bc8dbb6c43144dce9b0339","label":"docs","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets/personal-media-ingest/docs","source_digest":"a16308016b1d3d23d71109390e35c1395e68b3672ac6570e512786148e6c7903","source_record_ids":["aoa:aoa-techniques:artifact:3feef2dd8124efaaf88da3ac"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:720155dd6502ec3f28139454"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f3105950d222ea53e582ffc9","label":"tests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/boundary-bridge/tests","source_digest":"0a17bac93b8b1e60c6058f281de3d38631984ec4622f881af36dd284eac2c654","source_record_ids":["aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:393a2cf7946fe71edfd5d55b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f33c4d2249477205e59f565c","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/recovery/antifragility-recovery/degrade-reground-recover/notes","source_digest":"fff0b10584ca199951937ee0ac7c18733a703a72c1f19d4274b1f50a84e19be8","source_record_ids":["aoa:aoa-techniques:artifact:4ffd1030d979025809e8e74d"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1211,9 +1063,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:c3bf39c7f8e0bac309a87c5d"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f5462bfe3ad45af8da3da2c6","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/docs-boundary/source-of-truth-layout/examples","source_digest":"580b02548b0cf36f71499e5f631dc2b248bc047365edb79ebf0a207632ef5835","source_record_ids":["aoa:aoa-techniques:artifact:d1d3ce5c7f2ea3e82ef57330"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c392164dd57169f43cee87de"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f54af29d60e0a6c646945dab","label":"method-growth","provenance_ref":"deterministic","semantic_key":"directory:mechanics/method-growth","source_digest":"f5531f6ac0b5fa2a598b9488bd4a001bfbcf7d83c371961a7fcbca03799289df","source_record_ids":["aoa:aoa-techniques:artifact:13625acb67ef244c4570bac3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0cfaf63adb83bc34245928b0"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f55e8f550fa4c274cf0506c8","label":"pinned-validation-matrix-before-generated-publish","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/owner-truth-closeout/pinned-validation-matrix-before-generated-publish","source_digest":"3ce6473fd990943d8b3d58bc9c494f9493876fd78d09795270a66ebd933f2b2f","source_record_ids":["aoa:aoa-techniques:artifact:addf788b355bc92c9174faf3"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7768cc451c48020f6dd1a37b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f5612e3d3194a4afefeac8c0","label":"assets","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-sanitized-share/assets","source_digest":"9c94fdf73112da98226263218f691b5c2f5efa77d75812d701ae22c1f4de2098","source_record_ids":["aoa:aoa-techniques:artifact:63c1b89d3d7da11b5eba53ec"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ae1adb0c57c9b0d09d25e1ae"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f56338b3f944a8a92979fccc","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/ingest/media-ingest/two-stage-document-ocr-pipeline/notes","source_digest":"7cab32619ba37fecfc55783771eaf01c3555d47c711606b2a372922dc4c3a118","source_record_ids":["aoa:aoa-techniques:artifact:339c4cd09bf4a9cb40880968"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:3604d947bacbd2a53d9ed83e"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f5d1cc4c6dcb11ec53679f8a","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-session-route-forks/examples","source_digest":"bdfeb3a2d1727910c6b776cbc70b952559339f6a937de1e89b3f322a55d67ec5","source_record_ids":["aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:48c555cbec87d7b924e0e9b4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f61f57df0e9f348880783b2b","label":"agon","provenance_ref":"deterministic","semantic_key":"directory:quests/agon","source_digest":"5bbb29fdfc55e92797fa1e735c2cb5792d2e31204c3e7498fd50395868e63546","source_record_ids":["aoa:aoa-techniques:artifact:7490bf4c7cd92e9b1496b3f8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9a1d1ba2d61ab0e41d9ee969"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f632c5bad3383f998604eb21","label":"manifests","provenance_ref":"deterministic","semantic_key":"directory:mechanics/recurrence/parts/live-observation-producers/manifests","source_digest":"8752c19e9d17cca6f223272cc6a11fe35ca8aa340237608979f46e073dc9ba37","source_record_ids":["aoa:aoa-techniques:artifact:9f02735456e72657870c4158"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:da056842897dec5ab7e60413"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f68d44b2099e33f6df4fb14d","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/intent-chain/new-intent-rollout-checklist/checks","source_digest":"c56bbacdbce62e7b9cad709c222886bb30724f57a5d21fc60b6e8ddfac203ed4","source_record_ids":["aoa:aoa-techniques:artifact:342af26562dcc1458d192861"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1230,10 +1080,8 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:fd32ee68e397bc67c47c12e3"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f870e6650bece3eebada65a5","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/agent-workflows-core/tdd-slice/examples","source_digest":"2fb931d3845e93d5ecf3416ffba2e08064e4ecc3635bd6e05439ebf3177cf109","source_record_ids":["aoa:aoa-techniques:artifact:80aa4b0d0c4acd16e8328c1c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2dbd8e5c1820ba5d73143ee4"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f8ce78e62b5b301c6391d69e","label":"ready-work-from-blocker-graph","provenance_ref":"deterministic","semantic_key":"directory:techniques/execution/ready-work-graphs/ready-work-from-blocker-graph","source_digest":"744803320501272df000213ec3c86110ecc002be2f41762b3eb94fbe07adef74","source_record_ids":["aoa:aoa-techniques:artifact:53c8b8efeb0cf72a8e9e3172"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:57f4f41b9a9fa9082218b57b"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f94e004e25941b4403fbe258","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/proof/owner-truth-closeout/audit-to-closeout-proof-loop/notes","source_digest":"9c5a0442ed6b66742a17ef44a1ded983f47f6fd62f7937650b55b7cc5e7659d9","source_record_ids":["aoa:aoa-techniques:artifact:37928ca27eae0731e1f0e156"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:772a3300d2ae3ee9fced7a93"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:f98a682fcbd490a1347c8f68","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-invariant-coverage-audit/examples","source_digest":"253d6c5546810314193a175ae3ae3891e46ec9e659f47b0f63a99e7f2d4b6992","source_record_ids":["aoa:aoa-techniques:artifact:db990ade493f9666f159a54c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8881ebeb5356f155b1bde376"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:fa2e13e2c684ca62792c19fa","label":"docs","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/legacy/archive/closed-incoming-packets/chat-history-lineage-governed-actions/docs","source_digest":"43c32cd67dee9b5d01db6237f0708025464d37ee07147c4c5c76f1dd4b276bbf","source_record_ids":["aoa:aoa-techniques:artifact:3894d1e5250d4d85c25b793a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3bc884dfe49fe1caa724bd74"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:fac220c5605cebf4c9f154b2","label":"checks","provenance_ref":"deterministic","semantic_key":"directory:techniques/governance/automation-readiness/automation-fit-matrix/checks","source_digest":"4a4ea9748e26513d6f7b95a093993116eb2ef3ec76134330d47ae9396797a651","source_record_ids":["aoa:aoa-techniques:artifact:d3f1e4387137e076111f31b5"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:04a807a1f7901a1c9da73657"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:faf29c02b80521ad846942cb","label":"aoa-summon","provenance_ref":"deterministic","semantic_key":"directory:.agents/skills/aoa-summon","source_digest":"68846440f5304d73265e8712a398e60b7e9feb5f4a75dffc3acd6cd3dac63c3b","source_record_ids":["aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:521d783c129ef44781bb1535"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:fb1a755de92d043be1c97744","label":"schemas","provenance_ref":"deterministic","semantic_key":"directory:mechanics/agon/parts/move-technique-bridge/schemas","source_digest":"189c8495d66499db0681e5015983bc50f477ad221024846430733af168968b43","source_record_ids":["aoa:aoa-techniques:artifact:cd57a2d053975909a8f1e148"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9e266e042011c41484b5db1a"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:fb3e43ee7886602ee5d3c7be","label":"cross-layer-candidate-ledger","provenance_ref":"deterministic","semantic_key":"directory:mechanics/distillation/parts/cross-layer-candidate-ledger","source_digest":"5d40170b4e8d25b9d7e2120b090227803e7c46782d8541223b9a2d31e7ad418f","source_record_ids":["aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f381ca6590d7db58cb834d07"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:fb76ed5eaf90f672a79e6d80","label":"notes","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/docs-boundary/decision-rationale-recording/notes","source_digest":"1f04f7ca7fce1c1a54eddedb7f1c98e6c21cdc38e4947e29f3daf2e532ffc549","source_record_ids":["aoa:aoa-techniques:artifact:0db3a09da673f5e520a120db"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1257,16 +1105,12 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:4dfbbb3df931ee8f273fc81c"],"entity_kind":"directory","id":"aoa:aoa-techniques:entity:fffb420406c6acc7c9271817","label":"examples","provenance_ref":"deterministic","semantic_key":"directory:techniques/instruction/capability-boundary/recommendation-truth-vs-host-actionability/examples","source_digest":"b477048583054453699a1064178bcb19a3b17208483fe68cb18a0f05c6cf9984","source_record_ids":["aoa:aoa-techniques:artifact:0fcc824069c4fc7e84ee9971"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:81eb1468479a200b1f8ff179"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:00476c0f92bae737b937f20f","label":"techniques/instruction/instruction-surface/upstream-mirroring-with-provenance/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/instruction/instruction-surface/upstream-mirroring-with-provenance/notes/adverse-effects-review.md","source_digest":"1f6ca076a336fddb584e689afa4094ba9fe96ad4777b83b2bd258fef1fa32028","source_record_ids":["aoa:aoa-techniques:artifact:6c1bebd1fefb782d357dc3b9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f2906dddf02abc3a44deb329"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:005955de4852cc83d1e00d4a","label":"techniques/proof/published-summary/latest-alias-plus-history-copy/examples/object-store-latest-history-layout.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/latest-alias-plus-history-copy/examples/object-store-latest-history-layout.md","source_digest":"b2ecc74460576b14c0835c10a2501700e1f91dca06c1ad21d44dab1a9bba0b7e","source_record_ids":["aoa:aoa-techniques:artifact:37a6e6c7be855e5602cafb54"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d3e34b2df38ee20e091676e0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:007b9472d6ce97acf2279de1","label":".agents/skills/aoa-session-progression-lift/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-progression-lift/examples/runtime.md","source_digest":"1eec3147a9a3c87e7e1d31e199e5d25484ad0df1dcea26f2970a4c2b90a193dc","source_record_ids":["aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:18f3dc49afa4ff405f6b9d4d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:00eb28a3a1aabc5875901ca3","label":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md","source_digest":"6d59049e6371995f6cd1b6944ab6e9fb6cccfafab8eb8601c29e344f3035563a","source_record_ids":["aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4ad03f4304fb99397e3eb403"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:00fcf2ffa3902bc547308967","label":"mechanics/audit/legacy/raw/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/audit/legacy/raw/README.md","source_digest":"4aad1f31e66114f7832e90925407d124809310aa5eed97a5b31f553c884bf7c7","source_record_ids":["aoa:aoa-techniques:artifact:436c0178449184d78679b748"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:383f989f176a03d90938186c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:00fd84d7fab2aa3761b0ed32","label":"mechanics/questbook/ROADMAP.md","provenance_ref":"deterministic","semantic_key":"mechanics/questbook/ROADMAP.md","source_digest":"9dd0dd31dfa407ea1327570b87c8c58863e5c3686c34ca93bae471c2986cc8f7","source_record_ids":["aoa:aoa-techniques:artifact:a38eac462abd74917c9aa231"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7ce21988d527efc51541f116"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:01377c5fedb356b01ad29883","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-diagnosis-repair-pilot-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-diagnosis-repair-pilot-review.md","source_digest":"7bf713796ed0fa8af128c45ed37de9a2395bc59c0d45c1894cef4170a6476ce6","source_record_ids":["aoa:aoa-techniques:artifact:3b8f2fbc30d3eceb8d4fb01d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6b8a0b95be3dd636c7fa21de"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:01ede0f4098bae74675bc5c9","label":"techniques/continuity/review-compaction/review-findings-compaction/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/review-findings-compaction/notes/external-import-review.md","source_digest":"322854e892e324f1f96fed2186a3f5ea75353c78f8778710b679c2279281ea44","source_record_ids":["aoa:aoa-techniques:artifact:78ddcd8cb31836741b866e60"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e23496f55bf5af4224f48ed4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:0298bd41eceb8447f812b376","label":"techniques/execution/agent-workflows-core/stateless-single-shot-agent/checks/stateless-single-shot-agent-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/stateless-single-shot-agent/checks/stateless-single-shot-agent-checklist.md","source_digest":"728d1c5a03a4e5e2ef17e9acf6fb395e4cd49d96a44b821283bec5ee6f5ca34f","source_record_ids":["aoa:aoa-techniques:artifact:2025513516b5905193ae6cd9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2030293bcfe5fa02a805fb8f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:02ac386ff561bd3269e3e04e","label":"techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/checks/render-truth-before-startup-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/render-truth-before-startup/checks/render-truth-before-startup-checklist.md","source_digest":"969702e69d69c210c6f2c48f910b79f991ddfe93619f8e22d600d1941f5d2998","source_record_ids":["aoa:aoa-techniques:artifact:c3633ce00072e52ca020b49d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:f41d0c32b416a5316c9d8387"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:02f04ae93081a55557d2a0fa","label":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md","source_digest":"0c3b53314671ffa75a899cc12532eb55bda69b97b5d032339fe6a34db5420e58","source_record_ids":["aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:8450e468d7bbfc9cfd4526f8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:033479a9be6c0c91bb06c6f8","label":".agents/skills/aoa-property-invariants/examples/example.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-property-invariants/examples/example.md","source_digest":"343002a472e989351387b6b3770a860532279973b56a40325ef4c1d344119340","source_record_ids":["aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0a04a6642fa5d90c07545ec8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:03ac3c70a86125a6b36954d8","label":"techniques/instruction/capability-registry/versioned-agent-registry-contract/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/versioned-agent-registry-contract/notes/canonical-readiness.md","source_digest":"80075a668991c6277baa38ba3ce7e796d5be7308b4c264a8d75fc4f54b0bdff8","source_record_ids":["aoa:aoa-techniques:artifact:ac5b10f96727bc7cc5a4580d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:034986f348621e5a22b72cbf"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:03dace0a9a842f5ad5e0d377","label":"techniques/recovery/antifragility-recovery/receipt-first-failure-analysis/checks/receipt-first-failure-analysis-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/validation-patterns/receipt-first-failure-analysis/checks/receipt-first-failure-analysis-checklist.md","source_digest":"b09d001a9fa4db1c0ea1672923c596179acd2eccebb26cfc5692684b2c9acb07","source_record_ids":["aoa:aoa-techniques:artifact:e1df4ce6ce0826985ad21bea"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:325cde44747c059844314412"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:03f8dc2cd1900baf9549d864","label":"techniques/history/history-artifacts/versionable-session-transcripts/examples/minimal-versionable-session-transcripts.md","provenance_ref":"deterministic","semantic_key":"techniques/history/versionable-session-transcripts/examples/minimal-versionable-session-transcripts.md","source_digest":"87572c6eabed1be3b431385da0ac180b60738eed78917aee5de81deb9bfb72f3","source_record_ids":["aoa:aoa-techniques:artifact:8f8828ff92102449019a648c"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1282,7 +1126,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:399c8e5a91e13b810809aaed"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:059fccb81913d1810d11476b","label":"techniques/continuity/handoff-continuation/session-opening-ritual-before-work/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/continuity/handoff-continuation/session-opening-ritual-before-work/notes/adverse-effects-review.md","source_digest":"e5dafc09117d6a2296637c7e620ed6d37dfb9d9b2cd71664e4327d65f567ed64","source_record_ids":["aoa:aoa-techniques:artifact:dd9fe94335e5abcd3334380e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3009aa25d549a5f182e7204a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:05a0a4693bfda75d4c173f06","label":"mechanics/audit/legacy/raw/ROOT_CLOSURE_AUDIT_ROADMAP_2026-05-03.md","provenance_ref":"deterministic","semantic_key":"mechanics/audit/legacy/raw/ROOT_CLOSURE_AUDIT_ROADMAP_2026-05-03.md","source_digest":"c585d5e937a2e618b00d8de44c79a854d94796e8a4a53583d53852814717efdf","source_record_ids":["aoa:aoa-techniques:artifact:d3e3e4029f2f19c88f313261"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fbf906dc8d0146886f86b70c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:05c608dd07a6eee631ede9f2","label":"techniques/execution/runtime-truth-lifecycle/baseline-first-additive-profile-benchmarks/examples/minimal-baseline-first-additive-profile-benchmarks.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/baseline-first-additive-profile-benchmarks/examples/minimal-baseline-first-additive-profile-benchmarks.md","source_digest":"a8ed7c4e9f3388dfd0b5d09758483167b68c2fd83c5c8b7fd4b7000a4807cee9","source_record_ids":["aoa:aoa-techniques:artifact:040dd8699c33cac07cf4c506"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:3f509b03ec463b21d870ea1a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:05e4dc0e3b104755dea37c23","label":".agents/skills/aoa-session-route-forks/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-route-forks/SKILL.md#generation-2","source_digest":"7d6d3fa93722020b448f7b5345bd3b98499a99239a19a2a4b0cd6e6248440014","source_record_ids":["aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:462e9e2f4825c2289ed67d08"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:05fdf04895fbc290ca1c3b17","label":"mechanics/antifragility/parts/recovery-practice-bridge/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/antifragility/parts/recovery-practice-bridge/README.md","source_digest":"42741040a8be040006649d4e78c5371e1a048a5ed38901cc0f42bac49f838f74","source_record_ids":["aoa:aoa-techniques:artifact:207d028a244119d51928639b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a4e0d414d75eb6ff667722d9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:0622eef322517409831e8143","label":"techniques/proof/skill-support/bounded-context-map/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/bounded-context-map/notes/second-context-adaptation.md","source_digest":"37f1bad18415f04cac9152390a5cc64db8ef1bd7b9dc4362debca92b3d6e2e2d","source_record_ids":["aoa:aoa-techniques:artifact:c3e340c6d2863655fecd575d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:113e1fe816c8e98ed47486e6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:0646a1765e6f71e1b1d2f3a6","label":"techniques/proof/owner-truth-closeout/workspace-root-ingress-and-mutation-gate/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/workspace-root-ingress-and-mutation-gate/notes/second-context-adaptation.md","source_digest":"112c6a4f12e2e050de00371ca8d0586e84f7fd290ff3c0e104b3e0a6cef47488","source_record_ids":["aoa:aoa-techniques:artifact:b574121d14b4864e461f8885"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1292,7 +1135,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:9f95a41e9853df1555329aea"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:06cfbd3af8419cd781ab5a11","label":"techniques/history/history-artifacts/witness-trace-as-reviewable-artifact/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/history/history-artifacts/witness-trace-as-reviewable-artifact/notes/adverse-effects-review.md","source_digest":"553e18ba5399f48bd16ef3eaf420316c5b6af2791c1f06b31d6c3d7a7fe35210","source_record_ids":["aoa:aoa-techniques:artifact:f4fccf1f1e648bf102382866"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c9ce9bbcc4dd77e828bec54e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:073ed333b3793f789ecc3b5f","label":"techniques/governance/decision-routing/owner-layer-triage/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/owner-layer-triage/TECHNIQUE.md","source_digest":"a04fbd7c2edd78ed0037f3f0f3cc03f39f7449a8d66dd6acc4f61fad0f6858ff","source_record_ids":["aoa:aoa-techniques:artifact:15208e0bf31513e05ff40cee"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a8aadf942643495c9581c021"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:074d85ac2f5bfb6f4ef2b0fd","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/execution-profile-truth-boundary-pilot.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/execution-profile-truth-boundary-pilot.md","source_digest":"c867755f2b319a6feeb7afbce7a2211f302fa468fd2342479c0f1f308df3b864","source_record_ids":["aoa:aoa-techniques:artifact:ade078f5be561625c320c0c5"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:901ebe884eb24a6de300bb9d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:079953ebe614b79b477ac29a","label":".agents/skills/aoa-contract-test/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-contract-test/SKILL.md","source_digest":"f966cf9acc169f43dbdbbf6a24e5ea2a52a354ab992a8172b0558ce874ab32d6","source_record_ids":["aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6c85a22007f0d3a11c845f63"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:079b0873ea243c483f3cd9b2","label":"techniques/continuity/handoff-continuation/cross-repo-resource-map-bootstrap/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/cross-repo-resource-map-bootstrap/notes/external-import-review.md","source_digest":"b2a101fa2aeaf55f1dadabf77bd9b52c9eb5255c9e5c8b400d0e88dcd5cf8bbf","source_record_ids":["aoa:aoa-techniques:artifact:dffc9e10fd6fad716823a2d7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d924e029605eb97a1b2e989d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:07b6988320d01f480980a903","label":"techniques/continuity/handoff-continuation/episode-bounded-agent-loop/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/episode-bounded-agent-loop/notes/second-context-adaptation.md","source_digest":"4c69c4c14bce38e7a557494b01f8d620256981327539e59b16cd51021cfab127","source_record_ids":["aoa:aoa-techniques:artifact:6afdfec1cd5d4db89cb75bf8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b5da729206e4628202b087c2"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:07cfac2ad20a076b2a891af4","label":"legacy/receipts/2026-05-04-capability-registry-tree-pilot.md","provenance_ref":"deterministic","semantic_key":"legacy/receipts/2026-05-04-capability-registry-tree-pilot.md","source_digest":"201ad803daa61b186214c8237bfd3118252d4afc3f689c61e413a0f2ae918efe","source_record_ids":["aoa:aoa-techniques:artifact:8a7e1b00bebca3d539fa3e4a"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1316,8 +1158,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:3bf57df8f3dfd94febfaf59b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:0b5befa863b2217b84d4ae91","label":"techniques/continuity/donor-harvest/harvest-packet-contract/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/harvest-packet-contract/notes/second-context-adaptation.md","source_digest":"d35b86442979815711237b08c950ba20a7d61e26cf90a7797d7804f35cbf38a1","source_record_ids":["aoa:aoa-techniques:artifact:bde1351794bef79b7f019387"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e2f469f2662138ff6802edab"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:0b6b272136bb5435042e1ca4","label":"techniques/execution/agent-workflows-core/confirmation-gated-mutating-action/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/confirmation-gated-mutating-action/TECHNIQUE.md","source_digest":"4ca946d088556f9e2b644066ec1a7c6940197928d6f6898d025c3ba67adfd105","source_record_ids":["aoa:aoa-techniques:artifact:892ec0c0b9f04c3f8144e173"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0a58ef71ee17c1ccb7701f25"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:0b80ee4ebe42cb2141ff6f75","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-decision-routing-pilot-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-decision-routing-pilot-review.md","source_digest":"efae1b065f8dd711fa5a4a410fba5c0441f796e86ea6306ffcef67d4ccaa0322","source_record_ids":["aoa:aoa-techniques:artifact:28d2e503ac2d2a27e1a10092"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d83d810703e24547eeb52473"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:0bf3307c05a3bcf67b316ec0","label":".agents/skills/aoa-safe-infra-change/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-safe-infra-change/SKILL.md","source_digest":"e680f692cd84e485a2c6c28714cb65104090e8c52535db8ddc34851a6471cdce","source_record_ids":["aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:c69ff88c69391d705b9fcf15"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:0c2db192ec723dda94b485ef","label":".agents/skills/aoa-dry-run-first/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-dry-run-first/examples/runtime.md","source_digest":"1321fc858d8d92f93c74c784b4abc1c2859c3d61a1607deb525456fb04bbb70d","source_record_ids":["aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:205aa2034c6fc0a487f49d95"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:0c4fabddf97ec4cde807d27a","label":"mechanics/agon/legacy/INDEX.md","provenance_ref":"deterministic","semantic_key":"mechanics/agon/legacy/INDEX.md","source_digest":"71432c0f7b00a764a45737eb74ece31e1ade901afbde5ba5dac850f007166646","source_record_ids":["aoa:aoa-techniques:artifact:abeeca0d9e321080090b7cdc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b0a8d4ea33d18a90cf779525"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:0cbc3798dc1174904a7e0587","label":"techniques/instruction/docs-boundary/decision-rationale-recording/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/decision-rationale-recording/notes/origin-evidence.md","source_digest":"233b3e3cc5b1abf9bb6320ae399777c9d3e2ef918b48f9425b9c20a14765c04e","source_record_ids":["aoa:aoa-techniques:artifact:9a3f4914969c040006c7cfec"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2624190ed2bdceff42197c75"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:0cd73a1520db014dcf53508e","label":"legacy/receipts/2026-05-05-runtime-truth-lifecycle-tree-pilot.md","provenance_ref":"deterministic","semantic_key":"legacy/receipts/2026-05-05-runtime-truth-lifecycle-tree-pilot.md","source_digest":"0435bbffa1754a372411394902df493c2bb6094cb93beb05f9a4497de2c9f13f","source_record_ids":["aoa:aoa-techniques:artifact:e16da97072c494e685bd74eb"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1362,12 +1202,11 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:88163f45079ac3717b6d402f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:136f24cfe31639b5ce041872","label":"mechanics/distillation/parts/candidate-intake/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/candidate-intake/README.md","source_digest":"85031be8351950e5254510e4b35fa3a3c541ffa214d410d26d3247f7f084bd0d","source_record_ids":["aoa:aoa-techniques:artifact:35d77bf50f6518f4f2e625ff"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c07a35cc20cd0184c494043a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:13af548fd9ebbee484b49403","label":"docs/readers/selection/SELECTION_PATTERNS.md","provenance_ref":"deterministic","semantic_key":"docs/readers/selection/SELECTION_PATTERNS.md","source_digest":"3aa802c5cacd763692c2eeca9aeaabdff71508e781e1ec5f9d51065d7b038d6d","source_record_ids":["aoa:aoa-techniques:artifact:4dc53213bfebb42ffcab24a0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:648317e015fed35f7c03047c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:147281fdc980bda15d98673c","label":"techniques/history/history-artifacts/session-capture-as-repo-artifact/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/history/session-capture-as-repo-artifact/notes/external-import-review.md","source_digest":"a6647856f4140574373b1d4f86005a2a31e1971eeb0b214e1e9db9bf7bd50969","source_record_ids":["aoa:aoa-techniques:artifact:74ecf478b5dab85b758be703"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","label":"CHANGELOG.md","provenance_ref":"deterministic","semantic_key":"CHANGELOG.md","source_digest":"95dc61d5b82e0d7cb19292dd37dac7131dc26479a6e1c258a7224b985b291b8d","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","label":"CHANGELOG.md","provenance_ref":"deterministic","semantic_key":"CHANGELOG.md","source_digest":"6fa8af690c6a5c840821d22d984d3029e50b151f741b5d9ca61af1ac59bb3236","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f381ca6590d7db58cb834d07"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:1495d45e753e77d514a06c63","label":"techniques/instruction/docs-boundary/decision-rationale-recording/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/decision-rationale-recording/notes/second-context-adaptation.md","source_digest":"9f494d9cf4b465cf281cb25d8345e3e1938560a35ddbaf5a1eda9a247db6426c","source_record_ids":["aoa:aoa-techniques:artifact:0db3a09da673f5e520a120db"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7333d08c03ba0655284f67f7"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:14990bdd782e37527e4dc0fc","label":"mechanics/recurrence/LANDING_LOG.md","provenance_ref":"deterministic","semantic_key":"mechanics/recurrence/LANDING_LOG.md","source_digest":"b1fe6fb1dcd52bf4bc47df24add2d4fbeb4028a0e399c86278505d3dd2329187","source_record_ids":["aoa:aoa-techniques:artifact:450d3e3c040dc1d34c8a2d0f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3557c248cf79a818bb6fde82"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:14bb6137976a329b896f8014","label":"techniques/continuity/review-compaction/compaction-resilient-skill-loading/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/continuity/review-compaction/compaction-resilient-skill-loading/notes/adverse-effects-review.md","source_digest":"1edbb28a39a7dc4806b6c28b22adf9c0fec28c4c214ec37edb9c52adb7f8cd4c","source_record_ids":["aoa:aoa-techniques:artifact:cf97fba43df543332979ff14"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6a3ba94fae364e83211e6acf"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:14c9fbc0d7fc77bacc963136","label":"mechanics/recurrence/DIRECTION.md","provenance_ref":"deterministic","semantic_key":"mechanics/recurrence/DIRECTION.md","source_digest":"aa9170e0b0b203d27a79dd56516c4c0ac5e89df0abfb57a5e216814f23709416","source_record_ids":["aoa:aoa-techniques:artifact:373d31bb4eefee2cd479babf"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:3604d947bacbd2a53d9ed83e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:14e1f4c96b48b7a2368c8f99","label":".agents/skills/aoa-session-route-forks/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-route-forks/examples/runtime.md","source_digest":"5a510ddc0bbec84623232f7019b6375ab7bf64b21f2edc94ed9a77b980959da2","source_record_ids":["aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f35e0bb553ce30c68d8babe7"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:14edad64412f1ff4c868e12c","label":".agents/spark/scenarios/technique-audit/PROMPT.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/technique-audit/PROMPT.md","source_digest":"cdd1e5a26ffda0c4c4f66cef1cad82b4859217555336a0db16369c5f429edef9","source_record_ids":["aoa:aoa-techniques:artifact:40831c23552cd401c18fd933"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:502ae79b008245cc360c2b4d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:150300567859c68c3183bf33","label":"techniques/instruction/capability-registry/capability-discovery/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/capability-discovery/notes/canonical-readiness.md","source_digest":"b44281991c5d0336f0f4e4ecfbb6fca5f1fbd1fa4bc80d6fde6c9367d644f376","source_record_ids":["aoa:aoa-techniques:artifact:879672a14c4f6aaadf16cdfb"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2418a8dbcf2d45101d7c65da"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:1515acce3ee40d842eb4d644","label":"mechanics/antifragility/parts/chaos-stress-program/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/antifragility/parts/chaos-wave-program/README.md","source_digest":"d7a3fd68ad8b599afe1494c597e8076b73bf7b956b4666ebcbd7c4ba281e0f16","source_record_ids":["aoa:aoa-techniques:artifact:bd66423ecfd73b7225df0bd5"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1399,12 +1238,10 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:0c6375b5537ea87dfa4239c8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:1ac5817230da4fff8c3eaf99","label":"techniques/continuity/handoff-continuation/cross-repo-resource-map-bootstrap/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/cross-repo-resource-map-bootstrap/notes/canonical-readiness.md","source_digest":"656c39bd77e06f2879327bd0704c8515f6fb45a45c503d1583497cfa502546c8","source_record_ids":["aoa:aoa-techniques:artifact:8753e04d9eb940d198410425"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a24137ed4f39b13cf69ac833"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:1b0515c4378793e8c29b032d","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-review-evidence-pilot-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-review-evidence-pilot-review.md","source_digest":"3fff1a0667a66fbb8962779d9067e66c864e9f1c16f0c049f1e16f917f46520b","source_record_ids":["aoa:aoa-techniques:artifact:31a6a3ce9244beba872569d3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d7f73ad093a923457abe4476"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:1b1dff8181ff6f031e89c95b","label":"mechanics/distillation/parts/agon-candidate-handoff/gates/offer-evidence-reference-practice.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/agon-candidate-handoff/gates/offer-evidence-reference-practice.md","source_digest":"24a9a690cefb43c0eab7c95ab6b662b50e06396a849f626c06e3ccaa7bbcdc12","source_record_ids":["aoa:aoa-techniques:artifact:3ed1bb127f65309292d92079"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7955adcaf003db2c2d0ab54b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:1b2c5f0d7fa1a24b2302a0f4","label":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md","source_digest":"722e178a92d429034f2a79b2bba82baf42d6cc3536865cd6ce3051ba2139cbc2","source_record_ids":["aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bf8f26c2da253c7556b9df24"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:1b52724268e7f3e2306caa65","label":"techniques/proof/evaluation-chain/signal-first-gate-promotion/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/signal-first-gate-promotion/TECHNIQUE.md","source_digest":"52fd8b0059f1015248c3ef615bc0088d5a73db67a28f31137962113dc629261e","source_record_ids":["aoa:aoa-techniques:artifact:98a53b8158b65b6e4c5fd342"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ec3f84ef83aa834038b891f5"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:1b98535dc16ce46b9cbad5f6","label":"mechanics/rpg/DIRECTION.md","provenance_ref":"deterministic","semantic_key":"mechanics/rpg/DIRECTION.md","source_digest":"187067da38d8c48dab79a0d40192b8d5a0dd052a7032bc1af0c29aa5eec0611b","source_record_ids":["aoa:aoa-techniques:artifact:ec069fbc48c817d019b7b03b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:365cf84216c65d983b1c8220"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:1ba45061fb00a533672afaae","label":"mechanics/boundary-bridge/legacy/INDEX.md","provenance_ref":"deterministic","semantic_key":"mechanics/boundary-bridge/legacy/INDEX.md","source_digest":"7e14aae83bd44a392741a85dd985594faed0dd864edd11127ab4e2ed8fff8b1d","source_record_ids":["aoa:aoa-techniques:artifact:7387ea10dd3c82a4487aa0d8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e249251728ad42de31f411bf"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:1bc4cd2f7f7f4e87d687a508","label":".agents/spark/scenarios/diff-review/README.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/diff-review/README.md","source_digest":"a6eddd20f6d0711f310eec9abafdea31ba69a52dd4c1a41a2437d0ca3b373568","source_record_ids":["aoa:aoa-techniques:artifact:54e9c59f5e0b91c702ee6ba3"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:457dbfcaf85357bf35a25481"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:1bcb5b0fa7213e9db1331d48","label":".agents/skills/aoa-automation-opportunity-scan/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-automation-opportunity-scan/checks/review.md","source_digest":"0141b043cdcdb448bdeb9fe91102f4b6d1ea9b8ada5af708998c56dd24b1cd8e","source_record_ids":["aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fb8edd4e9dcb000601e5c7a1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:1c07b1d40ec792ce28ac489b","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/bundle-anatomy-proof-continuity-governance-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/bundle-anatomy-wave-b-review.md","source_digest":"b92bb8cdd04ac99b62a0035743dfc6e387c4f60e122db53f4dca98ef02a05d27","source_record_ids":["aoa:aoa-techniques:artifact:020bb8fb4c97a84728f69dbd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:70a1fa1b329c6f7b61ecd645"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:1c12274eb95f58986e02d0f6","label":"techniques/execution/agent-workflows-core/stateless-single-shot-agent/examples/confirmed-single-step-action.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/stateless-single-shot-agent/examples/confirmed-single-step-action.md","source_digest":"2b78b05cf8b0ab27342e1c5c494a7c04233caf760f15ad6a58ce96a621c0b7e2","source_record_ids":["aoa:aoa-techniques:artifact:6079419a2c5a100db952153c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:1c303bcfb122c776d6d435c7","label":"mechanics/distillation/LANDING_LOG.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/LANDING_LOG.md","source_digest":"81ff9d260064e3096c6287a536e4257c93482f7a507e42c8fe839e72fd78332d","source_record_ids":["aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1445,7 +1282,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:0c79bfbbe749c87047778cad"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:23325b566228d50115ea834c","label":".agents/spark/handoffs/open/README.md","provenance_ref":"deterministic","semantic_key":".agents/spark/handoffs/open/README.md","source_digest":"346291590d424cc1862c2e2e656f10c41ad1f66991a5f6f3952ac48b07813fb3","source_record_ids":["aoa:aoa-techniques:artifact:ca2f08e9cd81b90f1953b263"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fcd71193861eb050505d005a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2354dba4833edf9b1bfaf6cd","label":"techniques/proof/owner-truth-closeout/pinned-validation-matrix-before-generated-publish/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/pinned-validation-matrix-before-generated-publish/notes/second-context-adaptation.md","source_digest":"c122e18b7e302afb9f470b8f6cc58e6f2301c35075b61e0f5deee1048bf8f931","source_record_ids":["aoa:aoa-techniques:artifact:3c6b431be552bf8ca92537e2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:32217c64abcfd90bfd793591"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:23586d1aedd99396dc9cf874","label":"techniques/recovery/diagnosis-repair/checkpoint-bound-self-repair/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/checkpoint-bound-self-repair/notes/second-context-adaptation.md","source_digest":"35477f3750dc8794592eafbec39c162de865c22b5ce08e928e3486b8772b36e5","source_record_ids":["aoa:aoa-techniques:artifact:e750f294ff93adac452cb791"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:5a39ecbf7c0442042f72ee93"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:239c3ad10d3c25388bf76673","label":".agents/skills/aoa-adr-write/references/decision-note.template.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-adr-write/references/decision-note.template.md","source_digest":"2d3a72a252f4b60a572a48059d021f34b04ab0bc0e6fa87546a252fa834c938e","source_record_ids":["aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:16e431f327930deab13b43a9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:23a651a0c43af36fe9787d98","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/selector-relation-wave-e-continuity-recovery-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/selector-relation-wave-e-continuity-recovery-review.md","source_digest":"9a0681aeff453c5d81a94441c69ae1838994f59537f97da18c4e8385f7e39261","source_record_ids":["aoa:aoa-techniques:artifact:e9e61706c923e104fe6f7fd6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a2b0e26932668c66414c22ec"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:23c7a476ab9a35ad0c36ec87","label":"techniques/execution/runtime-truth-lifecycle/baseline-first-additive-profile-benchmarks/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/baseline-first-additive-profile-benchmarks/notes/second-context-adaptation.md","source_digest":"a1db3cf0ea7dd843195158ebf8c31cc232066634106bcf2f78cfa6b43891e597","source_record_ids":["aoa:aoa-techniques:artifact:2ed5b501a82fb2aec2587bcc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cb049ed029c0acac5a93092b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:23d7e44d7a9381ee4456b42b","label":"techniques/tool-use/tool-gateway/mcp-gateway-proxy/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/mcp-gateway-proxy/notes/external-import-review.md","source_digest":"05e14f22115375e15e89297f062773343d0cc2faf57235ee207c2fa6788ccdfb","source_record_ids":["aoa:aoa-techniques:artifact:d4551c0a9b6d2c32fece3b8e"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1468,7 +1304,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:6f3c565e152bf69bdb71f821"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2614d690a8fb2d3224281a38","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/execution-profile-fixture-sketch-ledger.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/execution-profile-fixture-sketch-ledger.md","source_digest":"14f533154ed36de6eaacf6b71cc2c5c9134b9a0bf843d49d7e289fad6a227356","source_record_ids":["aoa:aoa-techniques:artifact:0f5d70b4d57b5a139a8704a7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f52b31200117cf58f657747e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:262701b02718702b19d12dc1","label":"docs/readers/selection/TECHNIQUE_SELECTION.md","provenance_ref":"deterministic","semantic_key":"docs/readers/selection/TECHNIQUE_SELECTION.md","source_digest":"76de9ecd80ce853b58b7268472852daba8d2f54372d1bd200521b48c21bccd9b","source_record_ids":["aoa:aoa-techniques:artifact:20610439c4557ba0f419205b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:361103f961f909f4c123433e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2637bfd463598b21c5446ef8","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/history-artifacts-direct-read-migration-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/history-artifacts-direct-read-migration-review.md","source_digest":"0380930cc3287f72c5baa93881a8bcdb96cbaabdd357d0ce5cfdb08b23db1cec","source_record_ids":["aoa:aoa-techniques:artifact:4473eb9fbb1eff69b359f95d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2db3db3ac70b482a6abb1507"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2644449cff39ebce6930d7ca","label":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md#generation-2","source_digest":"a18802e0e6ebfc0b050a0327b0ebc75b47e2ae9d89b9ffd4edfa7fe7551518eb","source_record_ids":["aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d73db11d2378e7e9fe8eb8f7"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:266d2fdfd3856d14df44b388","label":"techniques/knowledge-lift/kag-source-lift/markdown-technique-section-lift/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/markdown-technique-section-lift/notes/adverse-effects-review.md","source_digest":"aec1ad3df10cad2c972ba5025af55ae74a3ed3ef8b58f7f9d1320045790aee6f","source_record_ids":["aoa:aoa-techniques:artifact:840364911d5ac8a0d0def451"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:89ce82b5d52747604ba56bd0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:267ef909bb8e8d2b46513bd4","label":".agents/spark/scenarios/release-prep/README.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/release-prep/README.md","source_digest":"6e138b83a1f0d06fe38f2a3a0bad77ebcfeccec93f13a41bcee788d121cca87b","source_record_ids":["aoa:aoa-techniques:artifact:5fb3ee27c558cb8a9b2367aa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:53530997e9663556b5f8e2f9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2734ce0fdc57a65f3226b50f","label":"techniques/proof/skill-support/property-invariants/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/property-invariants/TECHNIQUE.md","source_digest":"cf256fbe86035887c3bff9750eb468112177d92d80e44ae9d1a73e1439a25871","source_record_ids":["aoa:aoa-techniques:artifact:c72fce65f8f3a6a4c8a4aee7"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1483,13 +1318,10 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:e11527fa3a3abd6e85e5599d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2863f52d451008498fac2928","label":"mechanics/antifragility/legacy/raw/CHAOS_WAVE1_PROGRAM.md","provenance_ref":"deterministic","semantic_key":"docs/CHAOS_WAVE1_PROGRAM.md","source_digest":"e9915dea05ded67220af539e9ab9c9774844105ae4875e4c66d7da2e86d419c1","source_record_ids":["aoa:aoa-techniques:artifact:43ea1a5d6f8f5300e3b0b289"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:21bc81b24a07839b611f6c6b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:28bcd91d45bb682cca8df1c4","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/selector-relation-wave-d-governance-split-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/selector-relation-wave-d-governance-split-review.md","source_digest":"46e43fbfeb09dfb4ef1e5ad7b748ef863120cd7fb8c8dac11aaec7d18a25e045","source_record_ids":["aoa:aoa-techniques:artifact:302bfdd03b2d5e324a5c69c4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2d86d2f6660ebdfc3a68b6a6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:28eb2c7e046a9c70e126efb4","label":"techniques/instruction/skill-discovery/upstream-skill-health-checking/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/upstream-skill-health-checking/notes/second-context-adaptation.md","source_digest":"fd324286569d23ef0ddf0f9a4ac5d02dceb0083b175a7824be806205bb638cca","source_record_ids":["aoa:aoa-techniques:artifact:b413ddac4ffb4643819d5b9a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:44ed3db44950975b757cd2c5"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:28fda3e971c244908b245f5e","label":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md","source_digest":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","source_record_ids":["aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2329c354f1f66f2882c03fed"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:29235ac62734890e49667525","label":".agents/skills/aoa-automation-opportunity-scan/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-automation-opportunity-scan/SKILL.md#generation-2","source_digest":"83fa9ea56ec9bf6ee4d3dcaea5d2ae018c9900e6bbf295e60096467c8784fee8","source_record_ids":["aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bc247cb6218eb25918ccaf4a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:294b9b419dd283b893d6b30f","label":"techniques/governance/practice-adoption-lifecycle/adopted-practice-retention-review/examples/minimal-adopted-practice-retention-review.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/adopted-practice-retention-review/examples/minimal-adopted-practice-retention-review.md","source_digest":"3bdff438343f7969c79cfe4ab0caf491899dfd39137c6e1212817dbfadb4eeab","source_record_ids":["aoa:aoa-techniques:artifact:0b9ae29640913fe1a62bfeff"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:94f5f69419c973f3c56f1155"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2971835fef7b021f790c388c","label":".agents/spark/scenarios/release-prep/PROMPT.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/release-prep/PROMPT.md","source_digest":"718f0ecadb2586743383739904ae996f3acc03ffa7e2b2c6be18428cb3819989","source_record_ids":["aoa:aoa-techniques:artifact:fb787d85b0f7f26229cbdd9a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:29f5f43c760adcf7d51a132c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:29bdd0ed888e9468a8d6a112","label":"mechanics/experience/ROADMAP.md","provenance_ref":"deterministic","semantic_key":"mechanics/experience/ROADMAP.md","source_digest":"3fcdb764c54640af147d9d63adcea66d90b718c2d346cb8d95b59f7366835299","source_record_ids":["aoa:aoa-techniques:artifact:651104716b1f0e9ba69af81e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:22275adf28216c001f24d12d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:29ef301538dc3572247490be","label":"legacy/receipts/2026-05-04-capability-boundary-tree-pilot.md","provenance_ref":"deterministic","semantic_key":"legacy/receipts/2026-05-04-capability-boundary-tree-pilot.md","source_digest":"9deac499faaf44b894c626e60f7e4cbf56d8a5138d419ece6794d31fb7ef4352","source_record_ids":["aoa:aoa-techniques:artifact:d78e6281094ff359502f1037"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:0e871eb3036bea3f36975118"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:29f38b069e4c835be8e550f9","label":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md","source_digest":"6e6e1387bde97f0b0a6aa8b2348698d1a2c0ff654231febe15210a2d38d9ee43","source_record_ids":["aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b08d56465b2d9ededaf44c73"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:29f81ff040e5b36de7c8a65f","label":"mechanics/release-support/DIRECTION.md","provenance_ref":"deterministic","semantic_key":"mechanics/release-support/DIRECTION.md","source_digest":"6ba8bf9ab1584882054e37c797529366624dad13ad86c34140970a3c3bd86c11","source_record_ids":["aoa:aoa-techniques:artifact:bd309b4a03d91b8b24030b00"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b719e855e4ded04fff68c90e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2a06fbddc0f325e4171e3631","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/execution-profile-repair-queue-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/execution-profile-repair-queue-review.md","source_digest":"eac53b946219d71e3f3765fbd79c01e28e1fd450a918786b3c456f17db813be1","source_record_ids":["aoa:aoa-techniques:artifact:94505274bc69b9d88f913f9c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1e1c3ae0cc5665c824b45695"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2ae3b70c51f237092b2f66cc","label":"docs/readers/intelligence/README.md","provenance_ref":"deterministic","semantic_key":"docs/readers/intelligence/README.md","source_digest":"a38cbe5680ebc552f6184a8c1df3f12dc9e235e63cec26b5139a354061d12ee7","source_record_ids":["aoa:aoa-techniques:artifact:62ef3fd3f80f398994c57482"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1503,13 +1335,12 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2ca8dc2ce8f018de69b96129","label":"README.md","provenance_ref":"deterministic","semantic_key":"README.md","source_digest":"f8a62ce5fd2ec9b9f4000cb2e52a3f66014c5baa3922f7afb83bfb3f9152f83c","source_record_ids":["aoa:aoa-techniques:artifact:b335630551682c19a781afeb"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1a8856d65deed56daaf42f88"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2cd494b293df5c51fb3a8133","label":"techniques/proof/skill-support/property-invariants/examples/minimal-invariant-check.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/property-invariants/examples/minimal-invariant-check.md","source_digest":"c280b1593aef25428d1db6fc4f0004ca52da883ce5c6d8ca178780ebfdd60f8a","source_record_ids":["aoa:aoa-techniques:artifact:bae0317783af7fe396e9eebd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:50395885d3cb114b521f79cc"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2cda7c73dc2fa16b04bc18e6","label":"mechanics/checkpoint/DIRECTION.md","provenance_ref":"deterministic","semantic_key":"mechanics/checkpoint/DIRECTION.md","source_digest":"198480d9505d0987aa75831243abd8ce685469e05a2dbca12b24342d5f6037cc","source_record_ids":["aoa:aoa-techniques:artifact:9cb002695be915bbf742d5bb"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:bee9642b3b3068cae0573c74"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2cdb2913cf7038b6fc1a0a5b","label":"docs/validation/SCRIPT_TOPOLOGY.md","provenance_ref":"deterministic","semantic_key":"docs/validation/SCRIPT_TOPOLOGY.md","source_digest":"fea58f7d0ddcedc1cad42629737f2002492937907a20a9049d65b478d56b0b37","source_record_ids":["aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:bee9642b3b3068cae0573c74"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2cdb2913cf7038b6fc1a0a5b","label":"docs/validation/SCRIPT_TOPOLOGY.md","provenance_ref":"deterministic","semantic_key":"docs/validation/SCRIPT_TOPOLOGY.md","source_digest":"3ae56dede1f6c13e7faecfa1ecbddae4bf03c339b235f04349ae64e5f820c734","source_record_ids":["aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ddce0e9e8d4726d1c9ec7021"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2cf34877dec321fb22795d81","label":"techniques/knowledge-lift/kag-source-lift/risk-and-negative-effect-lift/examples/minimal-risk-and-negative-effect-lift.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/risk-and-negative-effect-lift/examples/minimal-risk-and-negative-effect-lift.md","source_digest":"68f28800cea2e816e5a6a73f657eafd564d8f0534cab8eee56ff897552e6f48c","source_record_ids":["aoa:aoa-techniques:artifact:ec5ef4c560c378c40dc5b7c2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8a35df18e7e1cc29c99f4a63"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2cf48f1bce298494b756889a","label":"docs/readers/selection/README.md","provenance_ref":"deterministic","semantic_key":"docs/readers/selection/README.md","source_digest":"8c78523765e69fc0c1a3cb8e5609fc82ad4c1b604c989d0abb78ecfe51632b03","source_record_ids":["aoa:aoa-techniques:artifact:a4de10234622c8761c6dc5b6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8db33ef3a28b7af0575e5b9f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2d0813790ea81fe2cda4c0d2","label":"techniques/ingest/media-ingest/semantic-media-bucketing-with-vision-plus-ocr/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/ingest/media-ingest/semantic-media-bucketing-with-vision-plus-ocr/notes/adverse-effects-review.md","source_digest":"acf626065bf181af489b64c0aa0c818fd031d9c6605d3205ebe45a36c50e3379","source_record_ids":["aoa:aoa-techniques:artifact:0d38807192896ea16366c2df"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8881ebeb5356f155b1bde376"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2d1a5aacb2603c690e9d202f","label":"mechanics/distillation/legacy/archive/closed-incoming-packets/chat-history-lineage-governed-actions/docs/CHAT_HISTORY_LINEAGE_GOVERNED_ACTIONS_PLANTING_ORDER.md","provenance_ref":"deterministic","semantic_key":"incoming/chat-wave-1c-history-lineage-governed-actions/docs/CHAT_WAVE_1C_PLANTING_ORDER.md","source_digest":"f9665b5695addb94f2f278979cae1970c7bf0d7aef03ee3fbf62cedc8dce46bc","source_record_ids":["aoa:aoa-techniques:artifact:3894d1e5250d4d85c25b793a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:73fc7237741027de01ea403b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2d3dfcf91b3e8962e9b634e7","label":"techniques/recovery/diagnosis-repair/checkpoint-bound-self-repair/examples/minimal-checkpoint-bound-self-repair.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/checkpoint-bound-self-repair/examples/minimal-checkpoint-bound-self-repair.md","source_digest":"07cd3824df189ac95f3fe2452cb8e0839cfd8b75b5d20e9ec752fd7556adb363","source_record_ids":["aoa:aoa-techniques:artifact:30efe099755fefdc9583cea2"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:146e08ab9b2543c41b3b9000"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2d4d5d2098c513d6fddd52fb","label":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md","source_digest":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","source_record_ids":["aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e6583ddca8787e6110a9aa33"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2d713b6b91c0bead2c6357d9","label":"mechanics/antifragility/DIRECTION.md","provenance_ref":"deterministic","semantic_key":"mechanics/antifragility/DIRECTION.md","source_digest":"912ca778152a18c81ca592ec95908e6e2aad0d8fa565a58223c989bdd8dc8149","source_record_ids":["aoa:aoa-techniques:artifact:2b08f0c6958c0ae36c1b3653"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:eacf77efb2ebc88e84454866"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2d791fe3cc471650fff37bca","label":"techniques/history/history-artifacts/local-first-session-index/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/history/local-first-session-index/notes/external-import-review.md","source_digest":"bcb110c1710f7386a7e063b3a3348f8c4ea39552c54e2710cccee4ffe2bc2e7d","source_record_ids":["aoa:aoa-techniques:artifact:0f43858719503eb08696e486"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c0ceb9c01ce42ffed2df4d9f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2d7d92c3d9acf88ce2747f17","label":"techniques/governance/automation-readiness/human-loop-to-first-landing/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/human-loop-to-seed-lift/notes/origin-evidence.md","source_digest":"bc6ebaa3a0dba48a99293040ce8345100dd4e635898da0e0064ae2145570a74f","source_record_ids":["aoa:aoa-techniques:artifact:a1e87ecd53202e8272f5effc"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1530,7 +1361,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:3486b99467fcfe926d847ea9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2fdfa8842fea4ecd8ac9398f","label":"techniques/governance/decision-routing/owner-layer-triage/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/owner-layer-triage/notes/second-context-adaptation.md","source_digest":"429bf4444746916ff4bb329aac8b25ffaaec87c07b3fa413ccdce8841a988197","source_record_ids":["aoa:aoa-techniques:artifact:ad331a09ce4b5b006b6f78d3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a3a525df6380a6f5e6a7627a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:2febc3156a46101504f85f7a","label":"techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/notes/adverse-effects-review.md","source_digest":"8f93265f155fe479226d17961e4fdbe20e3108fad807bd43a1476f57f394859d","source_record_ids":["aoa:aoa-techniques:artifact:008dbdd73b430dc77a71f6da"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:078e7f333328f1102459e5fb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3002f69582355bd6543edfe5","label":"mechanics/audit/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/audit/README.md","source_digest":"4466cba4292f3f1617705b4fbd3b8ce92cbda0ba28ce9320cb047dde42da6be8","source_record_ids":["aoa:aoa-techniques:artifact:8442d8bba839abb3a1035ee7"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2f080e0bc600fe7104741a36"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:30129ca7ef8ce3e3d5e13067","label":".agents/skills/aoa-safe-infra-change/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-safe-infra-change/examples/runtime.md","source_digest":"937f0fa236f5266f407dfcbcca46e969b6d342c292515af6e2247416b2ed3126","source_record_ids":["aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:953fda3cda66869746ed618d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:303c0ae3de3922f3f1073832","label":"techniques/proof/published-summary/latest-alias-plus-history-copy/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/latest-alias-plus-history-copy/notes/adverse-effects-review.md","source_digest":"b77b783f4d1ded4acb120fe5a5a8d76662b401ebaac84a9bde836af4c79b9408","source_record_ids":["aoa:aoa-techniques:artifact:b8898957770abacba6993bc3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fc934e34b69b2d6060ddd54f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:30491fa14acc3aa0944d6ced","label":"techniques/ingest/media-ingest/telegram-export-normalization-to-local-store/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/telegram-export-normalization-to-local-store/notes/second-context-adaptation.md","source_digest":"3dadb93aab5a6b5c54c43e98971f6f566e5999a5560c8ef8fed004e39e2e6036","source_record_ids":["aoa:aoa-techniques:artifact:8539b5285e54e8a32e9849ae"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:dc01bb8b7db55d42297bbe0b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:306e5cc7ef9ef5dc0d61bfef","label":"techniques/recovery/diagnosis-repair/diagnosis-from-reviewed-evidence/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/diagnosis-from-reviewed-evidence/notes/canonical-readiness.md","source_digest":"192df83c2f1a58bd40f4c6ec37d631b56cb527c69ecc3cceb652365d2ee7b328","source_record_ids":["aoa:aoa-techniques:artifact:e39717772c6e1177da68a678"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1544,22 +1374,17 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:8d09dd8641d5aadf934685e7"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:326f405fc937246f6f475d27","label":"mechanics/boundary-bridge/DIRECTION.md","provenance_ref":"deterministic","semantic_key":"mechanics/boundary-bridge/DIRECTION.md","source_digest":"6813712ccfbdb417f8d6548bcb670dc0e7f9343c143ab68442b75f264d20ec2b","source_record_ids":["aoa:aoa-techniques:artifact:0a397c872e31eb43f190b7bd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ac98e5bd9ee73e4c09dc06c2"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:32df8f0227aeba8f26282e34","label":"legacy/receipts/2026-05-05-evaluation-chain-tree-pilot.md","provenance_ref":"deterministic","semantic_key":"legacy/receipts/2026-05-05-evaluation-chain-tree-pilot.md","source_digest":"66e099336fabfcd8c16a94f2418deec363b4472e26a5b93e34738d2241f62c9d","source_record_ids":["aoa:aoa-techniques:artifact:8e6f6b1072831047e1b498d5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b71482fe8e78df41de5ab006"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:331c1358c462dacbec8e6e31","label":"techniques/execution/intent-chain/new-intent-rollout-checklist/examples/minimal-intent-rollout.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/new-intent-rollout-checklist/examples/minimal-intent-rollout.md","source_digest":"a9a3dada51c0d486d7b80e1aab8e9d79cd97356685089b3fd76b06f091b056e0","source_record_ids":["aoa:aoa-techniques:artifact:7a1ed805b5bf63aa9aea65a5"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:4f2cd452f7ae94645c7e3b97"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:332edea05c6aba304013800c","label":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md","source_digest":"b131942c6b4bccf003eb946a9ba7abfb15d35bd9f817a3c9487e15831e3f6356","source_record_ids":["aoa:aoa-techniques:artifact:44483595f91163aba31ca13d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:91b348edfba7d8ba4eb2350f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:33d211478a831443de48e837","label":".agents/skills/aoa-adr-write/examples/example.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-adr-write/examples/example.md","source_digest":"1b58eaf246f2df4efbf4ad3dc4539e0543bcfcde7c9d4b2daf58a9f4f8ab0395","source_record_ids":["aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ad2ff4e24d49e954e942b99f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:33dc64f62cd2b71452be4b70","label":"techniques/continuity/donor-harvest/progression-evidence-lift/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/progression-evidence-lift/notes/second-context-adaptation.md","source_digest":"dad67d1bf74d1e20ae938ff35faad7f2243bb1f8014ff0c2aaa1f3a1dce6a24b","source_record_ids":["aoa:aoa-techniques:artifact:77aca1f0812a2a8938056113"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:da056842897dec5ab7e60413"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:33f8df449eef12ff56923a99","label":"techniques/execution/intent-chain/new-intent-rollout-checklist/checks/intent-rollout-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/new-intent-rollout-checklist/checks/intent-rollout-checklist.md","source_digest":"26207e8b88df5b564781dfd3c01e41eac70a33123dd90444f6ff3464c6b6a358","source_record_ids":["aoa:aoa-techniques:artifact:342af26562dcc1458d192861"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c450c667dbffb5ccadc74e72"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:341d3b1cfa3279f2503b24fc","label":"docs/selection/TECHNIQUE_CAPSULE_GUIDE.md","provenance_ref":"deterministic","semantic_key":"docs/TECHNIQUE_CAPSULE_GUIDE.md","source_digest":"b06602c61d0da19276bb927d36d6ba8033a16490a177b1f76cec9061d86faa78","source_record_ids":["aoa:aoa-techniques:artifact:492b78300882a0665199b29d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:952644c92cdcb3fd86ed2a8b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3429b21235ea4f8d3d63987b","label":"mechanics/agon/legacy/raw/AGON_WAVE15_TECHNIQUES_LANDING.md","provenance_ref":"deterministic","semantic_key":"docs/AGON_WAVE15_TECHNIQUES_LANDING.md","source_digest":"1975128c24a822c1842988f1aec9765466c63c12be9d7b61491abc165c86784e","source_record_ids":["aoa:aoa-techniques:artifact:a556e9c78d259bb1073ad240"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:dc2df72e7c41c1b86f1de064"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3432d00d90d036ab328d45f9","label":"mechanics/recurrence/legacy/INDEX.md","provenance_ref":"deterministic","semantic_key":"mechanics/recurrence/legacy/INDEX.md","source_digest":"e8bf097b28073aa21e9544b28e84b6cbdc2b2c2f7e104e8eb5585edc0c2ca412","source_record_ids":["aoa:aoa-techniques:artifact:4b7c35b36972bccd7b151b51"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:df28a205fe1d1ce628541498"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3438ed06611487e7ee5a0166","label":".agents/skills/aoa-bounded-context-map/examples/example.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-bounded-context-map/examples/example.md","source_digest":"064334ef81882500678dcc65615137ac0bd795480a901d687c9d2f4dfa2d9455","source_record_ids":["aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fb303f7132bda3ee7aa66fcd"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3465ab9a1506164ec037eda1","label":"docs/validation/COMMAND_AUTHORITY.md","provenance_ref":"deterministic","semantic_key":"docs/validation/COMMAND_AUTHORITY.md","source_digest":"2b137e52741c67f31bd43800da9394a611355c723bc1e482591e2c2fef1875e6","source_record_ids":["aoa:aoa-techniques:artifact:3ad361f605350ce7bcb20ee4"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:cb5517415ee3f11a717f7b0c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3488f703d97f4d6ad2f645c8","label":".agents/skills/aoa-commit-growth-seam/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-commit-growth-seam/SKILL.md","source_digest":"3579507656a9680c6448b8cb0798bef4c588574ead55c87a05a619c459aa3142","source_record_ids":["aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1c5460e251cd9c052e7eaea2"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:349b99a20d3d9a658cfaefbc","label":"techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/render-truth-before-startup/notes/canonical-readiness.md","source_digest":"9a1ce54050ae9e251449533909930c8d6918330e6616674970143819c345b9eb","source_record_ids":["aoa:aoa-techniques:artifact:7610be23f43ce8e28ebef194"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d54653655e7c53a8a1f998fb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:34a6084182137302fb5e2ec3","label":"techniques/instruction/docs-boundary/public-safe-artifact-sanitization/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/public-safe-artifact-sanitization/TECHNIQUE.md","source_digest":"5fc8ac66e48211487334a47daac53e3f620dce089af6796cb937d92ed410844b","source_record_ids":["aoa:aoa-techniques:artifact:ed0ec2ca603624cdd17008b2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:039f330566e791ed1e794c41"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3541b1c7fc19fabc99df70af","label":"techniques/proof/owner-truth-closeout/canonical-owner-with-validated-mirror/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/proof/owner-truth-closeout/canonical-owner-with-validated-mirror/notes/adverse-effects-review.md","source_digest":"af213e2c03b2b74b8b26c6c143a122dfdcba9b2dece1f629e852cbba494a1914","source_record_ids":["aoa:aoa-techniques:artifact:6b227e49a51d6ec3ed31546f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:765166f6e6c90479dc677839"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:35438389dc63a714e4e224a6","label":"mechanics/audit/ROADMAP.md","provenance_ref":"deterministic","semantic_key":"mechanics/audit/ROADMAP.md","source_digest":"d026d53727463abd0251fdf2afb0bc62da293c4a39ba843033564a45c358c9b7","source_record_ids":["aoa:aoa-techniques:artifact:4488edf3172030ffa4a93b22"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0dbbe602b125cfcc55766ccf"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:35509b63c4b7e3337fe4684c","label":".agents/spark/scenarios/test-factory/templates/handoff.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/test-factory/templates/handoff.md","source_digest":"989a99c6ec230f8303706c24a6d8f485e8894abaae90d9210adc096e7fffb2e2","source_record_ids":["aoa:aoa-techniques:artifact:f9a0d6347c48e626cb968dc1"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:469f2d718ac0503c1b3f57cd"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:35bdc5d0b12acb72169d1024","label":".agents/skills/aoa-session-donor-harvest/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-donor-harvest/checks/review.md","source_digest":"4818d4a1e13185857e61eaa1bfc31391e7ce5f12d2df34c5f82a1f95efc602f5","source_record_ids":["aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:529d0643451928677aca1738"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:35c423198e3d8a3452ae26ba","label":"techniques/proof/published-summary/required-vs-optional-source-rendering/examples/minimal-required-vs-optional-rendering.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/required-vs-optional-source-rendering/examples/minimal-required-vs-optional-rendering.md","source_digest":"0de2b971a93c9835a97931e34eaa462827032a9d196cb5df6fea71c5692beec8","source_record_ids":["aoa:aoa-techniques:artifact:71db2dd7a3307cb6d5eb3673"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:82e399eff7264e859ebe8da4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:35d1f3f3c83805d7fd67577e","label":"techniques/governance/decision-routing/risk-passport-lift/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/risk-passport-lift/notes/second-context-adaptation.md","source_digest":"f168f22f2deadfd65fee4c588e54804f467df39f284ddb208191b020e58c0b6a","source_record_ids":["aoa:aoa-techniques:artifact:c1dea42f912add6a5ee89eff"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1ba06ccad01d5b99e0da2218"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:364526b5a4e8a8846edea027","label":"techniques/instruction/instruction-surface/cross-agent-skill-propagation/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/cross-agent-skill-propagation/notes/second-context-adaptation.md","source_digest":"c8eb13c3a2db3b6f78298953b51b071675b75a420242b8690d79110fc972ee45","source_record_ids":["aoa:aoa-techniques:artifact:8be1340ecc195708af9e289e"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1584,14 +1409,11 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:ef8acdfe43c6c1fa0edf27e6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:38fc948704ea040620e63bee","label":"mechanics/distillation/legacy/archive/closed-incoming-packets/chat-registry-discovery/docs/EXTERNAL_TECHNIQUE_CANDIDATES_CHAT_REGISTRY_DISCOVERY.md","provenance_ref":"deterministic","semantic_key":"incoming/chat-wave-1a-registry-discovery/docs/EXTERNAL_TECHNIQUE_CANDIDATES_CHAT_WAVE_1A.md","source_digest":"cc1c2a60c413ef81a71349e504356a9a8ce18278f9fe571a80a4d5b0adf96c03","source_record_ids":["aoa:aoa-techniques:artifact:f55d59c8f6dcecf868fa3c37"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6e46a06d16c9c342c6d386f5"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:391416016ef55b58ec83a15c","label":".github/PULL_REQUEST_TEMPLATE.md","provenance_ref":"deterministic","semantic_key":".github/PULL_REQUEST_TEMPLATE.md","source_digest":"59b6b6199b3a988800c2de06a5076282ac3bf0e6e8c7f88eefead3d18b45824c","source_record_ids":["aoa:aoa-techniques:artifact:18813c86948efc57e661623d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:adb73d16cf7b54d48460f287"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:391503b6ba0c98f6e838acd1","label":"techniques/execution/agent-workflows-core/shell-composable-agent-invocation/checks/shell-composable-agent-invocation-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/shell-composable-agent-invocation/checks/shell-composable-agent-invocation-checklist.md","source_digest":"643ff826d57f52c6001c2f0622beca2a7850d45e20d165ed7c81086f5767accc","source_record_ids":["aoa:aoa-techniques:artifact:ca87171caf6fee01d9499c43"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:4e71e9a942df8b10f7a3d0c4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:393aba4717822445e20b5310","label":".agents/skills/aoa-session-progression-lift/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-progression-lift/checks/review.md","source_digest":"59e8213f6aed415d1aee30baeff831240cbf2f788bb6e086fba69f49fc047798","source_record_ids":["aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c02ee1df672922ea72a4f6ee"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:394f6a0717f573de2784b830","label":"techniques/instruction/capability-registry/capability-spec-versioning/examples/concrete-capability-upgrade-with-compat-window.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/capability-spec-versioning/examples/concrete-capability-upgrade-with-compat-window.md","source_digest":"a60316b3d0e607dee590ca6ff24e50bc70b46670b8d6ec713b85a6a4940ac4a1","source_record_ids":["aoa:aoa-techniques:artifact:bf12fb3d0a6727a9ef2e1532"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:83e3d6e7c15d17a3511ed3f7"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3950b124bf1718c3b5af7236","label":"mechanics/checkpoint/legacy/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/checkpoint/legacy/README.md","source_digest":"d92dc2cd8622624c353ad56eaa1daccf3a539da65551bde3b4e8adf26bfb0a31","source_record_ids":["aoa:aoa-techniques:artifact:13fa736e001dfaf859f13456"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:aa54a596398b4a98ad3cce46"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:395bd5c144b37f4e067b8c6e","label":"memo/README.md","provenance_ref":"deterministic","semantic_key":"memo/README.md","source_digest":"753ecfdb908d199ba9ffdeaef265b4703065aa58806c04a5aba17a2b122f4e97","source_record_ids":["aoa:aoa-techniques:artifact:5fcddcc1af3e8db1a089b386"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:319178bee6b3fa3bd607bdff"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:397b03e0d3f7697beec107c1","label":"techniques/knowledge-lift/kag-source-lift/frontmatter-metadata-spine/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/frontmatter-metadata-spine/notes/second-context-adaptation.md","source_digest":"2b354721db86d8e712e866660fe643a53cc226ca6e03211a32af44c595de8534","source_record_ids":["aoa:aoa-techniques:artifact:60581cef8f23d30199884fdb"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:1930241d71de18bb23b5fe1e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3984a577419f649e01e1126d","label":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md#generation-2","source_digest":"ce2eed0d1ba31f2192b9d06d413a0e9997e0591f77d0f6f443d5f6b1e619dac4","source_record_ids":["aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bc91690e4e30c5c4b90be280"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:39926c481e92c445f3e3bddc","label":"techniques/execution/agent-workflows-core/confirmation-gated-mutating-action/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/confirmation-gated-mutating-action/notes/canonical-readiness.md","source_digest":"9a1ca7abc085685f8f94ce6ac0e3bc0d3b775ead91015c2101088395bb8db2ec","source_record_ids":["aoa:aoa-techniques:artifact:d1a51ab913d1d64a35ef8275"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:de0c908f58373d14174eba50"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3a201e4e448118d6e3d8f40a","label":".agents/skills/aoa-invariant-coverage-audit/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-invariant-coverage-audit/SKILL.md","source_digest":"2b4aa6740b4405d38f26757fd1a9510e4b2cadd9dfa37945a69427809d529525","source_record_ids":["aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7118074e1c69a5738b1a9b22"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3a3074509d9389dbc61b0848","label":"techniques/instruction/docs-boundary/lightweight-status-snapshot/checks/lightweight-snapshot-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/lightweight-status-snapshot/checks/lightweight-snapshot-checklist.md","source_digest":"a2ed8418e9080238ea39463e89e0005223b4d4cdf8c1fe0bd5f0ef417549ad7f","source_record_ids":["aoa:aoa-techniques:artifact:e38e4c943d0fe89cffb1a63e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1d4cbdb5a3f3ad7799e2a619"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3a47e2b4c8b88b08f886e59b","label":"techniques/recovery/antifragility-recovery/receipt-first-failure-analysis/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/validation-patterns/receipt-first-failure-analysis/TECHNIQUE.md","source_digest":"5a37b9e00bcf572d4a1a6673add983c9063f62d7f52e58005230b4df1b90aa53","source_record_ids":["aoa:aoa-techniques:artifact:34fca09092e17aaabebd6da9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9574ee497c2ae618392fd6df"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3a49809532cfdfc0e1dfd453","label":"techniques/governance/approval-evidence/approval-bound-durable-jobs/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/governance/approval-evidence/approval-bound-durable-jobs/notes/adverse-effects-review.md","source_digest":"a9f4b68f372f18bebbd2b4d7d455d350fa858dfa707c85ba4d7d89bf300609b0","source_record_ids":["aoa:aoa-techniques:artifact:715f403743056cd9c0837edd"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1599,7 +1421,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:a975ad4740e64ab60a6158aa"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3b4268a208600b152a307c6a","label":"techniques/execution/agent-workflows-core/shell-composable-agent-invocation/examples/concrete-shell-composable-agent-invocation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/shell-composable-agent-invocation/examples/concrete-shell-composable-agent-invocation.md","source_digest":"62ed05ef09517856092a05e274ad846bfc82e42fb7d277015f1bc9e3e5864d38","source_record_ids":["aoa:aoa-techniques:artifact:f45a49bf03bbb3a41a247e63"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:30cccff75274bbb74bece333"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3bce5dd2a81d280db4b5346e","label":"techniques/history/history-artifacts/transcript-linked-code-lineage/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/history/transcript-linked-code-lineage/notes/external-origin.md","source_digest":"c4b183854cf5a490da9188360cd49eb378f2a375479fdffaace43d4ff4c5c6a3","source_record_ids":["aoa:aoa-techniques:artifact:5eb9ffcb1ccc40a3e44aa076"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:da336844c7917678561d915f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3bddcbde5bc81a6f82825983","label":".agents/spark/scenarios/technique-audit/templates/handoff.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/technique-audit/templates/handoff.md","source_digest":"fb9cf27741b3f44b703bc4e2d5b4d1464c262c049c526d1ab32ec32f5ff299ef","source_record_ids":["aoa:aoa-techniques:artifact:e7573ccc777897e914ac9e99"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:464e3076f2ed47344c738853"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3bf05d117d77096dd6e82747","label":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md#generation-2","source_digest":"bfebaf41e48822898d6f2d919e850949380b29addba0796fc49cae6a8a256ac4","source_record_ids":["aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:468f147f4c8b85a7031f94de"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3c06088a56717b764407de68","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/final-tree-migration-ledger.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/final-tree-migration-ledger.md","source_digest":"16e9827badf2ebb2a1b039f9b566721f35a667da81b81b0175b59f12fe7f58e9","source_record_ids":["aoa:aoa-techniques:artifact:9d85e8d2d79a37a46f8b03ea"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c85b21b288eb90c6d05cb1da"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3c46031647a7e84024913d6c","label":"techniques/history/history-artifacts/transcript-replay-artifact/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/history/transcript-replay-artifact/notes/second-context-adaptation.md","source_digest":"d98c5f64a3c46cdfba66da6b9f1a7956240601b44d04ae013b11f0708b92ce29","source_record_ids":["aoa:aoa-techniques:artifact:baca529ec4aa4c6097106f06"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:70e824b0cc31e64c19fce8cb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3c4df36f3e8de1e437c3a729","label":"techniques/execution/runtime-truth-lifecycle/baseline-first-additive-profile-benchmarks/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/baseline-first-additive-profile-benchmarks/notes/origin-evidence.md","source_digest":"7f9f670c705bd0acbacd2eeb1400ecf525faffb6be10560e0758a2d77a5e33a2","source_record_ids":["aoa:aoa-techniques:artifact:9ecd3378d6f6372b1047a9c0"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1617,7 +1438,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:17a010a406ad0c809f6a300d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3d61e4f651b37cb79606ead0","label":"techniques/proof/skill-support/property-invariants/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/property-invariants/notes/canonical-readiness.md","source_digest":"7f5e1fbd4346e2e8d129e270178ae4e2bf1d342ca8b63e1f77d8f081d8fbbe29","source_record_ids":["aoa:aoa-techniques:artifact:e51e1aeca694522017867702"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c8a0060b9d6d9ba930622821"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3de06882496684a5cbff5366","label":"techniques/ingest/media-ingest/two-stage-document-ocr-pipeline/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/two-stage-document-ocr-pipeline/TECHNIQUE.md","source_digest":"f9f005f040f563bd952a9411a66a18a72b1385b222ff62b7b6290e35cf943a2a","source_record_ids":["aoa:aoa-techniques:artifact:7ef95db62e01536cda74a7e0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:36eccdff908fb416199256ba"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3df40ba1cc3b78ba95082b45","label":"techniques/governance/decision-routing/risk-passport-lift/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/governance/decision-routing/risk-passport-lift/notes/adverse-effects-review.md","source_digest":"9a3d04b4e7a23518dba2ce0a2e8c118e02490534c233f18f66a8f71623695406","source_record_ids":["aoa:aoa-techniques:artifact:cbd841d57bc111b569ff4f3a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2119e707a815ab6dffe0eadc"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3e02b3b4a16762b99a572a82","label":".agents/skills/aoa-session-self-repair/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-self-repair/examples/runtime.md","source_digest":"1c9ebd42d8b3287b6bc4b5e55f290103c5b9f30e9eba30ea66f0eae9ed71f9f1","source_record_ids":["aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ef644b1e48e790cc73017fb9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3e0b2b1da926ab5e97c85807","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/relations-composition-handoff-continuation-pilot.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/relations-composition-handoff-continuation-pilot.md","source_digest":"5ecf74660fc43b7ed361fddcab6c49acf9ede57e6583e5b5221328aaf6abb248","source_record_ids":["aoa:aoa-techniques:artifact:c38f953d407fda8093621250"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5d484be637b092cfe4627775"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3e0e1de2170363b8b102d60b","label":"techniques/governance/automation-readiness/approval-sensitivity-check/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/governance/automation-readiness/approval-sensitivity-check/notes/adverse-effects-review.md","source_digest":"daf4176bb8609cd087c1e2d327152def3e03e766d56c766b1d45087162822072","source_record_ids":["aoa:aoa-techniques:artifact:3ac0b2bc12d84e409007bd39"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4035531165582a1dc864a388"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:3e227fa40e8a1ab8fe81abe6","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/promotion-boundary-direct-read-migration-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/promotion-boundary-direct-read-migration-review.md","source_digest":"b4a77ec867b5ee7a09b1038822b3741930f6dd5934d70b5d89962a389d79c28e","source_record_ids":["aoa:aoa-techniques:artifact:53b5a894bcdc854168397bb3"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1651,12 +1471,9 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:0660f43457b2c15764ee0753"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:4263789fbc9a843eec4513e1","label":"techniques/recovery/antifragility-recovery/degrade-reground-recover/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/system-recovery/degrade-reground-recover/TECHNIQUE.md","source_digest":"00f9d43141de8e912d1ccc70c45d87a62c749dab044e20ddc028d9ef9b927323","source_record_ids":["aoa:aoa-techniques:artifact:85b3e5b0b944104a0da207ad"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bc6d13accbe0a13deb572ee6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:4272eff4ece936367bdd92de","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/portability-bridge-wave-a-history-ingest-continuity-recovery-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/portability-bridge-wave-a-history-ingest-continuity-recovery-review.md","source_digest":"e496174dcc48d51e7b3bddbbca14280aae633d59b36e74eb7260efc7900390d0","source_record_ids":["aoa:aoa-techniques:artifact:9be1ca9680a3adf4cf38e13a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c854337295cbe2e1e8a06953"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:42940fd72521f7b64c2905c2","label":"techniques/proof/owner-truth-closeout/workspace-root-ingress-and-mutation-gate/examples/minimal-workspace-root-ingress-and-mutation-gate.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/workspace-root-ingress-and-mutation-gate/examples/minimal-workspace-root-ingress-and-mutation-gate.md","source_digest":"4086c927d0a30f18633ab384c200ece41bd3f80d4c02a131dd8f50b97ca969c0","source_record_ids":["aoa:aoa-techniques:artifact:ceedee64e33cf82ff8c43f52"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7e17338e525e67df314cf500"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:430694f51973f48d762f389d","label":".agents/skills/aoa-session-progression-lift/references/progression-axes.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-progression-lift/references/progression-axes.md#generation-2","source_digest":"d9b24f6469d708b56dafe9e16b3d45fbc16057cc65e1f150e8f89041733cb4a1","source_record_ids":["aoa:aoa-techniques:artifact:de473d59fa624440029e1f16"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9a832fd9956a7c36101d3fcf"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:4314b734a592264b9c2271f3","label":"techniques/continuity/handoff-continuation/session-opening-ritual-before-work/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/session-opening-ritual-before-work/notes/external-import-review.md","source_digest":"49b49171555ef928babba45eb2c766f2ce7de46d984098530c83c561a2b5fe38","source_record_ids":["aoa:aoa-techniques:artifact:d6b7371069c4cfdd137f0ebe"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:082a5ef4d07a2dea7b4895b5"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:431bb3e8662fb381dc4f5064","label":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md","source_digest":"260727fa0b4bc4b83da0808cacd2947507f704e065d7971c8f0b50bdf54830e0","source_record_ids":["aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:04d36282d3edd9799abed77c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:43240a96745b88901c510429","label":"techniques/proof/owner-truth-closeout/canonical-owner-with-validated-mirror/examples/minimal-canonical-owner-with-validated-mirror.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/canonical-owner-with-validated-mirror/examples/minimal-canonical-owner-with-validated-mirror.md","source_digest":"a0d8790f2d5bd0b6aac2b1f49f27be15809cbca00b6b09d0c7e76d9a4e7148e4","source_record_ids":["aoa:aoa-techniques:artifact:bf09f746e4c91a228526b7bb"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5049b1246255eab985c0f688"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:432641fd21fa6342d44e4603","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-long-pass-closeout-ledger.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-long-pass-closeout-ledger.md","source_digest":"beaf6b6d0ab31069e8c2a154a3350f8370a7d7ed09bcc5967be720dd1905a664","source_record_ids":["aoa:aoa-techniques:artifact:2c6239e663626d524b83dc48"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:5b995f4e6c1326398bdf4cd8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:433f1a62fd8f8a560e3d3710","label":".agents/skills/aoa-sanitized-share/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-sanitized-share/SKILL.md","source_digest":"fa79915fb03c1d58201da4057ccb9dc0ea82b154017ae2c5a3ec469b7722b68a","source_record_ids":["aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a03763866eee8439045a5bba"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:43479c31effa1bcf64f88fc5","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-handoff-continuation-pilot-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-handoff-continuation-pilot-review.md","source_digest":"1d1aca7fad9880eae825d967d8bd9e0971b2e058628900b6c7e4da6b10ca01d2","source_record_ids":["aoa:aoa-techniques:artifact:798bde1ba0b2b1b3388ebb53"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:556368da8868e90bcb949c2d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:434aa314d2c36e27b208dbad","label":"techniques/execution/ready-work-graphs/dependency-aware-task-graph/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/dependency-aware-task-graph/notes/external-import-review.md","source_digest":"64a73919314ad0cd66fcf44a93794426faf85b6e82ea4ec439e8002ea987cd9c","source_record_ids":["aoa:aoa-techniques:artifact:b63c0a6d76e49b12bac4dd22"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:14c31a3b59bc072d9ed96e68"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:434ac4e0b7dbcdc3bebca5ba","label":"techniques/execution/ready-work-graphs/dependency-aware-task-graph/checks/dependency-aware-task-graph-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/dependency-aware-task-graph/checks/dependency-aware-task-graph-checklist.md","source_digest":"c793d4d0893a0b2e82e99c0f85dd14e6c46bc362738933a7770254c0ff8d445b","source_record_ids":["aoa:aoa-techniques:artifact:9f329f41db5440a32682a751"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1667,7 +1484,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:0fadd2fd958231e4b45617c8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:44065d3f35870426f2b7b20e","label":"mechanics/audit/parts/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/audit/parts/README.md","source_digest":"9f40113790f9e6db158f2a70c22ee51080e87c98ad18c303204fd3e4806b412a","source_record_ids":["aoa:aoa-techniques:artifact:d3166ec23c1c2b97b314d260"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b8d8eca3f8db226f5ad50d95"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:440f61a57a4424edd71c835b","label":"techniques/execution/agent-workflows-core/confirmation-gated-mutating-action/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/confirmation-gated-mutating-action/notes/external-import-review.md","source_digest":"d7a000e2ef070704ea1218e635a5a622601ae8fb3f77f9635b611c37457b7cbe","source_record_ids":["aoa:aoa-techniques:artifact:dfbd23c3c7f962a239b7a523"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:12fb9f48ccd309a12cdcac81"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:4477e59a4e5fa91ee663e87e","label":"kag/README.md","provenance_ref":"deterministic","semantic_key":"kag/README.md","source_digest":"164ff30ccac3c1dc65d3eb6f5a89c9d7922f161a2e881d394681d86bbb534138","source_record_ids":["aoa:aoa-techniques:artifact:213631cc86c1c0c7bdb579f5"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:74dd2589c3cc7d31292f7d1a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:449f37b4eff6d053a4e3d58a","label":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md#generation-2","source_digest":"c64f8f359075097fec916aa13f27c9e9350b98a0ae836ea4b2980adf67607178","source_record_ids":["aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e1fda7f4bc62f925528582d6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:44b97b396a9145c8b54f2f32","label":"techniques/governance/decision-routing/decision-fork-cards/checks/decision-fork-cards-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/decision-fork-cards/checks/decision-fork-cards-checklist.md","source_digest":"6157a4707cdc6a5ad8cf522074b4d4e5c67c68fd3657561afee998aa0e07917c","source_record_ids":["aoa:aoa-techniques:artifact:1c70efc01155267a1dfb580c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f2c0a7dece56e2a5e01f12fc"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:44e8d6053832b132434d462d","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/capability-registry-direct-read-migration-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/capability-registry-direct-read-migration-review.md","source_digest":"7bf7a93cdcca7cc58a21440cafc7feae1d8ec98dc64f86a2f20ddadccf2c43f9","source_record_ids":["aoa:aoa-techniques:artifact:f77469d504ce50e4652a7044"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e9c47aa668609e42fa69e19b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:45391faf1ce48851336b3399","label":"techniques/execution/agent-workflows-core/confirmation-gated-mutating-action/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/confirmation-gated-mutating-action/notes/second-context-adaptation.md","source_digest":"88359a0d87e817a46e872675f2ca2c560a119a12fa2fd2757065a39fe0a355fc","source_record_ids":["aoa:aoa-techniques:artifact:7f1444cb7f979b045779c2e9"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1682,9 +1498,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:8555262078750762d4a7e812"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:472e340aa2f30e654e533c83","label":"techniques/proof/evaluation-chain/context-report-for-ci/examples/concrete-context-composition-ci-report.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/context-report-for-ci/examples/concrete-context-composition-ci-report.md","source_digest":"6bfa9fad048a2018a72d32c8cad431348840b51864fe53303eb5cb395aa6711b","source_record_ids":["aoa:aoa-techniques:artifact:243e3e5d5c19c5d75a7e5784"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ed82507f14d624eaa260886f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:47b44bd2574f0d3a38a4d58e","label":"docs/source-lift/README.md","provenance_ref":"deterministic","semantic_key":"docs/source-lift/README.md","source_digest":"868535ab545fb627b339cab9956efdb1267f01332613c3cd7892fd3921f73d0f","source_record_ids":["aoa:aoa-techniques:artifact:66b027508d3e1b9068c42e5c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5b814807ff70d47ae2affb53"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:480e8bbf496b349b16a057a7","label":"mechanics/agon/parts/recurrence-adapter/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/agon/parts/recurrence-adapter/README.md","source_digest":"cb490a55df89258427b46382bd2a210090fee5586f2023363862fc01a8221c2d","source_record_ids":["aoa:aoa-techniques:artifact:29a69a05dd2aa9fadb09875d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:bddc83db6ae7871e9ad78e45"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:48143bc7b3ec296aeaab8c20","label":".agents/skills/aoa-session-donor-harvest/references/family-shape.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-donor-harvest/references/family-shape.md#generation-2","source_digest":"854c08b10697a5ee3882dfd3840f0f0f6f212458b258466121238c0dd6fbc4a1","source_record_ids":["aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2361914cad0321fc32dd1b4f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:481af28e31c50f3027880d78","label":"techniques/history/history-artifacts/transcript-linked-code-lineage/checks/transcript-linked-code-lineage-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/history/transcript-linked-code-lineage/checks/transcript-linked-code-lineage-checklist.md","source_digest":"0a8743cb6ad7960015133f0cb4f3748793f552d78d35bae700c56b7854aef357","source_record_ids":["aoa:aoa-techniques:artifact:a70d04a39371a35fe72d7107"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2a1b62b3dbfe48989b1c24ed"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:48249a84ea8b4ca0ca51ccca","label":".agents/skills/aoa-sanitized-share/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-sanitized-share/examples/runtime.md","source_digest":"296d837576ebcf25cf5bed88da5bf485e55aa69a29f288da2c7ac885e59ae2df","source_record_ids":["aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a188dc3799555ece3826cb61"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:488631048fcb3a7977f30757","label":"techniques/proof/review-evidence/single-locus-claim-challenge/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/single-locus-claim-challenge/TECHNIQUE.md","source_digest":"3cbb2f99f1ea39cc81c4ebf78c3b07bd2109214e92709f42c28cbc3f8f224c6d","source_record_ids":["aoa:aoa-techniques:artifact:31d58a5e3be09a42a623f99e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1999356011454c6a03635b9f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:48b895dda2849c672695c107","label":"mechanics/questbook/parts/harvest-promotion-anchors/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/questbook/parts/harvest-promotion-anchors/README.md","source_digest":"33c33eb8f791364b8a92b65d2f8200f665e09e30b34bcd200bf0b2eef32d075f","source_record_ids":["aoa:aoa-techniques:artifact:60b99af72207d6d697ecae86"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:74cf29b6048656e74ed9fb3b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:48ebc9d8616d11147cdd3354","label":"mechanics/antifragility/PARTS.md","provenance_ref":"deterministic","semantic_key":"mechanics/antifragility/PARTS.md","source_digest":"40a94323ba2659303b29333857c74db6ed2d745a8ceb20d5b26a7d35f6ad31e0","source_record_ids":["aoa:aoa-techniques:artifact:e2d518093804df9a0f379301"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1719,7 +1533,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:8b05edb2b8c320f8aecc2d6c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:4d491fb7481fd3e73d1448f2","label":"techniques/proof/review-evidence/single-scoped-evidence-reference/examples/minimal-single-scoped-evidence-reference.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/single-scoped-evidence-reference/examples/minimal-single-scoped-evidence-reference.md","source_digest":"a26942680bb8646aff17a54364ca8c264f51ba3253e5635d1199c13389585d0b","source_record_ids":["aoa:aoa-techniques:artifact:cd99f5804a59445147ce48b0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:21933df7fdf74660c48b5998"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:4d92dd5df1a8eeb1d60aa579","label":"techniques/proof/owner-truth-closeout/pinned-validation-matrix-before-generated-publish/examples/minimal-pinned-validation-matrix-before-generated-publish.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/pinned-validation-matrix-before-generated-publish/examples/minimal-pinned-validation-matrix-before-generated-publish.md","source_digest":"8e1afe125a787f833a13d7672394995d94d203d1d1167062801bd85124d4f698","source_record_ids":["aoa:aoa-techniques:artifact:bb78f1f0c10389aff1ec9875"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7d09a905624f002d261fc6e1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:4e03b7d34c2a003d3a19f4b5","label":".agents/spark/scenarios/candidate-scout/README.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/candidate-scout/README.md","source_digest":"3dedfffd3ee5a0e324ac277957b327c070f6f991274acdd4e2ad4345b6339af2","source_record_ids":["aoa:aoa-techniques:artifact:c64f07789c9e121df3ccfa7f"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:8b23544bfd64771a11fe9223"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:4e4a1f423d5104a5ddd46b94","label":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md","source_digest":"848a0239a14eab9b1e72461308a0703de35c29ae853be8bf34e60635c5d93055","source_record_ids":["aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e37b430c42e43beb34f81cd0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:4e698baf5549738c002c467c","label":"techniques/governance/automation-readiness/automation-fit-matrix/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/governance/automation-readiness/automation-fit-matrix/notes/adverse-effects-review.md","source_digest":"b9a1cf40883a8b0acad77fdd07dbef4c3f47c90e3244b8f44350c5d259b7e8a4","source_record_ids":["aoa:aoa-techniques:artifact:40814f047eb1492024fb221b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cfcebbd33ed49d6091ce82fc"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:4e948413e9eb95ab2c535e13","label":"mechanics/distillation/parts/technique-reform-ingress/reports/technique_tree_projection.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reports/technique_tree_projection.md","source_digest":"83084715f476966bdc2733f09b8d6cb3650dc8077ca7ec6a726783133665846c","source_record_ids":["aoa:aoa-techniques:artifact:5b933ec3dff555bc66577052"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bd24f649129c5f9a63a7405d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:4ea5e3bf357c25bfa626bb19","label":"techniques/recovery/diagnosis-repair/checkpoint-bound-self-repair/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/checkpoint-bound-self-repair/notes/origin-evidence.md","source_digest":"53c70ef5f8bdabbf744c7fee82b5a66c60d8ec06f46b2393a6d7fd4e067d97d4","source_record_ids":["aoa:aoa-techniques:artifact:c66deb8964cb3d62d7c0291c"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1732,7 +1545,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:8cf8a41dc609dd2cc698e451"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5012107f6bfd516d7a7c4066","label":"mechanics/distillation/legacy/archive/closed-incoming-packets/chat-history-lineage-governed-actions/docs/SIGNED_TRACE_ARTIFACTS_CLOSEOUT_MEMO.md","provenance_ref":"deterministic","semantic_key":"incoming/chat-wave-1c-history-lineage-governed-actions/docs/SIGNED_TRACE_ARTIFACTS_NARROWING_MEMO.md","source_digest":"8c9fe6cb37c974b2ac48eab977452f831fba71b88f9976f4e0c7b73e5350d00f","source_record_ids":["aoa:aoa-techniques:artifact:485e376b48dfea26d1b0c4d2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e78c8442a3601a7cf36a9042"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:50137b6c57e97135f6a4619f","label":"techniques/execution/intent-chain/intent-plan-dry-run-contract-chain/notes/bounded-transfer.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/intent-plan-dry-run-contract-chain/notes/bounded-transfer.md","source_digest":"ce200f2025210be1ef1d8ea32454bcd35fbdb8e802dce4064c7287e64f77a109","source_record_ids":["aoa:aoa-techniques:artifact:9f98e93b7192d5ea970b3a12"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2f7f49780021b6d3615f4baa"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:50d5d846a176aba36f338a24","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/topology-selector-handoff-continuation-mini-pilot.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/topology-selector-handoff-continuation-mini-pilot.md","source_digest":"669b35639dd2ff9ee9861acd371d0b6fea9ca790033ea96ceaa72c9b66975e9e","source_record_ids":["aoa:aoa-techniques:artifact:4009d2ba51883ad244865419"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:79a3e8edf71ea39d9090a49f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:50e42c20f55244685ec7fb79","label":".agents/skills/aoa-contract-test/examples/example.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-contract-test/examples/example.md","source_digest":"a00dda1ca7ce0702d8a21d3f15ed73bd0137357ec7c22af3758a0b2d7ff83cab","source_record_ids":["aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d50fc4ccf2e9b9cd40301231"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:510974e11014989900366778","label":"techniques/governance/promotion-boundary/skill-proposal-handoff-packet/examples/minimal-skill-proposal-handoff-packet.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/skill-proposal-handoff-packet/examples/minimal-skill-proposal-handoff-packet.md","source_digest":"19486068b88dd3e2d574b13ce856e67eb023021b8b75072e1b5baf6b831aef71","source_record_ids":["aoa:aoa-techniques:artifact:9f94608ee6bce8c12b7f70ee"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4dab938da9e7173a8c88790c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:51411a87d027464481cf62a2","label":"mechanics/distillation/legacy/archive/closed-incoming-packets/personal-media-ingest/support/DONOR_SOURCES.md","provenance_ref":"deterministic","semantic_key":"incoming/personal-ingest-wave-2/support/DONOR_SOURCES.md","source_digest":"113c4edeb94ec2eb611d2e36973e0e29044b465a0c0a68c453c2baac68064744","source_record_ids":["aoa:aoa-techniques:artifact:99e4142d3dc6fa22b624e638"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f93709cbc940134b6d15fd93"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:51703958748892b401a5898a","label":"mechanics/distillation/legacy/archive/closed-incoming-packets/chat-graph-review-mailbox/docs/MARKDOWN_DEFINITION_OF_DONE_DEFAULTS_CLOSEOUT_MEMO.md","provenance_ref":"deterministic","semantic_key":"incoming/chat-wave-2-graph-review-mailbox/docs/MARKDOWN_DEFINITION_OF_DONE_DEFAULTS_NARROWING_MEMO.md","source_digest":"bd164a9bdeb158edb2c7a967da4b6174ace9967973ca3f54c2ec9a5eb795610f","source_record_ids":["aoa:aoa-techniques:artifact:fe7c6853ce01a2162a720948"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1742,21 +1554,17 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:e7b575cb9f1fbfd3ebe93e9a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:521d897394c13ee0856a4301","label":"mechanics/questbook/parts/source-index-anchors/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/questbook/parts/source-index-anchors/README.md","source_digest":"e4a4c33f9438513db210371d073059dc15424b1f1419ed27791141f31bdc8103","source_record_ids":["aoa:aoa-techniques:artifact:1f2c1342ee51b3ae60a27620"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:391d68382ac0881c0d65819b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:522f9e2715c48b22879b0487","label":"mechanics/agon/DIRECTION.md","provenance_ref":"deterministic","semantic_key":"mechanics/agon/DIRECTION.md","source_digest":"38f3756a2688963ae37955a3042783d832f391ee7e8f97415955a7b04760541d","source_record_ids":["aoa:aoa-techniques:artifact:9ebcd75e7ab7f2a4697587e2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:19c9ce4ad6f333348a0442c6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:52a14dfb5d4f4d8aed26d2ca","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-wave-a-governance-owner-proof-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-wave-a-governance-owner-proof-review.md","source_digest":"21f63458d734eb7ee19b53a70b75dd8e87837b97330b26f2632a05610e718ab1","source_record_ids":["aoa:aoa-techniques:artifact:31ed7dd71c79aef53c081c9d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:310f6aec958b8c0aac4948c0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:52eaae543aab765a286ae330","label":".agents/skills/aoa-summon/references/passport-lane-matrix.v3.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-summon/references/passport-lane-matrix.v3.md","source_digest":"b055e38690ca45a133a963d90930bc56281efb2f33fefda64267d3ec65f543ce","source_record_ids":["aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:694c12c25acae75fda29af6c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:530d312f70d25db813487405","label":"techniques/execution/agent-workflows-core/stateless-single-shot-agent/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/stateless-single-shot-agent/notes/second-context-adaptation.md","source_digest":"f13e497bb9b05b21fba1562f30c4b9764fc4c357a410a3059dabf2e18eb691bd","source_record_ids":["aoa:aoa-techniques:artifact:324749af932aa7590e4223f9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d4a2ccf67a4b2a16b609e85b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:53114e1d8f33ecb992e11606","label":"techniques/execution/agent-workflows-core/shell-composable-agent-invocation/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/shell-composable-agent-invocation/notes/external-import-review.md","source_digest":"9303d3837a9ee4e72e83ad09befa13d41a512fde4245eab09a68579af9186afd","source_record_ids":["aoa:aoa-techniques:artifact:b405d48583616d4c42be4796"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2828518ef00f136164914795"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:53122a1adc6fd17415c1f66a","label":"techniques/history/history-artifacts/session-capture-as-repo-artifact/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/history/session-capture-as-repo-artifact/notes/canonical-readiness.md","source_digest":"d0734ead3f45d35d437fd832fc55d83cdf70f124493b738c1296df5efe2d5403","source_record_ids":["aoa:aoa-techniques:artifact:a75173092975655fc070b64d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:baa0205ec4989ca46e096078"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:534af248e2bf408dfab7bc2c","label":"techniques/governance/approval-evidence/fail-closed-evidence-gate/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/fail-closed-evidence-gate/notes/external-origin.md","source_digest":"aa4d3d590968f15baa621bb714942abd453756c9fc6effec647fa9a336feede8","source_record_ids":["aoa:aoa-techniques:artifact:a8359be3bc26e203b147d084"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c4f977eff62247bed0cdabaf"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:534d5c3b7061854d3489080c","label":"techniques/governance/approval-evidence/approval-bound-durable-jobs/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/approval-bound-durable-jobs/notes/second-context-adaptation.md","source_digest":"89dccb6d2bf435966bf66cf5444ea2bbea64b9ff946faf0a42684b72d6bd544a","source_record_ids":["aoa:aoa-techniques:artifact:43ca349b3b92c387e5ce1996"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:6659225f5859ad8c1219bf21"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:53846f8295da4260b4d7be91","label":".agents/skills/aoa-core-logic-boundary/examples/example.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-core-logic-boundary/examples/example.md","source_digest":"8d035f0f74ac833d49177ccae461770276afcfd0630c7cb97eb5d4fe69c462c9","source_record_ids":["aoa:aoa-techniques:artifact:92aeef15523edbae37688e32"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:09dfc72884a20104e4434cf8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:53c2adfa5883db2ad0985048","label":"mechanics/release-support/parts/sovereign-release-techniques/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/release-support/parts/sovereign-release-techniques/README.md","source_digest":"8d61265b25f6401ec2350c469790af85ec40ed1191d306c407a080a4a6615ba2","source_record_ids":["aoa:aoa-techniques:artifact:f24bc604b56f4e2ae991a93c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:72e5adda1ab13a15e605911d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:53d03e1ad1cb77a3baba72a0","label":"techniques/execution/runtime-truth-lifecycle/baseline-first-additive-profile-benchmarks/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/baseline-first-additive-profile-benchmarks/notes/canonical-readiness.md","source_digest":"0fe744c5c0ebede51f53746b327d870b82b86f5acb7471c31cab7c3e3a00b563","source_record_ids":["aoa:aoa-techniques:artifact:3bd1406d72b55e6e041fb658"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:15d26e95cce52b814b9c1768"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:53eb3fb61a18672c29f52406","label":"techniques/instruction/instruction-surface/nested-rule-loading/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/nested-rule-loading/notes/second-context-adaptation.md","source_digest":"823b279d87cdcefbab9847b5c74e01f7cfef537f2b8dce5cb4866400f7ee24c3","source_record_ids":["aoa:aoa-techniques:artifact:2613272fd48c6208e2902fe7"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:64edd1d3011388027cef1d7d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5466325c53a41cd7c4c67027","label":".agents/skills/aoa-change-protocol/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-change-protocol/examples/runtime.md","source_digest":"87791a109844b1201f4d7840d1b42ca2f2a96ad0695a0f10fac16c42ce29c89c","source_record_ids":["aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5faa1143f5930c0a2e359eb7"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:549926d8ae2edd29a9bb3df7","label":"techniques/proof/published-summary/latest-alias-plus-history-copy/examples/minimal-latest-history-layout.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/latest-alias-plus-history-copy/examples/minimal-latest-history-layout.md","source_digest":"f371b928b2cc5e269f6d8fa9411ab2817425672cd34ac7c5759861a6a3b0335e","source_record_ids":["aoa:aoa-techniques:artifact:41cc0ac4c264da900002f109"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:98764cf870e25048ca4174c6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:54a5134b0acaabb471ef25fc","label":"techniques/instruction/skill-discovery/skill-marketplace-curation/examples/minimal-skill-marketplace-curation.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/skill-marketplace-curation/examples/minimal-skill-marketplace-curation.md","source_digest":"67a94baa6d9fe732e8555f538027c1aeb2e550eed470bbea88299cbed3088cda","source_record_ids":["aoa:aoa-techniques:artifact:4b706cab6a43551df951a5a2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b1b997a86c119d019c1835ef"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:54baa2f82a06b3151cb03214","label":"techniques/instruction/instruction-surface/single-source-rule-distribution/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/single-source-rule-distribution/TECHNIQUE.md","source_digest":"74ce2bc64dac7750175e251fad48297804d31d68485c0ee1672a2c23f946e3b6","source_record_ids":["aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:5341042b551cfff1ba2022e2"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:54d7afb3c78f32f56a22620d","label":".agents/skills/aoa-session-self-repair/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-self-repair/checks/review.md","source_digest":"a9d16d68ba7371269bb1a0c55612bd0b5d852ea896422a7d8e817027f096fdb7","source_record_ids":["aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3bc78c5b848f6cb3f84a5ec5"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5539479f9405ec14f3a80cba","label":"mechanics/agon/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/agon/README.md","source_digest":"88d9770c422823052ad9ebad5f6f2abe9c8d9c42ea837770fadd8db9abe7502e","source_record_ids":["aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2afef160c64bd1368d946f5b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:553d9ebeb21b6909d6a544d0","label":"techniques/execution/agent-workflows-core/plan-diff-apply-verify-report/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/plan-diff-apply-verify-report/notes/second-context-adaptation.md","source_digest":"a76e3c45f7e660bd5f6d32b2adea4050a30bd521522ede10e00cfe9ac495eb7d","source_record_ids":["aoa:aoa-techniques:artifact:99ef003469fc11a01e96047e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e4f2f135547b1ead696a7902"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:556e700588f501c6b5ebc274","label":"techniques/instruction/capability-registry/capability-spec-versioning/examples/minimal-capability-spec-versioning.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/capability-spec-versioning/examples/minimal-capability-spec-versioning.md","source_digest":"8a0438ed9f71ff4c49e7c5cbd7cb431c0603a1cefd61d29bfee2ab487faacee0","source_record_ids":["aoa:aoa-techniques:artifact:e8f044c89d0f32ab4215f4aa"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1764,7 +1572,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:93af6a3b1e844e1b7e5fff79"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:55931869fe7655618895d243","label":"techniques/continuity/review-compaction/compaction-resilient-skill-loading/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/compaction-resilient-skill-loading/TECHNIQUE.md","source_digest":"8b53d7b08988e25ce40997fe40a691351bfa056a3d918122a16dde524b8fad3f","source_record_ids":["aoa:aoa-techniques:artifact:a82f988a0d45e04bc2cb39e7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8089a0cde25c2d480a717f8e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:559d8c7db969c98faac60ed5","label":"techniques/instruction/capability-registry/capability-spec-versioning/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/capability-spec-versioning/TECHNIQUE.md","source_digest":"59715753b2fe6962e463f8c5e1360cb6c6d45fa29121b47081c1d5278017d240","source_record_ids":["aoa:aoa-techniques:artifact:17c7c1da437717448430cc3b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c11e7cff94d12e3a69b60e6d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:55c838f7d36e36dc8ef462e1","label":"techniques/continuity/handoff-continuation/git-verified-handoff-claims/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/git-verified-handoff-claims/notes/external-origin.md","source_digest":"811366c5773664ab94f14446be05b01d379b2ec1a74d0798ad1cd32c498e7b89","source_record_ids":["aoa:aoa-techniques:artifact:c8db22f75dfca2919eb1b99e"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:ecff337358ec01309662d780"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:55cd5948a648284952698427","label":".agents/skills/aoa-quest-harvest/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-quest-harvest/checks/review.md","source_digest":"8cb4c20723825c569d513042290272d683743c7865b8ac6a49f62d87059921a3","source_record_ids":["aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:36df34fa9131c4f59b2eed93"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:55cfad45ca7ca1c3712e5ce3","label":"legacy/receipts/2026-05-04-kag-source-lift-tree-pilot.md","provenance_ref":"deterministic","semantic_key":"legacy/receipts/2026-05-04-kag-source-lift-tree-pilot.md","source_digest":"fc3f802298ee6a9f8febd555b4f15ee4546e121061c661fb0a0254e01794579b","source_record_ids":["aoa:aoa-techniques:artifact:1facc5eba57384ca70a3e2be"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7e600921cf8ed59f7fe377f0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:55eedd1586459f4595cf8c9c","label":"techniques/continuity/donor-harvest/multi-axis-quest-overlay/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/multi-axis-quest-overlay/notes/second-context-adaptation.md","source_digest":"15a5e2f6a2170efcef84227ce86c4825df02d8c7f0d9cdd24702b6ed2c954eac","source_record_ids":["aoa:aoa-techniques:artifact:d93e2b6d5fa37e2135d7c516"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:72a969368dcbd0e1c7b42166"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:56163bad772dd22e28a3c714","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-agent-workflows-core-pilot-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-agent-workflows-core-pilot-review.md","source_digest":"da50a1f09fe358c82b1eb7ca6e79884bc01383475ab116c24246200720d09667","source_record_ids":["aoa:aoa-techniques:artifact:577c1d0e02c2508128663161"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1778,10 +1585,8 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:8f233dc185acc109fbc9ea0a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:57029954a2a5336285ba6296","label":"techniques/governance/automation-readiness/automation-fit-matrix/examples/minimal-automation-fit-matrix.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/automation-fit-matrix/examples/minimal-automation-fit-matrix.md","source_digest":"ad068ba623e5da964edd5457ac3af51eabd35e75a5e955ed64a678cff6ea9572","source_record_ids":["aoa:aoa-techniques:artifact:502ada8107dbebd5923a23fe"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:017c780a9c4552ea7f038cef"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5706ed5840eecd037a020040","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-capability-registry-pilot-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-capability-registry-pilot-review.md","source_digest":"9890f5fed35ef6de4b6d75937a3b2dba04d8424fc730672b137166d58693b6ef","source_record_ids":["aoa:aoa-techniques:artifact:cd6053b313bb026dc89aadd1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9f7d363cdbc292aecf9b81d3"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:571aa200d6b8d051dd744680","label":"techniques/knowledge-lift/kag-source-lift/evidence-note-provenance-lift/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/evidence-note-provenance-lift/notes/origin-evidence.md","source_digest":"a534bb77254ea2295241f6398cdb3b18599b97bd9f5d35f5e15c6aea22e031fc","source_record_ids":["aoa:aoa-techniques:artifact:7242e910ab0062d0f7815df3"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:239b4dcb1a7cd0a15a51b87a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:572bed275ec69349b189c2bb","label":".agents/skills/aoa-safe-infra-change/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-safe-infra-change/checks/review.md","source_digest":"f279ebe32fcac7f3014b30f966c593886788025fd4d78a619eb9855a48776fcc","source_record_ids":["aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8362dd13eca89ef7aec6020a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:574652db11c070771d97981e","label":"techniques/execution/agent-workflows-core/shell-composable-agent-invocation/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/shell-composable-agent-invocation/TECHNIQUE.md","source_digest":"31f8da05e1b50033e47d626a9c750bc7049982989874f2c8e92d5d135aaf5cd0","source_record_ids":["aoa:aoa-techniques:artifact:ffb1931a31ad88411d83233c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:32eeed55b47e3395c38abeef"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:578447f571a10a5524e55252","label":"mechanics/rpg/parts/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/rpg/parts/README.md","source_digest":"1fcee1d60be693eaaec40ac0342b68ab35d3e4b227a80c8fecb90cf43502494e","source_record_ids":["aoa:aoa-techniques:artifact:7588ea6bb490641e5760e5cf"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:0a3436fea75ef75cb22a94fc"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:57aa11b2387e4037f59d32f3","label":".agents/skills/aoa-port-adapter-refactor/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-port-adapter-refactor/SKILL.md","source_digest":"53ee15115b26c13c04784a116677dca5fa04e9efb2d79fbf5c8872d5838a8a98","source_record_ids":["aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ba7fff716d9ac6df8273261b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:580ab8bfaa74b1b7e23767f2","label":"techniques/instruction/skill-discovery/upstream-skill-health-checking/examples/minimal-upstream-skill-health-checking.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/upstream-skill-health-checking/examples/minimal-upstream-skill-health-checking.md","source_digest":"e76adeacb4793edf2edd47efef702524805c6fe97723a26a9e9fa5473e04078d","source_record_ids":["aoa:aoa-techniques:artifact:58d8c52a91b7ee6e097f4162"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:76d7e23d785eb99d2c2461c3"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:58861de25184c3a6db7a5c7d","label":"legacy/archive/README.md","provenance_ref":"deterministic","semantic_key":"legacy/archive/README.md","source_digest":"a6a18ed3b06316f06814ac4f844508108fa2c823163635ecdd53a9314c8af4a9","source_record_ids":["aoa:aoa-techniques:artifact:ca8d844544577e6b3deba7e9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d9011e77261c9d83f0791c28"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:58917aaa8041322a8d38fb98","label":"techniques/history/history-artifacts/versionable-session-transcripts/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/history/versionable-session-transcripts/notes/external-origin.md","source_digest":"9cdc28f6afb3b848b333fcd99c25f275840589296c95f41e4a7056df8e155cc7","source_record_ids":["aoa:aoa-techniques:artifact:ab1dba4e5196f64b33aabc56"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1827,14 +1632,11 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:c72434d1f6747492c0818ad4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5cbf80b6e385052bb16fffa7","label":"techniques/recovery/antifragility-recovery/degrade-reground-recover/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/system-recovery/degrade-reground-recover/notes/second-context-adaptation.md","source_digest":"a09ac4f6a261357cdf076833a351ec08d8371bd749071018b308da7024dde531","source_record_ids":["aoa:aoa-techniques:artifact:d95a20b7d5b159c0ce6ad00e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d55f41575ba494ef7ff59a3b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5cc3bb943b41f64970dbfa2d","label":"mechanics/checkpoint/PARTS.md","provenance_ref":"deterministic","semantic_key":"mechanics/checkpoint/PARTS.md","source_digest":"1a32eae703a3980046bd9ccd9d97c104c49959d82dad1af1ff02e8f54aa66370","source_record_ids":["aoa:aoa-techniques:artifact:cdd82edf1334fed2c0280ed2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f953d6f8abcae62fae0e40b0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5d5153fa0c1acf1ff32c21b2","label":"techniques/proof/owner-truth-closeout/canonical-owner-with-validated-mirror/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/canonical-owner-with-validated-mirror/notes/origin-evidence.md","source_digest":"1d965cbe42f3ab34bea502693d11f963ad27b5dd03669c98e47cce04cbcab1c9","source_record_ids":["aoa:aoa-techniques:artifact:6d14c791e5b79fccfffabcde"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:97e1be4eae0493b2728a556f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5d55fa2b65f2b72d9ac7b21d","label":".agents/skills/aoa-local-stack-bringup/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-local-stack-bringup/examples/runtime.md","source_digest":"4fbe1a35fec00e8e973afd354eba175928a2c500a773e19d69a84bf4f5fcb9c7","source_record_ids":["aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e08e5530b3c8bf3f3e021969"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5dcf7b11fc2c2fa928ee0513","label":"techniques/ingest/media-ingest/perceptual-media-dedupe-with-threshold-review/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/perceptual-media-dedupe-with-threshold-review/notes/second-context-adaptation.md","source_digest":"99591a8d2bc4fcd3f696a6029a908655cee01bba2939c3480dc0555979b71f85","source_record_ids":["aoa:aoa-techniques:artifact:e424aad1e63831ec85e17e49"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:675caa36db4c691a99fb1d7b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5e0c120b2df8b4c6cac3211d","label":"mechanics/distillation/parts/donor-refinery/README.md","provenance_ref":"deterministic","semantic_key":"docs/DONOR_REFINERY_RUBRIC.md","source_digest":"cee148f0b48a1548d01e037a3a3f3a7e02adcb8579bb22d9d9b496eda5db6d67","source_record_ids":["aoa:aoa-techniques:artifact:efad5c18022305012ddd5d4d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:357cb09da645db6ef7373392"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5e17701e6e9358262754a1ee","label":".agents/spark/scenarios/technique-audit/examples/result.example.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/technique-audit/examples/result.example.md","source_digest":"b015034cd8fed590833116a8495bc514774af9a4d7cae877a0d8e68e92be8f41","source_record_ids":["aoa:aoa-techniques:artifact:f52e146564bb2b69ee6051fa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:719a2851b9c036533f1b2a2b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5ea161ba1dd25921f6a57302","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/template-modernization-long-pass-closeout-ledger.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/template-modernization-long-pass-closeout-ledger.md","source_digest":"2919ce69c349574cab1b81bf348800ccf1bec2c3666f078b791444dd72bae09b","source_record_ids":["aoa:aoa-techniques:artifact:eedc42c61f950e5690d7ba1d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:56e2b63fdd15ad84dc554982"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5f5b70cc986ca8541643140f","label":"techniques/continuity/donor-harvest/session-donor-harvest/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/session-donor-harvest/notes/origin-evidence.md","source_digest":"3c09acdc8f5295c3f2f55f2f96af8bfc618e2659647361f552c9458ecc978ebf","source_record_ids":["aoa:aoa-techniques:artifact:3e9aceb127132bf9b8322b77"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7aa97653c8b8d1cb9aca1f2b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5f6c885ba20949996618d9a2","label":".agents/skills/aoa-session-self-diagnose/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-self-diagnose/SKILL.md#generation-2","source_digest":"2234379cea3b5fc8de77598c090ee215a489c62d212482cb289544b64bbec260","source_record_ids":["aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:a87aeab7ae40331d01996f23"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:5fb044ae81a20d6af79e5a71","label":".agents/skills/aoa-dry-run-first/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-dry-run-first/checks/review.md","source_digest":"6db3f939b7b19e4ba8d91673eae4e8ea74bf4e0df298ef660c869a2a302944fd","source_record_ids":["aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:51d7a0cd443ae97ada676ab2"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:60c29392812e88401652cbe6","label":"docs/source-lift/FRONTMATTER_METADATA_SPINE_GUIDE.md","provenance_ref":"deterministic","semantic_key":"docs/FRONTMATTER_METADATA_SPINE_GUIDE.md","source_digest":"84b64b254b8fecbbc21fd654687c262cdbfac6e9b2db0e824ffaf1c841c2138f","source_record_ids":["aoa:aoa-techniques:artifact:6e94e851d6ac4b48a534c1f5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0d2ee890f533b4a170ab4ede"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:60ff577bf1c35ac924d4e72a","label":"techniques/proof/published-summary/latest-alias-plus-history-copy/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/latest-alias-plus-history-copy/notes/canonical-readiness.md","source_digest":"51d18bcd6f2cbaee1cfa74c16be68acf8838f5c0f0d9ffc578ed224c0b9f23a7","source_record_ids":["aoa:aoa-techniques:artifact:16bf5344f444426fc1f01dde"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:77804df5d74c874f5adb97bf"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6102182b11f28da1acd8e934","label":"techniques/governance/decision-routing/decision-fork-cards/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/decision-fork-cards/notes/second-context-adaptation.md","source_digest":"34d8d526e810236d6cdb252ad272262838ab99453e4b7e7534d8265832469aee","source_record_ids":["aoa:aoa-techniques:artifact:0ecc1df43f43ffd931ad3e37"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1870,7 +1672,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:76eea640c24009aec1bfab28"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:661bd99fd548b831570b1499","label":"docs/source-lift/REPO_DOC_SURFACE_LIFT_GUIDE.md","provenance_ref":"deterministic","semantic_key":"docs/REPO_DOC_SURFACE_LIFT_GUIDE.md","source_digest":"32dc31590605f0dd9e1505284fbd97a16b09ca0af1e99e1cffd7ffaf2b294220","source_record_ids":["aoa:aoa-techniques:artifact:d39fb28408cf3fb0f6d77214"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6a4ac1d91e5712e6accbb303"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:66220849667961ba81156f92","label":"mechanics/distillation/legacy/archive/closed-incoming-packets/personal-media-ingest/README.md","provenance_ref":"deterministic","semantic_key":"incoming/personal-ingest-wave-2/README.md","source_digest":"a1536ab1038805ee31145b407a12ef599b291092f462d79b5755418622cac7c9","source_record_ids":["aoa:aoa-techniques:artifact:bf297ada0523627a02099015"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bd37edcadae821d3cc405bef"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:662fbfc053b639acb737e7f9","label":"techniques/proof/review-evidence/single-missing-evidence-request/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/single-missing-evidence-request/TECHNIQUE.md","source_digest":"fcfc0d399e3e1eb2657a2b3dd9df698194ef173fc806cd2e263137cf4fcf55c8","source_record_ids":["aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:a84ff848bbc14cda817c4529"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6699236d46826f3c60ed60bf","label":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md","source_digest":"38e5c080beddc2d7a1681268cf0b422698eb04ba420506b0571edfc15a77b319","source_record_ids":["aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a6e660002df4e4fbe4cf8e67"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:669ebced02cace5c4de8dfef","label":"techniques/knowledge-lift/kag-source-lift/frontmatter-metadata-spine/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/frontmatter-metadata-spine/TECHNIQUE.md","source_digest":"08377f9eaa4d4c382e460f0c901884c6942261afecb4dc6f6d4dd0d4f1701668","source_record_ids":["aoa:aoa-techniques:artifact:8a47b6fe523961d9a211829f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2aa17c96bb7f4fc5dc73f221"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:66f77d02dbc15f2d03898749","label":"techniques/recovery/diagnosis-repair/checkpoint-bound-self-repair/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/checkpoint-bound-self-repair/TECHNIQUE.md","source_digest":"9b499f54004c6acfdcf4a3cd8694b39fa0133870cedf39d9a8439c50647379f6","source_record_ids":["aoa:aoa-techniques:artifact:9d47fb5b56149e06f99641f0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1e8ed9d0696131c5f3b5fa50"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:670f19d7f8660679a18404f1","label":"techniques/governance/promotion-boundary/skill-proposal-handoff-packet/checks/skill-proposal-handoff-packet-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/skill-proposal-handoff-packet/checks/skill-proposal-handoff-packet-checklist.md","source_digest":"ab6db0137f0af3d8a5e79e5d427851995f16d7bcc177bb24bb45439871fed57e","source_record_ids":["aoa:aoa-techniques:artifact:3e612481aa3881957a3ed999"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1880,13 +1681,11 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:c673c8c5f6f2e21753f48ba9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:67ea9f8824ef5c42f5bd67da","label":"mechanics/checkpoint/LANDING_LOG.md","provenance_ref":"deterministic","semantic_key":"mechanics/checkpoint/LANDING_LOG.md","source_digest":"353f2733930bd88c9861727bfc2973b16c42da8a66e50936e8b0866bcfc7924e","source_record_ids":["aoa:aoa-techniques:artifact:a091893937b854517373eaea"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:01df9ef6fb64fb43b42f54de"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:680d5ad93737d14f0a98ec27","label":"techniques/ingest/media-ingest/semantic-media-bucketing-with-vision-plus-ocr/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/semantic-media-bucketing-with-vision-plus-ocr/notes/canonical-readiness.md","source_digest":"71b4412c7ade12823631549bcf8e5f86f0f409622e2bac09bd092c2aea28b051","source_record_ids":["aoa:aoa-techniques:artifact:ef242215d0c0cb6a4c5f3ffa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:53dfebd8df81ed1ae411f67d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:680e31e0c994491d93eecee3","label":"mechanics/audit/PARTS.md","provenance_ref":"deterministic","semantic_key":"mechanics/audit/PARTS.md","source_digest":"aa015457f86e990e4f1283f77b509f8a040b273fb2983e2ce92eab880aa32aff","source_record_ids":["aoa:aoa-techniques:artifact:7f54be3138b924b6fbfa62f2"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7d0274677e27b3ec6286e4be"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:682ca6f65ff96cb5be0ed932","label":".agents/skills/aoa-local-stack-bringup/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-local-stack-bringup/checks/review.md","source_digest":"765995cb6df99aec197beb6db4cf168f7a13a3ec418a217790b63ca83c384f4c","source_record_ids":["aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c35d0c2e782d37cc9ce6b6c1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:68e17813ea0beae037cee30c","label":"mechanics/distillation/legacy/raw/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/legacy/raw/README.md","source_digest":"a819862229ef5d186620aa9d2128f2419ff4a19eabba61f40ea63d9ae3f4703d","source_record_ids":["aoa:aoa-techniques:artifact:12b9435bf6e909efd884670d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:13c99825ee0580eae1624696"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:692b079e79c1f13c43caf9aa","label":"techniques/governance/automation-readiness/automation-fit-matrix/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/automation-fit-matrix/notes/canonical-readiness.md","source_digest":"c3fde1b8715e7bad8f3cb822b8b8ae0e26a5c9c814dc8cf2a1d5fea504c52d2e","source_record_ids":["aoa:aoa-techniques:artifact:42e9856a429747620be84ee3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:116da7a2029997226c834014"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:692ba48cde3868840529ff08","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/instruction-surface-direct-read-migration-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/instruction-surface-direct-read-migration-review.md","source_digest":"7581e9c59a74e1c290e99169df70c5b0302f66d1f4763b3c24c6db0e7884f0c4","source_record_ids":["aoa:aoa-techniques:artifact:c2d3e4c1144ab85477027b71"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a666000cb117e8287914d4f6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6982c4b84a807e548fe86d3f","label":"techniques/knowledge-lift/kag-source-lift/markdown-technique-section-lift/checks/section-lift-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/markdown-technique-section-lift/checks/section-lift-checklist.md","source_digest":"55ef4f46b6a730d864145c285050d2d0ee2369f8c6fc80e13b36f6d7c7bf4725","source_record_ids":["aoa:aoa-techniques:artifact:a829baa589e85c03b4ca3b3b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8f3f5e1f21dc6819f11a60c4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6a0bdc1c601f705ed8ab1516","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/ready-work-graphs-direct-read-migration-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/ready-work-graphs-direct-read-migration-review.md","source_digest":"1d4bfb2393d75845825962d3274af902aa0c66ee8a8315791c398dc600f02097","source_record_ids":["aoa:aoa-techniques:artifact:fde64b8930329509292434ad"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:995dd7656467e68f9ff726c7"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6a4e51cc6ed4dacb5a1e7b80","label":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md","source_digest":"e4b614e2654a77cb7e67cb8f1348cd7d20aaed8a930b4fd8e503cd2166ebe614","source_record_ids":["aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:083654cbfc02878d1aa6e9d0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6a67ab543334a779846fb599","label":"techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/template-backed-field-extraction-after-ocr/notes/external-origin.md","source_digest":"ddb7250207d42283300a5e2d3b7c813b6b37a30cfeb005f5880c35124eb99d2d","source_record_ids":["aoa:aoa-techniques:artifact:56919d594e142a60ba9827b3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a0c4866522b1a941852d242d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6acfae6b5efc0fc715b940f8","label":"techniques/proof/skill-support/bounded-context-map/examples/concrete-infra-context-map.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/bounded-context-map/examples/concrete-infra-context-map.md","source_digest":"39328da2f6657baa75214c9497774b7a53e83215ab5b1db72fca001f2c79b1f5","source_record_ids":["aoa:aoa-techniques:artifact:a9d483b565b3ca3725a7732c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d70310745f03bf38bbee3314"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6b2dd788405bebbf742e394e","label":"mechanics/agon/parts/epistemic-technique-candidates/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/agon/parts/epistemic-technique-candidates/README.md","source_digest":"5d0af8315f46e42dce3f09166b5bcc6ec69541ce91399702028a711692c60ad9","source_record_ids":["aoa:aoa-techniques:artifact:752dd73f52f0df92d973a1f6"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1902,13 +1701,10 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:95f5f984f5c497e55d07ec2d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6cf1e24fc026dd7a5243e7d0","label":"techniques/governance/practice-adoption-lifecycle/adopted-practice-retention-review/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/adopted-practice-retention-review/notes/second-context-adaptation.md","source_digest":"5d0ac3606cb07c9f85433423a422856164b392f46726805218f49e61fca9c705","source_record_ids":["aoa:aoa-techniques:artifact:49fb8f23e2aa902a77cdbc28"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f22700c2654bfad3237d8ca3"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6d127739eaa3ebfaf9eae26e","label":"techniques/execution/ready-work-graphs/dependency-aware-task-graph/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/dependency-aware-task-graph/notes/canonical-readiness.md","source_digest":"14a0bb8737d8963dbd573fab76fd3db30957ba5babd01cac1bc15000de508eec","source_record_ids":["aoa:aoa-techniques:artifact:185816dac7870d4646d8fe8c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8dd763b83ac5927ba12152ed"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6d32267430e11e6dfc95a69c","label":"mechanics/growth-cycle/LANDING_LOG.md","provenance_ref":"deterministic","semantic_key":"mechanics/growth-cycle/LANDING_LOG.md","source_digest":"be5a16710cfe637b7592164c782e3bebaf0ec5b71580eeb46a3bb73cfb4c6c62","source_record_ids":["aoa:aoa-techniques:artifact:3229d65a07995bee24ba7cde"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d01d63beaa907db04f7dfa46"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6d4ab280cca55c5818aa9e23","label":".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md","source_digest":"44d74089c50f419080661c9bdc4d5cc0fb10a1960f32a7322ecd6cda463f0183","source_record_ids":["aoa:aoa-techniques:artifact:e379b806739f12704dccc1db"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a84010e011d5cbdec1625bb6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6d51aa7afa33c82b90921f39","label":"mechanics/boundary-bridge/parts/proof-claim-anchors/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/boundary-bridge/parts/proof-claim-anchors/README.md","source_digest":"5793f06e0dc99682a2292d78a369906a55846c7fb0983fb032cc19c65c1bcb10","source_record_ids":["aoa:aoa-techniques:artifact:a694fe764a34559d55786e26"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5adc20b99e640d5f96358158"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6d825b98d952104bfc8b0b39","label":"techniques/execution/runtime-truth-lifecycle/contextual-host-doctor/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/contextual-host-doctor/TECHNIQUE.md","source_digest":"078e6517c9298185abb9e048174fac6b816021b0198611b02c102c3ded9cfeef","source_record_ids":["aoa:aoa-techniques:artifact:97ec55a68c3b722552006414"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0cbf599f815deb64532baced"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6dacb285677ef612774fad71","label":"techniques/execution/runtime-truth-lifecycle/one-command-service-lifecycle/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/execution/runtime-truth-lifecycle/one-command-service-lifecycle/notes/adverse-effects-review.md","source_digest":"f4ef12f47e877b6f0153a0da9d39c68e09c0e3e1a569bda1f9252fe5da1b198b","source_record_ids":["aoa:aoa-techniques:artifact:316725dd594259131b4ebfc1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:848303ca6eb9e65c8689d6e4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6de2db43ffc0b9e58099535d","label":"techniques/instruction/capability-registry/capability-spec-versioning/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/instruction/capability-registry/capability-spec-versioning/notes/adverse-effects-review.md","source_digest":"a29aa15f30952d4b73db255e96f7605a0cb4383d6280b72c34ed363172dd5405","source_record_ids":["aoa:aoa-techniques:artifact:3d69df87c25122c1cf357990"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:a8559b11d2bfba23b122d053"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6e247b06321c9a1c6a628aa9","label":".agents/skills/aoa-summon/references/no-raw-traces-rule.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-summon/references/no-raw-traces-rule.md","source_digest":"418793b7e7eaf4bf4c0a13d4a59bf85c4c97975fd98af1e23f56eef3fc367036","source_record_ids":["aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:79b77475e880b10e34c9194f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6e38537719d00dbcb55181f8","label":".agents/skills/aoa-change-protocol/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-change-protocol/checks/review.md","source_digest":"96e3ea36a43869afe74cfc749a09ea181e8f1f34a56d17715546eef3d26b9516","source_record_ids":["aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1d3393930a228f83b6a40cc7"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6e3ea3be3f61443ce3a9eeec","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/post-0054-kind-audit-hold-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/post-0054-kind-audit-hold-review.md","source_digest":"989a1f1b33bb6bbf3b4981373f1e76500aad8d74d0387e3a25b459fe650f8479","source_record_ids":["aoa:aoa-techniques:artifact:275c69fea6f4ed237e677ba6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f92b95cb9d792310a0ec10cc"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6e682a486bea0873f853a9fb","label":"techniques/execution/ready-work-graphs/ready-work-from-blocker-graph/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/ready-work-from-blocker-graph/notes/second-context-adaptation.md","source_digest":"b35b276a7fdaebc4d0845f6d43cb8e1b405dbfe64f2dbb973c8a9ae0e1621d48","source_record_ids":["aoa:aoa-techniques:artifact:9a0b70fad3625d6a872e45ba"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8e3ee10826a2f68489e7eda0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6eb148c0ac89124115db5b24","label":".agents/spark/scenarios/registry-sync/templates/result.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/registry-sync/templates/result.md","source_digest":"a5e5a905d14bc953eb123e19f7701e4eafa4047666c4244cb242596bb5b8d2aa","source_record_ids":["aoa:aoa-techniques:artifact:40e8a6bc4b95a6ec0a50833b"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1921,7 +1717,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:eef895c2844923eb68e32f11"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6f7e2ba0e93925792acd284f","label":"mechanics/rpg/legacy/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/rpg/legacy/README.md","source_digest":"e092475eb0fcef3d27a603380023c08f7e167f166d362ccdb3c3b20d521110a0","source_record_ids":["aoa:aoa-techniques:artifact:296de615c38bb185a6e9d89a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ac96ec5fc190fe8bddcfecb4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:6ff9be770492795910369adc","label":"techniques/proof/owner-truth-closeout/workspace-root-ingress-and-mutation-gate/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/workspace-root-ingress-and-mutation-gate/TECHNIQUE.md","source_digest":"276a991207e1bd52a0317508a94f7734c6546d855850a5e4a5dfef4160c41523","source_record_ids":["aoa:aoa-techniques:artifact:10c198fb2fe3f72767a13baf"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:52b6f88b2958eff938f189b1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:7038b13331ac72729490b450","label":"techniques/instruction/instruction-surface/deterministic-context-composition/examples/concrete-skill-doc-composition.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/deterministic-context-composition/examples/concrete-skill-doc-composition.md","source_digest":"6a4afc752c2806725d8e33921687b8d2611183470e462de2ed14002c310a2015","source_record_ids":["aoa:aoa-techniques:artifact:6d45677e2df9609d6014cb60"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:772a3300d2ae3ee9fced7a93"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:7057cca1a9ae3dcdb2c844bb","label":".agents/skills/aoa-invariant-coverage-audit/examples/example.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-invariant-coverage-audit/examples/example.md","source_digest":"89d852dabb324539bd57676088bd72eb7570de06af52f8f9aa2e1793ed9923b5","source_record_ids":["aoa:aoa-techniques:artifact:db990ade493f9666f159a54c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:29421ac62c907187825bb3da"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:70a6fb858b5a32a6035bbbdf","label":"techniques/proof/review-evidence/single-scoped-evidence-reference/checks/single-scoped-evidence-reference-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/single-scoped-evidence-reference/checks/single-scoped-evidence-reference-checklist.md","source_digest":"cb2c39f461ef3f208c5b3ffba0fe7a65062349ffb0540075863f2cc3ab34e1a6","source_record_ids":["aoa:aoa-techniques:artifact:94cf308154b3a9f19d80e58d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b1b22d5cb2a50e807d5d1db8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:70aa96f9555d3b1b255307a9","label":"techniques/proof/skill-support/bounded-context-map/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/bounded-context-map/notes/adverse-effects-review.md","source_digest":"9b6d80616af73a54927e12f0f26c29b8176d45020f7949c97103120b38b1d1f2","source_record_ids":["aoa:aoa-techniques:artifact:ff7a219026d0d6a28fdca068"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6e49b468b4f7f9b2b2477002"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:712b79d0cf727d2c498f39e2","label":"techniques/governance/decision-routing/decision-fork-cards/examples/minimal-decision-fork-cards.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/decision-fork-cards/examples/minimal-decision-fork-cards.md","source_digest":"7519381858a2965f69f03872dee3e657381fd84970a065d38a3ab381d3b88165","source_record_ids":["aoa:aoa-techniques:artifact:b0bd65631ebc6eb9a9b0a8fc"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1936,7 +1731,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:f3d62551899a614547f3566c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:72e49f42748db1e35cc75f24","label":"techniques/proof/published-summary/latest-alias-plus-history-copy/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/latest-alias-plus-history-copy/notes/second-context-adaptation.md","source_digest":"0d34464c54af72b74d7e4f899baa0a57310d003ab0e634854cc683a0f118ceeb","source_record_ids":["aoa:aoa-techniques:artifact:5c9d576af5c4da10e3595e94"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cfe2ade882ee5eb1be683cb6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:7381652be0e0a01da6aea524","label":"techniques/execution/agent-workflows-core/tdd-slice/checks/tdd-slice-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/tdd-slice/checks/tdd-slice-checklist.md","source_digest":"6fe7a9b434340009ec7fc2a35d17a51d8abe09119cdbc862a2235e00f4c1bd98","source_record_ids":["aoa:aoa-techniques:artifact:f2d6e70c07bd2e53d7a767f9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:53d6c7effe52cf37791e7387"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:73b30d709e0bcc1d4cec94f0","label":"CHARTER.md","provenance_ref":"deterministic","semantic_key":"CHARTER.md","source_digest":"df287641481eea425003be6f3ca02b958e6e82763cb6248ea4ed21fd8dddd7ae","source_record_ids":["aoa:aoa-techniques:artifact:91d16dd057bd39f6431e90a1"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:0d1846cf2586a6e0fe69cf2a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:73d5286e47b2385a2cf896bc","label":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md","source_digest":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","source_record_ids":["aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6608bdc918d70542144c53d2"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:745a44fefb48f6d7c356bd22","label":"techniques/governance/practice-adoption-lifecycle/local-pattern-adoption-gate/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/local-pattern-adoption-gate/notes/second-context-adaptation.md","source_digest":"7f4e1bee0505ff8acceda3bf54528107c50e3750c8fbc225b5951f316755a2dc","source_record_ids":["aoa:aoa-techniques:artifact:7985722db682b2ae24772110"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2129cc6ab0ae64aab4507db5"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:7498b3a6f7b4ab607a1bc18e","label":"docs/DOMAIN_MAP.md","provenance_ref":"deterministic","semantic_key":"docs/DOMAIN_MAP.md","source_digest":"dad13d2e9ebd3cf05eb0f3470766284146540cb4737ec51ae367d7612434c20c","source_record_ids":["aoa:aoa-techniques:artifact:3f501b7b16e871d49ec9709d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:186352448f41da3d4c4fb45d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:7499f4529478eb6dbddbc9ec","label":"techniques/instruction/instruction-surface/deterministic-context-composition/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/deterministic-context-composition/TECHNIQUE.md","source_digest":"16a9e04c193f9432a0e7bf86c778f66113b64853f935b773d6b830cdd09f03bc","source_record_ids":["aoa:aoa-techniques:artifact:f34d8211ba9e5f69b85c27a8"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1962,7 +1756,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:d94cfe492539a2cff88878b1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:77dc6a200fdcc2880ead4274","label":"techniques/proof/published-summary/published-summary-remediation-snapshot/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/published-summary-remediation-snapshot/TECHNIQUE.md","source_digest":"b6a0fe2c0f13b681c5346b8225ca1ca16e488b916b4a4405d975da00e9610cd6","source_record_ids":["aoa:aoa-techniques:artifact:e080f32f155a94dc30c4880a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:18c91a4c0d7b8f0585286af6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:78238d699386eeafe64a94ae","label":"techniques/continuity/review-compaction/review-findings-compaction/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/review-findings-compaction/notes/external-origin.md","source_digest":"a055b7042197c3757ba442a5fcfd53b841f7848029a8ad8bf6337c68fb308f8c","source_record_ids":["aoa:aoa-techniques:artifact:ddb9e7c74b8e617d9837c530"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bf110cf7bcea885b78018c94"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:782fc3fb798762850a186dca","label":"techniques/governance/approval-evidence/approval-bound-durable-jobs/examples/minimal-approval-bound-durable-jobs.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/approval-bound-durable-jobs/examples/minimal-approval-bound-durable-jobs.md","source_digest":"75382128d7148daf010bcb1910bd34575e7ac05f959de72240686322af114fd5","source_record_ids":["aoa:aoa-techniques:artifact:11abcd81e43af755ac12fe48"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:74e614843fef08878688c74a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:784e9777e216cd19f037d862","label":".agents/skills/aoa-bounded-context-map/references/context-map.template.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-bounded-context-map/references/context-map.template.md","source_digest":"658236ac8e6f3fa85d4af97d07c4043254cb349c282252c539000374e13c9c36","source_record_ids":["aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ac4e39372ebc3c3ba2dcd016"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:785adadb03c4cd1b5faec21f","label":"techniques/governance/decision-routing/owner-layer-triage/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/owner-layer-triage/notes/origin-evidence.md","source_digest":"40c3b01d53eb89443c97c5f1c1179676dcdfa87724f03555b8a27bdc0836c80f","source_record_ids":["aoa:aoa-techniques:artifact:38cd2647884499fc4cc451a3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:57f4f41b9a9fa9082218b57b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:78988e1498ac4b00f6b2033e","label":"techniques/proof/owner-truth-closeout/audit-to-closeout-proof-loop/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/audit-to-closeout-proof-loop/notes/canonical-readiness.md","source_digest":"7153fcbb78663fc7018d08032704b4dc396b39a2311dbe437d80642c0e51353b","source_record_ids":["aoa:aoa-techniques:artifact:37928ca27eae0731e1f0e156"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:35424fd712084ba3032f419c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:78a23dabf61df04a55b8ab90","label":"techniques/history/history-artifacts/transcript-replay-artifact/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/history/transcript-replay-artifact/notes/external-origin.md","source_digest":"29fa8be0dd88765d6a0d2a1d3af4c440f16b5dc694fb62dc0efd646cc7731c5c","source_record_ids":["aoa:aoa-techniques:artifact:775dc875b361703c3f9ded24"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -1971,7 +1764,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:142aa22a7f7bc6a605ea9c4b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:79064de906bd54e9a039083f","label":"techniques/continuity/handoff-continuation/structured-handoff-before-compaction/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/structured-handoff-before-compaction/notes/external-origin.md","source_digest":"49a33d16aa5d3d4c1e845d4c0e8a2cdf67fb8d97864d19f7dbc4c972b8083ce6","source_record_ids":["aoa:aoa-techniques:artifact:61434b454f6f32931f67d552"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6a8178209fb899ebd08acacd"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:791e7de989a1df55c035bb5f","label":"mechanics/distillation/legacy/archive/closed-incoming-packets/personal-media-ingest/support/CODEX_HANDOFF.md","provenance_ref":"deterministic","semantic_key":"incoming/personal-ingest-wave-2/support/CODEX_HANDOFF.md","source_digest":"9962e062a330f769ce0c93592885ef47c874b263dad9d2ffafbccd4beac48e75","source_record_ids":["aoa:aoa-techniques:artifact:29ba22ffb17eb05350a6c5d8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:eb8ece9755c73ab5e71209ff"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:79645c0a7d2422697bb850b9","label":"techniques/instruction/skill-discovery/skill-marketplace-curation/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/skill-marketplace-curation/TECHNIQUE.md","source_digest":"f4dc70d9e48eb95e65ddc9af01a844ff73f02a305266adc340891cad961a4392","source_record_ids":["aoa:aoa-techniques:artifact:b2f790fa2500d6087ca80c09"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:04a807a1f7901a1c9da73657"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:79a3a30604dae369607feb28","label":".agents/skills/aoa-summon/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-summon/SKILL.md","source_digest":"caf514b6e9084bfc7d6dcf8b499de37136fe62a9e602b0dde78bbe5552f24100","source_record_ids":["aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5074af8a54c3e80460e40232"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:79b26b1354b76172ba6e834e","label":"techniques/instruction/instruction-surface/single-source-rule-distribution/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/single-source-rule-distribution/notes/second-context-adaptation.md","source_digest":"6b62f457006d99fd75a873f3249f865a473169c8697106914391e4048a126f16","source_record_ids":["aoa:aoa-techniques:artifact:418c6be0e0b584548a956f40"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:32a7b6a4c969d08f58640b60"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:79ce1d24302a862126ee82e9","label":"techniques/recovery/antifragility-recovery/degrade-reground-recover/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/recovery/antifragility-recovery/degrade-reground-recover/notes/adverse-effects-review.md","source_digest":"bf42d401292b8eab165e8d179eae2b06080e892371778475a1c54b7ecbeec10e","source_record_ids":["aoa:aoa-techniques:artifact:668602d12278637f70543b4d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b72ae1c75b40791651fbaa99"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:7a0d9e7ca3f46cec684ad89e","label":"techniques/governance/promotion-boundary/skill-proposal-handoff-packet/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/governance/promotion-boundary/skill-proposal-handoff-packet/notes/adverse-effects-review.md","source_digest":"bc4f62f25be17e39ecbdf7e54a66a42a29f072030388723aac0f8701cdd46a98","source_record_ids":["aoa:aoa-techniques:artifact:dd04d0af82ba41af3df01d08"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2006,7 +1798,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:7dcd33a43c6d37705e124c84","label":"mechanics/distillation/ROADMAP.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/ROADMAP.md","source_digest":"ae5d55aa56c9cf9de961f1799e00192a0d144613706b9c4bc968995b60b2c989","source_record_ids":["aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:40c2db607c2d1a2d4c5cdd93"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:7e33bb4be601ae3a11854281","label":"techniques/instruction/instruction-surface/nested-rule-loading/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/nested-rule-loading/notes/external-origin.md","source_digest":"fa7c2c626671116e602283f8c7f47f17dfb8ffdd68ec3b40738ab99540067ab8","source_record_ids":["aoa:aoa-techniques:artifact:97e517af0cbecc6c77b705e9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:017f335b4e63a974f1df37d5"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:7e523e47c69fc766cd7f338f","label":"techniques/instruction/instruction-surface/cross-agent-skill-propagation/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/cross-agent-skill-propagation/notes/external-import-review.md","source_digest":"a46d966028cfc86ebdb4d43a6ba941b60ab318fe718d9722433156cc7c402a1d","source_record_ids":["aoa:aoa-techniques:artifact:fbaabdfe7f365255aa96e605"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:81e751c5767d42cef22832dd"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:7e56feb8423cfcfac434adf0","label":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md","source_digest":"dea9c168056d0338c5ed512845e2736c8d9bef84aafae2c375344c4e42600fab","source_record_ids":["aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:65b8ddf85f85d1b853235c46"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:7ec4abea4f3ed2acc19c7454","label":"techniques/continuity/handoff-continuation/channelized-agent-mailbox/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/channelized-agent-mailbox/notes/external-origin.md","source_digest":"8421ae6a476542f25c42114ae2db81ec29a3c4787cf05008dd6c6f7047faec4a","source_record_ids":["aoa:aoa-techniques:artifact:c2ab7234a2be754ba0047f9a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:da4801eacd603b9bb77770c9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:7edb14f69cbf6358fe9dfbfe","label":"techniques/governance/practice-adoption-lifecycle/adopted-practice-retention-review/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/adopted-practice-retention-review/TECHNIQUE.md","source_digest":"edc0b9ec478f66938429b6cf62f10ccb5c3d7c40d29e73d31628486d79e5802d","source_record_ids":["aoa:aoa-techniques:artifact:20f49fedeeee87ed2a390691"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5c1edf487d57cdaba1b745df"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:7ee08229e1a96106ebb35c4c","label":"techniques/continuity/handoff-continuation/channelized-agent-mailbox/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/channelized-agent-mailbox/TECHNIQUE.md","source_digest":"40c6401ee731d822c477d9f1ddf9593c995462a908dc85c096eef8112e249297","source_record_ids":["aoa:aoa-techniques:artifact:91a8a9b129a8af2bb69487ef"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2079,7 +1870,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:23f6ab7a9657dd024034517c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:88b1de5aedd7bfbcf53198e6","label":"techniques/ingest/media-ingest/perceptual-media-dedupe-with-threshold-review/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/perceptual-media-dedupe-with-threshold-review/TECHNIQUE.md","source_digest":"ddd899c732ec9e7642426b9f3d62a91ae3712348d24c191d1aca8496aad60b42","source_record_ids":["aoa:aoa-techniques:artifact:1f075c343588762780b816f9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:33fdc294f9a086fef0b51fd4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:88c90f6622a6ece9c80416a8","label":"techniques/execution/ready-work-graphs/ready-work-from-blocker-graph/checks/ready-work-from-blocker-graph-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/ready-work-from-blocker-graph/checks/ready-work-from-blocker-graph-checklist.md","source_digest":"5220221d624a0dab60f3e47b42bc65db4bf3ad81904fb0f4d4a3cf2fb8d503db","source_record_ids":["aoa:aoa-techniques:artifact:07a822b245abe80d3e88549d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b16ccad9d7080baa19c64402"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:892716fafd4aa82883ef374c","label":"techniques/knowledge-lift/kag-source-lift/semantic-review-surface-lift/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/semantic-review-surface-lift/TECHNIQUE.md","source_digest":"46ec4177937b9a494049310aaa29605664167122ed8334dbb216d6beadde15f4","source_record_ids":["aoa:aoa-techniques:artifact:f5cb82211a3c603b88454242"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:83f889da9b259842d99e9f7f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8936f094b83ecc84d7680dc8","label":".agents/skills/aoa-approval-gate-check/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-approval-gate-check/examples/runtime.md","source_digest":"8df2a25434c807b0a1f661918a8847abd9e6e15df305136389b41c720203fa7e","source_record_ids":["aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0eac6758d1787e0dc33ecdd7"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:894460c7318190c5d47946ca","label":"mechanics/distillation/parts/agon-candidate-handoff/gates/frontier/first-narrowing-frontier-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/agon-candidate-handoff/gates/frontier/first-narrowing-frontier-review.md","source_digest":"2a120e379a585e3ce38deb30c8110da3e8a6744b553190726d7a9b577282e333","source_record_ids":["aoa:aoa-techniques:artifact:e68b4f8f3db02cf31cb0e74b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:eb3bc154b0475606ecf107f1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:89a0e0f1cd58b2d9ccfa8992","label":"techniques/recovery/antifragility-recovery/isolated-service-stop-on-shared-substrate/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/recovery/antifragility-recovery/isolated-service-stop-on-shared-substrate/notes/adverse-effects-review.md","source_digest":"e7b07c8ab97552a85601c1a4f04d23b92704c620fb66cf1888cfbbc0a845df82","source_record_ids":["aoa:aoa-techniques:artifact:dfac5f448040319a3eb5e49b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8cf0f88821697b8fb23b716c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:89bf412a906ff5b00f9519b6","label":"techniques/continuity/handoff-continuation/channelized-agent-mailbox/checks/channelized-agent-mailbox-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/channelized-agent-mailbox/checks/channelized-agent-mailbox-checklist.md","source_digest":"b3f0e91d8d30384890ff39e459e7bf745af762975e98deeb61beca3ba7c99a8a","source_record_ids":["aoa:aoa-techniques:artifact:ab869d595593a59d02d3c895"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2093,7 +1883,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:4f1d4acbc72acb7fedf4c89e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8aab5ceac994edb060ee5a30","label":"techniques/proof/evaluation-chain/signal-first-gate-promotion/examples/concrete-repo-validation-rollout.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/signal-first-gate-promotion/examples/concrete-repo-validation-rollout.md","source_digest":"9ab349bae93b935180ae512de154f4c47726203b820440a9005b8e9c5f76a39f","source_record_ids":["aoa:aoa-techniques:artifact:2002924304ceb7f1e77f3b23"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8717cb6d4d8acee0422f6336"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8ab04bdbdee0506af6258151","label":"techniques/knowledge-lift/kag-source-lift/markdown-technique-section-lift/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/markdown-technique-section-lift/notes/canonical-readiness.md","source_digest":"896610dc1a3d389a159fa22f22e910ae06c90bbfd6c05849927ee80675c11d66","source_record_ids":["aoa:aoa-techniques:artifact:f3be9a30cb2c2dd0c96a5ce2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4e699262a0ad253cf301f8b4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8ab6499f6807298adcfbad9b","label":"techniques/instruction/docs-boundary/public-safe-artifact-sanitization/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/public-safe-artifact-sanitization/notes/canonical-readiness.md","source_digest":"944b1443d58e0f73e228134cf92505220234eab54316c4419364592460be6794","source_record_ids":["aoa:aoa-techniques:artifact:a5e7d30a9b00589ad9384acc"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:3b2f31fba5c75d1bacff69ef"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8ac1e1b6baff4ef083236586","label":".agents/skills/aoa-session-progression-lift/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-progression-lift/SKILL.md#generation-2","source_digest":"de83ec905eb3d1f0bc81c63dcb73b3f487e102e527fc225d175977cf13f99332","source_record_ids":["aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:950ad411ab6371076c51ac50"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8ae10b418907917e9681ceb7","label":".agents/spark/scenarios/diff-review/templates/handoff.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/diff-review/templates/handoff.md","source_digest":"b8268b211c9f92be661c300a96fc923d9f63c7b815474aa6d6160e4d8d4075ab","source_record_ids":["aoa:aoa-techniques:artifact:3e9189e1241a3ac1cdf107d8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ec5d751262748e9544ae1b4a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8af15f90bd8be8472dd8bbd4","label":"techniques/instruction/instruction-surface/profile-preset-composition/examples/minimal-profile-preset-composition.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/profile-preset-composition/examples/minimal-profile-preset-composition.md","source_digest":"e08b9b2c20730a63c741cb96ca99757cfa8e87ac1689a8e1421b2446897a616e","source_record_ids":["aoa:aoa-techniques:artifact:cd0a9eb47b3966652f71e09d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7aa5ab74cbc3967ff1e577e0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8b058af163f5433665af05ca","label":"techniques/execution/agent-workflows-core/tdd-slice/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/tdd-slice/notes/adverse-effects-review.md","source_digest":"9d92f2ee4ecae86b8ddd7fd652dde4531b993eca4cc9724845e7f45b6adb0428","source_record_ids":["aoa:aoa-techniques:artifact:a1afdb3c074add1c3a1a07da"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2107,7 +1896,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:82634a7721aa2c2e5b9a5117"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8d229390c5838392843c4564","label":"templates/ORIGIN_EVIDENCE.template.md","provenance_ref":"deterministic","semantic_key":"templates/ORIGIN_EVIDENCE.template.md","source_digest":"b3bbfcc525319f920b20dc912f74d10d27cdb43dbb66c732ec279fa0c5d5e57e","source_record_ids":["aoa:aoa-techniques:artifact:19a95b5703325bdf7db53c9a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6ec95f8cfbe9685d5e9889e0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8d2975090a79e65ac55c1bc4","label":"docs/TECHNIQUE_TOPOLOGY_CONTRACT.md","provenance_ref":"deterministic","semantic_key":"docs/TECHNIQUE_TOPOLOGY_CONTRACT.md","source_digest":"aae3f60876e0fea81fe34cd57b7fa4b9626a2633aa56429f672b1fa414ca0830","source_record_ids":["aoa:aoa-techniques:artifact:9f5122ba6b49b003ce4d99e8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:00c61e6409abd64cea21273a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8d9339f83a3d5331376109c7","label":"legacy/receipts/2026-05-05-antifragility-recovery-tree-pilot.md","provenance_ref":"deterministic","semantic_key":"legacy/receipts/2026-05-05-antifragility-recovery-tree-pilot.md","source_digest":"3b46ad830ab9118e0ee300963009fe7e6e1485a35b4d326f119738525c00e56d","source_record_ids":["aoa:aoa-techniques:artifact:8436895251001fc44adad2b2"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7aaf5296b3966381481500c1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8d933c54442572743bb67c72","label":"docs/readers/repo/REPO_DOC_SURFACES.md","provenance_ref":"deterministic","semantic_key":"docs/readers/repo/REPO_DOC_SURFACES.md","source_digest":"c74fa7f18f169e499e050177506b6dc7c4bbecdb856817fe15039b765c876188","source_record_ids":["aoa:aoa-techniques:artifact:940d59d9f62194485f676afc"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:7aaf5296b3966381481500c1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8d933c54442572743bb67c72","label":"docs/readers/repo/REPO_DOC_SURFACES.md","provenance_ref":"deterministic","semantic_key":"docs/readers/repo/REPO_DOC_SURFACES.md","source_digest":"441104a140e8871f6fda933198a494c84b736d6d81a616613844567f4e81f0d5","source_record_ids":["aoa:aoa-techniques:artifact:940d59d9f62194485f676afc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:83729c28bb45671496728d93"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8dcff3d04e84a898341b5c9d","label":"techniques/tool-use/tool-gateway/mcp-gateway-proxy/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/tool-use/tool-gateway/mcp-gateway-proxy/notes/adverse-effects-review.md","source_digest":"7181b9ba388fa995b6c090e2be286393419667fd3f4bb2a90cca5aa7e9315df8","source_record_ids":["aoa:aoa-techniques:artifact:593b87520798a1beb754a261"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2792e777e5688ad51226131f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8dd44729074f06fc47409964","label":"techniques/execution/ready-work-graphs/dependency-aware-task-graph/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/dependency-aware-task-graph/TECHNIQUE.md","source_digest":"69f626181f63dd4f64fc8d4a979660fe75e9449908bd992c11c454b7ab9ab50e","source_record_ids":["aoa:aoa-techniques:artifact:8d203d23eef6ff47e8bd6755"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2aed6204874d78943cb88c4b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8dde81358a7c04e366f53d77","label":"techniques/instruction/instruction-surface/upstream-mirroring-with-provenance/checks/upstream-mirroring-with-provenance-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/upstream-mirroring-with-provenance/checks/upstream-mirroring-with-provenance-checklist.md","source_digest":"35480530a4d703175e8e2deda635ab36ab245af8734b368f5f842fc07c24f3a2","source_record_ids":["aoa:aoa-techniques:artifact:93726270ba3ddfca31de58fe"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2119,7 +1908,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:21f09c41a507b118733cdbb5"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8edb98196418819f841163e2","label":"techniques/instruction/instruction-surface/cross-agent-skill-propagation/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/instruction/instruction-surface/cross-agent-skill-propagation/notes/adverse-effects-review.md","source_digest":"425eb3a789c8edb80cadc290f65a2fa1892db6f1e664c0f4cfe7e83a08059c93","source_record_ids":["aoa:aoa-techniques:artifact:8f65fd2dded84d84cb50acb8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:54f1c1f485a4f924760e75b2"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8f1cc6098f93f9aebf3274cb","label":"mechanics/checkpoint/ROADMAP.md","provenance_ref":"deterministic","semantic_key":"mechanics/checkpoint/ROADMAP.md","source_digest":"0664d27bc974412aec590d20258254b8a903da3b771dff28288ac51972b6312c","source_record_ids":["aoa:aoa-techniques:artifact:550ab2a04a7e853406390620"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7b91d3196b2d38fed0fd951e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8f47ec90e7a4a9bc0e18de59","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/template-modernization-long-pass-proof-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/template-modernization-long-pass-proof-review.md","source_digest":"ddfca17844df11c1d73ee303d819d743f9b4e0aa0f869e5feda7f5846caf97bc","source_record_ids":["aoa:aoa-techniques:artifact:5a427c584fa1429f11e93829"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:69755c426b6e4dd041959645"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8f52f69011c66345665a02cf","label":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md","source_digest":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","source_record_ids":["aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:02b831f4b9c92abe0f1b89c8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8f5a07abde43f9e7263107e5","label":"techniques/instruction/docs-boundary/decision-rationale-recording/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/decision-rationale-recording/notes/canonical-readiness.md","source_digest":"2763fc0f00d9719d7e52769a5e49b0f9f534ed4371f7692a91451a0ede557401","source_record_ids":["aoa:aoa-techniques:artifact:5e8674a380f927a6b5189653"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0e52a1856d9a923ccd79db7e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8f6280a646006c9b9d61a9f3","label":"techniques/proof/review-evidence/single-missing-evidence-request/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/proof/review-evidence/single-missing-evidence-request/notes/adverse-effects-review.md","source_digest":"10f5a2161b11c7d79495225c5813dcc1c396a43fdcb1adebeafe1f1b321433bb","source_record_ids":["aoa:aoa-techniques:artifact:3b7fbc648896f1e80dc4f157"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c5057bfcf6f7c24d7dac38f5"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:8f6f953e9c29292499eaacd2","label":"techniques/execution/agent-workflows-core/stateless-single-shot-agent/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/stateless-single-shot-agent/notes/canonical-readiness.md","source_digest":"2e76889baa41b3ddb2bc5b990e776b27226f2025e60d5f58c7313a4905437a59","source_record_ids":["aoa:aoa-techniques:artifact:c35d3e7628bf7ce9e247dee6"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2135,7 +1923,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:7bb286afd32f30de3ff4b3a6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:90f6252772fa3dced8357725","label":"techniques/instruction/instruction-surface/profile-preset-composition/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/profile-preset-composition/notes/canonical-readiness.md","source_digest":"47642b66b680a6a3223525dbf17920ca8254a1cc2679307c0f0d7d0fb841af5a","source_record_ids":["aoa:aoa-techniques:artifact:7b55c8d13fa2d110fa3a6daa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f795248e3df57fb362b32e5f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:91527d5ed5e28246507f2c54","label":"mechanics/distillation/parts/agon-candidate-handoff/gates/evidence-notes/request-evidence-gate-evidence-note.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/agon-candidate-handoff/gates/evidence-notes/request-evidence-gate-evidence-note.md","source_digest":"c33e3a1462c5e30efdb55aa979815c762ce152823cf0f7c2b94989e163af6169","source_record_ids":["aoa:aoa-techniques:artifact:50268f67ec3c1db46073779c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a129c03a795d91171919999b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:916f7e4fd41af97d6f6c04ca","label":"techniques/history/history-artifacts/session-capture-as-repo-artifact/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/history/history-artifacts/session-capture-as-repo-artifact/notes/adverse-effects-review.md","source_digest":"09ba3e46b7bbd2259a724f1bcc0f15ac6d3311d543820e0c5945597e8d041c54","source_record_ids":["aoa:aoa-techniques:artifact:31dade248f47e32d98ed67e1"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:bdfbc9e45f97cdf55479ac8e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:917bf93d7a65b64a148f0351","label":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md#generation-2","source_digest":"651ba9e9ea35c6ac8b7ff6f9742db57721b5998cbba03b1e9501b5b00729d7ca","source_record_ids":["aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ce0e28e0fc99f6c2f58946fb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9192e7564fa3875ec02ab625","label":"mechanics/distillation/legacy/archive/closed-incoming-packets/chat-handoff-bounded-continuation/docs/CHAT_HANDOFF_BOUNDED_CONTINUATION_PLANTING_ORDER.md","provenance_ref":"deterministic","semantic_key":"incoming/chat-wave-3-handoff-bounded-continuation/docs/CHAT_WAVE_3_PLANTING_ORDER.md","source_digest":"8e2dee14d5761bb00c6bf4ff04b5170a737c7ccb27a69cd561f3687e1127e3f9","source_record_ids":["aoa:aoa-techniques:artifact:57e29e91d362cfc1ba48774f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:210497178ebbcde3f47bdf59"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9195b6ea7c751a2fa5d9c24e","label":"techniques/recovery/diagnosis-repair/repair-shape-from-diagnosis/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/repair-shape-from-diagnosis/notes/canonical-readiness.md","source_digest":"46505296485435c452962fc99d45339486132d08b073eeca0e41e2e7a1149d9e","source_record_ids":["aoa:aoa-techniques:artifact:4f36272c4234dbbae41dbd33"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5c375e768813186de454ffe6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:91ab4e15218be0913279ef93","label":"techniques/history/history-artifacts/witness-trace-as-reviewable-artifact/examples/minimal-witness-trace-as-reviewable-artifact.md","provenance_ref":"deterministic","semantic_key":"techniques/history/witness-trace-as-reviewable-artifact/examples/minimal-witness-trace-as-reviewable-artifact.md","source_digest":"692dc21edfdd4515c53df3011c3261faef60f6ed5160860a45ec2e194ea1ed5d","source_record_ids":["aoa:aoa-techniques:artifact:e27987c3f86939f7cf8acbfa"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2144,7 +1931,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:41a4a6992042d80f16919913"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:92362027633662401388f994","label":"techniques/history/history-artifacts/versionable-session-transcripts/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/history/versionable-session-transcripts/notes/second-context-adaptation.md","source_digest":"8e30843b5103d7579beade860222429371064c4dce6bb1dc0e50654cef345f41","source_record_ids":["aoa:aoa-techniques:artifact:42a1bce7a1fd9cd489ba6462"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e7934f42394dc6299c4db126"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9328ebe5f504b0a786a9fbcf","label":"mechanics/distillation/parts/agon-candidate-handoff/gates/examples/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/agon-candidate-handoff/gates/examples/README.md","source_digest":"e7fb20c2f9e39bdd6e6f34132762605274a5b99aa5c96ed3038eb8f869d7ef20","source_record_ids":["aoa:aoa-techniques:artifact:751a8fb315e31b4d762f980f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cee1435f9eecc30462bd63ff"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:937e6abcc4d5148c168e693f","label":"techniques/recovery/antifragility-recovery/stress-receipt-reground-closeout/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/system-recovery/stress-receipt-reground-closeout/notes/origin-evidence.md","source_digest":"61e1a0aba59eb940b986e00eece4b00ff132dcf6f855b2556b0c7a71e055ee56","source_record_ids":["aoa:aoa-techniques:artifact:7fd8ba0b794452c5913033cd"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:17eede8e1ea204f728dad114"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:93ac0ff021b12b168c44961e","label":".agents/skills/aoa-property-invariants/references/invariant-shapes.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-property-invariants/references/invariant-shapes.md","source_digest":"85f2509112b6a74d0c6df1912ce600b8187ce8332e509955cb960f0d74e88f39","source_record_ids":["aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b98536c44ad0dbaf3f450546"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:943194b18cfd455aeaf4f19c","label":"techniques/governance/promotion-boundary/nearest-wrong-target-rejection/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/nearest-wrong-target-rejection/notes/second-context-adaptation.md","source_digest":"d91fc4ce1a82cc8c3858bfed4e8537eefab00bf871f32d4609908a3b4ef8a740","source_record_ids":["aoa:aoa-techniques:artifact:bb3208d231ee4a99ecb4b8ba"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:37598a7baeed5cc9b6bc3087"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:946b5afb1a82e9d7f766214a","label":"SECURITY.md","provenance_ref":"deterministic","semantic_key":"SECURITY.md","source_digest":"6f3a7dee9a9a09b7f389be59610a44bf12a907a78aa75191091bbb3caff072a7","source_record_ids":["aoa:aoa-techniques:artifact:f6ed156e4bf5c79168066246"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2d79d8e3419fb4e101b1a3a6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:94ced7ac3b1d2b0780370e63","label":"techniques/governance/automation-readiness/human-loop-to-first-landing/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/human-loop-to-seed-lift/notes/second-context-adaptation.md","source_digest":"c8d7f9307266e1c8784e46f5ca1a13c2e8dbaa1e282e43be292f907d737110a5","source_record_ids":["aoa:aoa-techniques:artifact:1894e8e0df0b62f819cc6635"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2157,7 +1943,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:19e989a0150447da22d57d3b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:95b3f840fd40ed151b21be46","label":"techniques/history/history-artifacts/versionable-session-transcripts/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/history/versionable-session-transcripts/notes/canonical-readiness.md","source_digest":"d4b258e22a9702aedb5d50dcc795188f1a24f1b4f65ffafb9fc6972271f5272f","source_record_ids":["aoa:aoa-techniques:artifact:54d364b4d0b1d29da70a2919"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e4930a74bbd2b14094546ba1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:95ec8a5d6bbcf8f914db9687","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-skill-support-pilot-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-skill-support-pilot-review.md","source_digest":"a4093dd20c27c4910b20168075830a915d1d7abac6ddd645164c51f662628558","source_record_ids":["aoa:aoa-techniques:artifact:b7567a91dd210d6a04eff7a8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:20dd5930048f63df41aa78d9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:964c8a0997f5285f0539f57c","label":"techniques/knowledge-lift/kag-source-lift/repo-doc-surface-lift/examples/minimal-repo-doc-surface-lift.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/repo-doc-surface-lift/examples/minimal-repo-doc-surface-lift.md","source_digest":"71c344520141312292d4c894d71cb8c08703dd5844a42102739f03053d41d7bf","source_record_ids":["aoa:aoa-techniques:artifact:58d19e21db61f98b73bcd99d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:e6b95507566e68b3d9dea079"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:96b92e2402eff06f5d756752","label":".agents/skills/aoa-session-donor-harvest/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-donor-harvest/SKILL.md#generation-2","source_digest":"9a884a6a0dff07a3b0b831c2f504aba202706609d9138203cbdea01c114f4cde","source_record_ids":["aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1bae7da365b39d0b65c274e9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:970adbdb9d6f0231ef08f0f7","label":"mechanics/method-growth/parts/pattern-adoption/README.md","provenance_ref":"deterministic","semantic_key":"docs/TECHNIQUE_PATTERN_ADOPTION.md","source_digest":"673ccaab13ed4e806903f2750bcb27815f90d8daed6dfd2e2cb05e99ba1cfdf7","source_record_ids":["aoa:aoa-techniques:artifact:e6e48cb33fdd2273db0fe1ce"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fd9b8bd017678d9b70685c9b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9728c129625a6c0abacda514","label":".agents/spark/scenarios/candidate-scout/PROMPT.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/candidate-scout/PROMPT.md","source_digest":"addd1baa2c8fd61d40441a94795900b0d1d1355dbc77b5bf15253d41c87bc769","source_record_ids":["aoa:aoa-techniques:artifact:53068e6c538f8880c777eac3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:67f3e943565f13b54b84ae71"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:975420c6ac0200814029cf0e","label":"techniques/continuity/handoff-continuation/cross-repo-resource-map-bootstrap/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/continuity/handoff-continuation/cross-repo-resource-map-bootstrap/notes/adverse-effects-review.md","source_digest":"513c4b848cd71caa1b483189ca471e1c721a174e517061183d5d4a7043960b46","source_record_ids":["aoa:aoa-techniques:artifact:6cbc0bd9d24e6cedb378fe63"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2176,7 +1961,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:df2aa342a0c15341f888a168"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9a9b12b0b7790fadbdaaa6ba","label":"mechanics/release-support/legacy/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/release-support/legacy/README.md","source_digest":"fadaccb8461a389b3d853c41d692beae1bfd02d44c5fc98a498e3ebf51135c01","source_record_ids":["aoa:aoa-techniques:artifact:6904ce45be061689fe7ae2b2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5dc1021730de907dc8367cc5"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9ab8f68a2d9144336f783e60","label":"mechanics/audit/DIRECTION.md","provenance_ref":"deterministic","semantic_key":"mechanics/audit/DIRECTION.md","source_digest":"dc197d25856be3ae2ab4899e4958b3629607562b423687005f3f4ec03e6bdfae","source_record_ids":["aoa:aoa-techniques:artifact:eb6c24d59a47db9050ba9877"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:14693034249e48a79c564cc9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9ab93d79aab2d99a78ff67e8","label":"mechanics/questbook/parts/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/questbook/parts/README.md","source_digest":"f1094d5e6aac9f2fd47b4478d215e312fe51678f54c6bb93ce947480c5802782","source_record_ids":["aoa:aoa-techniques:artifact:22832d0538584eb3a49c3964"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:a32eaa6335966eec7b1a1e2d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9add4912ae92cf85c20961aa","label":".agents/skills/aoa-commit-growth-seam/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-commit-growth-seam/checks/review.md","source_digest":"06791eb6ddefda2908c52b17f2e796bcdaf82ea7e7f8e6244f5a887140ff9c47","source_record_ids":["aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:de382c146bb929514e50bc73"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9b7c8fc3300af2d4cec8e1f7","label":"legacy/receipts/2026-05-05-tool-gateway-tree-pilot.md","provenance_ref":"deterministic","semantic_key":"legacy/receipts/2026-05-05-tool-gateway-tree-pilot.md","source_digest":"b1ef62b9d8210e575d265b989caa2c7d5ce299d40e0223f8c96dbf9328f945af","source_record_ids":["aoa:aoa-techniques:artifact:2c98b7c351da77c5120eb84d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b5b106e71d323cbf28c76a0e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9ba9fb4290b7da458352a48c","label":"techniques/ingest/media-ingest/telegram-export-normalization-to-local-store/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/ingest/media-ingest/telegram-export-normalization-to-local-store/notes/adverse-effects-review.md","source_digest":"31baf96e7a78790f2a4c1a605543e1f62d29d88a70e41c9aa83b1e4370333fc2","source_record_ids":["aoa:aoa-techniques:artifact:103b587717e7a88551b13655"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6c171549dd243fddc47e6de8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9bdc89bf607fa611fcf87e0a","label":"mechanics/method-growth/parts/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/method-growth/parts/README.md","source_digest":"0a872c32f1a7606d43e6e66da1e0104165582ec21e118d68bf7897117b7d08f5","source_record_ids":["aoa:aoa-techniques:artifact:42afdfcc23e587466bcbd77f"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2202,12 +1986,10 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:bcb3c179f9ebc59fc6771835"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9df55af9eb697e9523e781b7","label":"docs/review/CANONICAL_REVIEW_GUIDE.md","provenance_ref":"deterministic","semantic_key":"docs/CANONICAL_REVIEW_GUIDE.md","source_digest":"c1090b96c10f8c0944e6523762b4a81a88f5b07eba7bf544ff4e9da9a291e774","source_record_ids":["aoa:aoa-techniques:artifact:4ac7da18a129100dac72e35a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0751c863fea0419d2a625b17"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9e0bba3ccb8c28ae7e2dff16","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-capability-boundary-pilot-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-capability-boundary-pilot-review.md","source_digest":"88441d03a6ef8a5bdd37137dc9b58f48e4cb8c9ba07810c348071551184492c4","source_record_ids":["aoa:aoa-techniques:artifact:f8e10b7a9deea208197e75d8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:901d79ba1a78e90eda4180af"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9e1e3482c83e4f727f3b1f3c","label":".agents/spark/scenarios/technique-refinement/templates/handoff.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/technique-refinement/templates/handoff.md","source_digest":"b86b21330b0da44a8826eea65d99d3c1ce24f2e192df00bdf07914453c93dfca","source_record_ids":["aoa:aoa-techniques:artifact:65aab6e00bd219449f8e0604"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:79196c966016f369c330aea3"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9e9701806eb0c77b7a5b4fed","label":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md","source_digest":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","source_record_ids":["aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:eb797fd1dcf3ee059fc56ecb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9ee363a6cbfacb65a229f638","label":"techniques/instruction/instruction-surface/deterministic-context-composition/checks/deterministic-context-composition-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/deterministic-context-composition/checks/deterministic-context-composition-checklist.md","source_digest":"5890e351db82c5f352282c025755bb3ad6df668790060e8725b84306673dc8b8","source_record_ids":["aoa:aoa-techniques:artifact:b4699b964a4c82406078b167"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:54ffee2f3976fec0ce204e3f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9efa7da0afee8a0c51c04e18","label":"techniques/instruction/capability-boundary/multi-source-primary-input-provenance/checks/multi-source-primary-input-provenance-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/multi-source-primary-input-provenance/checks/multi-source-primary-input-provenance-checklist.md","source_digest":"bb69412bdfe930d289cf7fcba125b0e5464494287a23d63361f93482c55dbfba","source_record_ids":["aoa:aoa-techniques:artifact:f51787100e1ffad936185849"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3fbaf7c4d3fd1375f9ccd6d5"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9f2efb17ec936e33aea603d8","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/semantic/INSTRUCTION_SURFACE_SEMANTIC_REVIEW.md","provenance_ref":"deterministic","semantic_key":"docs/INSTRUCTION_SURFACE_SEMANTIC_REVIEW.md","source_digest":"2624da0487572eec36b883c4ebdd4788a24067111250e59b501360ac86cd2ca8","source_record_ids":["aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:edee9d57ff8acab27b54b620"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9f93d90c1f9f652bde4d5b54","label":"techniques/ingest/media-ingest/telegram-export-normalization-to-local-store/examples/minimal-telegram-export-normalization-to-local-store.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/telegram-export-normalization-to-local-store/examples/minimal-telegram-export-normalization-to-local-store.md","source_digest":"772badec6cb0d267b7a65e512e04eb49f8111519d58a8a554004221c1dd92785","source_record_ids":["aoa:aoa-techniques:artifact:22ca698c0b795bf598928106"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:260342ab54f7912e4e4d8670"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9fb8a8e551bd3706e9f387c2","label":".agents/skills/aoa-core-logic-boundary/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-core-logic-boundary/SKILL.md","source_digest":"de793750042007cfd50adfd040d4d95928e622dcef6201a234e2fdc8bbbd20a3","source_record_ids":["aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:babd79e89e287c54b43c5e82"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9fb8aaff7dc6bda0fe270526","label":"mechanics/boundary-bridge/legacy/raw/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/boundary-bridge/legacy/raw/README.md","source_digest":"5198da51139398bd190dc313dea86eb27f6b18cce489b2de098a5d6e3190357a","source_record_ids":["aoa:aoa-techniques:artifact:8100325d6414a7b5cd2dcd4b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8c35ec68552a78c5c01c13a7"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9fc3ebf601fdc2863f396a9b","label":"techniques/instruction/instruction-surface/single-source-rule-distribution/examples/concrete-multi-agent-rule-sync.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/single-source-rule-distribution/examples/concrete-multi-agent-rule-sync.md","source_digest":"a12531dd4221f46da55d1e538ec17204fea822391a478254849a6c2b16c91cbe","source_record_ids":["aoa:aoa-techniques:artifact:06502c2ace1191a8a20e9186"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:401eee461517107be51ea0ac"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:9fe1a06fc0062134e4fb05ab","label":"techniques/knowledge-lift/kag-source-lift/repo-doc-surface-lift/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/knowledge-lift/kag-source-lift/repo-doc-surface-lift/notes/second-context-adaptation.md","source_digest":"73afa045fab5f6c41dc9ed86ac0ab25b57960b3b5671636c4edc801428a77a0e","source_record_ids":["aoa:aoa-techniques:artifact:546282426a259a82d02eb975"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2222,7 +2004,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:bffddd7a8d979046150adfe8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a1646086566b0fa211b579e3","label":"techniques/governance/practice-adoption-lifecycle/local-pattern-adoption-gate/checks/local-pattern-adoption-gate-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/local-pattern-adoption-gate/checks/local-pattern-adoption-gate-checklist.md","source_digest":"c87d5032d41525f2830cd4585078c663c6b30bf8acbb0f938169367a61c7bf5b","source_record_ids":["aoa:aoa-techniques:artifact:8e1541ce2b31e0b4b51875af"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:812fad3b80f3550260300bd9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a17ece140193964bae521dbd","label":"techniques/proof/owner-truth-closeout/pinned-validation-matrix-before-generated-publish/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/pinned-validation-matrix-before-generated-publish/notes/canonical-readiness.md","source_digest":"41ec1175f185dce8ea0577f825e8f3b5f51be69f9de88d1349e77405337dc1a8","source_record_ids":["aoa:aoa-techniques:artifact:b2b72f5b91938acb8ea42ed1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c2794d35d391c05cae798ce6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a1948d7e430eeb2bc0ab0c12","label":"techniques/governance/promotion-boundary/nearest-wrong-target-rejection/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/nearest-wrong-target-rejection/TECHNIQUE.md","source_digest":"03fd63f94031c67c7e19f73e696b14e14f4f06a869f1f5620d0913acb7ee23e0","source_record_ids":["aoa:aoa-techniques:artifact:8dbbfaebecce23663f764e20"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:ea0c8561a4c29feccd3026af"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a1b570acc52c85ce0e9d3456","label":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md#generation-2","source_digest":"b030263ee29dd564a17170e189686a3eeb8f9252e73a2559f3c5ca7aa4f7c327","source_record_ids":["aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:01b6dccf42035ac00add3458"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a1ecfab9c6b8508b1cd7eca7","label":"techniques/knowledge-lift/kag-source-lift/repo-doc-surface-lift/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/knowledge-lift/kag-source-lift/repo-doc-surface-lift/notes/canonical-readiness.md","source_digest":"66ce20467604be3ec9b2647217377053ef5aaf224dcbc1afe035b1c052c9e150","source_record_ids":["aoa:aoa-techniques:artifact:0e0a99b1daa3ca54d8e97b14"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1e84808e185920b271684dfd"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a26c71417e3448cdb8925280","label":"mechanics/checkpoint/legacy/DISTILLATION_LOG.md","provenance_ref":"deterministic","semantic_key":"mechanics/checkpoint/legacy/DISTILLATION_LOG.md","source_digest":"96925107743f62909ce5571017a68dbe1956f72602b378c3f377bc2db82315d9","source_record_ids":["aoa:aoa-techniques:artifact:5ee7b85c2fb14866e3819122"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7e32cf67ed1d3b06504f0709"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a27a5409a3fb2ea8ab319d8b","label":".agents/spark/README.md","provenance_ref":"deterministic","semantic_key":".agents/spark/README.md","source_digest":"70a928b195e79eca627e64cdc4c4c9dbf21b83a335451288d5cbe09f462b43cd","source_record_ids":["aoa:aoa-techniques:artifact:31d28326ecca1cf901d91b46"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2230,7 +2011,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:7bf0570a768ebb0ffecc1587"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a2b26c6dfc169d1b26711751","label":"techniques/instruction/instruction-surface/cross-agent-skill-propagation/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/cross-agent-skill-propagation/TECHNIQUE.md","source_digest":"b10742e0338e2872a1c748fdaacf567ae6472dd687f096ab20a53572ae2da7aa","source_record_ids":["aoa:aoa-techniques:artifact:3b84eac22e537f80f7074d04"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5e3c01d3e89be39fb4a365c8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a2ee09e730882bff46d6560d","label":"techniques/governance/promotion-boundary/quest-unit-promotion-review/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/quest-unit-promotion-review/notes/canonical-readiness.md","source_digest":"7664c8ac9194e7bf23bd45c046632eda95756693318bd5035163fcd228ed4889","source_record_ids":["aoa:aoa-techniques:artifact:ffd1d42092c6a7a3345fb19f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7a97923026fbee82da16e13a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a2fbb9a0055d73bb92f7a09c","label":"docs/source-lift/BOUNDED_RELATION_LIFT_GUIDE.md","provenance_ref":"deterministic","semantic_key":"docs/BOUNDED_RELATION_LIFT_GUIDE.md","source_digest":"71f7a59766146b49c0ff4e4529ab45502b43811f16011decb68e8a40d75f8468","source_record_ids":["aoa:aoa-techniques:artifact:2f9967fc484ba7a1ad32db10"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:c56d385ef110c0995508bf6c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a30a56344446bab5a471961e","label":".agents/skills/aoa-source-of-truth-check/examples/example.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-source-of-truth-check/examples/example.md","source_digest":"3fd8a3c77ed5cb6326eba06229fea91f0ba4f9b5d37ec9d751927f35a200cfdb","source_record_ids":["aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:aa5469700a2d27bdb3b40ef2"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a3d801e7357a1cc6e62ce464","label":"techniques/instruction/capability-registry/capability-spec-versioning/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/capability-spec-versioning/notes/canonical-readiness.md","source_digest":"99a5a03ee2c5da7434e651b51894c228ab00888b342e799063dcacfdc65a9aa5","source_record_ids":["aoa:aoa-techniques:artifact:5a8ff3a4f51fa823aea48e94"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3534b4a1c1a9d89f237d7101"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a403d79a43c24cf8802b1e85","label":"docs/readers/source-lift/TECHNIQUE_SECTIONS.md","provenance_ref":"deterministic","semantic_key":"docs/readers/source-lift/TECHNIQUE_SECTIONS.md","source_digest":"e3acb134379fd478068d42490ae51ee3193af215695b237cdd2660eba0d35381","source_record_ids":["aoa:aoa-techniques:artifact:c8ec38695eef7de79426396a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:298e8c2d4a6734c6220a1775"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a407983f58ab66831ee152ac","label":"techniques/governance/promotion-boundary/skill-proposal-handoff-packet/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/skill-proposal-handoff-packet/TECHNIQUE.md","source_digest":"ec31f645652ee60a89ba881261ee20d376f2986027bbccc3d28095aaa8217b64","source_record_ids":["aoa:aoa-techniques:artifact:88173b7385fe7415f47710a2"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2241,7 +2021,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:15b4a56f5feb8566c0c35adb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a533a912cf5e56f9831aaaee","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/selector-relation-wave-a-proof-execution-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/selector-relation-wave-a-proof-execution-review.md","source_digest":"9c2e2f53e05b0a24e8cd9d49102452ebd354b087148f987e607754ca59a3e004","source_record_ids":["aoa:aoa-techniques:artifact:36efec87ded6f5b069e4f084"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6549e1bb6fd958ae3bcda27e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a54b8ff5a11070a015a85db1","label":"mechanics/distillation/legacy/archive/closed-incoming-packets/chat-history-lineage-governed-actions/docs/AGENT_READINESS_TELEMETRY_CLOSEOUT_MEMO.md","provenance_ref":"deterministic","semantic_key":"incoming/chat-wave-1c-history-lineage-governed-actions/docs/AGENT_READINESS_TELEMETRY_NARROWING_MEMO.md","source_digest":"efb04557b84aaab0823988d0ac29e8143d258be04aa8f5a6434ecb4c1a61c33e","source_record_ids":["aoa:aoa-techniques:artifact:ce5d65b52ab4cbe348412f72"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ae1adb0c57c9b0d09d25e1ae"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a5536651c2d8e599c61e9421","label":"techniques/ingest/media-ingest/two-stage-document-ocr-pipeline/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/two-stage-document-ocr-pipeline/notes/second-context-adaptation.md","source_digest":"67c5ea63a890fcef22b461a0ffb5e694f0cf004a4825433706aa1d8a98b000b2","source_record_ids":["aoa:aoa-techniques:artifact:339c4cd09bf4a9cb40880968"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:21cb757f92ee0136a08c2047"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a579daf272b90d5c48f34374","label":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md#generation-2","source_digest":"4a9a11cb9e40c6b15a5f01a352b65a1efc07722f1b077388c3b2b31a56f9af8d","source_record_ids":["aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:214535c176c13006f6bc89ae"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a5901189d2b6b4c224a7e7fa","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/diagnosis-repair-direct-read-migration-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/diagnosis-repair-direct-read-migration-review.md","source_digest":"57bf526e82680fd90418cc27e0c0181d3f6bc7985d63cf4444d5e47dde7cffea","source_record_ids":["aoa:aoa-techniques:artifact:2e01bd1a08f270365a53064e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:290e5cce6055430cedfe9a03"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a5e28b83e43d1a888d0bb4d8","label":"techniques/proof/skill-support/bounded-context-map/checks/bounded-context-map-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/bounded-context-map/checks/bounded-context-map-checklist.md","source_digest":"f8270a5ec89b6109b8a6e6b0cb9638719f44c37a786753461d56b03b0ff23fcc","source_record_ids":["aoa:aoa-techniques:artifact:8ec810295d7d053b6370e87e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:005096cd4e6228fade0533a5"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a5ef38fed8257250e339eb07","label":"techniques/instruction/capability-boundary/recommendation-truth-vs-host-actionability/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/recommendation-truth-vs-host-actionability/TECHNIQUE.md","source_digest":"ae909ea7edd92c2c24555e9d2aa950f24deccb8630297cd99524f82fa7f8afa6","source_record_ids":["aoa:aoa-techniques:artifact:12763a5e338d0d0d120816f2"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2259,17 +2038,13 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:480d646dfc5d98aeae3827cb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a850e46364cfeaaf7654d82c","label":"mechanics/questbook/PROVENANCE.md","provenance_ref":"deterministic","semantic_key":"mechanics/questbook/PROVENANCE.md","source_digest":"69f7a27f892dbb8dd1450f07ec07e536174531f6e85e9ce0bcc02761a66f676a","source_record_ids":["aoa:aoa-techniques:artifact:de1c334450c40e51bb158627"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:10f43bcb9975637b496d6b1c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a87a850e9253189b24b8b974","label":"techniques/continuity/review-compaction/compaction-resilient-skill-loading/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/compaction-resilient-skill-loading/notes/external-origin.md","source_digest":"1004d065ab3a7ff10ed68aea400c97d9536e84cff6216215026d9a644a767110","source_record_ids":["aoa:aoa-techniques:artifact:91d6773ea92bd4961fbda430"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:727d33a82b2446eb09575281"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a88409f3dd174ead8de5be68","label":"techniques/instruction/instruction-surface/fragmented-agent-context/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/instruction/instruction-surface/fragmented-agent-context/notes/adverse-effects-review.md","source_digest":"47040ac76dc5d1637ea133dba7a1117a8d2894a5cf2eb5143820b57bc213981d","source_record_ids":["aoa:aoa-techniques:artifact:c18c15d5b53aea9cb2b86585"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:73cb1a4f4ffe3a405d43ac28"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a89633cf55c4c91b6968c481","label":".agents/skills/aoa-tdd-slice/examples/example.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-tdd-slice/examples/example.md","source_digest":"006f405b4576a40bb260daf8ad7cdc51815df3975efdacadaf41ea0801182636","source_record_ids":["aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4542faaec0b9f84893bba941"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a8a0261650bf3dbc07a9d009","label":"mechanics/growth-cycle/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/growth-cycle/README.md","source_digest":"ecb41f974643319b77ec6ee7386beed52518688772ec8c97cd36c2267c70973a","source_record_ids":["aoa:aoa-techniques:artifact:dc9132d584369fcbb76fde34"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bfc17b5dda641dffdad15c43"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a8b2712bce757069a19ed722","label":"techniques/instruction/docs-boundary/lightweight-status-snapshot/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/lightweight-status-snapshot/notes/origin-evidence.md","source_digest":"4011f404ca1eb1f3207a449465159a2621a4b082267f34a71f250d2df98db6a5","source_record_ids":["aoa:aoa-techniques:artifact:d026cdadacf3a7734e97fcd8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5979dd4f703fbe347530a8fe"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a8b7f378a8fabd47b76f58d1","label":"mechanics/method-growth/legacy/INDEX.md","provenance_ref":"deterministic","semantic_key":"mechanics/method-growth/legacy/INDEX.md","source_digest":"bffd015ccf19c06af2431b8d8d6a855dac266666e0a4e4054804ebcd0e72bb5d","source_record_ids":["aoa:aoa-techniques:artifact:455ee43cce4bf734693d48ae"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:277f42c62f9c0d8734fe0fd6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a905f47d928fa59e7428eed6","label":"techniques/instruction/skill-discovery/skill-marketplace-curation/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/skill-marketplace-curation/notes/canonical-readiness.md","source_digest":"826a26960244e3123caf9fee80a45be8d2fd9ceac9d304ac2ad6ee4acc4817c9","source_record_ids":["aoa:aoa-techniques:artifact:217cc623a6571086f96e56a8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fe0cee08666cff5a547745e4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a911db04f918aeaf5c7251b7","label":"techniques/execution/intent-chain/new-intent-rollout-checklist/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/new-intent-rollout-checklist/TECHNIQUE.md","source_digest":"dba5362f2b0920a56154c1567584894291fbe9ae4f184ece189fb30577723de1","source_record_ids":["aoa:aoa-techniques:artifact:3acc92faff4e403f4a58a4a8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d6174e2b3e27bbd46c2207fd"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a94046ab1607965ee9b3f3ad","label":"techniques/knowledge-lift/kag-source-lift/repo-doc-surface-lift/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/repo-doc-surface-lift/notes/origin-evidence.md","source_digest":"9e34574a414fdf990026f32f72c913c9c0d0c2f49fa0349f46b86022973df257","source_record_ids":["aoa:aoa-techniques:artifact:e3b8a1c2b41ad77a2b2868c3"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:f3d935855c087ec511fb9996"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a97fcf171395653a80826ed1","label":".agents/skills/aoa-local-stack-bringup/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-local-stack-bringup/SKILL.md","source_digest":"3bb3ec18b33095297063c61c375d36eaebabb8edf60f0e34d035d49f7880387a","source_record_ids":["aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:81d76d0c8e2b2caa5b16433f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:a9e680d6d8739d32b0c63296","label":"quests/README.md","provenance_ref":"deterministic","semantic_key":"quests/README.md","source_digest":"2e524e6c6d994690383f7208b8fbad6875f770410a7ab590c560a3998b0590cd","source_record_ids":["aoa:aoa-techniques:artifact:f64ecde9cc4ec22e9c3feec4"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:08d7a90da0720a6b58ce9f36"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:aa3fe7e87617772bc13dd5a6","label":".agents/skills/aoa-session-self-diagnose/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-self-diagnose/examples/runtime.md","source_digest":"081c851a5de109021301a27e81bcdf43a827e09eb08dfa2b4315d7fcb9e494f8","source_record_ids":["aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:ebd34fb9c9f2dbe20d1ef4ff"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:aaacd487481c0f7413a7a611","label":".agents/skills/aoa-tdd-slice/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-tdd-slice/SKILL.md","source_digest":"a9f82fdd839c72ce840db9c2826bfd21ce92b95576668227fe2a1ffa6b0c87c1","source_record_ids":["aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:89490bb2dd8701620225599e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:aae3159fb25fdff8d45fb053","label":"mechanics/distillation/legacy/archive/closed-incoming-packets/chat-tool-proxy-runtime/docs/PREFLIGHT_REPUTATION_CHECK_CLOSEOUT_MEMO.md","provenance_ref":"deterministic","semantic_key":"incoming/chat-wave-1b-tool-proxy-runtime/docs/PREFLIGHT_REPUTATION_CHECK_NARROWING_MEMO.md","source_digest":"77f14acec469d9ba98bfdf077474f431980ad3813cd2194568ab78d558237f58","source_record_ids":["aoa:aoa-techniques:artifact:528bbfab601636d0cce5d714"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f9dd423e96335d688bf33d4e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:aae6a715d9bc7ae79edaa991","label":"mechanics/distillation/parts/agon-candidate-handoff/gates/challenge-claim-practice.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/agon-candidate-handoff/gates/challenge-claim-practice.md","source_digest":"274140d514ed8575ded53e54c5ed2f3935baf335b32d7cf20f1c9efd7b28d6ac","source_record_ids":["aoa:aoa-techniques:artifact:5291f1cdb3efaddd81d020a9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6a742ef6694ea01320532587"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ab21ad27ba93b072a925e815","label":".agents/spark/scenarios/release-prep/templates/handoff.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/release-prep/templates/handoff.md","source_digest":"f1b43dabf8d911b81c634e1a26d29a23d6bd8d9daf3b27b562a221c7ea166939","source_record_ids":["aoa:aoa-techniques:artifact:d25de013576826a78e43c29f"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2285,7 +2060,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:0d3da29adbf5a15f8dd675f8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:adc0ad6bea7fafb9586195bf","label":"mechanics/release-support/parts/installation-techniques/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/release-support/parts/installation-techniques/README.md","source_digest":"aa888376b48b5b98631569f4b5515e1b6248a6b8c45307af2824989c9f31dfe8","source_record_ids":["aoa:aoa-techniques:artifact:d03b113f00895e57aede726f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f40bdb6a8c2639cef293176a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:addec467cef4aa7d0173f9c4","label":"techniques/instruction/capability-registry/capability-discovery/checks/capability-discovery-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/capability-discovery/checks/capability-discovery-checklist.md","source_digest":"8cd40b07500add062b8ea1db13ef8c5b5ada61e998554f37e8d63ce44eb96252","source_record_ids":["aoa:aoa-techniques:artifact:0b727e7eae9fb3483854b135"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:897cc9405c410e152194c916"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ade2efd4f01fadca948983d3","label":"techniques/proof/published-summary/published-summary-remediation-snapshot/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/published-summary-remediation-snapshot/notes/second-context-adaptation.md","source_digest":"5d26d9c458107be9b641b1c4f65d849eb22228d0e9286b10656b8da4ddc4d1f0","source_record_ids":["aoa:aoa-techniques:artifact:4c88f7f4ebd8415ba9349605"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2a634d293abbb173a08db854"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:adf9543339735c78b12ae846","label":".agents/skills/aoa-session-donor-harvest/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-donor-harvest/examples/runtime.md","source_digest":"51d6dcf33d2b1b7bffcbd7e4d8a827718d9c7f7a15bbfa4dd9eed4f266ecb46a","source_record_ids":["aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:207945d3ed1826091a1dec66"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ae10d0eba476cc08a248e5b1","label":"docs/guardrails/LINK_AND_SHAPE_HYGIENE_PROTOCOL.md","provenance_ref":"deterministic","semantic_key":"docs/guardrails/LINK_AND_SHAPE_HYGIENE_PROTOCOL.md","source_digest":"ede5b94eea0fbc9403bb16ca4cfd323ebd94c2b2519487418efcc70a5dd026e2","source_record_ids":["aoa:aoa-techniques:artifact:8005e5b700a11bc4fd350476"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2ffd9bc452bea451dbe1ae70"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ae17c480d41d3c87d3b2da8c","label":"mechanics/distillation/parts/agon-candidate-handoff/gates/bundle-reviews/challenge-claim-bundle-readiness-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/agon-candidate-handoff/gates/bundle-reviews/challenge-claim-bundle-readiness-review.md","source_digest":"ac752b216d1426af00b3180c5b023a11c90a301384bdf8f866ae200cc9ed2f9c","source_record_ids":["aoa:aoa-techniques:artifact:0d087cce4b634d96e2d9653d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c63f0900852087a3386b25c0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ae379f13b1d252aa3013784f","label":"techniques/continuity/handoff-continuation/session-opening-ritual-before-work/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/session-opening-ritual-before-work/notes/external-origin.md","source_digest":"34be2325009460dad20f7a672e2805d7092bb6cab1293d2e4e11313947bfa627","source_record_ids":["aoa:aoa-techniques:artifact:2d17986cd1d443e66dc5bd7b"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2293,7 +2067,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:e03c4363ee68a475049a9b2c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ae792d547db755b7eaa806d9","label":"techniques/execution/ready-work-graphs/ready-work-from-blocker-graph/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/ready-work-from-blocker-graph/notes/external-origin.md","source_digest":"398988b0253ff262f2d46967ffd1c7cf7c136e2b17bc06b5c173498c9b54aa6a","source_record_ids":["aoa:aoa-techniques:artifact:d15b96316f61caee1ed82450"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f2e8b70f823e0281690e68b1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:aef95bea16f57fb5c1ed2a20","label":"techniques/instruction/instruction-surface/upstream-mirroring-with-provenance/examples/concrete-curated-mirror-with-attribution.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/upstream-mirroring-with-provenance/examples/concrete-curated-mirror-with-attribution.md","source_digest":"cfb07ded97ba7dffbbdbd0c153bb38e9d02f28969aa3dd476753b08c8673d167","source_record_ids":["aoa:aoa-techniques:artifact:0783391b085ffc9ad8181fe1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0fd99d3b1dd6ac9c3b7832fc"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:af4649130c0b4f44bf427c58","label":"mechanics/antifragility/legacy/INDEX.md","provenance_ref":"deterministic","semantic_key":"mechanics/antifragility/legacy/INDEX.md","source_digest":"1a5c06540f61ec79f32aa73ae157471640f9dcdda8546dae63b3a204a13c060c","source_record_ids":["aoa:aoa-techniques:artifact:e21165f3317d43921909da96"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:3cc1662b5ee122f6b7dd91a1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:af5ffb7de6152b0b184ef68a","label":".agents/skills/aoa-port-adapter-refactor/examples/example.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-port-adapter-refactor/examples/example.md","source_digest":"84322cd87811318406eadac5fccde0712147f34657d14254c43479391bc5d456","source_record_ids":["aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:418b953fd27c43c884d9b2a4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:afd73606b52952822bdc5f9e","label":"mechanics/growth-cycle/DIRECTION.md","provenance_ref":"deterministic","semantic_key":"mechanics/growth-cycle/DIRECTION.md","source_digest":"116a1f0dbe5737ea5b0b48d054a2d7a0322ba9c4b1d22db209719d3ffc094177","source_record_ids":["aoa:aoa-techniques:artifact:dca2b23f8fe41a026708cfba"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:008d3a311fb737f85981af0c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b0966a8da81c722519481b10","label":"mechanics/distillation/legacy/raw/ROOT_ROADMAP_TREE_MIGRATION_BREADCRUMBS_2026-05-14.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/legacy/raw/ROOT_ROADMAP_TREE_MIGRATION_BREADCRUMBS_2026-05-14.md","source_digest":"accb50154a90f2188234b859a691dbae389df8015f0ef02740716bd88f87d80c","source_record_ids":["aoa:aoa-techniques:artifact:dfc8e88cf15e7b4696445460"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ec0ca270d5cae72865dce609"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b0bcfd949a09f467006899a1","label":"techniques/proof/published-summary/published-summary-remediation-snapshot/examples/object-store-remediation-snapshot.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/published-summary-remediation-snapshot/examples/object-store-remediation-snapshot.md","source_digest":"5f11e5ba661cbd8924a67c949cc804fd3d847d97c8e9ba1b5c35822cef36909a","source_record_ids":["aoa:aoa-techniques:artifact:44bab14488b1fdd8d912dc38"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2303,13 +2076,11 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:e2d905475a1e1b31afb5976c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b18196b89bb0e50428c22243","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-wave-f-knowledge-ingest-history-tool-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-wave-f-knowledge-ingest-history-tool-review.md","source_digest":"2100809fb3552fd705f33cdeee4304aeb8f39942077fdb2013e8118426d70824","source_record_ids":["aoa:aoa-techniques:artifact:cd86ffaf0ac8b5ffb3d7d7cb"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9085af304337f27e6a1ffb2e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b1abdc648bac795287dabe97","label":"docs/selection/TECHNIQUE_KIND_GUIDE.md","provenance_ref":"deterministic","semantic_key":"docs/TECHNIQUE_KIND_GUIDE.md","source_digest":"9e2a531f2244d8ec7078a11a8c5205e8e34a4f8c41dbf911b4a3c14a72d79569","source_record_ids":["aoa:aoa-techniques:artifact:0a3e7a6f60b54325daab88d6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b1bd8ac5ce13781c13dbdb77","label":"ROADMAP.md","provenance_ref":"deterministic","semantic_key":"ROADMAP.md","source_digest":"a0b4f23735d1407f706369cb3c436277d59bb1d6caf175515a68d6cb2e86776d","source_record_ids":["aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:55d1dd4d206d760f3baf9ecb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b2070a5343574b155d8992d1","label":".agents/skills/aoa-approval-gate-check/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-approval-gate-check/SKILL.md","source_digest":"77c14d5ab14b8e6839e42773f3b7b87fd69a355d9f3756d5e4bb851807201c15","source_record_ids":["aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:eac882eb6a6dbb16e888e94b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b20e2ee862486859d44566c5","label":"techniques/continuity/handoff-continuation/git-verified-handoff-claims/checks/git-verified-handoff-claims-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/git-verified-handoff-claims/checks/git-verified-handoff-claims-checklist.md","source_digest":"15ba53478bdb9775a8fd6f22929f2c60aadafce633c8cbd21c4985453653a368","source_record_ids":["aoa:aoa-techniques:artifact:c84a5cd87606e76b18a39c4f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b2163437ebe620e87a4160a0","label":"TECHNIQUE_INDEX.md","provenance_ref":"deterministic","semantic_key":"TECHNIQUE_INDEX.md","source_digest":"2084b736d15f8894f87db90d0274686bd45e40d834190657a30d3d6452bd72b4","source_record_ids":["aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e6624befefa7d6a4a0832ca3"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b23277d3cc862fdebf54cf86","label":".agents/spark/scenarios/candidate-scout/templates/handoff.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/candidate-scout/templates/handoff.md","source_digest":"fa1d63ea1a7b3b686c2ca2c56a613659a1922c02d30df8ce785e331157c7c691","source_record_ids":["aoa:aoa-techniques:artifact:99f84619d10cdce2e5c30f5b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b7d22ca17504d16b23c2a050"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b23a3e7f1ac7ed4f24f8d847","label":"techniques/knowledge-lift/kag-source-lift/risk-and-negative-effect-lift/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/risk-and-negative-effect-lift/TECHNIQUE.md","source_digest":"7357593aff49912c88a67ddf447ece6bddb18cb6957f8b4fb874c5ed18da3e46","source_record_ids":["aoa:aoa-techniques:artifact:e36af3e27730df5170f44391"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1026725b5bea6260fc97d10b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b24a371b1dc145b49c104fa4","label":"techniques/governance/promotion-boundary/quest-unit-promotion-review/checks/quest-unit-promotion-review-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/quest-unit-promotion-review/checks/quest-unit-promotion-review-checklist.md","source_digest":"7dca4bf37ad62c9f79c9c134f323949aa6477c2e686425fa4c5285129f02c2ce","source_record_ids":["aoa:aoa-techniques:artifact:3d389d14ff46312d03690f42"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:fbe51c1758e1b5fb3e53b942"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b2c739f164adf9e30a950201","label":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md","source_digest":"df825d59dbbc4ab5e1cf28c913d68ff5aaeecaab7761e48edaf951dd32b0aae1","source_record_ids":["aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:772724fd1c1e57faedf82e6f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b2ca276ff5e9cb3866bb4a43","label":"legacy/receipts/2026-05-04-review-compaction-tree-pilot.md","provenance_ref":"deterministic","semantic_key":"legacy/receipts/2026-05-04-review-compaction-tree-pilot.md","source_digest":"05907f250389dc2504dad84845ecad8104a01f9680cdef596fd1b6fed672bb96","source_record_ids":["aoa:aoa-techniques:artifact:29b03df2832f4eea5b9545ae"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3d1245e206db99ac1ee66dd1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b30e9324b004b320ffdbcd1b","label":"techniques/instruction/capability-boundary/multi-source-primary-input-provenance/examples/minimal-multi-source-primary-input-provenance.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/multi-source-primary-input-provenance/examples/minimal-multi-source-primary-input-provenance.md","source_digest":"798164895808e93799efcf7b733678cbea504f5f9e0ecc8246b632636351a7c6","source_record_ids":["aoa:aoa-techniques:artifact:e2abb53218a5ad6a828e6d1f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:43d64f1d5e247f9d6c5428cf"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b33c378252fc311c7ae95ee7","label":"techniques/knowledge-lift/kag-source-lift/evidence-note-provenance-lift/examples/evidence-note-to-manifest.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/evidence-note-provenance-lift/examples/evidence-note-to-manifest.md","source_digest":"0c54bb6fae0b0815e182d52bd7229b2c973401e93494ed94bee9cefabb5c2073","source_record_ids":["aoa:aoa-techniques:artifact:182f726c5cbb10dbf61c2767"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2322,7 +2093,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:95806ee4a2ed473dcb42e148"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b501a8279013dc9a2a4add19","label":"techniques/instruction/capability-registry/versioned-agent-registry-contract/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/instruction/capability-registry/versioned-agent-registry-contract/notes/adverse-effects-review.md","source_digest":"32d5ca976e4bedcc28a22478f62bfb5a1b0f7c7cde4729db3b52b0ff99c5e5d4","source_record_ids":["aoa:aoa-techniques:artifact:5fb8ae646a8260fd846ce054"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:978e7a003effb0fd6154307c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b52a0fec8d8096f08aad91bc","label":"mechanics/distillation/legacy/archive/closed-incoming-packets/chat-graph-review-mailbox/docs/EXTERNAL_TECHNIQUE_CANDIDATES_CHAT_GRAPH_REVIEW_MAILBOX.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/legacy/archive/closed-incoming-packets/chat-graph-review-mailbox/docs/EXTERNAL_TECHNIQUE_CANDIDATES_CHAT_GRAPH_REVIEW_MAILBOX.md","source_digest":"d64c4ad884f7b9e677ded19c03958f1938157af1d0566d6fbf78896603cd8250","source_record_ids":["aoa:aoa-techniques:artifact:df3dedeb399280a688945489"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ed4b2ec38c57c68224b433cb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b530d4a87a9bd9708045d14a","label":"techniques/continuity/handoff-continuation/channelized-agent-mailbox/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/channelized-agent-mailbox/notes/second-context-adaptation.md","source_digest":"72f8d2ab03c38bb3542bdc9e0afcd5bb778a710c895c1601ab832dd05ef18283","source_record_ids":["aoa:aoa-techniques:artifact:00c677529104576dcc0e2772"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:9169e99fd07cee3ae37c01ba"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b5354bc1c0a03f5e3f2a5fb8","label":".agents/skills/aoa-adr-write/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-adr-write/SKILL.md","source_digest":"34c277591506b9e7903914096c9cfe946ea089dd2687d04c441d54c14b2e29aa","source_record_ids":["aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a49e9cb33e1091d62de9a3b6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b588f810799afb0b546bcf0b","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/donor-harvest-direct-read-migration-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/donor-harvest-direct-read-migration-review.md","source_digest":"0cf49dbdf7ab8773c384477edd2a3089e2e1dfc21537fae526f7fd64bfcfb4e3","source_record_ids":["aoa:aoa-techniques:artifact:331fb050b9ee7573ef318347"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b594d991a60209828f71fd83","label":"docs/TECHNIQUE_TREE_CONTRACT.md","provenance_ref":"deterministic","semantic_key":"docs/TECHNIQUE_TREE_CONTRACT.md","source_digest":"d4d9287e572fc65d394cd11363fd3090bad145dd1239ee207b6cde3d31a1984d","source_record_ids":["aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8b257527c88cfa94221b4904"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b598581a0af3f1b0bcccf026","label":"stats/README.md","provenance_ref":"deterministic","semantic_key":"stats/README.md","source_digest":"9a0b05cbf14fe7e7ba41cacb323f1c6c2efd15c352bd5dda296d698eabaa0242","source_record_ids":["aoa:aoa-techniques:artifact:6bac6d2ff5dc7734bc000fb5"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2344,7 +2114,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:3b8b2a6656fc3942f16dd3ad"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b7da5c0c26c8f320a0bc65f6","label":"techniques/execution/runtime-truth-lifecycle/contextual-host-doctor/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/contextual-host-doctor/notes/second-context-adaptation.md","source_digest":"a3932a3a2b9eb93b4a875d880f13acaf6646560c2dfd8e93a75e3fe2cf18493b","source_record_ids":["aoa:aoa-techniques:artifact:87137534501699d3996deb07"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:24e77ca8d3306512fb3773da"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b81bbb5890791ba49991b95b","label":"techniques/instruction/skill-discovery/skill-marketplace-curation/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/instruction/skill-discovery/skill-marketplace-curation/notes/adverse-effects-review.md","source_digest":"11fb4c2503cfd524e2e1bafe22cfedd216a001e1c1d9508519891c1aed082d62","source_record_ids":["aoa:aoa-techniques:artifact:b488473b4fcb2197bc083bd4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a591c2003c96c381d0865a31"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b86825fc61e4b66e70671bcd","label":"techniques/proof/review-evidence/single-missing-evidence-request/examples/minimal-single-missing-evidence-request.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/single-missing-evidence-request/examples/minimal-single-missing-evidence-request.md","source_digest":"b3c46a83b7dbd6b57d73c6a01afc7e97e1057c858ee0d5bec4519fd1de0bd2b5","source_record_ids":["aoa:aoa-techniques:artifact:2a3d50858d47e6b718f53cc4"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:9a47b4c355ea23788b854a07"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b897982f8fab20bab327044f","label":".agents/skills/aoa-commit-growth-seam/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-commit-growth-seam/examples/runtime.md","source_digest":"88d714dc02c471f317d8c25021bae6242060a9b0cfd325183ea44146d5ffb5d4","source_record_ids":["aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b941b860b72291d7495d37d8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b8cc0fe65ad44b0b43d924b8","label":"DESIGN.AGENTS.md","provenance_ref":"deterministic","semantic_key":"DESIGN.AGENTS.md","source_digest":"c2b3ca0c8941b88591d527f7f8c407860f7fe35eb3920e0abe9ea0d599e2d78d","source_record_ids":["aoa:aoa-techniques:artifact:42d9f271dea9edd048f8e120"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:65e927065d19e10bd4578c63"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b915939afb23666c4e0dc1bd","label":"techniques/ingest/media-ingest/semantic-media-bucketing-with-vision-plus-ocr/examples/minimal-semantic-media-bucketing-with-vision-plus-ocr.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/semantic-media-bucketing-with-vision-plus-ocr/examples/minimal-semantic-media-bucketing-with-vision-plus-ocr.md","source_digest":"e1c2de6e7fc1be991ee086197b8eaf32eac3bd10f09e6eb191a2b1d790e4b3f9","source_record_ids":["aoa:aoa-techniques:artifact:44c99df5d8f27dd01c920c67"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6709eb7f2c94d911a5960737"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:b933a5fa4794841627868370","label":"techniques/proof/evaluation-chain/signal-first-gate-promotion/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/signal-first-gate-promotion/notes/origin-evidence.md","source_digest":"d26e1f461027d56c9f0c9b58ad3c5ec7f8c5eea58b639cc9f642e89820f05b90","source_record_ids":["aoa:aoa-techniques:artifact:c1564be2c55f42c25f847da7"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2361,7 +2130,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:bf35399ded0ef8d06d5ecf6d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:bb94e014d2fdba75884a4c3a","label":"techniques/proof/evaluation-chain/signal-first-gate-promotion/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/signal-first-gate-promotion/notes/second-context-adaptation.md","source_digest":"39a75e0fe3332775758776a225c7997baddc9400b6700084d5de9c3489da96da","source_record_ids":["aoa:aoa-techniques:artifact:efb3e3fa65fa5d236f6181a0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a0c310c067e722660d722e4d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:bba8653b0f9bd3885eb852df","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/whole-tree-closeout-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/whole-tree-closeout-review.md","source_digest":"85e946983e479c041d389d7a6e62519d4d78740f9fabde2e7ae8be9865d0e929","source_record_ids":["aoa:aoa-techniques:artifact:8a6542641b3e9209ba03e08d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:001060ddda38a734346d2f06"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:bbb8b2280a79a2b41e7d88f7","label":"techniques/instruction/skill-discovery/skill-marketplace-curation/checks/skill-marketplace-curation-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/skill-marketplace-curation/checks/skill-marketplace-curation-checklist.md","source_digest":"3c99bd021a1d3fbdb0c0e11d7b7a512fe493fc0d821dc214eb15a09ed4301878","source_record_ids":["aoa:aoa-techniques:artifact:3cd8e2a07b6eb3cf3fffafac"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:822766081dc706c4a5596d8d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:bbe8cf19de5060ecd0fb9332","label":".agents/skills/aoa-change-protocol/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-change-protocol/SKILL.md","source_digest":"b2520cd09af06053bd8832ff9f2ed2997831054445477273cd26e3b945850d89","source_record_ids":["aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:25895c14dc5af89049eebe6e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:bbed59f3f36628edbcca6454","label":"techniques/recovery/antifragility-recovery/stress-receipt-reground-closeout/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/recovery/antifragility-recovery/stress-receipt-reground-closeout/notes/adverse-effects-review.md","source_digest":"a12cd3a318a8843bd150a5d05aa5d78d1f126ff32f4270cde348a6ae526b9677","source_record_ids":["aoa:aoa-techniques:artifact:a094b0af49d70b31968845dc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5eca26f9f92cc76ecbdf29b7"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:bc4b49badb2d2beec2d6b99c","label":"techniques/instruction/instruction-surface/profile-preset-composition/checks/profile-preset-composition-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/profile-preset-composition/checks/profile-preset-composition-checklist.md","source_digest":"fe28746f15d6dcead0fa1b1d93d1a3c3052f85abae3001c28cc60cf3208e0a52","source_record_ids":["aoa:aoa-techniques:artifact:045f674617adfca9ecf497df"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:65c0cb2f1296365767bc5201"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:bc5b147ab09ed2611fcb2655","label":"techniques/continuity/handoff-continuation/episode-bounded-agent-loop/checks/episode-bounded-agent-loop-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/episode-bounded-agent-loop/checks/episode-bounded-agent-loop-checklist.md","source_digest":"9bfaa586c017d2325d3f70cf892fcd26ff80def582b9381f36982fb9e1498f1b","source_record_ids":["aoa:aoa-techniques:artifact:2ccf5f5cf945fc7d5b551741"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2415,14 +2183,12 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:25db7022958d13fb31f8a653"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c579277bae8953c2dc36f448","label":"mechanics/distillation/parts/agon-candidate-handoff/gates/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/agon-candidate-handoff/gates/README.md","source_digest":"a4c220ee64b2e17f7959812d9125b4c48d8551fe505f2e576ae255b2f5f352f7","source_record_ids":["aoa:aoa-techniques:artifact:f12c2b5c72013647234339d9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0c013ce8584170bb598a8712"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c58eaf37e2e2b5fd1ebbfd28","label":"techniques/instruction/instruction-surface/deterministic-context-composition/examples/minimal-deterministic-context-composition.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/deterministic-context-composition/examples/minimal-deterministic-context-composition.md","source_digest":"49a38501d7b0687d2e89c67bea225c963b792cb45befc9bb4111ca007dd5aa27","source_record_ids":["aoa:aoa-techniques:artifact:0a857f8ac82ba284f6216d14"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ece90781a786691faa2982d2"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c59bd6e310c02b7f6e28151b","label":".agents/spark/scenarios/README.md","provenance_ref":"deterministic","semantic_key":".agents/spark/scenarios/README.md","source_digest":"6ba21d44ccbc9191cca093dbb5756f988a6f8cf6727854dcaaa20c55988d1789","source_record_ids":["aoa:aoa-techniques:artifact:efd34f4ea8cac32cab6a2fb7"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:24b6d9835577d94f77e71b52"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c5a1d56828b07105973789e3","label":".agents/skills/aoa-property-invariants/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-property-invariants/SKILL.md","source_digest":"3fbdf00d1a1a3172d4cc2aeb87a5aaccb53701bdc6fa9df13c2ba7786790a841","source_record_ids":["aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2dab7d2baeff73fe45c542f4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c61eab00812e42a5188c456b","label":"techniques/instruction/instruction-surface/upstream-mirroring-with-provenance/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/upstream-mirroring-with-provenance/notes/second-context-adaptation.md","source_digest":"a88b47d0867fe004d9998ef4328fb75db40c171f047b9012695e34873c910f58","source_record_ids":["aoa:aoa-techniques:artifact:4ff51605e4212459d6be37dd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0af7c21bf82288d83c2d2457"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c62aa8497330a715c6627f5c","label":"techniques/proof/owner-truth-closeout/audit-to-closeout-proof-loop/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/audit-to-closeout-proof-loop/notes/origin-evidence.md","source_digest":"2c8b59ad6a5560ca1e022605a7400695b8cfd677a6ad85d1cf01966cadd80566","source_record_ids":["aoa:aoa-techniques:artifact:47961174acee7abac82b1c10"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d405011434bcf2f2d4ee1bb8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c68a4ac9961376032183bca4","label":"techniques/recovery/antifragility-recovery/stress-receipt-reground-closeout/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/recovery/antifragility-recovery/stress-receipt-reground-closeout/notes/canonical-readiness.md","source_digest":"03e8648c92627d5c5d34ad3cc59df5ad25c4a4db183a3c2af109b3deb76e499b","source_record_ids":["aoa:aoa-techniques:artifact:1a4dc1ba37588cbca673dbac"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3ff3ec4ec0d54e45c5fc455d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c69487917427f6363204212d","label":"techniques/execution/agent-workflows-core/confirmation-gated-mutating-action/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/confirmation-gated-mutating-action/notes/adverse-effects-review.md","source_digest":"750f1301eac335dbd60822ea8bc005d1b3c070f4d36c159c5cc3dbee80303e71","source_record_ids":["aoa:aoa-techniques:artifact:25701b9e3ef086ac4a1fd1fe"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4be8d98a2c0fd22407a015b6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c6a9cccc169df140e31b43a9","label":"techniques/proof/published-summary/required-vs-optional-source-rendering/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/required-vs-optional-source-rendering/notes/canonical-readiness.md","source_digest":"ea353d79efb09ade838951a60c98ec7f4e87c2a1ed529e4fc5657cb55fd05ba8","source_record_ids":["aoa:aoa-techniques:artifact:f529da273da5d8f7e518ddee"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:293c9ad39c87037d7f9ac328"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c6ab0c27af646b70fe448161","label":"techniques/continuity/handoff-continuation/git-verified-handoff-claims/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/git-verified-handoff-claims/notes/second-context-adaptation.md","source_digest":"cc15b78a896117a08463b15cf0e55a902e03f7567f8690bd272fef1c30bf45ee","source_record_ids":["aoa:aoa-techniques:artifact:b600a1d8637db6c49b14dc52"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:28cb9d928b61c5c69febf227"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c7700ea4fc7db4e9e627ea03","label":".agents/skills/aoa-summon/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-summon/examples/runtime.md","source_digest":"54a586cd45f997062a23ba95e0c38bab9be1cc562a6347c1f3db8b4196031e2c","source_record_ids":["aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2c234357d93af3aa108a0e07"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c7aca08812f65902447d9429","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/review-evidence-direct-read-migration-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/review-evidence-direct-read-migration-review.md","source_digest":"0690450d17dc87ee3169f08a610fb9d41362952a7d08a1d64e887b325b2f6b07","source_record_ids":["aoa:aoa-techniques:artifact:24f952fceed043566fc03f8b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:471c76e509f12421a7e3531d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c7c27b4a879883696edf3576","label":"mechanics/experience/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/experience/README.md","source_digest":"2e12434832edbc002b62af2775529b51b111b6e021e6da88f49af9eddec4d63d","source_record_ids":["aoa:aoa-techniques:artifact:16d501e3e9dde3dd1ee3540d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e2875af0756418592a444192"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c7c4bf6f985350aaff59d245","label":"techniques/continuity/donor-harvest/session-donor-harvest/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/session-donor-harvest/TECHNIQUE.md","source_digest":"9552850363eab37ace1f261543c556ea36eceb62915731c246c9b82484bee0a3","source_record_ids":["aoa:aoa-techniques:artifact:7fb47fdeea85de0d2cd3d7b4"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2435,7 +2201,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:f1e93c7009768e5a59824868"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c8b1091f767e1a1544de87f6","label":"examples/plan-diff-apply-verify-report-walkthrough.md","provenance_ref":"deterministic","semantic_key":"WALKTHROUGH.md","source_digest":"2e258e743c61815ba9d6defaf5deebfcb0d6816c39e8cff0767077aaf45d69fd","source_record_ids":["aoa:aoa-techniques:artifact:87c37630bc6d828694084bbe"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:660664fda2e49db1394d858a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c8bcdbb3af98adeb89c62a41","label":"techniques/ingest/media-ingest/semantic-media-bucketing-with-vision-plus-ocr/checks/semantic-media-bucketing-with-vision-plus-ocr-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/semantic-media-bucketing-with-vision-plus-ocr/checks/semantic-media-bucketing-with-vision-plus-ocr-checklist.md","source_digest":"8b05308a1900f04ceba8ca1a272c09e53603aefb4e5e7f9bd74b803df595e506","source_record_ids":["aoa:aoa-techniques:artifact:cf1666dc84e8c688eb86316a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:295f8a001d10bc23f115bf02"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c93825fdda2c5e0aea577b48","label":"techniques/execution/agent-workflows-core/confirmation-gated-mutating-action/examples/minimal-confirmation-gated-mutating-action.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/confirmation-gated-mutating-action/examples/minimal-confirmation-gated-mutating-action.md","source_digest":"62755e289b68eb3f2b701b1ac9c3a1e91698fae4779a8c8fa1fcbb3ed976a1b2","source_record_ids":["aoa:aoa-techniques:artifact:4200cc9b4747b3eecf5ced88"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:f662582d794db930554d475e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c951468da5265b229cb9f222","label":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md","source_digest":"43c1c2db59cca9a9ae8b0a70f5775777cbae125c81e5f61655870c71e9d1ff75","source_record_ids":["aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:36b23e8e8b981e5edf10c330"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c97fb8ec308768bc9fb34f12","label":"techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/notes/adverse-effects-review.md","source_digest":"f004c52a3480c8e8dd56e4620311e584cfc2f35a29a7cbe761f1d4036a08ad26","source_record_ids":["aoa:aoa-techniques:artifact:e437614207791ee58536dc13"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8d7ae5d4e8127302b195db45"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c98f6194393d574501a93037","label":"techniques/execution/ready-work-graphs/requirements-design-tasks-ladder/examples/minimal-requirements-design-tasks-ladder.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/requirements-design-tasks-ladder/examples/minimal-requirements-design-tasks-ladder.md","source_digest":"9731083a1e592dac037427a96c60b6e31021e208564db44ce4bdcefcdbb66799","source_record_ids":["aoa:aoa-techniques:artifact:ddb6bac620811a3c85ccf4a4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1b6718007454639bf9cdd071"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:c9e47bb044c710aee1b831fd","label":"techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/template-backed-field-extraction-after-ocr/notes/second-context-adaptation.md","source_digest":"7dc7a662d3c7684acee8a6332e4bc8044ab99cdcb4e7b3f748484f3cf8d1e625","source_record_ids":["aoa:aoa-techniques:artifact:a76c231fba7c6f26d153da5e"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2461,18 +2226,14 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:bfd6bf0940cb6a03986a88f1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:cd68cea2a95ebfb41db11f5b","label":"techniques/governance/practice-adoption-lifecycle/local-pattern-adoption-gate/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/local-pattern-adoption-gate/notes/origin-evidence.md","source_digest":"2dceb7105c0f36070770efdd56f48d16b8eb79992588cc8bf279c252d3200eab","source_record_ids":["aoa:aoa-techniques:artifact:713beaf47767f8ddeda5bb50"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1ae8c6a765b3fa1e9f5736c6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:cd862827153afa9bd5985504","label":"techniques/continuity/donor-harvest/session-donor-harvest/examples/minimal-session-donor-harvest.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/session-donor-harvest/examples/minimal-session-donor-harvest.md","source_digest":"ce08e9884357ce8cda63ec1c91a43fe691e3c8928b35ef2f89141e74c84637a8","source_record_ids":["aoa:aoa-techniques:artifact:598b031bfa584deece302698"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:15d71e441d19f9b40aacd7c0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:cdabfaa85591302fa2aecde4","label":"legacy/receipts/2026-05-05-ready-work-graphs-tree-pilot.md","provenance_ref":"deterministic","semantic_key":"legacy/receipts/2026-05-05-ready-work-graphs-tree-pilot.md","source_digest":"091a6c18363c208b8e4c711d2b0f60491b1fd6413a8574e803e11bf3dd42bc41","source_record_ids":["aoa:aoa-techniques:artifact:88d737685f534f56aa5a579f"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:bbc10d00a81b44502e34f378"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ce565a98680ca1fa2f596797","label":".agents/skills/aoa-source-of-truth-check/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-source-of-truth-check/SKILL.md","source_digest":"a73f84a7e75fbe3b94d62c2da394d87b11bf085a1540647dca507e2e66072b60","source_record_ids":["aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1c669e9afd690688d1454271"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ce6243f785868bad13123d1d","label":"docs/source-lift/KAG_EXPORT.md","provenance_ref":"deterministic","semantic_key":"docs/KAG_EXPORT.md","source_digest":"7c87ca6ecada0a83f2148513ed809303d816c35234a5c360bf211f8760db7d26","source_record_ids":["aoa:aoa-techniques:artifact:824946171e82d0b0cf7a6c9e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0865aee371f403821c89bc2f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ce6c9463951faaee83bfe87f","label":"techniques/execution/ready-work-graphs/requirements-design-tasks-ladder/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/requirements-design-tasks-ladder/notes/canonical-readiness.md","source_digest":"2dbdda32d575980374f548f45d686935831e7e6e79400f81f63441e18687f052","source_record_ids":["aoa:aoa-techniques:artifact:0a2765c29f9db5f40c2640be"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:61339ee897d546a24274e048"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:cea116d56a7f40a1a4b7251c","label":"techniques/instruction/capability-registry/capability-spec-versioning/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/capability-spec-versioning/notes/second-context-adaptation.md","source_digest":"0e0ce3d7e240db6e7317f80ba12147b897355786aa2f465911ae1e6863306ba0","source_record_ids":["aoa:aoa-techniques:artifact:f82bdc0b2d3ef28ae061c549"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:ed46bcab3e572d986d89fbb1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:cec65a2a14980ca2d16055d8","label":".agents/skills/aoa-session-route-forks/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-route-forks/checks/review.md","source_digest":"3761285db2c5968b6fdde8aac212ec937b93bbc04c4fe5f927b5f0749ecb81fc","source_record_ids":["aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a460dc12d9847ce18e0f3d2e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:cf3c463e8bf2def921015280","label":"techniques/instruction/capability-boundary/multi-source-primary-input-provenance/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/multi-source-primary-input-provenance/TECHNIQUE.md","source_digest":"944be7dd720f6814120beb0c9f7cb60345e6f6fe055476afa7481ae071652f4f","source_record_ids":["aoa:aoa-techniques:artifact:8c3cfa207103ed1e00f7386b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7a3a9da109c336c8e4dba46c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:cf414003ccdedf59c31a7fa7","label":"techniques/instruction/skill-discovery/skill-marketplace-curation/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/skill-marketplace-curation/notes/external-import-review.md","source_digest":"b2df3b71a0ce2044d7b95a3bb3a4c5d3d9323492b9838f3f8621b945a0aaa46a","source_record_ids":["aoa:aoa-techniques:artifact:6fe72c7467dd5adb095a1cde"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cb204029b71bdac79d32b071"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:cf5c375e6d9a1e1df54f738c","label":"techniques/governance/automation-readiness/human-loop-to-first-landing/examples/minimal-human-loop-to-first-landing.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/human-loop-to-seed-lift/examples/minimal-human-loop-to-seed-lift.md","source_digest":"2ca7f66b9c98d8d4bf36fb55fcbcce733ece3a84212392f721a638b9bc24cb38","source_record_ids":["aoa:aoa-techniques:artifact:ee90d7d0429526bdcd27bb43"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:bd06a22ba55213434fcd44c9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:cf5cc943211bd30472d59069","label":".agents/skills/aoa-contract-test/references/contract-shapes.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-contract-test/references/contract-shapes.md","source_digest":"9409525b8e52be381acfec517234b78d20e0408b3fe6a9acab87df5dfbca64d6","source_record_ids":["aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:740691800808033c0583c7e7"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:cfec77d8afdea35455f146bb","label":"docs/source-lift/EVIDENCE_NOTE_PROVENANCE_GUIDE.md","provenance_ref":"deterministic","semantic_key":"docs/EVIDENCE_NOTE_PROVENANCE_GUIDE.md","source_digest":"045cdac34bac05ead605bf726f9be31ac0eedb32bbbe56ef88be6adacae41469","source_record_ids":["aoa:aoa-techniques:artifact:88a5286d112e6a9a50e482d8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5f5b44758dfa9a76569c3f41"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:cfeefa62ed1a19459dd78f2c","label":"techniques/history/history-artifacts/local-first-session-index/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/history/local-first-session-index/TECHNIQUE.md","source_digest":"6977d14bc9614c21dbadaf4bf40d8c0315bbd726978072e008b71d39f178846c","source_record_ids":["aoa:aoa-techniques:artifact:ad7b8eb27b3e425fb2af608e"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:3936ad8f7089c4e1e9452279"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d0104f653578cb3927a6e0a2","label":".agents/skills/aoa-summon/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-summon/checks/review.md","source_digest":"de2212a096acf0a035227437fcfa87c5b0de2ce573a6deab992542b037f5e5f7","source_record_ids":["aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:235366b28d8bff30212c974a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d011c3d1b3c1f639170445f1","label":"memo/INDEX.md","provenance_ref":"deterministic","semantic_key":"memo/INDEX.md","source_digest":"a918b82d8c15a474bdc34d870c6ddace9b540ed559a1f2b1f47888c3bfb3bb75","source_record_ids":["aoa:aoa-techniques:artifact:cb2fa8ffda8316a4cedf93ed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:40be731673b9edeb4631a808"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d04562fa8eebbd2398f3fa35","label":"techniques/execution/agent-workflows-core/plan-diff-apply-verify-report/examples/minimal-change-flow.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/plan-diff-apply-verify-report/examples/minimal-change-flow.md","source_digest":"e738725586b02898991d018584b09d2d86bb659da28b7ca4221a6023a4715d22","source_record_ids":["aoa:aoa-techniques:artifact:7e0148cf4a395c018a0ddfd8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a15b555991f1d0b8aa4d87d8"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d067f9283b7e58b58ed26c49","label":"templates/ADVERSE_EFFECTS_REVIEW.template.md","provenance_ref":"deterministic","semantic_key":"templates/ADVERSE_EFFECTS_REVIEW.template.md","source_digest":"bcb9daaf6f4144b26deb26ec652cb18b6f5a18d5dbcb45da6ef8584c1aae699a","source_record_ids":["aoa:aoa-techniques:artifact:0f6ecae19ba0d2152c5dbf1f"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2490,7 +2251,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:c878897a98cbdaa8fb45b8c1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d18c5954d25a55cb226e7991","label":"techniques/ingest/media-ingest/telegram-export-normalization-to-local-store/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/telegram-export-normalization-to-local-store/TECHNIQUE.md","source_digest":"5e862b76e81238d24ea339a7a302c6007c8dcd6e7c11c4bfb16acc15ad8ccb14","source_record_ids":["aoa:aoa-techniques:artifact:8fb6b3d9218473df15d7206c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e53eb359e5cb6c4395a058e9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d1bdb53c4bd5c9d74506d085","label":"techniques/execution/intent-chain/intent-plan-dry-run-contract-chain/examples/concrete-non-ui-intent-chain.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/intent-plan-dry-run-contract-chain/examples/concrete-non-ui-intent-chain.md","source_digest":"dd3311b5154c24b6df04d18c7353d4cba589357e38213f1a0e58611ae14c91dc","source_record_ids":["aoa:aoa-techniques:artifact:7a365dbe49b0adcf937e836c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f5808cddf13e712e24e676ff"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d1cb44ef3b0856553337f574","label":"techniques/governance/approval-evidence/fail-closed-evidence-gate/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/fail-closed-evidence-gate/notes/external-import-review.md","source_digest":"df85c40807361d64f32299edc644790db6a62ac555da871d8d8d2c0a9235400e","source_record_ids":["aoa:aoa-techniques:artifact:f3335f8724510adbcb42e890"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:acefe65248a17f4aced3e316"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d1ce744b81cf00908a18f7d9","label":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md","source_digest":"f1755482da17ea3f6a185e13262dfd7a40a26237ef2fa7eec8a9d20adf5ba686","source_record_ids":["aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:29f888225c32f4bab9f88ce0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d1f1511d382d4eb5c484e174","label":"techniques/knowledge-lift/kag-source-lift/frontmatter-metadata-spine/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/frontmatter-metadata-spine/notes/canonical-readiness.md","source_digest":"1339f791d227de71c8cb4569b4d04513259848668f45f30324ce805deec284fc","source_record_ids":["aoa:aoa-techniques:artifact:32e056499ffe2f911aafdedd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b4f00e20299cba9ef24027d0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d1f8bbcd2ec8ce41f887c903","label":"techniques/history/history-artifacts/transcript-replay-artifact/examples/minimal-transcript-replay-artifact.md","provenance_ref":"deterministic","semantic_key":"techniques/history/transcript-replay-artifact/examples/minimal-transcript-replay-artifact.md","source_digest":"fcf00c4a3ad8dadb074d89716f4e3b3b2568abf96c6a03c2d3988ff0977ef4df","source_record_ids":["aoa:aoa-techniques:artifact:0c12f4afee51fcba1b73c848"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5c183e2c0cdd402cf68ba7ae"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d1fe7fc84a459162f9cffc91","label":"techniques/knowledge-lift/kag-source-lift/semantic-review-surface-lift/checks/semantic-review-surface-lift-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/semantic-review-surface-lift/checks/semantic-review-surface-lift-checklist.md","source_digest":"c18b499716bf2f124d0c1167056d798fbdd438bc16af2494ba57e731d2a1881e","source_record_ids":["aoa:aoa-techniques:artifact:e61fee3fd2f2b823f20a3aba"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2501,7 +2261,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:011977f7749984902d88b61f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d2d809135eeab320d2d4b3ae","label":"legacy/receipts/2026-05-05-owner-truth-closeout-tree-pilot.md","provenance_ref":"deterministic","semantic_key":"legacy/receipts/2026-05-05-owner-truth-closeout-tree-pilot.md","source_digest":"30c158aba4928224c96162bf753599528da1f3ab8262cacda5f4f8c7a083cbc4","source_record_ids":["aoa:aoa-techniques:artifact:fd16c3faffa91b3404bfa102"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:511d972ef535e0a597b3a39f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d2d93bc4035761c4d33b4767","label":"techniques/proof/owner-truth-closeout/github-only-owner-endcap-with-reality-sync/checks/github-only-owner-endcap-with-reality-sync-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/github-only-owner-endcap-with-reality-sync/checks/github-only-owner-endcap-with-reality-sync-checklist.md","source_digest":"07b93b7d6b7d05e6c80385b3b264cee2ef187d0b94b14290445fbeb86729be21","source_record_ids":["aoa:aoa-techniques:artifact:746363f505b01275e1e01c8e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:226261849f5c856a80b95557"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d334b831cdb202fe0ff6f2ef","label":"techniques/instruction/instruction-surface/profile-preset-composition/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/profile-preset-composition/notes/second-context-adaptation.md","source_digest":"86001316a0dc482cf0a88784e4bd8c57e70a9f3b77429fad6106b33b7296adf1","source_record_ids":["aoa:aoa-techniques:artifact:a0f92c08d01d95501b7118c7"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:77dd3e829108b1464f95adfb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d3b24d96b3df1ea2ff215fd9","label":".agents/skills/aoa-dry-run-first/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-dry-run-first/SKILL.md","source_digest":"fef64c9479e51af6abcb096ae402d11dcb0946c828f95ace08d077cff3f0b1f0","source_record_ids":["aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:17a049688a71be7d70929ce1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d3c528e9b4d57bdf6263ddf3","label":"techniques/instruction/instruction-surface/deterministic-context-composition/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/deterministic-context-composition/notes/external-origin.md","source_digest":"b49d644c590ee576ab74998397982e7313ba4967f6f6e11d614324d619939f8e","source_record_ids":["aoa:aoa-techniques:artifact:6adfe7f020dca29594d47b70"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:889ad7ebdabf117573af5efb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d3cb71f240e081edd1559ae5","label":"techniques/execution/agent-workflows-core/stateless-single-shot-agent/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/stateless-single-shot-agent/notes/adverse-effects-review.md","source_digest":"2201ca73997f59d3a583394a73c69d4e3281616a937074b32a7bd794e21c8eff","source_record_ids":["aoa:aoa-techniques:artifact:1311f386d418afffaf0f9ff3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0627bb341f2d4e6097d71062"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d3e34de8a811310efee88021","label":"techniques/proof/owner-truth-closeout/audit-to-closeout-proof-loop/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/proof/owner-truth-closeout/audit-to-closeout-proof-loop/notes/adverse-effects-review.md","source_digest":"7739ddb78a6c5ebff62e38e32db3a535d4039c32b23673cce76d58dafe242528","source_record_ids":["aoa:aoa-techniques:artifact:db835dab8287847fd7fdc6b6"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2518,7 +2277,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:446ba9c8f04c4eb2ea422d46"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d661d3cf952fc0a2352c808b","label":"techniques/continuity/donor-harvest/multi-axis-quest-overlay/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/multi-axis-quest-overlay/notes/canonical-readiness.md","source_digest":"ffbbe9fe304cf12041d42da45dcd534d1b89ce9ca3333b68f6a160428c121a55","source_record_ids":["aoa:aoa-techniques:artifact:e40e71cbcccdf793c2a1ea95"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:08b0f7e8349993480547112e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d6728d2cda080a2da8fba19b","label":"mechanics/agon/parts/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/agon/parts/README.md","source_digest":"a1745299706b6dcb03225f051bc66431f37e62e170aaf3b2eb17745b38d15057","source_record_ids":["aoa:aoa-techniques:artifact:0e33dc533fcb541678109142"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a9c9e95778384d2d4ae71f38"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d6e0b81fc8ce71191f1c82f3","label":"techniques/proof/owner-truth-closeout/audit-to-closeout-proof-loop/checks/audit-to-closeout-proof-loop-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/audit-to-closeout-proof-loop/checks/audit-to-closeout-proof-loop-checklist.md","source_digest":"6202cb01a96b7e6bbd0d0e039e7a750ab4f96b14052a6e360aa7ce8e81da0b86","source_record_ids":["aoa:aoa-techniques:artifact:9b912748bdf9b428ca13d58f"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:7b56b547432ff3b5567c06ec"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d705e70d835248a1b368bc15","label":".agents/skills/aoa-bounded-context-map/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-bounded-context-map/SKILL.md","source_digest":"53c8e862c9359faa17c09dc288274f6fcbe86d4f9bd8e54a920e52d1be07933c","source_record_ids":["aoa:aoa-techniques:artifact:566621934699ef543a5a11c0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:321aceadd7bc4a7a6b4a30dd"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d7639db053a3cb982b88ccc2","label":"techniques/continuity/review-compaction/review-findings-compaction/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/review-findings-compaction/notes/canonical-readiness.md","source_digest":"53b28d019c73ab0e371d553dc3ca2077170c537d5e5c0e9acd7cf2621a88e303","source_record_ids":["aoa:aoa-techniques:artifact:2d22b8c8148327f2a70f1990"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7885c0d8447c8bc1bd694169"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d77266e5f7549b5b84e8a2a7","label":"techniques/proof/skill-support/contract-test-design/examples/concrete-api-contract-boundary.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/contract-test-design/examples/concrete-api-contract-boundary.md","source_digest":"fa7a70783a5eaa890ca79241cfd60a65ed8a3d2cfe391d82542eb3cb56c8888b","source_record_ids":["aoa:aoa-techniques:artifact:c22365bfe21f4088faecb4e9"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b2cb22a0eb7df9496e74b567"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d78d489dcacaf16e4a82d90a","label":"techniques/recovery/diagnosis-repair/diagnosis-from-reviewed-evidence/examples/minimal-diagnosis-from-reviewed-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/diagnosis-from-reviewed-evidence/examples/minimal-diagnosis-from-reviewed-evidence.md","source_digest":"f357f103cc14d46b44acef5b9a2497cda0604a23e0332e33e25526e984e9b56e","source_record_ids":["aoa:aoa-techniques:artifact:551cfa57299dff76b28597ee"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2536,7 +2294,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:397ee57afcd203d06ed446f4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d8de4fd2cd28d5368a632c84","label":"techniques/proof/review-evidence/single-scoped-evidence-reference/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/single-scoped-evidence-reference/notes/canonical-readiness.md","source_digest":"56d844baf456af38b93f018d78c408585b6935df167877047489549dd6f67b54","source_record_ids":["aoa:aoa-techniques:artifact:1fc0f910d9f01a8bc586a3d4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ecfc554f689beac13b8db5bc"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d957ba6aecb8a2ccff1e622c","label":"techniques/history/history-artifacts/versionable-session-transcripts/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/history/versionable-session-transcripts/notes/external-import-review.md","source_digest":"f824fee2b4d3685d57cc220c7163305c33ef4fbde6a33c7fbeef8821543532fa","source_record_ids":["aoa:aoa-techniques:artifact:fdd9a3537320fce34f4518fb"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:460b687597965f9957007646"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d95c6581314925e656c29518","label":"docs/readers/source-lift/README.md","provenance_ref":"deterministic","semantic_key":"docs/readers/source-lift/README.md","source_digest":"be53015360b32aa00eb88d59f64bebe306dfae2f6dae3307bf3c7fa825e658c6","source_record_ids":["aoa:aoa-techniques:artifact:0af7b827a80d1aac246e172d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:0766969695a59702ee0e8b47"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d983f78c434212446eaf200b","label":".agents/skills/aoa-session-self-repair/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-self-repair/SKILL.md#generation-2","source_digest":"2fdc2159700fa50547277af53047cbdd6f04618c517d703577c4c09e98a83644","source_record_ids":["aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:10ffe417d9576d306b725276"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d98fdbbabf6c6406b752dc19","label":"techniques/governance/automation-readiness/automation-fit-matrix/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/automation-fit-matrix/notes/origin-evidence.md","source_digest":"5de79536927e540790d7440adbcb7edff84345e8a921bf538737c3be732c990b","source_record_ids":["aoa:aoa-techniques:artifact:6e41d72465a46e639793641a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:dbc9a338828d881346ca8692"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d99bf70c88dcbbe772417960","label":"techniques/recovery/diagnosis-repair/checkpoint-bound-self-repair/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/checkpoint-bound-self-repair/notes/canonical-readiness.md","source_digest":"17ddb734a31bc876d81dc3877bf0d9a4e4042bc53fa7da6959507d55592de888","source_record_ids":["aoa:aoa-techniques:artifact:314954ac1748b9101fead3f2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:80675f891dbdb2d4b9dfe4e4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:d9cab808f1508473a016100b","label":"mechanics/questbook/LANDING_LOG.md","provenance_ref":"deterministic","semantic_key":"mechanics/questbook/LANDING_LOG.md","source_digest":"1f26b74709cb90876b3fae70a5be5b1e29b41192eb3f5c7f1d121eed809a8d89","source_record_ids":["aoa:aoa-techniques:artifact:37440acb8d1cd8b727a20264"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2554,14 +2311,12 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:741113160e372e4e289e4b8c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dba2b06099e2addce34d3dcb","label":"techniques/governance/promotion-boundary/nearest-wrong-target-rejection/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/governance/promotion-boundary/nearest-wrong-target-rejection/notes/adverse-effects-review.md","source_digest":"b76092a87c3596d6cb558bca203669e0d2bc91bac0f57e811b016b051481f5ca","source_record_ids":["aoa:aoa-techniques:artifact:e146ec01b3ebc23dc7745e88"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b5f6918462a518c43507c804"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dbc09c36ff515525f708b951","label":"mechanics/method-growth/ROADMAP.md","provenance_ref":"deterministic","semantic_key":"mechanics/method-growth/ROADMAP.md","source_digest":"0fb669ff5a20e376e54e044081c8ccb8f4f352bb7647acb9ca1b1c5af838d3fe","source_record_ids":["aoa:aoa-techniques:artifact:e25fd2d900757eb7fee2ff9f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9b13a1b4d642a911592d9155"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dbcde71334edfeaf84d731bb","label":"techniques/proof/published-summary/telemetry-integrity-snapshot/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/telemetry-integrity-snapshot/notes/canonical-readiness.md","source_digest":"08cc573484126e84d8779f561be34bd141d3dfabb8f0cdf62a59eee71842e62f","source_record_ids":["aoa:aoa-techniques:artifact:064bd3491ad393aa164398fa"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:fd47261ae69f50158f266544"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dbd6ba9b5735e010effb4761","label":".agents/skills/aoa-quest-harvest/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-quest-harvest/examples/runtime.md","source_digest":"771713c03cdb2d6277f2491ef74e8038bf43b13f050c7cc3793e323405e66592","source_record_ids":["aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4a265c97c7a9faca1d98e672"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dbe19415f5394abe7beaea26","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-approval-evidence-pilot-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-approval-evidence-pilot-review.md","source_digest":"2e481c9e6fc06d77e3e29d6daa211c4a6ac30a557a981f892afd3041cf996660","source_record_ids":["aoa:aoa-techniques:artifact:31bd9ed4776744c6bee438e4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d6be44c1cdc9148d418a323f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dbecf4bea9b01d589df435fc","label":"techniques/ingest/media-ingest/telegram-export-normalization-to-local-store/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/telegram-export-normalization-to-local-store/notes/external-import-review.md","source_digest":"3a80f577d8cc40642d51826afdc818fe4309ce0c7e877ba59b27685ce823033b","source_record_ids":["aoa:aoa-techniques:artifact:1ad3864abfff4fd72f6b2cc2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c22c249c88b41751271e550e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dc1f978b94b27c21942addd5","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/portability-bridge-long-pass-closeout-ledger.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/portability-bridge-long-pass-closeout-ledger.md","source_digest":"102ba42a94616ff76d6d4c3887c758193a37c8da4def3b8de1db8f337b310228","source_record_ids":["aoa:aoa-techniques:artifact:584c5c2d728fe2c622961ad1"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d933b894b739c95285bc2006"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dc50a36a3953dbd24546bfd3","label":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md","source_digest":"cb293a3c0910a6ff0921e49fb3de1c4fdbb06e66bd4de19cbcb445bb87af769c","source_record_ids":["aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a449f3c6fc5141bc9c76748d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dc740402e01a21e1699375d7","label":"mechanics/distillation/parts/technique-reform-ingress/reports/technique_family_scout.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reports/technique_family_scout.md","source_digest":"40d08c99e7b8c43b5fcdb8d5d341d978f09c1dc74c5e483c9a5baf0d6841c78b","source_record_ids":["aoa:aoa-techniques:artifact:8340c564c99b04b2d2bc9d0a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0b850f2205124f90996d1ed5"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dc90347e2639b1a90d9bdb10","label":"techniques/execution/intent-chain/new-intent-rollout-checklist/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/new-intent-rollout-checklist/notes/canonical-readiness.md","source_digest":"6d021e3cf90e40fbdcf0b6ce2afe6ee57b9f24f9e41a60392348a351c15d43f5","source_record_ids":["aoa:aoa-techniques:artifact:0b514ec0f40107f2d5885231"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:c073f923084e3be188dc6970"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dcb7ae6c7a7f7dd0f6886f43","label":"docs/validation/VALIDATOR_TOPOLOGY.md","provenance_ref":"deterministic","semantic_key":"docs/validation/VALIDATOR_TOPOLOGY.md","source_digest":"d741cfc8f9001411bf595b8e61f82308c5adbe7063e4bceddbd5f32e589c23f4","source_record_ids":["aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:c073f923084e3be188dc6970"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dcb7ae6c7a7f7dd0f6886f43","label":"docs/validation/VALIDATOR_TOPOLOGY.md","provenance_ref":"deterministic","semantic_key":"docs/validation/VALIDATOR_TOPOLOGY.md","source_digest":"f5b739978406f7845cf310cc8e87585540ef3ca93b5e052c6cf5ff5b98798a2d","source_record_ids":["aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:61741115aadeff15c496af2d"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dd31367448650bbfcb0efbbc","label":"techniques/instruction/instruction-surface/single-source-rule-distribution/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/single-source-rule-distribution/notes/adverse-effects-review.md","source_digest":"e039f2f1dd620ea48cc9cf64c5b5de201318e5d98c6a8539f94682859bcd3813","source_record_ids":["aoa:aoa-techniques:artifact:1aff5de6da719f00a6b52451"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f20d173e0089aba8f4d5f5ca"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dd4bce8ab05c554941108ec0","label":"techniques/governance/approval-evidence/fail-closed-evidence-gate/checks/fail-closed-evidence-gate-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/fail-closed-evidence-gate/checks/fail-closed-evidence-gate-checklist.md","source_digest":"45e23ba6d274b11ac9093707df7298da633a7d4dda2cdd9ef62e131249f5480d","source_record_ids":["aoa:aoa-techniques:artifact:ea74f3c9a143c34fa99dfde8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c4345f68a768f506fbe470f7"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:dd4d37937ebc8f434af99190","label":"docs/readers/source-lift/TECHNIQUE_EXAMPLES.md","provenance_ref":"deterministic","semantic_key":"docs/readers/source-lift/TECHNIQUE_EXAMPLES.md","source_digest":"f2330f9e01ebb8d5455ce79b967b37d2061d166093810d1d5abea3ecb1869d98","source_record_ids":["aoa:aoa-techniques:artifact:97795523eabb9f2398d3d564"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2581,7 +2336,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:0277f4d8d074a39ca8714ad9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:defd3cbb7ae62d48d01b5db0","label":"techniques/history/history-artifacts/session-capture-as-repo-artifact/checks/session-capture-as-repo-artifact-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/history/session-capture-as-repo-artifact/checks/session-capture-as-repo-artifact-checklist.md","source_digest":"edb8723959b35758ec8e1101901acc81c0b35715b997825d1dd8bb94c2d108ae","source_record_ids":["aoa:aoa-techniques:artifact:242b4ef646e2f38fe385bf0f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d199a4efb9f550ca83201b82"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:df2ae65b3be92051c9076f0b","label":"techniques/recovery/antifragility-recovery/isolated-service-stop-on-shared-substrate/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/system-recovery/isolated-service-stop-on-shared-substrate/notes/origin-evidence.md","source_digest":"b0b36c28aa20e32faf0e3336e14816fba52a42f0b23bb8d5cf51bb25d5405e09","source_record_ids":["aoa:aoa-techniques:artifact:9b89fd4f7add2d82f5d59dec"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a302fe3d20586550997179ce"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:df4d2cec3687ff34bf06fe64","label":"techniques/proof/owner-truth-closeout/github-only-owner-endcap-with-reality-sync/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/github-only-owner-endcap-with-reality-sync/TECHNIQUE.md","source_digest":"fd3f22fcdd1cba13ae2b4d4595249594ef24dc8e99d43ba1cfc4d9949bb5e26b","source_record_ids":["aoa:aoa-techniques:artifact:a63ef99d9a302bba6466974f"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:cf84c05e6f051a3d4cd96e50"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:df903bf566877a5e1dd0ccee","label":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md","source_digest":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","source_record_ids":["aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5b522c2c11e9cc92f71fbf78"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:e058b4fb6defa36b02bdcefd","label":"techniques/continuity/donor-harvest/harvest-packet-contract/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/continuity/donor-harvest/harvest-packet-contract/notes/adverse-effects-review.md","source_digest":"673a5e7fe5ae49cfd26e5e334902757d670ab1e0992fbab39d002040c7b7187a","source_record_ids":["aoa:aoa-techniques:artifact:9fd10efe5647d7f424855196"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6071f4b18a081ff5c1d96c8b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:e07eb363891a0eaadef013fc","label":"techniques/instruction/capability-boundary/recommendation-truth-vs-host-actionability/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/recommendation-truth-vs-host-actionability/notes/origin-evidence.md","source_digest":"ffc636211d38d94a4c5b81ae285b6f1125c476249aa456f1054d5cf2632b1c3c","source_record_ids":["aoa:aoa-techniques:artifact:540db89d3b279585a8fd7c17"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:85552c804eccb218d7c80da3"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:e101854518cfe7c0ace188d4","label":"techniques/recovery/diagnosis-repair/session-drift-taxonomy/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/recovery/diagnosis-repair/session-drift-taxonomy/notes/adverse-effects-review.md","source_digest":"4026254c1f7594e9ddf68e37bd4c3b0722e4cc71df4d84154e789d24c45813f1","source_record_ids":["aoa:aoa-techniques:artifact:7d89f44b6a76e9b71dc723e0"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2595,7 +2349,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:ee2cba83c030386284042171"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:e268fa0d668a06a58b8c7cd7","label":"mechanics/distillation/legacy/archive/closed-incoming-packets/chat-history-lineage-governed-actions/README.md","provenance_ref":"deterministic","semantic_key":"incoming/chat-wave-1c-history-lineage-governed-actions/README.md","source_digest":"5a80838b4e45dab3167d2141fad56c586e2ee7ae674aa481a7c62ed8181373b3","source_record_ids":["aoa:aoa-techniques:artifact:bf559feafdd8788466d987e4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:dbd6d6f449f971a6303e3bc0"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:e2901ed04916b4b2aded8dec","label":".github/ISSUE_TEMPLATE/canonical-promotion.md","provenance_ref":"deterministic","semantic_key":".github/ISSUE_TEMPLATE/canonical-promotion.md","source_digest":"bcdd6efa3b08b2343d993b6ae746f81160b5dc1e78a86448b0d34f69f7086b28","source_record_ids":["aoa:aoa-techniques:artifact:5ea6a99ea509e9210150d813"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:209b2b50b0258b3e83397784"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:e2a1a5fd88e032cc97c93711","label":"techniques/proof/owner-truth-closeout/workspace-root-ingress-and-mutation-gate/checks/workspace-root-ingress-and-mutation-gate-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/workspace-root-ingress-and-mutation-gate/checks/workspace-root-ingress-and-mutation-gate-checklist.md","source_digest":"ada365d096437b4210525b9d223ee9a85bead07f43f1ed1526d4da30ef9c789c","source_record_ids":["aoa:aoa-techniques:artifact:12c86482e6d0b465bfce895b"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:ae2b87fa0b9f0dd26ac2db30"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:e2c037fc08f460af5b98f65f","label":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md","source_digest":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","source_record_ids":["aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:e2d47a93e2a149a76e782319","label":"mechanics/audit/parts/promotion-readiness-matrix/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/audit/parts/promotion-readiness-matrix/README.md","source_digest":"38d84f2ccbc77f772da420de543747b02bb46f4320e99a6fa361231c258db473","source_record_ids":["aoa:aoa-techniques:artifact:939587694ad1459c4120bb30"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a20636241a8dc5adffe6d7b1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:e3cb48f37e8bfa1aaab9fd0f","label":"docs/review/CANONICAL_RUBRIC.md","provenance_ref":"deterministic","semantic_key":"docs/CANONICAL_RUBRIC.md","source_digest":"b46192a56a5656b4845abe9782910fb8ccf3f37c857737bf1d2d9cd3db89e1d1","source_record_ids":["aoa:aoa-techniques:artifact:b2612e9335e498d648ec4fb5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1868a04c0ca9f6f69697b0a6"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:e421d7e64513bbb97477d9b2","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/docs-boundary-direct-read-migration-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/docs-boundary-direct-read-migration-review.md","source_digest":"1647146c2720f5c822d9e6ec80f27db33bd57aa5d2120b29517e32c004168ba2","source_record_ids":["aoa:aoa-techniques:artifact:e94178c74e814e987dea11b1"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2632,7 +2385,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:a4aedfcfc1f2d1fb2d1e2c53"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:eac16ea1c67fc6255a33a97d","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/bundle-anatomy-template-contract-feedback.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/bundle-anatomy-template-contract-feedback.md","source_digest":"d3386d41c014882c2bf35202f723becc1b1c62a01955da468d8208e23d84da69","source_record_ids":["aoa:aoa-techniques:artifact:4cd7f4f448c2b0321fa9fdad"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6a88af64c8e45340280b2a04"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ead245cab7fc7cc39babeec9","label":"techniques/instruction/instruction-surface/fragmented-agent-context/examples/minimal-fragmented-agent-context.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/fragmented-agent-context/examples/minimal-fragmented-agent-context.md","source_digest":"b1242056e67e97c40a4f4e8efb64db882840652df7b4bb6e444a97e74864a666","source_record_ids":["aoa:aoa-techniques:artifact:909e4fe4fa9bc2df58bac18a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3c6ac78d870074a3c61cef9a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:eb22baf4e13e98148c969189","label":"legacy/receipts/2026-05-05-intent-chain-tree-pilot.md","provenance_ref":"deterministic","semantic_key":"legacy/receipts/2026-05-05-intent-chain-tree-pilot.md","source_digest":"6cc8b97924cccbf3c59ca38d97c45a87ead9fbbb17fd411b004d3884a6bf6d6d","source_record_ids":["aoa:aoa-techniques:artifact:06d31990926be878929aa81d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:e58a756cc935a2795ee351e2"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:eb5db6321be066a6cd21a205","label":".agents/skills/aoa-approval-gate-check/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-approval-gate-check/checks/review.md","source_digest":"6bd41343b8785544de83766f90bd21b93b896aa87949c476c7a417b9d5ed2001","source_record_ids":["aoa:aoa-techniques:artifact:5284bcd566341941dcafd934"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b79981e29c93214ded3ab44e"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:eb8190211c53e6e87f466e3d","label":"techniques/recovery/diagnosis-repair/checkpoint-bound-self-repair/checks/checkpoint-bound-self-repair-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/checkpoint-bound-self-repair/checks/checkpoint-bound-self-repair-checklist.md","source_digest":"39f533b3fd20f95c7fb49a5fc209fdcbe99c09bb307e631e6f6eb3ca67a27577","source_record_ids":["aoa:aoa-techniques:artifact:239c388b05081615ac1d4a95"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bc7596fa5f86b2b9921bc0cc"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:eb92c61d4cc6712fd28831f6","label":"techniques/proof/published-summary/required-vs-optional-source-rendering/examples/non-ui-required-vs-optional-rendering.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/required-vs-optional-source-rendering/examples/non-ui-required-vs-optional-rendering.md","source_digest":"c59c3879df778a3112d8ea4da7873812d5db8ac65e3a266e0e33e5e0bc1fbbdc","source_record_ids":["aoa:aoa-techniques:artifact:d526b202b0d9a036a60f24c1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6cbf3353ceda4d99d9015013"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:eb990a9466a65260bdd4ee85","label":"techniques/recovery/diagnosis-repair/checkpoint-bound-self-repair/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/recovery/diagnosis-repair/checkpoint-bound-self-repair/notes/adverse-effects-review.md","source_digest":"6371de77d23cffed0a435a0b73fe633ba4598d733635b712dbb59ae13184e974","source_record_ids":["aoa:aoa-techniques:artifact:e8dcde852f02e623c18b6929"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2641,7 +2393,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:2d49aea8754de5f40772b767"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ec236bac2692f6e60602c4e0","label":"docs/selection/TECHNIQUE_KIND_HANDOFF_PACK.md","provenance_ref":"deterministic","semantic_key":"docs/TECHNIQUE_KIND_HANDOFF_PACK.md","source_digest":"0f2105a99ee0072677f5ef5526a939c1323aa671825c51d2263e4349c16360ec","source_record_ids":["aoa:aoa-techniques:artifact:09c6d259edca1d6a9dfe5990"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:894938dd69460a2ff444602f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ec4630f5a34893b0f111bccb","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-wave-d-execution-runtime-review.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-wave-d-execution-runtime-review.md","source_digest":"e824a81a62c7f9c47a8b311dc16913b711764ca84dd86337bfd1ea86b7adfefe","source_record_ids":["aoa:aoa-techniques:artifact:1e96bc1426c8950259835bb7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c2fa6e9160ac26bbb3390efa"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ec5957b7e04f1a2bd500cd91","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/template-modernization-long-pass-corpus-triage.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/template-modernization-long-pass-corpus-triage.md","source_digest":"359631feebdc4ac2ef3882c9603bd28cea7a90283c17067ffe632b9366681f14","source_record_ids":["aoa:aoa-techniques:artifact:fec3dc23de4553ec2e819b55"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:c93e6ecea8a8b364d103fc64"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ec719fabf7d0d2c9b4835800","label":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md","source_digest":"be01e48b90776d71cf194b70d1bbaf2bc56bb291523d3162a0c4e451de64e9ce","source_record_ids":["aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0561437660c51420b0ec28c1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ec9d5ff80d84bf582dd7093c","label":"mechanics/method-growth/legacy/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/method-growth/legacy/README.md","source_digest":"faf6ce2e4dd36220652d5ff4920416926a992dbdb8553e7f3b9fa2487532e76d","source_record_ids":["aoa:aoa-techniques:artifact:7df0d9c81bb529fbbaf9d494"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2914a4a235947730804edc19"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:eced3dfbf83ad00b50d29899","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-long-pass-working-plan.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/TEMP_OWNER_BOUNDARY_BRIDGE_LONG_PASS_PLAN.md","source_digest":"5625a74c7f40b24e835a2c5837aaed63c3c2ed619dc3f3c25f323ae2037efb11","source_record_ids":["aoa:aoa-techniques:artifact:77ae89a437f7af629c753dda"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1d8a578d637ce806b419c2fa"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ecf67c3797921321e0a25c30","label":"mechanics/release-support/ROADMAP.md","provenance_ref":"deterministic","semantic_key":"mechanics/release-support/ROADMAP.md","source_digest":"c543266fd9e548c6b8a007d772198bbad008644d6b74de77fac49e5973e9355e","source_record_ids":["aoa:aoa-techniques:artifact:ea92140f28054170798bcbe9"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2657,15 +2408,12 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:5c9bcf8f4673755e0aa1c6f9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ee636a7bdf9fc8985eb98ab6","label":"techniques/continuity/handoff-continuation/structured-handoff-before-compaction/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/continuity/handoff-continuation/structured-handoff-before-compaction/notes/adverse-effects-review.md","source_digest":"afd8c0314b2439b25897a3b546d5985148a38c9a1f85a773d9c4d925225589da","source_record_ids":["aoa:aoa-techniques:artifact:1c31676c06066ad24cbcdfe7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:dac60489a0693d187b3e450a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ee69a34ec7af17076f70b22f","label":"techniques/continuity/handoff-continuation/session-opening-ritual-before-work/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/session-opening-ritual-before-work/notes/canonical-readiness.md","source_digest":"89179ca25c815925e05e5d5aa7d19ef1e645d33980a193d398c90f0c69c4ab74","source_record_ids":["aoa:aoa-techniques:artifact:54730a2c0b7993125f1a97d7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d1ba63fdebe19cb1014e5554"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:eeac4c03f6642a4f14ee97eb","label":"techniques/proof/published-summary/latest-alias-plus-history-copy/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/latest-alias-plus-history-copy/TECHNIQUE.md","source_digest":"64d30f6ea6dd01508a9df63718ebd52499054d32a44a2e1b7ef4e99a16eeea51","source_record_ids":["aoa:aoa-techniques:artifact:22f7c22906262b9b52babe8d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:3f54ed16a4f39acc4dd101b9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:eebcf7a5ef332ada8411f614","label":".agents/skills/aoa-session-self-diagnose/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-self-diagnose/checks/review.md","source_digest":"da6535945d3b7a4b27959c39d911a14f34229ee811a53f3b7ea05963efcc2bc4","source_record_ids":["aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2323e38403362d29e033deae"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ef0d49acec967167c68a630e","label":"mechanics/distillation/parts/technique-reform-ingress/reports/technique_topology_scout.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reports/technique_topology_scout.md","source_digest":"7ca70c63eb7d70bac1759a1a553f9a51645ef4010c447323343ca9f0ecfffaaa","source_record_ids":["aoa:aoa-techniques:artifact:87521d3395d01ec0fe08f1ea"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:639c0bf6210521a4c2525cae"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ef2693a9b1e8c68f7df29c08","label":"docs/readers/review/SHADOW_PATTERNS.md","provenance_ref":"deterministic","semantic_key":"docs/readers/review/SHADOW_PATTERNS.md","source_digest":"1773ae2de7de1ec99d5af5f365e40959b86683731ee6ebd4c0993a7f29bfd3aa","source_record_ids":["aoa:aoa-techniques:artifact:f1712bd22ca1e88b3dff3196"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:272c64dc392583bcb0f0c444"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ef760af21fda4f4e3900618c","label":"techniques/instruction/capability-boundary/recommendation-truth-vs-host-actionability/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/instruction/capability-boundary/recommendation-truth-vs-host-actionability/notes/adverse-effects-review.md","source_digest":"d804f04a56c7d1312b8a3cf85504d1e475f7927d96e7019d7de1248020ee38f5","source_record_ids":["aoa:aoa-techniques:artifact:f001c67b62aa7527a46bb453"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:43e110274cba07d3bd0500f2"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ef8be2a8d1a90b944d115330","label":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md","source_digest":"dc84b66b337d7a0ce7f4e738e97a8e575659abdf2bb7142d713d035e0bb1235a","source_record_ids":["aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cd1404e51719af155b4555db"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:ef957b4662a78d931aebc890","label":"techniques/continuity/handoff-continuation/structured-handoff-before-compaction/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/structured-handoff-before-compaction/notes/second-context-adaptation.md","source_digest":"7f9a2773185bd3685556874e423400b8b065073dff20e012afc400e41bf75f7d","source_record_ids":["aoa:aoa-techniques:artifact:3c516deac45f4616007382ef"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:57694c576021967d84c9eacd"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:efbe103ed4f0e142b2c2d986","label":"techniques/proof/owner-truth-closeout/pinned-validation-matrix-before-generated-publish/checks/pinned-validation-matrix-before-generated-publish-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/pinned-validation-matrix-before-generated-publish/checks/pinned-validation-matrix-before-generated-publish-checklist.md","source_digest":"9172aa51fa92c4c6c8479f05ecd2cc3d9403320203f930afa8af98b558b688ae","source_record_ids":["aoa:aoa-techniques:artifact:e83f56bc275e1738d3a5b23b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b560daa43cd9d3f6ef1e48a5"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f010ebfbf0134c5f0d0166e2","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/first-family-shelf-review-pack.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/first-family-shelf-review-pack.md","source_digest":"3559286eacdfca5ea7a350c429e53d8822f96a70738d1eb423e1a7190e9d5b7b","source_record_ids":["aoa:aoa-techniques:artifact:c00bb1a986ec29d86f8448ef"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:6cf2214359f5c329d8bd7342"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f015a56dd45f7c93eb301ad0","label":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md","source_digest":"84068adea8295b67dd1810d7051cb761f5a8142af31748dcc7482eb4aa441952","source_record_ids":["aoa:aoa-techniques:artifact:c98d789b44379065c822a18b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:06b67e6454f303e071c45d93"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f02b9b1a43688dc4a29bba78","label":"techniques/proof/skill-support/bounded-context-map/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/bounded-context-map/TECHNIQUE.md","source_digest":"9c49a86b23f53fd53f5104ef21b1542136901f286ba4cbb8b585f71ca00804b4","source_record_ids":["aoa:aoa-techniques:artifact:bb3734d408850908df3fb61b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4eb9d4e709b70261952becb9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f036753b7a80e36ead34e1f2","label":"mechanics/distillation/legacy/DISTILLATION_LOG.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/legacy/DISTILLATION_LOG.md","source_digest":"84e45224889c04a7d5b16888c2472db6972b7c15e189c75a7944ba52e6323a01","source_record_ids":["aoa:aoa-techniques:artifact:4d310869dd2e62ecdcd12672"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5a3963e28b598ec2a61424f7"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f04fba7e0a48fc2dcb0b97d2","label":"techniques/proof/evaluation-chain/context-report-for-ci/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/context-report-for-ci/notes/external-origin.md","source_digest":"55d11e7762e7242deb712c75a85a8d338827cbd56a83f5de3ca1d105c8f2cfb0","source_record_ids":["aoa:aoa-techniques:artifact:d4a0bbf7899b8af55401578f"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2680,7 +2428,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:fd32ee68e397bc67c47c12e3"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f1e25409cb17f208e0cde3c0","label":"techniques/execution/agent-workflows-core/tdd-slice/examples/concrete-application-handler-slice.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/tdd-slice/examples/concrete-application-handler-slice.md","source_digest":"c478c1d99bef5a3fb3db8dc984e746b4091bf81ed227de2505d1aa7e7f80cb18","source_record_ids":["aoa:aoa-techniques:artifact:80aa4b0d0c4acd16e8328c1c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bd7dc8285330cb614cc68c80"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f1fd9e9e1eb80d956c8c8258","label":".agents/spark/SWARM.md","provenance_ref":"deterministic","semantic_key":"Spark/SWARM.md","source_digest":"1578d1a3a35bafd23d0e3f97a9e24340ebb9b49be4f448647467032dedec2a6b","source_record_ids":["aoa:aoa-techniques:artifact:24477d1d7cb209d1fbbdf83e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:53ac7afc800093708ee5dfcb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f23fcba3188150da04abcf5d","label":"techniques/proof/skill-support/property-invariants/notes/adverse-effects-review.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/property-invariants/notes/adverse-effects-review.md","source_digest":"b401bd2c605d6bb80809144dfaba03a90b266581405c59df5771f99587b89657","source_record_ids":["aoa:aoa-techniques:artifact:38bc1283acf72ad8fc6681d0"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:65a133fd7fd9770fb9753e66"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f28d95b6fa212e4a900927cb","label":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md#generation-2","source_digest":"17ddc60fd818545de8a50c322ff207f2afa95e345a442fb262b41c2860766986","source_record_ids":["aoa:aoa-techniques:artifact:462b91da6966088b7402e31b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a5f19c1e723b6afdb91cf686"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f2d3f3346ac08d34e63d92bc","label":"techniques/execution/ready-work-graphs/dependency-aware-task-graph/examples/minimal-dependency-aware-task-graph.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/dependency-aware-task-graph/examples/minimal-dependency-aware-task-graph.md","source_digest":"e00ff3c0c8be4024a6a4effc17c4e45ce1e41b85c78c45b45454b537a0246ffc","source_record_ids":["aoa:aoa-techniques:artifact:8f80cfc6110685650bb96b80"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:38f7bcd7b44c53dd2ac23a8a"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f3000bda099068063bd7ec72","label":"techniques/instruction/capability-boundary/multi-source-primary-input-provenance/notes/second-context-adaptation.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/multi-source-primary-input-provenance/notes/second-context-adaptation.md","source_digest":"3071a9eeb4e4331b0bacc69513e2838d049cdfdaa4d7f366fc08edd0453b9568","source_record_ids":["aoa:aoa-techniques:artifact:a9f007a968ec11629a053d01"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3447d7ab2a96691897c41f5f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f324c936e6d7bf4d1a75c512","label":"techniques/governance/promotion-boundary/nearest-wrong-target-rejection/notes/origin-evidence.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/nearest-wrong-target-rejection/notes/origin-evidence.md","source_digest":"cb643ac373cddf840ba5d06b90982c2c08d92368ad614298198e1dc9672d9ca5","source_record_ids":["aoa:aoa-techniques:artifact:5521724b265cba3b29eb94f6"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2695,12 +2442,10 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:8498edfdad97b4406fa606bb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f53ebb6a50117b071ef6530d","label":"mechanics/distillation/parts/agon-candidate-handoff/gates/bundle-reviews/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/agon-candidate-handoff/gates/bundle-reviews/README.md","source_digest":"487a022e691cb25c3039dc31efd2c6d8965e425eea865ceb003d7661fc33dcd7","source_record_ids":["aoa:aoa-techniques:artifact:90135325c6273a19345e4fa8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:71d78ab7716a8fcc2f5c1304"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f56834d88c315f279aba6fdc","label":"templates/ADAPTATION_NOTE.template.md","provenance_ref":"deterministic","semantic_key":"templates/ADAPTATION_NOTE.template.md","source_digest":"6689aadd5ceaff682f41d1f1cc0e96f83af118957a06a9437af43ccd78899273","source_record_ids":["aoa:aoa-techniques:artifact:75bd320fbea74d598abbf2cd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:77c8e21528fea12ba39b4d4b"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f598d0c18a11875884a0801c","label":"mechanics/distillation/parts/technique-reform-ingress/reviews/bundle-anatomy-capsule-gap-repair-cohort.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/technique-reform-ingress/reviews/bundle-anatomy-capsule-gap-repair-cohort.md","source_digest":"111a0575428bbbb4b514cb153661758778fc3faa6e4ad272f691edde33bb8db9","source_record_ids":["aoa:aoa-techniques:artifact:b7df49b2b8bb8f54486fe8de"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:16e27d3f880108a2270124ee"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f5c6eebcd1d03919edf7a09b","label":".agents/skills/aoa-sanitized-share/checks/review.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-sanitized-share/checks/review.md","source_digest":"0a1194b2a1d6650b85412d9efcc01483ed20baaf9197730196313913b69578d6","source_record_ids":["aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:26c99fda896db84e75fc8009"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f6460759657bd803594ee2d7","label":"techniques/continuity/review-compaction/compaction-resilient-skill-loading/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/compaction-resilient-skill-loading/notes/canonical-readiness.md","source_digest":"f5a5b8a594d5f2e3026fdb9933cf1c5db28ba82926afe8c28af0a8412145fea5","source_record_ids":["aoa:aoa-techniques:artifact:f284d8538bf3370df939087d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bf3ba266f90214631e99fd12"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f6957ebcf837575be12fd924","label":"legacy/archive/AGENTS_ROOT_REFERENCE.md","provenance_ref":"deterministic","semantic_key":"docs/AGENTS_ROOT_REFERENCE.md","source_digest":"149a24efd75b17aa8b34d50e89a1fccd4bd5259814fc4195c51e4798c4c73010","source_record_ids":["aoa:aoa-techniques:artifact:38d0ff2a27dd5e2ade1bafca"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7dd14803c610a7cf72b7ccd9"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f6971238493f92a0539dd659","label":"mechanics/method-growth/PROVENANCE.md","provenance_ref":"deterministic","semantic_key":"mechanics/method-growth/PROVENANCE.md","source_digest":"c867cf566ed1e2d68bf6274cb0121add7c403ada32e679e51d1e2d152096c46e","source_record_ids":["aoa:aoa-techniques:artifact:cd0307e0636674574235aebf"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:505ca391ac1507d95a92ca44"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f69d6739c3047dbe94304bb6","label":"techniques/proof/evaluation-chain/contract-first-smoke-summary/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/contract-first-smoke-summary/TECHNIQUE.md","source_digest":"3352b7321bf4d2b3ee33b25c72ac01ef10f1d4179f0e265be453aba6c35f7ec1","source_record_ids":["aoa:aoa-techniques:artifact:9d13ecde0912299ed3aaf2e2"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:5169fa4934223be05134b570"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f69f41ee941ef0609eb23580","label":".agents/skills/aoa-quest-harvest/SKILL.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-quest-harvest/SKILL.md#generation-2","source_digest":"8ff631f4df15ea3966df4108fd03171525629c37b9fe894c7af606b90097d43d","source_record_ids":["aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f0dee75f40aa051e58a5c9a2"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f6a60c15b15d294481f35066","label":"mechanics/distillation/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/README.md","source_digest":"cdcfddc11450f489aa7e975cd39068c9d86cf655314ec98a9a56dfabfb44eba7","source_record_ids":["aoa:aoa-techniques:artifact:a9c949d3ec8753d6c9e15610"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:277e4f256fa17791c766f7c3"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f6b0f1537e50189cc68e3b65","label":"techniques/instruction/capability-registry/capability-spec-versioning/notes/external-import-review.md","provenance_ref":"deterministic","semantic_key":"techniques/docs/capability-spec-versioning/notes/external-import-review.md","source_digest":"a827bb8d894e430b44bc19681c2c353b00c787eb7693b77fe288f43b16892df1","source_record_ids":["aoa:aoa-techniques:artifact:447b17f5237437ff47887861"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:73d6e655cdd42c12629bd5d4"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:f6dbeee636db3112c28dad0f","label":"techniques/history/history-artifacts/transcript-linked-code-lineage/notes/canonical-readiness.md","provenance_ref":"deterministic","semantic_key":"techniques/history/transcript-linked-code-lineage/notes/canonical-readiness.md","source_digest":"9277057e20859d22a333ed6a0ee5219565d5d13ca71f6cdbd899a8ceb718399f","source_record_ids":["aoa:aoa-techniques:artifact:6bbd8af245b85a91e9690c99"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2722,7 +2467,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:f6616d7afc732a3a3b990158"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:fa1788db75db22d79fdeac98","label":"techniques/governance/promotion-boundary/quest-unit-promotion-review/TECHNIQUE.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/quest-unit-promotion-review/TECHNIQUE.md","source_digest":"8cfe9a7c5afc6f54eccc5997f1e90fefb8bb433d65450be509a20d5b251e1a39","source_record_ids":["aoa:aoa-techniques:artifact:f3a773ceaf130f233b2f3675"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ee95ff757e86d605d895b8eb"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:fa35f8d06bc71c48aaa9614a","label":"techniques/governance/automation-readiness/approval-sensitivity-check/checks/approval-sensitivity-check-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/approval-sensitivity-check/checks/approval-sensitivity-check-checklist.md","source_digest":"afe228487158ec47840040c072a543c55d9deae387fbc1338ede5f054569d68f","source_record_ids":["aoa:aoa-techniques:artifact:c49091f389e346f2de0fb8f7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b82714c4f1cc9583eca39ff1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:fa365ee329406e1af1d0cc17","label":"techniques/proof/evaluation-chain/context-report-for-ci/checks/context-report-for-ci-checklist.md","provenance_ref":"deterministic","semantic_key":"techniques/evaluation/context-report-for-ci/checks/context-report-for-ci-checklist.md","source_digest":"b813fdf431bd99aefd1c7f0277bdb8c10bd95d399f0bc116fcc7a850881e872e","source_record_ids":["aoa:aoa-techniques:artifact:3961256096a293053cf289cb"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:5caa4d4638e9b3eedb79e9c1"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:fa4185cb0a5e815e0dfc4aad","label":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md","provenance_ref":"deterministic","semantic_key":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md#generation-2","source_digest":"3f45a9150db31af9fd5ae707e9d385f898e6ae3fd2e774ec2111c5e7153839e5","source_record_ids":["aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:fad78ae19f58e1204c931ae0","label":"docs/START_HERE.md","provenance_ref":"deterministic","semantic_key":"docs/START_HERE.md","source_digest":"f83f94cc72c5d58a82e565e66feb1c65c68825bc858cd5d4c119c6e1d07931c6","source_record_ids":["aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4add4b9ff7fb5372a528d55c"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:fadb7cb1ddbf3dfbce8c1ecf","label":"techniques/ingest/media-ingest/telegram-export-normalization-to-local-store/notes/external-origin.md","provenance_ref":"deterministic","semantic_key":"techniques/agent-workflows/telegram-export-normalization-to-local-store/notes/external-origin.md","source_digest":"1b6862cd066cfa3c88ee5ce4bbfc118064f98f9f8a8726a4053842c3b1023ffc","source_record_ids":["aoa:aoa-techniques:artifact:05c2a8525b646fe5a9c1b903"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9f717dbb332cee68ef3dcdef"],"entity_kind":"document","id":"aoa:aoa-techniques:entity:fae9b900cff7d6c2db6b5103","label":"mechanics/rpg/parts/quest-overlay-anchors/README.md","provenance_ref":"deterministic","semantic_key":"mechanics/rpg/parts/quest-overlay-anchors/README.md","source_digest":"c7a3f82240e32b404875121989d4d8e3f82d7b4f0d5e5c67d1bc51a7380287bf","source_record_ids":["aoa:aoa-techniques:artifact:b8f9c5c7c089a1d57f3eadaa"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2903,7 +2647,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:f53f9539f2c5fdef78dfeea6"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:58c5499d3ed78f53249a4155","label":"SemanticReviewFinding","provenance_ref":"deterministic","semantic_key":"python:class:SemanticReviewFinding","source_digest":"320c20ca7f097184b55b42332cf62e4411370ea3fa2b35e3597a0998a569dd47","source_record_ids":["aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b8accd2fa14b1cb54a6d3e1f"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:5ccdfaca58b6e27ce2f2d434","label":"BoundaryBridgeMechanicsTopologyTestCase","provenance_ref":"deterministic","semantic_key":"python:class:BoundaryBridgeMechanicsTopologyTestCase","source_digest":"bcb9bd629a58d622aa35d5f0d4bd574b575677c1cacd0dc08e619f989371958c","source_record_ids":["aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6ebe6005048ab272a3f36105"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:6b8e4acec6e2e347fab85730","label":"MechanicsRequestReceiptsTestCase","provenance_ref":"deterministic","semantic_key":"python:class:MechanicsRequestReceiptsTestCase","source_digest":"bfebeee3200e324838db107c7c9460238b3937193156f8a7d0ea6b3818656108","source_record_ids":["aoa:aoa-techniques:artifact:1bdaff3aa0a3613590d76c27"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:a340dc2bc78d5937850b6c6b"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:6c8f9472b3050757c52094b2","label":"ScriptTopologyTests","provenance_ref":"deterministic","semantic_key":"python:class:ScriptTopologyTests","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:a340dc2bc78d5937850b6c6b"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:6c8f9472b3050757c52094b2","label":"ScriptTopologyTests","provenance_ref":"deterministic","semantic_key":"python:class:ScriptTopologyTests","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c23a4614d571c779fb1d78e9"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:6ccebf3dc92d1ce503fc8400","label":"ReviewTemplateField","provenance_ref":"deterministic","semantic_key":"python:class:ReviewTemplateField","source_digest":"320c20ca7f097184b55b42332cf62e4411370ea3fa2b35e3597a0998a569dd47","source_record_ids":["aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fca2e0867a06b868e11dab0f"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:6ecb51640134607546e681f1","label":"ValidationTopologyTests","provenance_ref":"deterministic","semantic_key":"python:class:ValidationTopologyTests","source_digest":"071664fd7f715079cf5f9d4221700d15177e85dce1017e9b4ab2b7a2cb00cfd5","source_record_ids":["aoa:aoa-techniques:artifact:f6818f763cf40101bb774211"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ad85cd3f2c5eae3a0a28be5f"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:6f43c4b587a2b32bd3b0e91e","label":"SemanticReviewSeam","provenance_ref":"deterministic","semantic_key":"python:class:SemanticReviewSeam","source_digest":"320c20ca7f097184b55b42332cf62e4411370ea3fa2b35e3597a0998a569dd47","source_record_ids":["aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -2940,7 +2684,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:6ac3f0e63d1630821f28ef3e"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:bced22068c4745d78663cc3b","label":"ReviewTemplateItem","provenance_ref":"deterministic","semantic_key":"python:class:ReviewTemplateItem","source_digest":"320c20ca7f097184b55b42332cf62e4411370ea3fa2b35e3597a0998a569dd47","source_record_ids":["aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7f63d6d610842ffd29785133"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:befb30c61280914a50486aee","label":"SkillDiscoveryTreePilotTestCase","provenance_ref":"deterministic","semantic_key":"python:class:SkillDiscoveryTreePilotTestCase","source_digest":"4d5a458554372200a14f047aa67f8eee828aa07003dc0d355edfef530b101c58","source_record_ids":["aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:11877127446986f2bd7d4b42"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:bf5796bb28bd2ff7415c10ef","label":"CurrentDirectionRoutesTestCase","provenance_ref":"deterministic","semantic_key":"python:class:CurrentDirectionRoutesTestCase","source_digest":"96d942021322b174f8afd2a30e359ef662363ad2c5716c1dae7f1022e004500c","source_record_ids":["aoa:aoa-techniques:artifact:098f12afb4fd11c72d66bfee"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:134981de1bfabef4cc48183a"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:c17c204cbc40af412b2db7e6","label":"AgentsDocSpec","provenance_ref":"deterministic","semantic_key":"python:class:AgentsDocSpec","source_digest":"cb4693f0c81b74d76252ea5f3fed57b86a7ff90d4487f9c09bd8be57ebf0d9be","source_record_ids":["aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:134981de1bfabef4cc48183a"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:c17c204cbc40af412b2db7e6","label":"AgentsDocSpec","provenance_ref":"deterministic","semantic_key":"python:class:AgentsDocSpec","source_digest":"fffb179bc898a10fa672a03af77e6171f0f777837536af833d1c32095cf947c8","source_record_ids":["aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fc12a49afdf2401b29440dfe"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:c625cd4aa3835d3928905dc4","label":"DistillationTreePilotCapabilityWaveTests","provenance_ref":"deterministic","semantic_key":"python:class:DistillationTreePilotCapabilityWaveTests","source_digest":"7c9442f636ad545addfc93337435cdae332a5ba3daea144f22cd7d3b151521a2","source_record_ids":["aoa:aoa-techniques:artifact:41ac3f2b3d4fba39e0aa28ee"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:97c76535a87c442ca1e04aa4"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:cb9ca5afbadd40e7fcf5e10d","label":"AgonMechanicsTopologyTestCase","provenance_ref":"deterministic","semantic_key":"python:class:AgonMechanicsTopologyTestCase","source_digest":"26eb71e2e46619a815f778bebdc13d4f10daee97f77ec0e4d2f943e188718f10","source_record_ids":["aoa:aoa-techniques:artifact:551aac060212aabeebecce6c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:76e6efbf1b41ece48dc5ec68"],"entity_kind":"python_class","id":"aoa:aoa-techniques:entity:ce52ef1fb1c3ad7c52d3642f","label":"ReleaseSupportMechanicsTopologyTestCase","provenance_ref":"deterministic","semantic_key":"python:class:ReleaseSupportMechanicsTopologyTestCase","source_digest":"eb064ca8d9dd633e6558b26bc20620185cce784ac9a9fafeb8d0eaa55e7a386d","source_record_ids":["aoa:aoa-techniques:artifact:0fe833418dc1eab0b2818187"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3004,7 +2748,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:95066ada6ee89a5c9504e78e"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:0de1ccad04cc79f95d07e331","label":"required_headings","provenance_ref":"deterministic","semantic_key":"python:function:required_headings","source_digest":"88f9ff2629280d7322bad9f6432b9ad69252406bc2951469e827866db115e59a","source_record_ids":["aoa:aoa-techniques:artifact:7ec2281500eca2332f32efc0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f7c5ef231c5e4ee6bc59e7b6"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:0eba1482f72e4c09d13e1327","label":"note_kind_title","provenance_ref":"deterministic","semantic_key":"python:function:note_kind_title","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:36b33ca214cef24e20381e47"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:0ecfbf58f9ee2049afa669ea","label":"test_builder_rejects_gate_checklist_without_gate_example","provenance_ref":"deterministic","semantic_key":"python:function:test_builder_rejects_gate_checklist_without_gate_example","source_digest":"003b0a28766db26a46fe7ce64dde757b895c79c24bca4e7b8e521c217cfc3dfc","source_record_ids":["aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:0a23300fcb3b9ea778c46921"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:0f0fc5a0ac494e80b7b7ffa3","label":"check_gaps","provenance_ref":"deterministic","semantic_key":"python:function:check_gaps","source_digest":"e87633e8ddb0a07a9ad703148c7dc82c5b2c20c46d2fa9b8a9948365224a9ade","source_record_ids":["aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3deb99c91acd948e4c12e680"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:0f24231fc09a5ed055279585","label":"infer_execution_profile","provenance_ref":"deterministic","semantic_key":"python:function:infer_execution_profile","source_digest":"986f4a8124a8a6139e0bc11e1e2b2c8e1bd219834acddb0ef3d29c2d887ebf54","source_record_ids":["aoa:aoa-techniques:artifact:4ea8d4f3477d03591b388ed8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9c88f23a800939b6158841db"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:0fe37ebaf17ea53cd1cd2f42","label":"load_validator","provenance_ref":"deterministic","semantic_key":"python:function:load_validator","source_digest":"6311888aa2c60efcd52e728336a7175582dbb67e30a7a6b4efe7a2ca538af4f9","source_record_ids":["aoa:aoa-techniques:artifact:03b76abc01704964e291b6af"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:66d6bf8b95b8c0a6401599c3"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:10011083c422da4617e4c651","label":"validate_scenario","provenance_ref":"deterministic","semantic_key":"python:function:validate_scenario","source_digest":"e9b6aa304f03cd3d573283040717dce7cc022186b16b5f20933fb15b10089922","source_record_ids":["aoa:aoa-techniques:artifact:80adbf9807a80432bf32a44f"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3034,7 +2777,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:7366d0945a3ee1234e5c72dc"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:198f7a7397de623dc921db00","label":"try_fts5_search","provenance_ref":"deterministic","semantic_key":"python:function:try_fts5_search","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:18497c538dcc46e45da30bc4"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:199092dca2690c54b20e2dd0","label":"catalog_domain_rank","provenance_ref":"deterministic","semantic_key":"python:function:catalog_domain_rank","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:12d40b1cc1b32fe5733315dd"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:19ae19b338dce6191cdf3dcc","label":"quest_source_route","provenance_ref":"deterministic","semantic_key":"python:function:quest_source_route","source_digest":"b3786fbfc06e9e21b51f7d3d0f47c7ad6ae285a03a6e3b3fd651de536c70a30c","source_record_ids":["aoa:aoa-techniques:artifact:5b642e24330a04d5119f4f1a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:c3c60c0c4362a365db5ba3ae"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:1a255164a1b6c721be900bf4","label":"_load_payload","provenance_ref":"deterministic","semantic_key":"python:function:_load_payload","source_digest":"3f33dc49122e254fca13ca58a38311a687d5e5c917762981a33529721282cf9e","source_record_ids":["aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:88cd8a781f4c1728eccd6dfd"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:1a35d6bfa27462fb2c8099c8","label":"resolve_command","provenance_ref":"deterministic","semantic_key":"python:function:resolve_command","source_digest":"f49bc6c93dcd1146eb57253a0914db4e9c36b5dd06fba53178222c452abad300","source_record_ids":["aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8c7bc6280a286e8d707deb20"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:1a559f4ce2e51a69649ae215","label":"build_support_refs_and_docs","provenance_ref":"deterministic","semantic_key":"python:function:build_support_refs_and_docs","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:044a08fd031c8103f7ee692f"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:1a6e39d6de18e48b17bafd89","label":"read_frontmatter","provenance_ref":"deterministic","semantic_key":"python:function:read_frontmatter","source_digest":"e25ed72a5ee04f79bc777eaa068f7741e2a4ef432b41d4218c66a1e9a54a504d","source_record_ids":["aoa:aoa-techniques:artifact:5c1073429c3a0b92540ff9b5"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3080,7 +2822,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:9272c25af5e0762b3fc8f454"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2999c497f04665286505d1e5","label":"capsule_compare_text","provenance_ref":"deterministic","semantic_key":"python:function:capsule_compare_text","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1063c5df43305a1801f3873d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2a3ea4ca7de344f469af7110","label":"validate_decision_indexes","provenance_ref":"deterministic","semantic_key":"python:function:validate_decision_indexes","source_digest":"2aed19d13e1945f8494ff508eed49496f1c8191c86f08cd1e69ad1b02a310657","source_record_ids":["aoa:aoa-techniques:artifact:6816a5effb28d9bbec30bc9c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3350f71c7f26c16e14d212a9"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2a5cfec58326bafcc178b2d7","label":"validate_technique_bundle","provenance_ref":"deterministic","semantic_key":"python:function:validate_technique_bundle","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:815a146f4d46c7ee7fedc831"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2b69e6b879649f3069b9e997","label":"validate","provenance_ref":"deterministic","semantic_key":"python:function:validate","source_digest":"cb4693f0c81b74d76252ea5f3fed57b86a7ff90d4487f9c09bd8be57ebf0d9be","source_record_ids":["aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:815a146f4d46c7ee7fedc831"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2b69e6b879649f3069b9e997","label":"validate","provenance_ref":"deterministic","semantic_key":"python:function:validate","source_digest":"fffb179bc898a10fa672a03af77e6171f0f777837536af833d1c32095cf947c8","source_record_ids":["aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5872d5cced40479f6d30c6b4"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2b9b87c716418fd34437fb6f","label":"has_unittest_files","provenance_ref":"deterministic","semantic_key":"python:function:has_unittest_files","source_digest":"b7063690f130ce060e0f4ded042e5328134839d29de3d42ec8bb75a16e257dfd","source_record_ids":["aoa:aoa-techniques:artifact:c8ebeae9a0d4391625d71641"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ffa3ebf39320d30422b39dd7"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2bb0cad4df3bfe0e1dfccec4","label":"shadow_review_id_from_path","provenance_ref":"deterministic","semantic_key":"python:function:shadow_review_id_from_path","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ff609e4a06383acb29a329d6"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2bd80cc6158763b52b04900c","label":"read_frontmatter","provenance_ref":"deterministic","semantic_key":"python:function:read_frontmatter","source_digest":"398982edc7108c1cd992909ccee30c2e5c77195a1b4de031a6675bcc67894052","source_record_ids":["aoa:aoa-techniques:artifact:3c885d152cd68ff4d23d5dc4"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3094,13 +2836,11 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:d8aecd7d537ea5664334a1c2"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2dc545b404ba49aa7e087fb2","label":"walk_values","provenance_ref":"deterministic","semantic_key":"python:function:walk_values","source_digest":"61c8a385f4d8902a6f22327c6560e9546b3ea57dd5809ba9937fa902d2228207","source_record_ids":["aoa:aoa-techniques:artifact:9a2daa8b86644f570884688d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:73bc9dd1c2e5226108297cc3"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2e113a09efea1eacece3be1d","label":"test_builder_rejects_inherited_row_without_inherited_status","provenance_ref":"deterministic","semantic_key":"python:function:test_builder_rejects_inherited_row_without_inherited_status","source_digest":"f74f6781216ee28556e030b8880f7e8889d8c8b28e7f8558c0615aa285a32724","source_record_ids":["aoa:aoa-techniques:artifact:5b5175da19a378fea73fbebb"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d49ce0d7ae77bfe8ed1838a3"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2e1b784f9f13ff380f81d74f","label":"validate_kind_data_files","provenance_ref":"deterministic","semantic_key":"python:function:validate_kind_data_files","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:dcd4a89083ede84fff11ea89"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2e5b46c622e1747f36a7e284","label":"_load_payload","provenance_ref":"deterministic","semantic_key":"python:function:_load_payload","source_digest":"e87633e8ddb0a07a9ad703148c7dc82c5b2c20c46d2fa9b8a9948365224a9ade","source_record_ids":["aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7240c08a352cbd44d3696a03"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2ea381ffd85d3f8d92890c56","label":"semantic_review_id_from_path","provenance_ref":"deterministic","semantic_key":"python:function:semantic_review_id_from_path","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:97b305bbf4383984400c7d5b"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2ebd85e7a672f85c43a74108","label":"_import_artifact_bundles","provenance_ref":"deterministic","semantic_key":"python:function:_import_artifact_bundles","source_digest":"91b00807e21479d2f256317b0c8f3dca169fa9d18206c50b89a7b8b303ddbda0","source_record_ids":["aoa:aoa-techniques:artifact:7eaedf4491a248821a2ecacc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fe5b1abc4d7c1ff5e653594a"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2ee8e7cb53a6fd6c9d755361","label":"strip_display_prefix","provenance_ref":"deterministic","semantic_key":"python:function:strip_display_prefix","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a4ded6b7217a067e0a6f6ed2"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2f4b75dfbf63bd4946f03a6e","label":"load_receipts","provenance_ref":"deterministic","semantic_key":"python:function:load_receipts","source_digest":"e56e15c2af48dbf1cac29649f21e5cf069d8b6e9aea971ee79b8a7fa899df6bc","source_record_ids":["aoa:aoa-techniques:artifact:1e52a0e919d049cd43732980"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6c3c9e93ea611e639b34184c"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2fc99f88de3c68a1a65a3f8c","label":"parse_shadow_review_map_entries","provenance_ref":"deterministic","semantic_key":"python:function:parse_shadow_review_map_entries","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:05fa83d427659fa4e2b00829"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:2fed22709b99d64f2a70fc9b","label":"classify_surfaces","provenance_ref":"deterministic","semantic_key":"python:function:classify_surfaces","source_digest":"e4381cd2c63502625b2c52a5263442f51918fcd5c86d57b71691c6479927fb7a","source_record_ids":["aoa:aoa-techniques:artifact:f0743278822e9f09d5471953"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:85e6c8648243fafe1a4c02dc"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:30e6b3ef4cdcb957f0f3da7d","label":"validate_receipt","provenance_ref":"deterministic","semantic_key":"python:function:validate_receipt","source_digest":"e56e15c2af48dbf1cac29649f21e5cf069d8b6e9aea971ee79b8a7fa899df6bc","source_record_ids":["aoa:aoa-techniques:artifact:1e52a0e919d049cd43732980"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:75b2a88d0b3f5cc4d3a68dbc"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:31223e9ee281fa377c1701ed","label":"load_builder","provenance_ref":"deterministic","semantic_key":"python:function:load_builder","source_digest":"d0bd672b49c2afb86dc7de5301f145d950176992055a30931e728cfbc9c8af07","source_record_ids":["aoa:aoa-techniques:artifact:9b3627e44c3737426b0a9555"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d4404739179bf2d6c12d5488"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:312c1fe2711358a1ac9aed07","label":"build_shadow_patterns_markdown","provenance_ref":"deterministic","semantic_key":"python:function:build_shadow_patterns_markdown","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3116,12 +2856,10 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:557f6d1c1bfd44120c2aae4e"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:350704874899c65322a04379","label":"_manifest_subject_paths","provenance_ref":"deterministic","semantic_key":"python:function:_manifest_subject_paths","source_digest":"91b00807e21479d2f256317b0c8f3dca169fa9d18206c50b89a7b8b303ddbda0","source_record_ids":["aoa:aoa-techniques:artifact:7eaedf4491a248821a2ecacc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8ad5202255d4c28ee3a2c773"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:352c2ebe9eccad99bd55e31b","label":"validate_decision_lane_surfaces","provenance_ref":"deterministic","semantic_key":"python:function:validate_decision_lane_surfaces","source_digest":"59360ee4346d9a416d1a61714b3b8ef650074682247bb79b287330b2c0c97abc","source_record_ids":["aoa:aoa-techniques:artifact:5a1bbcf29ad3ebd1ce25d7e6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:36ec24720a5f6f642f5298a4"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:3551e041027cb9b0555e395f","label":"discover_quest_ids","provenance_ref":"deterministic","semantic_key":"python:function:discover_quest_ids","source_digest":"b3786fbfc06e9e21b51f7d3d0f47c7ad6ae285a03a6e3b3fd651de536c70a30c","source_record_ids":["aoa:aoa-techniques:artifact:5b642e24330a04d5119f4f1a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:52a3addfae7c36cc9fa36303"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:35f9ea25755f112fd5fa61eb","label":"_command","provenance_ref":"deterministic","semantic_key":"python:function:_command","source_digest":"679498e2f8e139bc6c68fbaeb023c82a68f062a2aab04557a9e4b6d89f5adc94","source_record_ids":["aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:10d7059d70cd20f2d9085a65"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:36232f290d5b3611a743ac25","label":"validate_kind_surface_files","provenance_ref":"deterministic","semantic_key":"python:function:validate_kind_surface_files","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:88441a0451b7abcfe8b1aa4d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:366a8dacff2e14ed25e41afb","label":"field_value_markdown","provenance_ref":"deterministic","semantic_key":"python:function:field_value_markdown","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e813826841d26f89ceb06162"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:36a84d0079fe840556801021","label":"_verify_private_export_marker","provenance_ref":"deterministic","semantic_key":"python:function:_verify_private_export_marker","source_digest":"91b00807e21479d2f256317b0c8f3dca169fa9d18206c50b89a7b8b303ddbda0","source_record_ids":["aoa:aoa-techniques:artifact:7eaedf4491a248821a2ecacc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1e67cc5afbf321fa6a518ba3"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:36ad78bc37b93ab82b588126","label":"require_text","provenance_ref":"deterministic","semantic_key":"python:function:require_text","source_digest":"76196f39b46ff4a290c1e34ec79e23ae714f7b117c616bb589167ff69b7eec5d","source_record_ids":["aoa:aoa-techniques:artifact:bac359db4375a051d784ce67"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:cdc0184a6017b03d17502aa3"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:3782d773fa26696573a34c09","label":"build_contract","provenance_ref":"deterministic","semantic_key":"python:function:build_contract","source_digest":"679498e2f8e139bc6c68fbaeb023c82a68f062a2aab04557a9e4b6d89f5adc94","source_record_ids":["aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:907ecf16b279e916039ce86d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:37bad00fd9ce97a72eb98a82","label":"resolve_schema_ref","provenance_ref":"deterministic","semantic_key":"python:function:resolve_schema_ref","source_digest":"320c20ca7f097184b55b42332cf62e4411370ea3fa2b35e3597a0998a569dd47","source_record_ids":["aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8cdd78f8c0281a46b7899eb5"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:3809179c4688bd3576b22817","label":"load_kind_overlay","provenance_ref":"deterministic","semantic_key":"python:function:load_kind_overlay","source_digest":"320c20ca7f097184b55b42332cf62e4411370ea3fa2b35e3597a0998a569dd47","source_record_ids":["aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5ca816b5c0e9445f5105b0a5"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:38f81d569197508d75549cb9","label":"shadow_review_scope_payload","provenance_ref":"deterministic","semantic_key":"python:function:shadow_review_scope_payload","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3129,7 +2867,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:f3ec9213018d7aa4156531cb"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:39a2a50c02defc311ef234f7","label":"validate_config","provenance_ref":"deterministic","semantic_key":"python:function:validate_config","source_digest":"77a77de40908560ac436c06f535e4d45192111e225e12f5502783190b527ff3e","source_record_ids":["aoa:aoa-techniques:artifact:62c35978e38cc9e569b5c267"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bc8e5f7929ed7cb98482717f"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:39f8867bad2cd5f47d726017","label":"mechanics_part_local_builder_checks","provenance_ref":"deterministic","semantic_key":"python:function:mechanics_part_local_builder_checks","source_digest":"1b52c67d7c1052a668437eb7b9297e9f0a6bc8bb5c66f0010014530163a9cd62","source_record_ids":["aoa:aoa-techniques:artifact:018896bc1d0eaf2756c5b6ee"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9744a21154e5afb6d9f90070"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:3a65f5d88530d05ae9678061","label":"parse_semantic_review_file","provenance_ref":"deterministic","semantic_key":"python:function:parse_semantic_review_file","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:0fa56ca83e42d7dca88f9442"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:3acf0ca10d4574488ec73e53","label":"_flatten","provenance_ref":"deterministic","semantic_key":"python:function:_flatten","source_digest":"88b6260627a9c15f75fb58d38d55a506f9230ba2cef1940e8ea09fd70bd417a5","source_record_ids":["aoa:aoa-techniques:artifact:4783038b8178cb7128c32402"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6def53274ad0caf5baa921d4"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:3ba850d6d0a710cf5aa58b7c","label":"tokenize","provenance_ref":"deterministic","semantic_key":"python:function:tokenize","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d724fcd93d9ff21e37ca6930"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:3bb7a7610a11391d2001ee8e","label":"resolve_command","provenance_ref":"deterministic","semantic_key":"python:function:resolve_command","source_digest":"947bad44ffd1262920bc0165d14425c045c1014f852ec0a2327c5b5d69b222e6","source_record_ids":["aoa:aoa-techniques:artifact:c5138334e39c17af121a6547"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a2d5ff6696a7d02184b2b4c7"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:3bc17e6edaecc06db44507a8","label":"load_index_contract","provenance_ref":"deterministic","semantic_key":"python:function:load_index_contract","source_digest":"59360ee4346d9a416d1a61714b3b8ef650074682247bb79b287330b2c0c97abc","source_record_ids":["aoa:aoa-techniques:artifact:5a1bbcf29ad3ebd1ce25d7e6"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3236,7 +2973,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:1aecd3a42e21f4c896a2df43"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:60fa0cd437c3b511370dedd6","label":"path_exists_with_exact_case","provenance_ref":"deterministic","semantic_key":"python:function:path_exists_with_exact_case","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bc85dd8c1fc1dde8b6fd473a"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:623fc28b5655132856ad81ec","label":"full_catalog_entry","provenance_ref":"deterministic","semantic_key":"python:function:full_catalog_entry","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e6031d6d9c24ea0841d96c38"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:62b3b958e30692fccae9a4b7","label":"release_lane_test_coverage","provenance_ref":"deterministic","semantic_key":"python:function:release_lane_test_coverage","source_digest":"1b52c67d7c1052a668437eb7b9297e9f0a6bc8bb5c66f0010014530163a9cd62","source_record_ids":["aoa:aoa-techniques:artifact:018896bc1d0eaf2756c5b6ee"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d87466cd37fe0be13fef6c49"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:62fb53c9469ed2977147f140","label":"build_report","provenance_ref":"deterministic","semantic_key":"python:function:build_report","source_digest":"e4381cd2c63502625b2c52a5263442f51918fcd5c86d57b71691c6479927fb7a","source_record_ids":["aoa:aoa-techniques:artifact:f0743278822e9f09d5471953"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d7a5ae09bee3ed420d5b328c"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:631be198e5e299ce5552c162","label":"parse_semantic_review_seams","provenance_ref":"deterministic","semantic_key":"python:function:parse_semantic_review_seams","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9edddd30222117830aff9def"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:63275f4d531ebd6bac66eccc","label":"read_frontmatter","provenance_ref":"deterministic","semantic_key":"python:function:read_frontmatter","source_digest":"20556c99171b8f45c5d3ee4850779cbb292530abcffad3eac92f07f139f00d83","source_record_ids":["aoa:aoa-techniques:artifact:ddfcab62cbcdce5b474f6b6c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:02df02751dd8b78631d7aacb"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:63a34a6ea86a007ee2ba87be","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"76196f39b46ff4a290c1e34ec79e23ae714f7b117c616bb589167ff69b7eec5d","source_record_ids":["aoa:aoa-techniques:artifact:bac359db4375a051d784ce67"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3340,7 +3076,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:7564ac5cad11369f69d69fdd"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:864b76a2025beedb7b9967ae","label":"is_rfc3339_leap_second","provenance_ref":"deterministic","semantic_key":"python:function:is_rfc3339_leap_second","source_digest":"61c8a385f4d8902a6f22327c6560e9546b3ea57dd5809ba9937fa902d2228207","source_record_ids":["aoa:aoa-techniques:artifact:9a2daa8b86644f570884688d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3fe8756dda5bb48b5f859f7c"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:865ad4ddb73bb07b257d17f1","label":"note_text","provenance_ref":"deterministic","semantic_key":"python:function:note_text","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0d62faebdbff37d9fe5d32a3"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:87fda555280d0b5a83a3422f","label":"canonical_card_paths","provenance_ref":"deterministic","semantic_key":"python:function:canonical_card_paths","source_digest":"88f9ff2629280d7322bad9f6432b9ad69252406bc2951469e827866db115e59a","source_record_ids":["aoa:aoa-techniques:artifact:7ec2281500eca2332f32efc0"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:a1a18fda340e6fdcb7104240"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:88570ab88345fa232ecd2584","label":"_load_payload","provenance_ref":"deterministic","semantic_key":"python:function:_load_payload","source_digest":"88b6260627a9c15f75fb58d38d55a506f9230ba2cef1940e8ea09fd70bd417a5","source_record_ids":["aoa:aoa-techniques:artifact:4783038b8178cb7128c32402"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bd5bb540ac1ac6c9ede9c0a2"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:887b055610d9cbc1cf4a37d0","label":"matched_keywords","provenance_ref":"deterministic","semantic_key":"python:function:matched_keywords","source_digest":"986f4a8124a8a6139e0bc11e1e2b2c8e1bd219834acddb0ef3d29c2d887ebf54","source_record_ids":["aoa:aoa-techniques:artifact:4ea8d4f3477d03591b388ed8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:68148e82c00a36b1efdc260f"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:889f9527caf6762b335370aa","label":"validation_errors","provenance_ref":"deterministic","semantic_key":"python:function:validation_errors","source_digest":"0cb47bbb0a52fca2c7db26063b7e5d46f951cce02d44ab55309009d5395ee551","source_record_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:69a3239cf9c88b348829b9e3"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:88c4567161fd6c16643c2628","label":"validate_decision_index_surfaces","provenance_ref":"deterministic","semantic_key":"python:function:validate_decision_index_surfaces","source_digest":"59360ee4346d9a416d1a61714b3b8ef650074682247bb79b287330b2c0c97abc","source_record_ids":["aoa:aoa-techniques:artifact:5a1bbcf29ad3ebd1ce25d7e6"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3350,7 +3085,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:257e1a1428c8d9c1f53fb150"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:8b5aba4f2bc7ef7932157ee2","label":"validate","provenance_ref":"deterministic","semantic_key":"python:function:validate","source_digest":"1e933171e646487625f55bc0333e6eb72d497f11db815e02115d900602461df1","source_record_ids":["aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:adcec27b4d363a353a69b516"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:8be1ca0577748a944bb5aebb","label":"validate_tree_report_files","provenance_ref":"deterministic","semantic_key":"python:function:validate_tree_report_files","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4ecdd2cc593e212087e294bd"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:8bf54001cba623b485e8e90c","label":"semantic_review_scope_payload","provenance_ref":"deterministic","semantic_key":"python:function:semantic_review_scope_payload","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:f3b641aaaf71a8f831bfda9b"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:8c254ec2fec711579f4ec7fd","label":"_load_payload","provenance_ref":"deterministic","semantic_key":"python:function:_load_payload","source_digest":"e4381cd2c63502625b2c52a5263442f51918fcd5c86d57b71691c6479927fb7a","source_record_ids":["aoa:aoa-techniques:artifact:f0743278822e9f09d5471953"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ae3f9941878f11a6d86109bc"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:8c75138585a6adccab211a0d","label":"parse_note_file","provenance_ref":"deterministic","semantic_key":"python:function:parse_note_file","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:096c175d5cdf3dcb17798bb0"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:8cbf81cba38d5b383028a1b6","label":"set_section_value","provenance_ref":"deterministic","semantic_key":"python:function:set_section_value","source_digest":"fea8966924115bd2688712c60fd2059db1cb62de6b93d1e8c9377250da1bba8e","source_record_ids":["aoa:aoa-techniques:artifact:d03af9d59783c9f2bc1a49a3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:60096839af9320a107762386"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:8d35dd119743db84b79efed9","label":"const_escape_value","provenance_ref":"deterministic","semantic_key":"python:function:const_escape_value","source_digest":"0cb47bbb0a52fca2c7db26063b7e5d46f951cce02d44ab55309009d5395ee551","source_record_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3359,7 +3093,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:944f882d70bf7300abf60d25"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:8e691124eb1450891ff5903f","label":"query_command","provenance_ref":"deterministic","semantic_key":"python:function:query_command","source_digest":"5d6fcf75709076ddc5cad0c70df8dbcf295515a6406132fac6ffe3e43ed8e09a","source_record_ids":["aoa:aoa-techniques:artifact:4e5a7d696b0ff5693599bd36"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:004456b701fdd01adb5a8cf1"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:8ed52ac4dac4a944ef60b6f7","label":"catalog_entry_signal_text","provenance_ref":"deterministic","semantic_key":"python:function:catalog_entry_signal_text","source_digest":"986f4a8124a8a6139e0bc11e1e2b2c8e1bd219834acddb0ef3d29c2d887ebf54","source_record_ids":["aoa:aoa-techniques:artifact:4ea8d4f3477d03591b388ed8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5ad28094e40e338c62906349"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:8f3b0a3d8bc44420d36f1112","label":"quest_id_sort_key","provenance_ref":"deterministic","semantic_key":"python:function:quest_id_sort_key","source_digest":"b3786fbfc06e9e21b51f7d3d0f47c7ad6ae285a03a6e3b3fd651de536c70a30c","source_record_ids":["aoa:aoa-techniques:artifact:5b642e24330a04d5119f4f1a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:b186e824bddee30b68657b4a"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9074fd30bcaf4859fd29abb5","label":"_load_payload","provenance_ref":"deterministic","semantic_key":"python:function:_load_payload","source_digest":"07c5ee1cc208e82c9b7ae1c462ca78c3eb3970298ae46003cd5ab80666954f87","source_record_ids":["aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:53a5cb2d3d4cef3636b2a682"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:90e43eafc49dc0dc62a2f2e2","label":"fail","provenance_ref":"deterministic","semantic_key":"python:function:fail","source_digest":"320c20ca7f097184b55b42332cf62e4411370ea3fa2b35e3597a0998a569dd47","source_record_ids":["aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b317a55823d2242b62f09d43"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9117a12598d0d9b6d025d059","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"1fc10e20b4e033b8ee432185b81c73abe7a4bb8b8979fded2ffd530cfc831b2e","source_record_ids":["aoa:aoa-techniques:artifact:e5f4c29fb35ffbe366619cd7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:69197a6d93aa1219e32749cf"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:91c0f46476fa01f1bffb5d77","label":"_public_seed_root","provenance_ref":"deterministic","semantic_key":"python:function:_public_seed_root","source_digest":"91b00807e21479d2f256317b0c8f3dca169fa9d18206c50b89a7b8b303ddbda0","source_record_ids":["aoa:aoa-techniques:artifact:7eaedf4491a248821a2ecacc"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3369,15 +3102,13 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:066f3ee62ddacda2c3c1c924"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:929eb6e5f0173ae853fe1a0f","label":"build_index","provenance_ref":"deterministic","semantic_key":"python:function:build_index","source_digest":"02bf98ad93ed0ce929c1db22d2abf817d897e6cc1339850d0612f6c533599a36","source_record_ids":["aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c8ace191ff62f389d6e6c022"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9416459693b3901bd33d76e9","label":"build_topology_scout_payload","provenance_ref":"deterministic","semantic_key":"python:function:build_topology_scout_payload","source_digest":"986f4a8124a8a6139e0bc11e1e2b2c8e1bd219834acddb0ef3d29c2d887ebf54","source_record_ids":["aoa:aoa-techniques:artifact:4ea8d4f3477d03591b388ed8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d9cd07b7b7dd40851a19b175"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9498613d11e928322915e44d","label":"card_summary","provenance_ref":"deterministic","semantic_key":"python:function:card_summary","source_digest":"88f9ff2629280d7322bad9f6432b9ad69252406bc2951469e827866db115e59a","source_record_ids":["aoa:aoa-techniques:artifact:7ec2281500eca2332f32efc0"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:59ad3be71d684d742d9d174d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:953c5e31e3c4883b5c4af727","label":"_display","provenance_ref":"deterministic","semantic_key":"python:function:_display","source_digest":"cb4693f0c81b74d76252ea5f3fed57b86a7ff90d4487f9c09bd8be57ebf0d9be","source_record_ids":["aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:59ad3be71d684d742d9d174d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:953c5e31e3c4883b5c4af727","label":"_display","provenance_ref":"deterministic","semantic_key":"python:function:_display","source_digest":"fffb179bc898a10fa672a03af77e6171f0f777837536af833d1c32095cf947c8","source_record_ids":["aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9dc552feefca4b9737f79a53"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:95ba0dd135503817370ad34b","label":"shadow_note_summary","provenance_ref":"deterministic","semantic_key":"python:function:shadow_note_summary","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ca3c287c6cd58385ed390d76"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:95d12b9ec8ee03536f1332bb","label":"validation_errors","provenance_ref":"deterministic","semantic_key":"python:function:validation_errors","source_digest":"61c8a385f4d8902a6f22327c6560e9546b3ea57dd5809ba9937fa902d2228207","source_record_ids":["aoa:aoa-techniques:artifact:9a2daa8b86644f570884688d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:03bc7d055c0ebdb30a21d102"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:95da107cd84634848f6eec5c","label":"build_checklist_manifest_payloads","provenance_ref":"deterministic","semantic_key":"python:function:build_checklist_manifest_payloads","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:65a39dbc9a45d9fc963f106e"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:96178c28a92f791c2fc3a04e","label":"validate_sections","provenance_ref":"deterministic","semantic_key":"python:function:validate_sections","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:18f0352793d5e13729fdd4b6"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9664963c84c4cfa0ac0c6aed","label":"render_indexes_readme","provenance_ref":"deterministic","semantic_key":"python:function:render_indexes_readme","source_digest":"59360ee4346d9a416d1a61714b3b8ef650074682247bb79b287330b2c0c97abc","source_record_ids":["aoa:aoa-techniques:artifact:5a1bbcf29ad3ebd1ce25d7e6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:aff606a243bfb97d878e3825"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:966c4a2215595ba4e6d29baf","label":"checklist_text","provenance_ref":"deterministic","semantic_key":"python:function:checklist_text","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:64e4bda4c0bf95f30b4ae9b3"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:96b0d9968dddfe285837e1a1","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"e87633e8ddb0a07a9ad703148c7dc82c5b2c20c46d2fa9b8a9948365224a9ade","source_record_ids":["aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:514090767c512fd584318527"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9781b3d644070657129d2fd4","label":"_load_payload","provenance_ref":"deterministic","semantic_key":"python:function:_load_payload","source_digest":"679498e2f8e139bc6c68fbaeb023c82a68f062a2aab04557a9e4b6d89f5adc94","source_record_ids":["aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1455b70b994814778968805b"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:983b13781c6069555727be39","label":"build_section_surface_payload","provenance_ref":"deterministic","semantic_key":"python:function:build_section_surface_payload","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c0252a036a29ab3e81dc6711"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9882c9fe35a2cd237c3e8d2b","label":"full_capsule_entry","provenance_ref":"deterministic","semantic_key":"python:function:full_capsule_entry","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3050cae418a5e3c6b614e7dc"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:989c3b24e2772944ff7670ef","label":"validate_config","provenance_ref":"deterministic","semantic_key":"python:function:validate_config","source_digest":"76196f39b46ff4a290c1e34ec79e23ae714f7b117c616bb589167ff69b7eec5d","source_record_ids":["aoa:aoa-techniques:artifact:bac359db4375a051d784ce67"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3397,24 +3128,21 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:0737be1d5e74c690c298bbe9"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9cd40cda7c3c6f8b3b361df2","label":"build_repo_doc_surface_manifest_payloads","provenance_ref":"deterministic","semantic_key":"python:function:build_repo_doc_surface_manifest_payloads","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:05c68007039b55f47aa4b558"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9d3169e51abfdfc3a3d98eb4","label":"parse_scalar","provenance_ref":"deterministic","semantic_key":"python:function:parse_scalar","source_digest":"320c20ca7f097184b55b42332cf62e4411370ea3fa2b35e3597a0998a569dd47","source_record_ids":["aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4d509b5613584e0d0f96a3aa"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9d31d7bda6f608d44cfce1cb","label":"load_topology_axes_registry","provenance_ref":"deterministic","semantic_key":"python:function:load_topology_axes_registry","source_digest":"320c20ca7f097184b55b42332cf62e4411370ea3fa2b35e3597a0998a569dd47","source_record_ids":["aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:3c8bfb55ee5bf957d5ef06e3"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9d391e6938bbe1d03791413e","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"07c5ee1cc208e82c9b7ae1c462ca78c3eb3970298ae46003cd5ab80666954f87","source_record_ids":["aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:065f63a1905fe741768845b3"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9dc7904a11fea3d322d923e6","label":"run_sequence","provenance_ref":"deterministic","semantic_key":"python:function:run_sequence","source_digest":"947bad44ffd1262920bc0165d14425c045c1014f852ec0a2327c5b5d69b222e6","source_record_ids":["aoa:aoa-techniques:artifact:c5138334e39c17af121a6547"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:317ad8c955be6a0ec12b412f"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9f577cea5fe36eb9557a6d03","label":"_command","provenance_ref":"deterministic","semantic_key":"python:function:_command","source_digest":"9a2f191ab2fe80ef539b138aa8d9f94b468c8775b1d12ea15254a6bc707a0dca","source_record_ids":["aoa:aoa-techniques:artifact:dda053a98d0f42c53736338b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3ddfd7497b5e32ab32753765"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9fad9549adf6506364421562","label":"test_builder_rejects_missing_gate_checklist","provenance_ref":"deterministic","semantic_key":"python:function:test_builder_rejects_missing_gate_checklist","source_digest":"003b0a28766db26a46fe7ce64dde757b895c79c24bca4e7b8e521c217cfc3dfc","source_record_ids":["aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:5ebb87ff55f4b81ca44e0779"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:9fc2084a1b2b17ad91bd438e","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"88b6260627a9c15f75fb58d38d55a506f9230ba2cef1940e8ea09fd70bd417a5","source_record_ids":["aoa:aoa-techniques:artifact:4783038b8178cb7128c32402"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:68aef89e7e0e343eb0bf05b4"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a033af071df14494b3bbb5e0","label":"object_paths","provenance_ref":"deterministic","semantic_key":"python:function:object_paths","source_digest":"0cb47bbb0a52fca2c7db26063b7e5d46f951cce02d44ab55309009d5395ee551","source_record_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:91bbb19edf4b716ac609ece1"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a046dc68760476db787e28d1","label":"test_builder_rejects_active_lane_without_named_atom","provenance_ref":"deterministic","semantic_key":"python:function:test_builder_rejects_active_lane_without_named_atom","source_digest":"d0bd672b49c2afb86dc7de5301f145d950176992055a30931e728cfbc9c8af07","source_record_ids":["aoa:aoa-techniques:artifact:9b3627e44c3737426b0a9555"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6f5b8d4951eea5c33c39c62d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a0cbecf12103b567fd3e8349","label":"headings_in_order","provenance_ref":"deterministic","semantic_key":"python:function:headings_in_order","source_digest":"88f9ff2629280d7322bad9f6432b9ad69252406bc2951469e827866db115e59a","source_record_ids":["aoa:aoa-techniques:artifact:7ec2281500eca2332f32efc0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b698919a866792cc7163051e"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a14f045ab11364fa53b1226b","label":"summarize_capsule_risk","provenance_ref":"deterministic","semantic_key":"python:function:summarize_capsule_risk","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:36f0388ba9861ca6e86725ea"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a165983b8479628139449878","label":"_lane_definitions","provenance_ref":"deterministic","semantic_key":"python:function:_lane_definitions","source_digest":"9a2f191ab2fe80ef539b138aa8d9f94b468c8775b1d12ea15254a6bc707a0dca","source_record_ids":["aoa:aoa-techniques:artifact:dda053a98d0f42c53736338b"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d1c9944b28cc8ea90f21339d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a1b9abe7455d487134e81ad5","label":"command_script_paths","provenance_ref":"deterministic","semantic_key":"python:function:command_script_paths","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:d1c9944b28cc8ea90f21339d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a1b9abe7455d487134e81ad5","label":"command_script_paths","provenance_ref":"deterministic","semantic_key":"python:function:command_script_paths","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:94a08b5d84dbc95dca15ca8a"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a1ccc43effdcbe054a5af2b5","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"0698f43610ea36b5d60daae4e37ba8a6b516bbc1870378fcd068b7d3d186bdb0","source_record_ids":["aoa:aoa-techniques:artifact:5dc490a89b7477c117470956"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a9cfbc7342294967303fca75"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a1ef50b680b9a5a19a89ac6f","label":"sha256_text","provenance_ref":"deterministic","semantic_key":"python:function:sha256_text","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:97f470b99a4741b9b9765d57"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a2255a74fc685a1b737ea40a","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"269e2e2ac5cef83d7e059ff7160580f419aeb4c1208376d48c3b13f1ae9ff555","source_record_ids":["aoa:aoa-techniques:artifact:19ad5940ccc2d23e9da0c7f6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d02e32f4e92a579b841aa055"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a28f8d2a1f6cc3e7e121c64c","label":"build_repo_doc_surfaces_markdown","provenance_ref":"deterministic","semantic_key":"python:function:build_repo_doc_surfaces_markdown","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c35044a508ca7c890bf87079"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a2fda3d3fdf31378f3566a43","label":"top_level_meaningful_indexes","provenance_ref":"deterministic","semantic_key":"python:function:top_level_meaningful_indexes","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2571c73b1e7b9b28625e67a1"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a545e9191ed7618ee65ea188","label":"schema_type","provenance_ref":"deterministic","semantic_key":"python:function:schema_type","source_digest":"0cb47bbb0a52fca2c7db26063b7e5d46f951cce02d44ab55309009d5395ee551","source_record_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:9dba4dde81c212a6e721e244"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a554713466d55cb0550c9628","label":"_iter_strings","provenance_ref":"deterministic","semantic_key":"python:function:_iter_strings","source_digest":"e4381cd2c63502625b2c52a5263442f51918fcd5c86d57b71691c6479927fb7a","source_record_ids":["aoa:aoa-techniques:artifact:f0743278822e9f09d5471953"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d5f11bd552f1a0650d28ca54"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a637a47929a05c0e10e1b395","label":"parse_example_file","provenance_ref":"deterministic","semantic_key":"python:function:parse_example_file","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7eaad7e38b32ec1a80103903"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a6860f968038349778d869d9","label":"test_builder_rejects_missing_source_candidate","provenance_ref":"deterministic","semantic_key":"python:function:test_builder_rejects_missing_source_candidate","source_digest":"003b0a28766db26a46fe7ce64dde757b895c79c24bca4e7b8e521c217cfc3dfc","source_record_ids":["aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:510d209bfd581d57e9fb293d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:a6d33abbcf8a60db76daed59","label":"escape_markdown_table_cell","provenance_ref":"deterministic","semantic_key":"python:function:escape_markdown_table_cell","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3448,7 +3176,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:428a21345a8ef00c65b71d96"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:af489ca8a86cdc98e11d8a68","label":"release_lane_commands","provenance_ref":"deterministic","semantic_key":"python:function:release_lane_commands","source_digest":"f49bc6c93dcd1146eb57253a0914db4e9c36b5dd06fba53178222c452abad300","source_record_ids":["aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b44017da200e58cc78043e3d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:af8699155bec3ed405025e5b","label":"_candidate_abyss_machine_roots","provenance_ref":"deterministic","semantic_key":"python:function:_candidate_abyss_machine_roots","source_digest":"91b00807e21479d2f256317b0c8f3dca169fa9d18206c50b89a7b8b303ddbda0","source_record_ids":["aoa:aoa-techniques:artifact:7eaedf4491a248821a2ecacc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:73914b1c5e66ad2fa0c392b5"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b021bff2674644db6ef450cf","label":"write_validation_lanes_stub","provenance_ref":"deterministic","semantic_key":"python:function:write_validation_lanes_stub","source_digest":"218073a99eeccb5503fda3ac7ab3c30cffa4151432ad400956f4d7b5d0fba65d","source_record_ids":["aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:f61a442818214c7fc5745ddd"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b04b6f8539862ee013179d95","label":"resolve_local_script_ref","provenance_ref":"deterministic","semantic_key":"python:function:resolve_local_script_ref","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:f61a442818214c7fc5745ddd"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b04b6f8539862ee013179d95","label":"resolve_local_script_ref","provenance_ref":"deterministic","semantic_key":"python:function:resolve_local_script_ref","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:49594593d029a3875ffbad50"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b072d908ade9b31915e14a32","label":"_load_manifest","provenance_ref":"deterministic","semantic_key":"python:function:_load_manifest","source_digest":"9a2f191ab2fe80ef539b138aa8d9f94b468c8775b1d12ea15254a6bc707a0dca","source_record_ids":["aoa:aoa-techniques:artifact:dda053a98d0f42c53736338b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d1c27ae94b328317b5586fff"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b103d05ce546e6063b2316ad","label":"distillation_reform_context_paths","provenance_ref":"deterministic","semantic_key":"python:function:distillation_reform_context_paths","source_digest":"1510a38211380a1783c2803a4c9b920adc70d9e76b668b2d562922bb52fd0f31","source_record_ids":["aoa:aoa-techniques:artifact:a61aa4a40a839eb40008ff6b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ac2877b0bc222fdf942680a7"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b11e93292e157bf9d57516c3","label":"parse_shadow_review_file","provenance_ref":"deterministic","semantic_key":"python:function:parse_shadow_review_file","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3456,17 +3184,16 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:8d27f59ba33845d0b83973c8"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b1f4093ffb27c720cfef8670","label":"validate_topology_axes_registry","provenance_ref":"deterministic","semantic_key":"python:function:validate_topology_axes_registry","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3b39701e0b484b6dc5058f05"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b220478b14502dd99d5a0edf","label":"test_builder_rejects_bundle_readiness_review_without_gate_evidence_note","provenance_ref":"deterministic","semantic_key":"python:function:test_builder_rejects_bundle_readiness_review_without_gate_evidence_note","source_digest":"003b0a28766db26a46fe7ce64dde757b895c79c24bca4e7b8e521c217cfc3dfc","source_record_ids":["aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:71150187ac5b0b9e9ecf37b7"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b221adc7129225245da12615","label":"validate_relations","provenance_ref":"deterministic","semantic_key":"python:function:validate_relations","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:fbd6a511435d0ada652f05c3"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b2892f1572e0331bf0397cac","label":"discovered_script_surfaces","provenance_ref":"deterministic","semantic_key":"python:function:discovered_script_surfaces","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:fbd6a511435d0ada652f05c3"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b2892f1572e0331bf0397cac","label":"discovered_script_surfaces","provenance_ref":"deterministic","semantic_key":"python:function:discovered_script_surfaces","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a080dffc824c81c8b787f657"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b2a815b27bdb6937d21ce339","label":"parse_list","provenance_ref":"deterministic","semantic_key":"python:function:parse_list","source_digest":"320c20ca7f097184b55b42332cf62e4411370ea3fa2b35e3597a0998a569dd47","source_record_ids":["aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:14857b5e3270639f61a6b5cf"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b2de1bd5b538e0ed904a7f52","label":"validate_catalogs","provenance_ref":"deterministic","semantic_key":"python:function:validate_catalogs","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:74b5517d12f29578efbe337f"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b393ce143d8f36c1d5dac9dd","label":"collect_decision_records","provenance_ref":"deterministic","semantic_key":"python:function:collect_decision_records","source_digest":"59360ee4346d9a416d1a61714b3b8ef650074682247bb79b287330b2c0c97abc","source_record_ids":["aoa:aoa-techniques:artifact:5a1bbcf29ad3ebd1ce25d7e6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9833c1e0eff410f360064b04"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b398b047d01d01d1c7deb5d2","label":"markdown_line_to_plain_text","provenance_ref":"deterministic","semantic_key":"python:function:markdown_line_to_plain_text","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:17c56b8e9ce197bebc634837"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b44b2f584eb1bef680df94a1","label":"selection_entry_sort_key","provenance_ref":"deterministic","semantic_key":"python:function:selection_entry_sort_key","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:55f6f9d3a3593c337fab556e"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b44bde98b70243fab0cfbecd","label":"verification_strength","provenance_ref":"deterministic","semantic_key":"python:function:verification_strength","source_digest":"e4381cd2c63502625b2c52a5263442f51918fcd5c86d57b71691c6479927fb7a","source_record_ids":["aoa:aoa-techniques:artifact:f0743278822e9f09d5471953"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e7613e4cc2fad4358fa4b7e2"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b46348a8300d81784051e270","label":"ordered_domain_counts","provenance_ref":"deterministic","semantic_key":"python:function:ordered_domain_counts","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8d2f463100360eb34aa0272b"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b48e7f6a368b9908830b8ce3","label":"build_family_scout_payload","provenance_ref":"deterministic","semantic_key":"python:function:build_family_scout_payload","source_digest":"986f4a8124a8a6139e0bc11e1e2b2c8e1bd219834acddb0ef3d29c2d887ebf54","source_record_ids":["aoa:aoa-techniques:artifact:4ea8d4f3477d03591b388ed8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e13ef99063c5810bbfc37acf"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b4b08aa0024c639929b4c298","label":"read_json","provenance_ref":"deterministic","semantic_key":"python:function:read_json","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:95da84a92f4d674413ddeea7"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b5552c17b322fe2bd8fb4eb8","label":"inventory_entries","provenance_ref":"deterministic","semantic_key":"python:function:inventory_entries","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:95da84a92f4d674413ddeea7"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b5552c17b322fe2bd8fb4eb8","label":"inventory_entries","provenance_ref":"deterministic","semantic_key":"python:function:inventory_entries","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cda947013585d1e36b2e62ab"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b57d56a0f0d9992d9d25e085","label":"validation_errors","provenance_ref":"deterministic","semantic_key":"python:function:validation_errors","source_digest":"fea8966924115bd2688712c60fd2059db1cb62de6b93d1e8c9377250da1bba8e","source_record_ids":["aoa:aoa-techniques:artifact:d03af9d59783c9f2bc1a49a3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0f0486646c9d9493d05d8557"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b60acaabb1ccc3b573fe71a9","label":"note_field_value","provenance_ref":"deterministic","semantic_key":"python:function:note_field_value","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f9d774492fcc46426b87e020"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b6cf964f3315a8e2ab8288a7","label":"ordered_values","provenance_ref":"deterministic","semantic_key":"python:function:ordered_values","source_digest":"59360ee4346d9a416d1a61714b3b8ef650074682247bb79b287330b2c0c97abc","source_record_ids":["aoa:aoa-techniques:artifact:5a1bbcf29ad3ebd1ce25d7e6"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3481,7 +3208,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:09988e0c724df49ef06bb747"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b8028b726bc3964ef8e704a7","label":"load_json","provenance_ref":"deterministic","semantic_key":"python:function:load_json","source_digest":"ed56c61dee2d7f5becb627ec543b5a0c6ce7d7e30de5d35f98bacf91f038616a","source_record_ids":["aoa:aoa-techniques:artifact:abc4f4e39f6baeccd4afcfd0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:568df439063426a4281c8dbd"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b8a0e884a5e03d841e317822","label":"part_home_for_test","provenance_ref":"deterministic","semantic_key":"python:function:part_home_for_test","source_digest":"fe75e873b4157a5c4cc8307810e33b6105647c6e25938a07a33cbe5f2fb91a2f","source_record_ids":["aoa:aoa-techniques:artifact:cfbb189175cfd9efe682fdd7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1d49b1aefed9980281d09c53"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b98c549d842a721595064322","label":"validate_repo","provenance_ref":"deterministic","semantic_key":"python:function:validate_repo","source_digest":"bae501f270d797554c63e28dd0a411a4e4136f0ca50089427529dee43fadf22a","source_record_ids":["aoa:aoa-techniques:artifact:9a70c275b92b37838a1c010a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:2ff360eaca1e06ededdd646f"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b9cc79ef0161b69e0b981fd9","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"679498e2f8e139bc6c68fbaeb023c82a68f062a2aab04557a9e4b6d89f5adc94","source_record_ids":["aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:45855e467e8a241cc3b7566a"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:b9e696b4d6dc7feb5d92dcc1","label":"build_promotion_readiness_payload","provenance_ref":"deterministic","semantic_key":"python:function:build_promotion_readiness_payload","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fb546fcd9c6d9545edbc829a"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:ba04cdb88eb0f91ba2046cfd","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"09d8ba9a18a115a7d9b5ccb908ad71977010fca8c24dad9095a9e76a92a0cbd4","source_record_ids":["aoa:aoa-techniques:artifact:6408b7f6d50ec2fda7b3357a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a4d4a808be3bcdb7889704ef"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:ba0b4bb456737bb6f3080d47","label":"build_command","provenance_ref":"deterministic","semantic_key":"python:function:build_command","source_digest":"5d6fcf75709076ddc5cad0c70df8dbcf295515a6406132fac6ffe3e43ed8e09a","source_record_ids":["aoa:aoa-techniques:artifact:4e5a7d696b0ff5693599bd36"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3519,17 +3245,16 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:4a06a1056e0811481541f8fe"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:c63f91ec657419c6fb5f754a","label":"build_review_index","provenance_ref":"deterministic","semantic_key":"python:function:build_review_index","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:69dc6aa197c08b278a91d253"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:c7027d3d9c33c8168f40de09","label":"coverage_commands","provenance_ref":"deterministic","semantic_key":"python:function:coverage_commands","source_digest":"fe75e873b4157a5c4cc8307810e33b6105647c6e25938a07a33cbe5f2fb91a2f","source_record_ids":["aoa:aoa-techniques:artifact:cfbb189175cfd9efe682fdd7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:89e2e55948d362f5dc8ff381"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:c7e6e13e323ca326cf884d57","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"fe75e873b4157a5c4cc8307810e33b6105647c6e25938a07a33cbe5f2fb91a2f","source_record_ids":["aoa:aoa-techniques:artifact:cfbb189175cfd9efe682fdd7"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:62ac77c1a862c92d62d97b70"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:c88721d717e09f6f31882a5f","label":"summarize","provenance_ref":"deterministic","semantic_key":"python:function:summarize","source_digest":"07c5ee1cc208e82c9b7ae1c462ca78c3eb3970298ae46003cd5ab80666954f87","source_record_ids":["aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:eaf9d320466fb3e493e5f7fd"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:c9000e4c818890e01e4d5dbd","label":"build_example_manifest_payloads","provenance_ref":"deterministic","semantic_key":"python:function:build_example_manifest_payloads","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:bd389bddb15d4912f6e56ec9"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:c96c72d237ab15d79a0c3f15","label":"validate_family_scout_alignment","provenance_ref":"deterministic","semantic_key":"python:function:validate_family_scout_alignment","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:92db906d4c5b1728a173d6c0"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:c971395137d68bb3557605e5","label":"load_inventory","provenance_ref":"deterministic","semantic_key":"python:function:load_inventory","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:92db906d4c5b1728a173d6c0"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:c971395137d68bb3557605e5","label":"load_inventory","provenance_ref":"deterministic","semantic_key":"python:function:load_inventory","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:67416ddac9c11f9e042168c1"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:c9bd05971bbbc513f0d155ca","label":"write_all_outputs","provenance_ref":"deterministic","semantic_key":"python:function:write_all_outputs","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f7905b89b8d5f1ee67a74730"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:ca3ea55ae41a8d7adf9573bc","label":"parse_fixture_sketches","provenance_ref":"deterministic","semantic_key":"python:function:parse_fixture_sketches","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:06420f921329e5b1aa2506a7"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:cab82fb580899357edce2d24","label":"entry_matches_filters","provenance_ref":"deterministic","semantic_key":"python:function:entry_matches_filters","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4e5cb0d8368189f2af9623bd"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:cb57a53064448864f64d917d","label":"posix_rel","provenance_ref":"deterministic","semantic_key":"python:function:posix_rel","source_digest":"88f9ff2629280d7322bad9f6432b9ad69252406bc2951469e827866db115e59a","source_record_ids":["aoa:aoa-techniques:artifact:7ec2281500eca2332f32efc0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3fa0804efbc0169f2a7d54f2"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:cb85e7cc897fdc8edb59ed9a","label":"pack_candidate","provenance_ref":"deterministic","semantic_key":"python:function:pack_candidate","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c28b58d54dcbbf3ca8812adf"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:cc4bfecafc1c51e14b4b6947","label":"_load_json","provenance_ref":"deterministic","semantic_key":"python:function:_load_json","source_digest":"91b00807e21479d2f256317b0c8f3dca169fa9d18206c50b89a7b8b303ddbda0","source_record_ids":["aoa:aoa-techniques:artifact:7eaedf4491a248821a2ecacc"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:07e5398fc0908ca3f361cb38"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:cc6d8aad6561620a32d3f66d","label":"import_path_for","provenance_ref":"deterministic","semantic_key":"python:function:import_path_for","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:07e5398fc0908ca3f361cb38"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:cc6d8aad6561620a32d3f66d","label":"import_path_for","provenance_ref":"deterministic","semantic_key":"python:function:import_path_for","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1cecb79cd4cb37122d1c4d8d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:ccb09aac4ad18cbdaee2194b","label":"generated_group_ids_from_manifest","provenance_ref":"deterministic","semantic_key":"python:function:generated_group_ids_from_manifest","source_digest":"3144a60863b6663bf57664e7de57ea40b3954b3b5f51485a0180673402709895","source_record_ids":["aoa:aoa-techniques:artifact:78624b39c65895c43629e995"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fdda8b6d1e5fea4fc057e001"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:ccdcf009478151b341aab563","label":"validate_dispatch_entry_against_schema","provenance_ref":"deterministic","semantic_key":"python:function:validate_dispatch_entry_against_schema","source_digest":"b3786fbfc06e9e21b51f7d3d0f47c7ad6ae285a03a6e3b3fd651de536c70a30c","source_record_ids":["aoa:aoa-techniques:artifact:5b642e24330a04d5119f4f1a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cf90b6e3d6619d901dc01e01"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:cd5a0f157d901c2f5776c7f6","label":"collect_techniques","provenance_ref":"deterministic","semantic_key":"python:function:collect_techniques","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3538,9 +3263,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:47c93ee3579cd2676eed731d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:ce4125849c27ea6f5d28fd19","label":"split_semantic_review_body","provenance_ref":"deterministic","semantic_key":"python:function:split_semantic_review_body","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:919e28669384dc70278d9cad"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:cf402e83b2f571508afb795c","label":"validate_kind_overlay_csv_parity","provenance_ref":"deterministic","semantic_key":"python:function:validate_kind_overlay_csv_parity","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:988bf6bdccdba741faca9cf0"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:cffede91fa74117a90e5580d","label":"payload_schema_properties","provenance_ref":"deterministic","semantic_key":"python:function:payload_schema_properties","source_digest":"fea8966924115bd2688712c60fd2059db1cb62de6b93d1e8c9377250da1bba8e","source_record_ids":["aoa:aoa-techniques:artifact:d03af9d59783c9f2bc1a49a3"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:6a4d08fd67df1a30013fd2de"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:d01dfa4961eefa9e2feb2860","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"3f33dc49122e254fca13ca58a38311a687d5e5c917762981a33529721282cf9e","source_record_ids":["aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d21b69f97115a668dcd97fef"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:d062855f3ca2a78c7f09ab66","label":"check_outputs","provenance_ref":"deterministic","semantic_key":"python:function:check_outputs","source_digest":"5d6fcf75709076ddc5cad0c70df8dbcf295515a6406132fac6ffe3e43ed8e09a","source_record_ids":["aoa:aoa-techniques:artifact:4e5a7d696b0ff5693599bd36"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d54c274cb08e0c4172493acc"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:d0a6b51471cc6a75db908d77","label":"scan","provenance_ref":"deterministic","semantic_key":"python:function:scan","source_digest":"88b6260627a9c15f75fb58d38d55a506f9230ba2cef1940e8ea09fd70bd417a5","source_record_ids":["aoa:aoa-techniques:artifact:4783038b8178cb7128c32402"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b6303f27f9223f587ae7de15"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:d0b8990f553f8a8ac4b64b87","label":"validate_memo_agents_portable_validation_route","provenance_ref":"deterministic","semantic_key":"python:function:validate_memo_agents_portable_validation_route","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d32515487017c4b146b1dcd7"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:d163c9e356b1054456621d54","label":"kind_rank","provenance_ref":"deterministic","semantic_key":"python:function:kind_rank","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7ca8ee7ac5efce68588a5db0"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:d208f27421c03ae3b886d4f4","label":"split_optional_frontmatter","provenance_ref":"deterministic","semantic_key":"python:function:split_optional_frontmatter","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3583,7 +3306,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:b1a45a67a9b02c5c6ec65514"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:de31a5d0449321145267fa27","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"a5395e290f2e4385a7701fa152b21b176efdf8ef97daba406b7965b4b6b0ab00","source_record_ids":["aoa:aoa-techniques:artifact:b4260ef3235bf666c0f5e048"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9d9ad59111edfff3386a64bd"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:df2e779588441079335c6bf0","label":"commands","provenance_ref":"deterministic","semantic_key":"python:function:commands","source_digest":"28b6075bd6e0ab3b582a1ba9054928e69fce771c40362029210c61d23920e182","source_record_ids":["aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8420257f23e106e5c6ef87ce"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:df341cb3e421967eb7ee0cd1","label":"validate_landed_technique","provenance_ref":"deterministic","semantic_key":"python:function:validate_landed_technique","source_digest":"ca4b2773cd6df1a7344773f307283e2b7b6930747926f6e60fd7f4e77815ce85","source_record_ids":["aoa:aoa-techniques:artifact:765906c4c54c46b0c4898ce0"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:eb6cf5f7df4fdf639ae02bb7"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:df968b12bfa98876960fd30e","label":"_normalize_line","provenance_ref":"deterministic","semantic_key":"python:function:_normalize_line","source_digest":"07c5ee1cc208e82c9b7ae1c462ca78c3eb3970298ae46003cd5ab80666954f87","source_record_ids":["aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0a15e4d90c092c249bf0f66f"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e0098fceeae75f9a0bbb03c3","label":"read_frontmatter","provenance_ref":"deterministic","semantic_key":"python:function:read_frontmatter","source_digest":"a0eeb86c6e74f0b35b1713511550ccd283df7a64fc52a77a768c7ea066bad49a","source_record_ids":["aoa:aoa-techniques:artifact:e5099efe04874e260d36b86a"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:50936e81a4e3877816e3904d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e016a66cf850f48f6ba8ee10","label":"status_payload","provenance_ref":"deterministic","semantic_key":"python:function:status_payload","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:de1f94cb53fd3b414aad0114"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e06684c29fd606fea10d885b","label":"test_external_candidate_registry_current","provenance_ref":"deterministic","semantic_key":"python:function:test_external_candidate_registry_current","source_digest":"d0bd672b49c2afb86dc7de5301f145d950176992055a30931e728cfbc9c8af07","source_record_ids":["aoa:aoa-techniques:artifact:9b3627e44c3737426b0a9555"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3599,7 +3321,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:17a5879ef345f78d1fcfbb7b"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e2518e7a7a30b7953daa6524","label":"_import_from_package_root","provenance_ref":"deterministic","semantic_key":"python:function:_import_from_package_root","source_digest":"91b00807e21479d2f256317b0c8f3dca169fa9d18206c50b89a7b8b303ddbda0","source_record_ids":["aoa:aoa-techniques:artifact:7eaedf4491a248821a2ecacc"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:decaa6d0c7bb4f5356f740b3"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e35feaa681feea9d8f33ff95","label":"read_json","provenance_ref":"deterministic","semantic_key":"python:function:read_json","source_digest":"02bf98ad93ed0ce929c1db22d2abf817d897e6cc1339850d0612f6c533599a36","source_record_ids":["aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0fb4024b344ce429ab915872"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e3a45546d65c40fa1bcf6bf1","label":"selection_technique_link","provenance_ref":"deterministic","semantic_key":"python:function:selection_technique_link","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:21585aefc4e24fe3648501af"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e40efa9ef473506f9fd11359","label":"build_report","provenance_ref":"deterministic","semantic_key":"python:function:build_report","source_digest":"3f33dc49122e254fca13ca58a38311a687d5e5c917762981a33529721282cf9e","source_record_ids":["aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:372eee0483324b90277da37e"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e42a428e9e637028b94acc4a","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"28b6075bd6e0ab3b582a1ba9054928e69fce771c40362029210c61d23920e182","source_record_ids":["aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2a19723696573358e0e30722"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e4afd97fdb9a0fadaf3f3990","label":"parse_title","provenance_ref":"deterministic","semantic_key":"python:function:parse_title","source_digest":"59360ee4346d9a416d1a61714b3b8ef650074682247bb79b287330b2c0c97abc","source_record_ids":["aoa:aoa-techniques:artifact:5a1bbcf29ad3ebd1ce25d7e6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7145954e52eebe43ef3d65f5"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e4c38f6b7c1192078d955320","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"f15988c9d6140b0e29a30cff021dc83eb268db900774be8ad825a67ec5354dd1","source_record_ids":["aoa:aoa-techniques:artifact:aee5423505b305c139ad9433"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3610,7 +3331,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:1388972a7f9c7785e40f9de5"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e65f965c69f126594ca59e53","label":"run_commands","provenance_ref":"deterministic","semantic_key":"python:function:run_commands","source_digest":"fe75e873b4157a5c4cc8307810e33b6105647c6e25938a07a33cbe5f2fb91a2f","source_record_ids":["aoa:aoa-techniques:artifact:cfbb189175cfd9efe682fdd7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ca83865333239d3257c1cf7a"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e6eaacf3fc9aa0506288a2d7","label":"validate_github_review_template_manifests","provenance_ref":"deterministic","semantic_key":"python:function:validate_github_review_template_manifests","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:52df2071ee3894256dde5498"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e6eee55a0c467c04c6bbfc26","label":"lexical_score_document","provenance_ref":"deterministic","semantic_key":"python:function:lexical_score_document","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:400c43d4e234657d9639c735"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e700c406403a8a87b68c9097","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"e4381cd2c63502625b2c52a5263442f51918fcd5c86d57b71691c6479927fb7a","source_record_ids":["aoa:aoa-techniques:artifact:f0743278822e9f09d5471953"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8c25492cfa6a626a59a7d695"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e70698f67578e733f87a5e84","label":"explain_command","provenance_ref":"deterministic","semantic_key":"python:function:explain_command","source_digest":"5d6fcf75709076ddc5cad0c70df8dbcf295515a6406132fac6ffe3e43ed8e09a","source_record_ids":["aoa:aoa-techniques:artifact:4e5a7d696b0ff5693599bd36"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:26d093c3ce4fe939bfbc156c"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e72e5fa6ef079672ce08981e","label":"test_builder_rejects_gate_card_on_hold_lane","provenance_ref":"deterministic","semantic_key":"python:function:test_builder_rejects_gate_card_on_hold_lane","source_digest":"003b0a28766db26a46fe7ce64dde757b895c79c24bca4e7b8e521c217cfc3dfc","source_record_ids":["aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c7bc915089591ef76a0060c2"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:e7741e0c6aeaa579914a40f0","label":"read_frontmatter","provenance_ref":"deterministic","semantic_key":"python:function:read_frontmatter","source_digest":"be31fda9de0d38712184d67229f7e4ebfa04aff3db72de81710f35db405247e1","source_record_ids":["aoa:aoa-techniques:artifact:9e9466158949a19e42bd7d27"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3656,7 +3376,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:e92253504b806f076f18800c"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f20698b911354c6f6ec665f7","label":"constrained_paths","provenance_ref":"deterministic","semantic_key":"python:function:constrained_paths","source_digest":"0cb47bbb0a52fca2c7db26063b7e5d46f951cce02d44ab55309009d5395ee551","source_record_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a3d669fe78fe64b26fa2c278"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f268bb54109734faf509e92d","label":"blocked_public_hygiene_patterns","provenance_ref":"deterministic","semantic_key":"python:function:blocked_public_hygiene_patterns","source_digest":"601f26e61b30dc3b8c8bec75d34e2870e56ad43b26c8baf9b3bcd8418fa05b8a","source_record_ids":["aoa:aoa-techniques:artifact:350991278c050e85113cce7c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:2e39df6ac89458868f1521a5"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f2df5f62933aa1c6cedef166","label":"flatten_command_groups","provenance_ref":"deterministic","semantic_key":"python:function:flatten_command_groups","source_digest":"9a2f191ab2fe80ef539b138aa8d9f94b468c8775b1d12ea15254a6bc707a0dca","source_record_ids":["aoa:aoa-techniques:artifact:dda053a98d0f42c53736338b"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:ff7182f5d22fa7484417ec2d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f357bdc270aa98bb103e2f39","label":"inventory_paths","provenance_ref":"deterministic","semantic_key":"python:function:inventory_paths","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:ff7182f5d22fa7484417ec2d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f357bdc270aa98bb103e2f39","label":"inventory_paths","provenance_ref":"deterministic","semantic_key":"python:function:inventory_paths","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:7e2151966b7286b825b3bc00"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f377484063f2eca9b64ac86c","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"2a957d6e9351feb1f35466cfa6b48497b080cf6ee87e9b2cacfd511ca667abc2","source_record_ids":["aoa:aoa-techniques:artifact:677db66fbc79c3cd9e73972c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d97c8e6bfa2996f8bfce9368"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f3e4389e3575aac555f9d2c6","label":"validate_source_fast_required_files","provenance_ref":"deterministic","semantic_key":"python:function:validate_source_fast_required_files","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:40520580dd347dc12fb63309"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f60822f19fb845e7c7729913","label":"build_all_outputs","provenance_ref":"deterministic","semantic_key":"python:function:build_all_outputs","source_digest":"b53a18b318cef7035c85d7d521a2f072bb9832d79d0d3f4ef599692c61031d75","source_record_ids":["aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3664,12 +3384,12 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:17eba149ac4143ee6dfe2075"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f6ed71feb9237059403d4627","label":"typed_note_scopes_payload","provenance_ref":"deterministic","semantic_key":"python:function:typed_note_scopes_payload","source_digest":"8db34cdedca92d7afa6820dbaa8f6b19f1cec8c38fffd8ffcc3b0eea6bac7f39","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:06fe6d6701d30aaef4103b79"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f71431fa9d90f72bae8d6e67","label":"escape_value","provenance_ref":"deterministic","semantic_key":"python:function:escape_value","source_digest":"61c8a385f4d8902a6f22327c6560e9546b3ea57dd5809ba9937fa902d2228207","source_record_ids":["aoa:aoa-techniques:artifact:9a2daa8b86644f570884688d"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:cb79e8fa561de258c273ad44"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f717aaef770eae691e04fbd8","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"48c2ac2f954003a0ad51e4f6e42b3028d49d4f530588b45bf2d01715c50fc487","source_record_ids":["aoa:aoa-techniques:artifact:87bed0746754a2242f1910f8"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:b8f696cc6fb7c1b71e276c97"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f771f22027ce47c63544e4f5","label":"all_lane_command_script_paths","provenance_ref":"deterministic","semantic_key":"python:function:all_lane_command_script_paths","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:b8f696cc6fb7c1b71e276c97"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f771f22027ce47c63544e4f5","label":"all_lane_command_script_paths","provenance_ref":"deterministic","semantic_key":"python:function:all_lane_command_script_paths","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:eb0ae4d6e1ec1573a62c84bf"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f7d2d771a0d95b599e5e9eb1","label":"capsule_sections_by_heading","provenance_ref":"deterministic","semantic_key":"python:function:capsule_sections_by_heading","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:42aa046c012e124787180e45"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f83dd0247997e7c24190fa41","label":"build_index","provenance_ref":"deterministic","semantic_key":"python:function:build_index","source_digest":"77a77de40908560ac436c06f535e4d45192111e225e12f5502783190b527ff3e","source_record_ids":["aoa:aoa-techniques:artifact:62c35978e38cc9e569b5c267"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:803bc2aa3cd9f81e79c25792"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f8fb3dc5aa73633783aab2d3","label":"load_module","provenance_ref":"deterministic","semantic_key":"python:function:load_module","source_digest":"07dd997de496e385a243270aad1364a8a207a2eef515f8936b589a0eaae50ff0","source_record_ids":["aoa:aoa-techniques:artifact:10b851fc91ec1551b6ac7e03"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d73a257dfd8c71cf7a131d6d"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f9257935586e5057e3949c13","label":"resolve_command","provenance_ref":"deterministic","semantic_key":"python:function:resolve_command","source_digest":"fe75e873b4157a5c4cc8307810e33b6105647c6e25938a07a33cbe5f2fb91a2f","source_record_ids":["aoa:aoa-techniques:artifact:cfbb189175cfd9efe682fdd7"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:adcf9bf0f21402db12356c71"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f9607967d1ed765d94289050","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"cb4693f0c81b74d76252ea5f3fed57b86a7ff90d4487f9c09bd8be57ebf0d9be","source_record_ids":["aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:adcf9bf0f21402db12356c71"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f9607967d1ed765d94289050","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"fffb179bc898a10fa672a03af77e6171f0f777837536af833d1c32095cf947c8","source_record_ids":["aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fce89d64599e041dca37c558"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:f97dd1a5bfadad311d8e0d27","label":"summarize_capsule_do_not_use","provenance_ref":"deterministic","semantic_key":"python:function:summarize_capsule_do_not_use","source_digest":"46b7b6ac75a70e57e2dd7d6b9ecd27f192b2106125db269a3319678a94508c44","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b4d29c4172299982e1daac63"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:faa3ef03769fb0d1861d56a3","label":"main","provenance_ref":"deterministic","semantic_key":"python:function:main","source_digest":"02bf98ad93ed0ce929c1db22d2abf817d897e6cc1339850d0612f6c533599a36","source_record_ids":["aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:da232d6bece83349e495b82e"],"entity_kind":"python_function","id":"aoa:aoa-techniques:entity:fab0f34a5ab372ab62a97e71","label":"render_by_number","provenance_ref":"deterministic","semantic_key":"python:function:render_by_number","source_digest":"59360ee4346d9a416d1a61714b3b8ef650074682247bb79b287330b2c0c97abc","source_record_ids":["aoa:aoa-techniques:artifact:5a1bbcf29ad3ebd1ce25d7e6"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3748,6 +3468,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:817d3ace347263e8cf9f5803"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:19d544e69f7f84b39ba668ca","label":"test_dispatch_example_drift_fails","provenance_ref":"deterministic","semantic_key":"python:method:ValidateRepoQuestbookIntelligenceTests.test_dispatch_example_drift_fails","source_digest":"f13929a3fab0f9884db083b2c012b96600b00ddae4b19c6cf986090a18fc5f7e","source_record_ids":["aoa:aoa-techniques:artifact:71426c49f6417b454eedddbd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d5b91c26a55e705f7932f984"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:1a1108e9cbf14f4343400cf9","label":"test_distillation_receipt_maps_owner_landing_readout","provenance_ref":"deterministic","semantic_key":"python:method:MechanicsRequestReceiptsTestCase.test_distillation_receipt_maps_owner_landing_readout","source_digest":"bfebeee3200e324838db107c7c9460238b3937193156f8a7d0ea6b3818656108","source_record_ids":["aoa:aoa-techniques:artifact:1bdaff3aa0a3613590d76c27"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:dd12792269f5cc546e2646f4"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:1a651550fd917db52b9a06f9","label":"test_technique_anchors_point_to_bundle_local_homes","provenance_ref":"deterministic","semantic_key":"python:method:CheckpointMechanicsTopologyTestCase.test_technique_anchors_point_to_bundle_local_homes","source_digest":"b19234680a11b5e9972a251fd34879ddad09aef27b953026b55a5c9311229b9b","source_record_ids":["aoa:aoa-techniques:artifact:e38ebce28e2f64e8068643d5"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:3ccf227ede8a00bf19193d30"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:1b54f583a571cf9290d5be56","label":"test_advisory_observation_tools_are_not_hidden_hard_gates","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_advisory_observation_tools_are_not_hidden_hard_gates","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:962eb07681905a90cb9305e2"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:1c07fca105da6f9bdebc2412","label":"test_validate_sections_rejects_duplicate_required_section","provenance_ref":"deterministic","semantic_key":"python:method:ValidateRepoSourceContractTests.test_validate_sections_rejects_duplicate_required_section","source_digest":"a720b0d34b5dc2693ccb5c91e4cf0a013218c9fdb4511c75a70f36f57000dc34","source_record_ids":["aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a2773de4eec6355818e480d1"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:1c4d3aa758d8091a47c890dc","label":"test_kag_source_lift_direct_read_review_accepts_sixth_pilot","provenance_ref":"deterministic","semantic_key":"python:method:DistillationTreePilotIngressWaveTests.test_kag_source_lift_direct_read_review_accepts_sixth_pilot","source_digest":"1fcc89404e82a1a7cb1ccfea8f9597f74612fb256bd1320c141fd98971a1e01e","source_record_ids":["aoa:aoa-techniques:artifact:a9d48ab51cf9f58a56d8bf87"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:26e13b77e7185a222c4c3d07"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:1c5ff2b95cb9ecaf15529fce","label":"test_every_scenario_is_registered","provenance_ref":"deterministic","semantic_key":"python:method:SparkLaneTestCase.test_every_scenario_is_registered","source_digest":"218073a99eeccb5503fda3ac7ab3c30cffa4151432ad400956f4d7b5d0fba65d","source_record_ids":["aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3813,7 +3534,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:4381c7131f9dce6276673d95"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:358c12f7bfb3d89ea26c7bcb","label":"test_root_legacy_receipt_preserves_old_and_new_paths","provenance_ref":"deterministic","semantic_key":"python:method:PublishedSummaryTreePilotTestCase.test_root_legacy_receipt_preserves_old_and_new_paths","source_digest":"fcd185b6b699a5d1d34b84f973590848ff943be9afcabc7753f29fa119dc3841","source_record_ids":["aoa:aoa-techniques:artifact:c860763713cbacdeaa06c8e7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:540de4bae6bbb389b1e2946c"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:35e41427b7c64c8492575dac","label":"test_landed_intent_chain_review_selects_agent_workflows_core","provenance_ref":"deterministic","semantic_key":"python:method:DistillationTreePilotHistoryWaveTests.test_landed_intent_chain_review_selects_agent_workflows_core","source_digest":"a6177ca4b3301ce82368c110e47bf2d58377e0b0adf8c069f0178a46c80c7fe0","source_record_ids":["aoa:aoa-techniques:artifact:2a642426970f2a18a85178cf"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5b38171a1b6727262b73fb1c"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:35f816e47f113ccaf68401fe","label":"test_pilot_bundles_live_under_history_artifacts_tree","provenance_ref":"deterministic","semantic_key":"python:method:HistoryArtifactsTreePilotTestCase.test_pilot_bundles_live_under_history_artifacts_tree","source_digest":"a0eeb86c6e74f0b35b1713511550ccd283df7a64fc52a77a768c7ea066bad49a","source_record_ids":["aoa:aoa-techniques:artifact:e5099efe04874e260d36b86a"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:bf3934c5c1550a80d75e68be"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:3673c8d5bebe5ff3c7a7707f","label":"test_active_route_docs_do_not_reference_missing_scripts","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:bf3934c5c1550a80d75e68be"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:3673c8d5bebe5ff3c7a7707f","label":"test_active_route_docs_do_not_reference_missing_scripts","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_active_route_docs_do_not_reference_missing_scripts","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:42e0c63dc4f1af9ef37c9025"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:36fae9fa763fd29b244a83cb","label":"test_validate_sections_rejects_duplicate_optional_template_section","provenance_ref":"deterministic","semantic_key":"python:method:ValidateRepoSourceContractTests.test_validate_sections_rejects_duplicate_optional_template_section","source_digest":"a720b0d34b5dc2693ccb5c91e4cf0a013218c9fdb4511c75a70f36f57000dc34","source_record_ids":["aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b5f2dfdbb2f062dbff4c7521"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:3705904b9745081efd97d815","label":"test_query_exact_id_and_explain_are_source_linked","provenance_ref":"deterministic","semantic_key":"python:method:TechniqueIntelligenceTests.test_query_exact_id_and_explain_are_source_linked","source_digest":"956d4bc5c9e91545712e815d702f4a45605e954b2fe8dee307cb9c669fc7d579","source_record_ids":["aoa:aoa-techniques:artifact:24fa58fe2c64b5fa17c73aae"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a496f4eb600b725f71275ac2"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:37c5c6572d1ad06d810cbb49","label":"test_recurrence_part_map_names_all_current_parts","provenance_ref":"deterministic","semantic_key":"python:method:RecurrenceMechanicsTopologyTestCase.test_recurrence_part_map_names_all_current_parts","source_digest":"d9ff0fc676fa73fee169d26cd95ac73acd6a22dcd74bdbfc0bccb8dff0edb235","source_record_ids":["aoa:aoa-techniques:artifact:36d0f9de874115f8fe8cfcb7"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3829,7 +3550,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:f48b8034722aa0a31f4af258"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:3d7eb6fd72f5640135a04fd9","label":"test_experience_adoption_schemas_reject_escape_hatches","provenance_ref":"deterministic","semantic_key":"python:method:ExperienceAdoptionContractTests.test_experience_adoption_schemas_reject_escape_hatches","source_digest":"fea8966924115bd2688712c60fd2059db1cb62de6b93d1e8c9377250da1bba8e","source_record_ids":["aoa:aoa-techniques:artifact:d03af9d59783c9f2bc1a49a3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:c2dfa5e02e8871fe1004e1eb"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:3e16dad1ec039fcb0e9ca728","label":"test_workflow_calls_ci_lane_entrypoints_not_release_check","provenance_ref":"deterministic","semantic_key":"python:method:ValidationCommandAuthorityTests.test_workflow_calls_ci_lane_entrypoints_not_release_check","source_digest":"3144a60863b6663bf57664e7de57ea40b3954b3b5f51485a0180673402709895","source_record_ids":["aoa:aoa-techniques:artifact:78624b39c65895c43629e995"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:46ebb731bb5db6744d9a1376"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:3e4f77f2951c178006a8a645","label":"test_growth_cycle_stage_anchors_name_existing_bundles_and_gaps","provenance_ref":"deterministic","semantic_key":"python:method:GrowthCycleMechanicsTopologyTestCase.test_growth_cycle_stage_anchors_name_existing_bundles_and_gaps","source_digest":"6f71802d3041226dc4d63da3057cf0439c71100c10b3868bf7522f3fae0f7203","source_record_ids":["aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:61e85fd13a64320d63407a07"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:3e595e8b15ff9658b3b61a85","label":"test_mechanics_part_local_scripts_are_runner_discovered","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:61e85fd13a64320d63407a07"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:3e595e8b15ff9658b3b61a85","label":"test_mechanics_part_local_scripts_are_runner_discovered","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_mechanics_part_local_scripts_are_runner_discovered","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:6c31ba0bc2f1a4900f51d97c"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:3e673419beb7fa03874ce365","label":"test_evaluation_route_card_no_longer_names_moved_representatives","provenance_ref":"deterministic","semantic_key":"python:method:EvaluationChainTreePilotTestCase.test_evaluation_route_card_no_longer_names_moved_representatives","source_digest":"4a09365d51a6b68831dfa2f0681603fd453af9ec9e2a2ff661870efed6e60a3f","source_record_ids":["aoa:aoa-techniques:artifact:82e028210399ae4428247f3c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d8f83a540b6f0c8fe972a38d"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:3fe16563473e70e07ca03644","label":"test_landed_capability_boundary_pilot_review_selects_skill_discovery","provenance_ref":"deterministic","semantic_key":"python:method:DistillationTreePilotCapabilityWaveTests.test_landed_capability_boundary_pilot_review_selects_skill_discovery","source_digest":"7c9442f636ad545addfc93337435cdae332a5ba3daea144f22cd7d3b151521a2","source_record_ids":["aoa:aoa-techniques:artifact:41ac3f2b3d4fba39e0aa28ee"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5f80096ed78b5befbbbb10ad"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:4091423cf5c5164977f67b7a","label":"test_questbook_stays_outside_direct_orq_lane","provenance_ref":"deterministic","semantic_key":"python:method:QuestbookMechanicsTopologyTestCase.test_questbook_stays_outside_direct_orq_lane","source_digest":"e3944091c13b0f47f51c12e691e0920a0fb5f6b0d55c02b3e02b2dc3e9d43de6","source_record_ids":["aoa:aoa-techniques:artifact:3f880a46842b12278652a736"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3865,7 +3586,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:eebe9c928bda8ca7a4296e9e"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:4eaede3ef830aa67d73e97bc","label":"test_kag_source_lift_tree_pilot_migration_is_landed_after_direct_read","provenance_ref":"deterministic","semantic_key":"python:method:DistillationTreePilotIngressWaveTests.test_kag_source_lift_tree_pilot_migration_is_landed_after_direct_read","source_digest":"1fcc89404e82a1a7cb1ccfea8f9597f74612fb256bd1320c141fd98971a1e01e","source_record_ids":["aoa:aoa-techniques:artifact:a9d48ab51cf9f58a56d8bf87"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a362e7fe82ee7a6e8da0a909"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:4fc9cd69e0bcdbb1bb88bd21","label":"test_antifragility_reference_paths_point_to_active_part_home","provenance_ref":"deterministic","semantic_key":"python:method:AntifragilityMechanicsTopologyTestCase.test_antifragility_reference_paths_point_to_active_part_home","source_digest":"73dbf87cd885e435fdba0dff7e5151dd1646c0cc24c9eca946412b8efe07431a","source_record_ids":["aoa:aoa-techniques:artifact:5b00df740809b23874e59462"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:14b1db1255b9e1991e8a99cf"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:4fe1e1b4b1b5b374e281c4e0","label":"test_handoff_continuation_tree_pilot_migration_is_landed_after_direct_read","provenance_ref":"deterministic","semantic_key":"python:method:DistillationTreePilotIngressWaveTests.test_handoff_continuation_tree_pilot_migration_is_landed_after_direct_read","source_digest":"1fcc89404e82a1a7cb1ccfea8f9597f74612fb256bd1320c141fd98971a1e01e","source_record_ids":["aoa:aoa-techniques:artifact:a9d48ab51cf9f58a56d8bf87"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d0c8b3c354c17498e041c3a7"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:5029f82e7cbd4fd03e9d6ce1","label":"test_script_inventory_entries_are_complete_and_owner_routed","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:d0c8b3c354c17498e041c3a7"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:5029f82e7cbd4fd03e9d6ce1","label":"test_script_inventory_entries_are_complete_and_owner_routed","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_script_inventory_entries_are_complete_and_owner_routed","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0a458a8d0d2564d3f517ab32"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:502f4282ac58b52ec4bc4fba","label":"test_kind_ambiguity_review_pack_uses_direct_bundle_reading","provenance_ref":"deterministic","semantic_key":"python:method:DistillationReformIngressReviewsTests.test_kind_ambiguity_review_pack_uses_direct_bundle_reading","source_digest":"72fd5e2b8bbf64a656b5784273106de42e2c43d6792202f190a5f2e005fbed2a","source_record_ids":["aoa:aoa-techniques:artifact:e3946edd787b6a3494f7812e"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:97aedd2cde7bfc58422812f0"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:51142545ff678bd69e1ef451","label":"test_external_candidate_registry_preserves_current_accounting","provenance_ref":"deterministic","semantic_key":"python:method:DistillationPartLedgersHandoffTests.test_external_candidate_registry_preserves_current_accounting","source_digest":"f7feded53b14094ba80cbb6f5d5785c1760230625dc507dd2f478e6d66220b6b","source_record_ids":["aoa:aoa-techniques:artifact:19a81dcd26d390428c646806"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5c25b0e91faba427aa5b36a1"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:51202b4308921b5e76145075","label":"test_questbook_package_does_not_move_source_surfaces","provenance_ref":"deterministic","semantic_key":"python:method:QuestbookMechanicsTopologyTestCase.test_questbook_package_does_not_move_source_surfaces","source_digest":"e3944091c13b0f47f51c12e691e0920a0fb5f6b0d55c02b3e02b2dc3e9d43de6","source_record_ids":["aoa:aoa-techniques:artifact:3f880a46842b12278652a736"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3901,7 +3622,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:97d04384458dc9793086e7d2"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:5ad93aef8d9ce09f496a01a4","label":"test_wrong_repo_value_fails","provenance_ref":"deterministic","semantic_key":"python:method:ValidateRepoQuestbookIntelligenceTests.test_wrong_repo_value_fails","source_digest":"f13929a3fab0f9884db083b2c012b96600b00ddae4b19c6cf986090a18fc5f7e","source_record_ids":["aoa:aoa-techniques:artifact:71426c49f6417b454eedddbd"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:355c593a48c80706ebbf1673"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:5af476f539a6600048d605f6","label":"test_telemetry_guardrail_status_language_is_consistent","provenance_ref":"deterministic","semantic_key":"python:method:ValidateRepoSourceContractTests.test_telemetry_guardrail_status_language_is_consistent","source_digest":"a720b0d34b5dc2693ccb5c91e4cf0a013218c9fdb4511c75a70f36f57000dc34","source_record_ids":["aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b85ed2db71d97a622f3ebbef"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:5af71b2ef152e5e57b724a5f","label":"test_moved_bundle_internal_links_remain_current","provenance_ref":"deterministic","semantic_key":"python:method:DiagnosisRepairTreePilotTestCase.test_moved_bundle_internal_links_remain_current","source_digest":"e25ed72a5ee04f79bc777eaa068f7741e2a4ef432b41d4218c66a1e9a54a504d","source_record_ids":["aoa:aoa-techniques:artifact:5c1073429c3a0b92540ff9b5"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:f96290156e1059ab28fb4ac8"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:5aff12bd9c426e4b5dbbf628","label":"test_no_tracked_python_cache_residue_under_script_surfaces","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_no_tracked_python_cache_residue_under_script_surfaces","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:f96290156e1059ab28fb4ac8"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:5aff12bd9c426e4b5dbbf628","label":"test_no_tracked_python_cache_residue_under_script_surfaces","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_no_tracked_python_cache_residue_under_script_surfaces","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:dde5e34ecf1ed51c295660d1"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:5b88b78f9a065510984858d6","label":"test_evaluation_route_card_no_longer_names_moved_representatives","provenance_ref":"deterministic","semantic_key":"python:method:PublishedSummaryTreePilotTestCase.test_evaluation_route_card_no_longer_names_moved_representatives","source_digest":"fcd185b6b699a5d1d34b84f973590848ff943be9afcabc7753f29fa119dc3841","source_record_ids":["aoa:aoa-techniques:artifact:c860763713cbacdeaa06c8e7"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:92359495777d4bf85959638b"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:5c1be53470f7c197b834dc9e","label":"test_distillation_flat_files_moved_into_owning_parts","provenance_ref":"deterministic","semantic_key":"python:method:DistillationPackageSurfacesTests.test_distillation_flat_files_moved_into_owning_parts","source_digest":"7297a6af92ddc2a4bd5a53489e7c08f6cf479ae7ecccd6f89b365f9085b7efd7","source_record_ids":["aoa:aoa-techniques:artifact:ced7185b3e1ab4e5f1d322d1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:aab923d05b5cc4b418a913a4"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:5cc3d6a323e78bd882fb78c5","label":"test_proof_route_card_names_skill_support_without_overclaiming","provenance_ref":"deterministic","semantic_key":"python:method:SkillSupportTreePilotTestCase.test_proof_route_card_names_skill_support_without_overclaiming","source_digest":"be31fda9de0d38712184d67229f7e4ebfa04aff3db72de81710f35db405247e1","source_record_ids":["aoa:aoa-techniques:artifact:9e9466158949a19e42bd7d27"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -3940,7 +3661,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:dbd5b58997d7f2bb18918158"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:6d4ee038b06f0127c8a45ec5","label":"test_expected_downstream_feeds_exist","provenance_ref":"deterministic","semantic_key":"python:method:DownstreamFeedContractsTests.test_expected_downstream_feeds_exist","source_digest":"ed56c61dee2d7f5becb627ec543b5a0c6ce7d7e30de5d35f98bacf91f038616a","source_record_ids":["aoa:aoa-techniques:artifact:abc4f4e39f6baeccd4afcfd0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:53789f558cf346491c5b0668"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:6d974de7e12db63767a717f9","label":"test_external_candidate_registry_decision_is_discoverable","provenance_ref":"deterministic","semantic_key":"python:method:DistillationGateDecisionsTests.test_external_candidate_registry_decision_is_discoverable","source_digest":"f1a84c83bc5942bfc5e1ed32ae7baf5a80dce9f6a0a8c1f456a1edcb38531e47","source_record_ids":["aoa:aoa-techniques:artifact:538bb41b40470989ae774aa1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:80e1885185145189258f1990"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:6e5727d4b499309efef845b2","label":"test_tests_do_not_store_release_command_sequence","provenance_ref":"deterministic","semantic_key":"python:method:TestTopologyAuthorityTests.test_tests_do_not_store_release_command_sequence","source_digest":"82598278953002b8cf23bee9a1cd1e8150543e33dc9b0a0f346a76f699ae76ee","source_record_ids":["aoa:aoa-techniques:artifact:9474485b910fe51774c07f50"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:91b44fc7a71170d9df6ea6dd"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:6eab7ab315ca79838619eaaa","label":"test_safe_cli_smoke_commands_stay_non_mutating","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_safe_cli_smoke_commands_stay_non_mutating","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:91b44fc7a71170d9df6ea6dd"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:6eab7ab315ca79838619eaaa","label":"test_safe_cli_smoke_commands_stay_non_mutating","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_safe_cli_smoke_commands_stay_non_mutating","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:08d4e074420567181938d09c"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:6f2d74148c6ae83299cc330c","label":"test_registry_covers_current_corpus_as_attention_bounded_moves","provenance_ref":"deterministic","semantic_key":"python:method:TechniqueIntelligenceTests.test_registry_covers_current_corpus_as_attention_bounded_moves","source_digest":"956d4bc5c9e91545712e815d702f4a45605e954b2fe8dee307cb9c669fc7d579","source_record_ids":["aoa:aoa-techniques:artifact:24fa58fe2c64b5fa17c73aae"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:32e27eaab99b95594511c6e4"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:70086893daddb65c5e218fdf","label":"test_validate_support_references_accepts_local_bundle_paths","provenance_ref":"deterministic","semantic_key":"python:method:ValidateRepoSourceContractTests.test_validate_support_references_accepts_local_bundle_paths","source_digest":"a720b0d34b5dc2693ccb5c91e4cf0a013218c9fdb4511c75a70f36f57000dc34","source_record_ids":["aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ef21d749cff4339a85163988"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:70a1246c801c31fe60773559","label":"assert_invalid","provenance_ref":"deterministic","semantic_key":"python:method:ExperienceGovernanceContractTests.assert_invalid","source_digest":"0cb47bbb0a52fca2c7db26063b7e5d46f951cce02d44ab55309009d5395ee551","source_record_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -4097,7 +3818,6 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:9f14902869499b963787b9cd"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:ad4329500875b0a56bd5f0d4","label":"test_live_links_point_to_current_paths","provenance_ref":"deterministic","semantic_key":"python:method:CapabilityRegistryTreePilotTestCase.test_live_links_point_to_current_paths","source_digest":"88ffd010903d52bf422142833118be0caeb546eee3edbb0e20f01da331b09bcb","source_record_ids":["aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:973e88eb4f54383b4288a9a0"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:ad6b51067686f59ba78d8432","label":"test_public_route_surfaces_use_active_links_for_concrete_targets","provenance_ref":"deterministic","semantic_key":"python:method:ValidateRepoPublicHygieneTests.test_public_route_surfaces_use_active_links_for_concrete_targets","source_digest":"5471b56db478e4a821a00452cd390560ab202bdc29a70dbc19f0fbf9e7f8d64c","source_record_ids":["aoa:aoa-techniques:artifact:20edd23620da977fb144b11f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4a961323d4c76ec6fc9782f7"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:af1ccb4b984dec020313c27e","label":"test_experience_governance_schemas_reject_invalid_numeric_ranges","provenance_ref":"deterministic","semantic_key":"python:method:ExperienceGovernanceContractTests.test_experience_governance_schemas_reject_invalid_numeric_ranges","source_digest":"0cb47bbb0a52fca2c7db26063b7e5d46f951cce02d44ab55309009d5395ee551","source_record_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:3069419b8fa1a0d2d5c85011"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:af3f502ccf4fb4e0cda684f2","label":"test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:ddb7517f4ce346795d1ff900"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:afaad0fea92033038f232be6","label":"test_templates_have_done_or_handoff_shape","provenance_ref":"deterministic","semantic_key":"python:method:SparkLaneTestCase.test_templates_have_done_or_handoff_shape","source_digest":"218073a99eeccb5503fda3ac7ab3c30cffa4151432ad400956f4d7b5d0fba65d","source_record_ids":["aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:eec25f6cbdb622f7c83df1e5"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:afb80d8ad40824377c37959f","label":"test_active_command_guidance_routes_to_lanes_and_owner_cards","provenance_ref":"deterministic","semantic_key":"python:method:DocsSurfaceGuardrailsTestCase.test_active_command_guidance_routes_to_lanes_and_owner_cards","source_digest":"d7425174854b213941efae90d4a611d74f9c0e3438856fcce363e0e4e473c0bd","source_record_ids":["aoa:aoa-techniques:artifact:b8fdc3193156fb70d810d171"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:f9cc1fc2728dde1300de66b1"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:afd4b69840119514fc15b67e","label":"test_route_and_reader_docs_do_not_own_agent_command_lanes","provenance_ref":"deterministic","semantic_key":"python:method:DocsSurfaceGuardrailsTestCase.test_route_and_reader_docs_do_not_own_agent_command_lanes","source_digest":"d7425174854b213941efae90d4a611d74f9c0e3438856fcce363e0e4e473c0bd","source_record_ids":["aoa:aoa-techniques:artifact:b8fdc3193156fb70d810d171"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -4163,7 +3883,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:00895f4c7dbe51162587b300"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:c3e8173bdf1ae04bac5e0f9e","label":"test_live_links_point_to_current_paths","provenance_ref":"deterministic","semantic_key":"python:method:DocsBoundaryTreePilotTestCase.test_live_links_point_to_current_paths","source_digest":"990d9316ce7e0d393589f790ed9d6e2851300a9a2a5361c067e73d70044483b9","source_record_ids":["aoa:aoa-techniques:artifact:cd11834206853d96580b3ce6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:20636a95cf97058ab4985076"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:c400ea4099f496137c2a8a17","label":"test_experience_adoption_schemas_reject_non_string_array_items","provenance_ref":"deterministic","semantic_key":"python:method:ExperienceAdoptionContractTests.test_experience_adoption_schemas_reject_non_string_array_items","source_digest":"fea8966924115bd2688712c60fd2059db1cb62de6b93d1e8c9377250da1bba8e","source_record_ids":["aoa:aoa-techniques:artifact:d03af9d59783c9f2bc1a49a3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:3d34dd58c2dd7e2c49e3b43d"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:c44177638207db9fd67d8340","label":"test_review_sources_point_to_current_paths_but_keep_pilot_accounting","provenance_ref":"deterministic","semantic_key":"python:method:EvaluationChainTreePilotTestCase.test_review_sources_point_to_current_paths_but_keep_pilot_accounting","source_digest":"4a09365d51a6b68831dfa2f0681603fd453af9ec9e2a2ff661870efed6e60a3f","source_record_ids":["aoa:aoa-techniques:artifact:82e028210399ae4428247f3c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:0441bb28dc1ca8ba0331016e"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:c4534ed50e319bc48f3ac8bf","label":"test_lane_commands_reference_inventoried_scripts_not_hidden_commands","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:0441bb28dc1ca8ba0331016e"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:c4534ed50e319bc48f3ac8bf","label":"test_lane_commands_reference_inventoried_scripts_not_hidden_commands","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_lane_commands_reference_inventoried_scripts_not_hidden_commands","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9160caa869c2f63ff651ad3e"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:c456642d5d730ef99b5730af","label":"test_experience_governance_schemas_reject_unknown_fields","provenance_ref":"deterministic","semantic_key":"python:method:ExperienceGovernanceContractTests.test_experience_governance_schemas_reject_unknown_fields","source_digest":"0cb47bbb0a52fca2c7db26063b7e5d46f951cce02d44ab55309009d5395ee551","source_record_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:fa2a43c9bfa28bb7cb934012"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:c4ad3c19f0bfda4afe3ed526","label":"test_experience_governance_schemas_reject_const_escapes","provenance_ref":"deterministic","semantic_key":"python:method:ExperienceGovernanceContractTests.test_experience_governance_schemas_reject_const_escapes","source_digest":"0cb47bbb0a52fca2c7db26063b7e5d46f951cce02d44ab55309009d5395ee551","source_record_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:8dd768f9f34f75a6931d666a"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:c50eb9571713bac8109d99d6","label":"test_experience_adoption_schemas_reject_enum_escape_values","provenance_ref":"deterministic","semantic_key":"python:method:ExperienceAdoptionContractTests.test_experience_adoption_schemas_reject_enum_escape_values","source_digest":"fea8966924115bd2688712c60fd2059db1cb62de6b93d1e8c9377250da1bba8e","source_record_ids":["aoa:aoa-techniques:artifact:d03af9d59783c9f2bc1a49a3"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -4206,10 +3926,10 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:8fb6ece6161a03fb79c3c2b0"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:cffd7d4a28ac45662cb0235f","label":"test_technique_relative_links_resolve","provenance_ref":"deterministic","semantic_key":"python:method:ValidateRepoSourceContractTests.test_technique_relative_links_resolve","source_digest":"a720b0d34b5dc2693ccb5c91e4cf0a013218c9fdb4511c75a70f36f57000dc34","source_record_ids":["aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9738f4c2c01dc079f0bdf0a6"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:d05ef5b8c8b8b0dbee6e128d","label":"test_instruction_route_card_names_capability_registry_without_overclaiming","provenance_ref":"deterministic","semantic_key":"python:method:CapabilityRegistryTreePilotTestCase.test_instruction_route_card_names_capability_registry_without_overclaiming","source_digest":"88ffd010903d52bf422142833118be0caeb546eee3edbb0e20f01da331b09bcb","source_record_ids":["aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:39340b05736e866380d4404c"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:d09f993569a2a1ad3ea9e565","label":"test_landed_donor_harvest_review_selects_decision_routing","provenance_ref":"deterministic","semantic_key":"python:method:DistillationTreePilotRuntimeWaveTests.test_landed_donor_harvest_review_selects_decision_routing","source_digest":"c5f375ff48eb1e0120e2fae9239665fd63ee38f9a176b54fa7ae8e6bf11d6e3a","source_record_ids":["aoa:aoa-techniques:artifact:261914bf096c6fc6c33446d8"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:15f5f6a0b341d210080b4258"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:d14068c518180409848b4b5a","label":"test_python_scripts_import_without_running_main","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_python_scripts_import_without_running_main","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:15f5f6a0b341d210080b4258"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:d14068c518180409848b4b5a","label":"test_python_scripts_import_without_running_main","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_python_scripts_import_without_running_main","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:9992fa840207b513e37373c0"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:d197aadbc393a4ca12c31ea2","label":"test_repo_doc_surface_top_level_sections_are_stable","provenance_ref":"deterministic","semantic_key":"python:method:ValidateRepoGeneratedDriftTests.test_repo_doc_surface_top_level_sections_are_stable","source_digest":"d122775a243f06202fa17c1df9494b1357ac02a89eacd673d575842f5bc61f54","source_record_ids":["aoa:aoa-techniques:artifact:33a13c6a675a1b4196d4b4a8"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:55679791d3cf98e9f6b5fd1e"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:d203b34bea571b3d8acf75e5","label":"test_automation_readiness_tree_pilot_migration_landed","provenance_ref":"deterministic","semantic_key":"python:method:DistillationTreePilotAutomationCloseoutTests.test_automation_readiness_tree_pilot_migration_landed","source_digest":"aec36290ecbd8e778c5922111307ae40d32b08fc69e0c0c28722d562314f8ae9","source_record_ids":["aoa:aoa-techniques:artifact:7613905457bd23ae20c2e31c"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:cf940a75c3f0aaa55fdc23cd"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:d250b3e2d53d24394eb7c065","label":"test_script_inventory_covers_every_active_script_surface","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:cf940a75c3f0aaa55fdc23cd"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:d250b3e2d53d24394eb7c065","label":"test_script_inventory_covers_every_active_script_surface","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_script_inventory_covers_every_active_script_surface","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:08736d5371e213da42502871"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:d268a1da43b6c9a6f83f75fa","label":"test_current_memo_agents_validation_route_is_portable","provenance_ref":"deterministic","semantic_key":"python:method:ValidateRepoSourceContractTests.test_current_memo_agents_validation_route_is_portable","source_digest":"a720b0d34b5dc2693ccb5c91e4cf0a013218c9fdb4511c75a70f36f57000dc34","source_record_ids":["aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:82ff6ce6e61a46de72f307eb"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:d26eda4be8b0588978340c01","label":"test_validator_owner_route_card_is_registered_in_agents_mesh","provenance_ref":"deterministic","semantic_key":"python:method:ValidatorModuleTopologyTests.test_validator_owner_route_card_is_registered_in_agents_mesh","source_digest":"7de1861e99cf1c192d50f37075d875628f13b53efa5a8466327fe2935ce382d8","source_record_ids":["aoa:aoa-techniques:artifact:12b5f4eff632c2c255f96473"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a7e4cdfca86910f8e9ce7ad7"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:d2831c94726ca2e0d19c9fc7","label":"test_package_card_status_matches_request_receipt_posture","provenance_ref":"deterministic","semantic_key":"python:method:MechanicsPackageCardTests.test_package_card_status_matches_request_receipt_posture","source_digest":"335c75375d66158e1bb3d4a262c74145642d66cd5c3493e61c2735aedcf5ea9e","source_record_ids":["aoa:aoa-techniques:artifact:7698d5ddfea36399ee4fab64"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -4313,7 +4033,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:43361c9bb12377bbb8b731a9"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:f8e361977990b193b3db87ab","label":"_part_home_for_script","provenance_ref":"deterministic","semantic_key":"python:method:ValidationTopologyTests._part_home_for_script","source_digest":"071664fd7f715079cf5f9d4221700d15177e85dce1017e9b4ab2b7a2cb00cfd5","source_record_ids":["aoa:aoa-techniques:artifact:f6818f763cf40101bb774211"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:356b7bef8078b296da2fc6f6"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:f9254d1d822fedde9c6996bb","label":"test_reference_ratio_matches_current_owner_readiness_projection","provenance_ref":"deterministic","semantic_key":"python:method:LocalStatsPortTests.test_reference_ratio_matches_current_owner_readiness_projection","source_digest":"459676ec6c657e191c2ea78ac0524fc6617baf85353116f1c359ce1be2a12b13","source_record_ids":["aoa:aoa-techniques:artifact:7c14d47a29e5f71aed1ddd47"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:412357edb9269d19cf6cb79c"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:f94284b6f05fa9fb6da96c2b","label":"test_agent_workflows_core_direct_read_review_accepts_eighteenth_pilot","provenance_ref":"deterministic","semantic_key":"python:method:DistillationTreePilotRuntimeWaveTests.test_agent_workflows_core_direct_read_review_accepts_eighteenth_pilot","source_digest":"c5f375ff48eb1e0120e2fae9239665fd63ee38f9a176b54fa7ae8e6bf11d6e3a","source_record_ids":["aoa:aoa-techniques:artifact:261914bf096c6fc6c33446d8"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:6221eb33229a8aed38307b3b"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:fa59d50478a2c928ed2cefe3","label":"test_side_effect_boundaries_are_visible","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_side_effect_boundaries_are_visible","source_digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:6221eb33229a8aed38307b3b"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:fa59d50478a2c928ed2cefe3","label":"test_side_effect_boundaries_are_visible","provenance_ref":"deterministic","semantic_key":"python:method:ScriptTopologyTests.test_side_effect_boundaries_are_visible","source_digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:461e166a3e3260a293cbd817"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:fcd2bb5dc846a44ce45e21eb","label":"test_distillation_gate_alignment_decision_is_discoverable","provenance_ref":"deterministic","semantic_key":"python:method:DistillationGateDecisionsTests.test_distillation_gate_alignment_decision_is_discoverable","source_digest":"f1a84c83bc5942bfc5e1ed32ae7baf5a80dce9f6a0a8c1f456a1edcb38531e47","source_record_ids":["aoa:aoa-techniques:artifact:538bb41b40470989ae774aa1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:631f9d39e54ebe4962ebd399"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:fd034d1ba88baefb5856ca43","label":"test_technique_reform_scout_inputs_live_under_ingress_part","provenance_ref":"deterministic","semantic_key":"python:method:DistillationPackageSurfacesTests.test_technique_reform_scout_inputs_live_under_ingress_part","source_digest":"7297a6af92ddc2a4bd5a53489e7c08f6cf479ae7ecccd6f89b365f9085b7efd7","source_record_ids":["aoa:aoa-techniques:artifact:ced7185b3e1ab4e5f1d322d1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:99e708351c8b2c428c3d6601"],"entity_kind":"python_method","id":"aoa:aoa-techniques:entity:fd4c7dd4639a7638179d501b","label":"test_rpg_active_surfaces_are_discoverable","provenance_ref":"deterministic","semantic_key":"python:method:RPGMechanicsTopologyTestCase.test_rpg_active_surfaces_are_discoverable","source_digest":"0ee8e83f7952b25dfa80917805d322045895d25d84d54817ed91984b0c4883ea","source_record_ids":["aoa:aoa-techniques:artifact:695fcf0256bfb75cc8039476"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -4336,9 +4056,9 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:a155e088afec56e980544ff7"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:1304634acf95e7fefe02d108","label":"generated/technique_evidence_note_manifest.min.json","provenance_ref":"deterministic","semantic_key":"generated/technique_evidence_note_manifest.min.json","source_digest":"8e1f287c032c216641100b744b13b37f8bae04083e7d80652702549359761928","source_record_ids":["aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:dadac7e508cec89a77702d5b"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:2155e74caeb317e791c9476a","label":"generated/technique_intelligence_dag.min.json","provenance_ref":"deterministic","semantic_key":"generated/technique_intelligence_dag.min.json","source_digest":"cb71f017967d5c47fdb960c24084bfcf7c333d9e9562aeadaa5a9998268399a9","source_record_ids":["aoa:aoa-techniques:artifact:dcfadef3ff9199ab6d9e15a2"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:b825b9e7c54781ab0ae77ab8"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:22b3f352b8c957885b49433e","label":"generated/quest_dispatch.min.json","provenance_ref":"deterministic","semantic_key":"generated/quest_dispatch.min.json","source_digest":"efbe708e86c104ec085736d7514bd394dce593f2250ff483c20d75c01dd0bc6b","source_record_ids":["aoa:aoa-techniques:artifact:66dcdb07260149d95b47064f"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:4920a368e209bd2071d61163"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:265e91de337dbe3b5a186e14","label":"generated/repo_doc_surface_manifest.min.json","provenance_ref":"deterministic","semantic_key":"generated/repo_doc_surface_manifest.min.json","source_digest":"754ef527f47ea300c2823f36266d0283e54a288a3a9ebf303ef5321dea1d8888","source_record_ids":["aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:4920a368e209bd2071d61163"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:265e91de337dbe3b5a186e14","label":"generated/repo_doc_surface_manifest.min.json","provenance_ref":"deterministic","semantic_key":"generated/repo_doc_surface_manifest.min.json","source_digest":"061c75e454d7a8dcdef258913fb1af1ba7c91cbdb5a0dde3506252bcb038fce6","source_record_ids":["aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:216038c047d7be92f24c9bf3"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:2905bc609a7c2c42005189cf","label":"mechanics/distillation/parts/external-candidate-ledger/generated/external_candidate_registry.min.json","provenance_ref":"deterministic","semantic_key":"mechanics/distillation/parts/external-candidate-ledger/generated/external_candidate_registry.min.json","source_digest":"a02393946255d1374f21561837ec9e805bd05a7f3f5699b8698847893610fac2","source_record_ids":["aoa:aoa-techniques:artifact:75425832416fde31fbae2931"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:ef80566e1761644e154032e8"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:2e7ff97f3f2b6609691eeb45","label":"generated/agents_mesh.min.json","provenance_ref":"deterministic","semantic_key":"generated/agents_mesh.min.json","source_digest":"14c8bb6b949676889f33eb6e7031d0f3748ea72f8942c50acfa3c17b1a49f966","source_record_ids":["aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:ef80566e1761644e154032e8"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:2e7ff97f3f2b6609691eeb45","label":"generated/agents_mesh.min.json","provenance_ref":"deterministic","semantic_key":"generated/agents_mesh.min.json","source_digest":"c7c914ebe72fa346c68779c8e5f0b3d29509a997e435f76da2d87cfafc5cf91d","source_record_ids":["aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:39caaba1243f3614aa78d52c","label":"generated/technique_section_manifest.json","provenance_ref":"deterministic","semantic_key":"generated/technique_section_manifest.json","source_digest":"ed92f20fae216e35f5e6535e9d18fb8d4c949239808065e3b81d11e6e949ae60","source_record_ids":["aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a66ad54861afdc3091142221"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:3ba9014b69f556f1dd0082f7","label":"generated/technique_kind_manifest.json","provenance_ref":"deterministic","semantic_key":"generated/technique_kind_manifest.json","source_digest":"84f5555d40afd0bb7f3e02cc4cb8e352cd119839ba2bae1d320f93b15bbab19c","source_record_ids":["aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:20a5eccfc031f4ee4e4cb2be"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:465e7142ac8838e0bdc33b0e","label":"generated/technique_example_manifest.min.json","provenance_ref":"deterministic","semantic_key":"generated/technique_example_manifest.min.json","source_digest":"2f39ca3c1552f0386e40a5f19c59346f750578361f5c71e63cbb32199d220a09","source_record_ids":["aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -4357,7 +4077,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:6b82db5e8d960b847150bd46"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:9d2b2c3b3003176c86cb2dfd","label":"generated/technique_feat_cards.min.example.json","provenance_ref":"deterministic","semantic_key":"generated/technique_feat_cards.min.example.json","source_digest":"ff02635012925cdfd135dfa0c2e650c2b29f2bf1d9ef7f7e6db14b1b0e9ae0ce","source_record_ids":["aoa:aoa-techniques:artifact:6c5e869f97f7623569ae9b7c"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:1741b755ca7e99e5b1a509c4"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:a353376f241280b2ec86a96a","label":"generated/github_review_template_manifest.json","provenance_ref":"deterministic","semantic_key":"generated/github_review_template_manifest.json","source_digest":"c893c20f736de4ca1aa88e3c54de6919a26e2db60188eccc4fc8de59b90cbcdc","source_record_ids":["aoa:aoa-techniques:artifact:6876c3c05522c4e1277a2317"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0c834d394d8f544c81600346"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:a5e0527aeceef97282682263","label":"generated/kag_export.min.json","provenance_ref":"deterministic","semantic_key":"generated/kag_export.min.json","source_digest":"e9b22e7fe972de630b28717192de28185917c91edb445ca9588a4571d9894832","source_record_ids":["aoa:aoa-techniques:artifact:428fbc08cdb82162b3ce2c92"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:d9a9b2878690d70f1b1dc1eb"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:adb1124045b5a9be63244a34","label":"generated/repo_doc_surface_manifest.json","provenance_ref":"deterministic","semantic_key":"generated/repo_doc_surface_manifest.json","source_digest":"96c00d9fdc2ad978af608c53bec9aa8d182fa74043355c1163022de0d01ebc02","source_record_ids":["aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:d9a9b2878690d70f1b1dc1eb"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:adb1124045b5a9be63244a34","label":"generated/repo_doc_surface_manifest.json","provenance_ref":"deterministic","semantic_key":"generated/repo_doc_surface_manifest.json","source_digest":"8abe7b84c837a48b28b219fb4193f1fe1849eacd3f3119cc70611a4a06458db4","source_record_ids":["aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:aef0dec931ab62c3090f1a16","label":"generated/technique_evidence_note_manifest.json","provenance_ref":"deterministic","semantic_key":"generated/technique_evidence_note_manifest.json","source_digest":"26d0b27d38ed11605f7329f1576509bb1311bdde757c7e607c8c114141912c10","source_record_ids":["aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:afa3253786f0f7db33235719","label":"generated/technique_example_manifest.json","provenance_ref":"deterministic","semantic_key":"generated/technique_example_manifest.json","source_digest":"a5ddb4d99d9cebeb47e0979dd3739572a7057c8f4736337f9884d5ef976a6a86","source_record_ids":["aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:17fb43ceb0b59d62108378b8"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:b32ee0bc73f89639284f9485","label":"generated/shadow_review_manifest.min.json","provenance_ref":"deterministic","semantic_key":"generated/shadow_review_manifest.min.json","source_digest":"936a1aef09a3af52fd8489f382e5aec305cf7549dc5166b88e80d26ea30ad619","source_record_ids":["aoa:aoa-techniques:artifact:68e4a434884590fc06672a13"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -4376,7 +4096,7 @@ {"anchor_ids":["aoa:aoa-techniques:anchor:8cf09d9b7192e61a8d0ac789"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:edf5509ced01f712ad516195","label":"mechanics/agon/parts/epistemic-technique-candidates/generated/agon_epistemic_technique_candidates.min.json","provenance_ref":"deterministic","semantic_key":"generated/agon_epistemic_technique_candidates.min.json","source_digest":"3ad19508623c389213149249ea8da22dfd1877278c71a039ace81173e3bbd44e","source_record_ids":["aoa:aoa-techniques:artifact:49d95df5bbbf21afc44d32be"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:31067163c538642116e9c3aa"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:f149407b3f74937ada22b883","label":"generated/semantic_review_manifest.min.json","provenance_ref":"deterministic","semantic_key":"generated/semantic_review_manifest.min.json","source_digest":"906b35a8786f30e62136cf55251aa53b4da26bb574dbca5bcd037e7fcdc50ebb","source_record_ids":["aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:d8fceefed4d8fc6f0a1662ad"],"entity_kind":"readmodel","id":"aoa:aoa-techniques:entity:f49fde805371209f06281160","label":"mechanics/agon/parts/move-technique-bridge/generated/agon_technique_binding_candidates.min.json","provenance_ref":"deterministic","semantic_key":"generated/agon_technique_binding_candidates.min.json","source_digest":"daaf1d1d094ad9b665e54abf01daf19ac7557eb1dd28a251fc793f20c14363ac","source_record_ids":["aoa:aoa-techniques:artifact:530c1f5f4fd8537b2cc4c141"],"temporal_ref":"current","trust_ref":"deterministic"}, - {"anchor_ids":["aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"entity_kind":"repository","id":"aoa:aoa-techniques:entity:1ebc26f279153617949f5c39","label":"aoa-techniques","provenance_ref":"deterministic","semantic_key":"directory:.","source_digest":"0a3519a78bde19afd60fe07010bd76ec9b8bfb1d97c5fa6c967dbbc814e7817c","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"temporal_ref":"current","trust_ref":"deterministic"}, + {"anchor_ids":["aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"entity_kind":"repository","id":"aoa:aoa-techniques:entity:1ebc26f279153617949f5c39","label":"aoa-techniques","provenance_ref":"deterministic","semantic_key":"directory:.","source_digest":"14dff4964bd3335e1e73b0337778327eff1b8c6430647359a7ebb77fde962b73","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:0c10801445a1a630b123020f"],"entity_kind":"schema_definition","id":"aoa:aoa-techniques:entity:169eaa2816aa4833b6a8da4a","label":"string_array","provenance_ref":"deterministic","semantic_key":"json:/$defs/string_array","source_digest":"269c9ee2e31b6cc9468b52c60d0a4ff874e13baea935a9ad33d8a7fac362822e","source_record_ids":["aoa:aoa-techniques:artifact:9d5e17a6b07eb18a81912631"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:5385633473211440f48a7cf1"],"entity_kind":"schema_definition","id":"aoa:aoa-techniques:entity:2d214a997e1521b28115530a","label":"$defs","provenance_ref":"deterministic","semantic_key":"json:/$defs","source_digest":"afaf5cb86713ab1c9d7e1345e5c1d2f3f3e5fad2bb00d5b5626dd61a02be3400","source_record_ids":["aoa:aoa-techniques:artifact:9851eb240bc1fe75a20ec096"],"temporal_ref":"current","trust_ref":"deterministic"}, {"anchor_ids":["aoa:aoa-techniques:anchor:e519b1640aa12b2a8c69811d"],"entity_kind":"schema_definition","id":"aoa:aoa-techniques:entity:3f782515347f6e3985eca61b","label":"$defs","provenance_ref":"deterministic","semantic_key":"json:/$defs","source_digest":"342b3926cee66f3e4a556e22803b4fab43a5de845cbfdef2c3cf577b2c6bb917","source_record_ids":["aoa:aoa-techniques:artifact:84dea1f2d0e604c945f35906"],"temporal_ref":"current","trust_ref":"deterministic"}, @@ -4386,7 +4106,7 @@ ], "index_identity": { "artifact_kind": "repository_entity_index", - "content_digest": "dcc5667e2b94bdf86f939bbc5f17ae7b9b0a71c0cd005811194e4615e8681713", + "content_digest": "3b6f914c7b9f27489542b5aa8a533a75a3bff06f56a284398aaf52ef940f2ddc", "index_kind": "entity", "local_id": "index:repo-local:entities", "schema_ref": "aoa-kag:schemas/repo-local-kag-repository-index.schema.json" @@ -4471,25 +4191,25 @@ }, "schema_version": "aoa-repo-local-kag-repository-index-v2", "source_index": { - "content_digest": "f0fcdd29bf036cf6c8b787ff8d33c99b68b47538543182dc6f1d14bdb3d2cb59", + "content_digest": "6263f0d91f1e1f1156e6b5d6ba0a7b10740c2efe86fd10b1ab9852d6843430ef", "local_id": "index:repo-local:source-surfaces", "path": "kag/indexes/source_surface_index.json" }, "summary": { - "entry_count": 4383, + "entry_count": 4103, "kind_counts": { - "agent_route": 95, - "command": 129, - "contract": 39, - "decision": 75, - "directory": 917, - "document": 1500, + "agent_route": 94, + "command": 123, + "contract": 34, + "decision": 76, + "directory": 776, + "document": 1396, "manifest": 6, "mechanic_package": 17, "mechanic_part": 79, "owner_surface": 2, "python_class": 108, - "python_function": 720, + "python_function": 696, "python_method": 642, "readmodel": 47, "repository": 1, diff --git a/kag/indexes/repo_event_index.json b/kag/indexes/repo_event_index.json index d0550721..3ca59fab 100644 --- a/kag/indexes/repo_event_index.json +++ b/kag/indexes/repo_event_index.json @@ -1,13 +1,7 @@ { "entries": [ {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:ef4939f7676781d6ed250765"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:ef4939f7676781d6ed250765"}],"id":"aoa:aoa-techniques:event:269faff819dc283d5b407f47","label":"scripts/run_part_local_tests.py","object_ids":["aoa:aoa-techniques:artifact:cfbb189175cfd9efe682fdd7"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:cfbb189175cfd9efe682fdd7"],"temporal_ref":"current","trust_ref":"declared"}, - {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008"}],"id":"aoa:aoa-techniques:event:28af141a0d92f41c6c4822b9","label":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py","object_ids":["aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa"],"temporal_ref":"current","trust_ref":"declared"}, - {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:bc266cb04785c75c388f3960"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:bc266cb04785c75c388f3960"}],"id":"aoa:aoa-techniques:event:4f7c56f74139f17cb589f864","label":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py","object_ids":["aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd"],"temporal_ref":"current","trust_ref":"declared"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:f0350df157ec90d69fcf3887"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:f0350df157ec90d69fcf3887"}],"id":"aoa:aoa-techniques:event:89b51b0b6f21b6f9525b2f2e","label":"mechanics/recurrence/parts/live-observation-producers/scripts/publish_live_receipts.py","object_ids":["aoa:aoa-techniques:artifact:1e52a0e919d049cd43732980"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:1e52a0e919d049cd43732980"],"temporal_ref":"current","trust_ref":"declared"}, - {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:9e4cac7b102c0bc695156dfb"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:9e4cac7b102c0bc695156dfb"}],"id":"aoa:aoa-techniques:event:d62190d0d9413de6c8606072","label":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py","object_ids":["aoa:aoa-techniques:artifact:f0743278822e9f09d5471953"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:f0743278822e9f09d5471953"],"temporal_ref":"current","trust_ref":"declared"}, - {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:216e6bc90fdc8136c822acc7"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:216e6bc90fdc8136c822acc7"}],"id":"aoa:aoa-techniques:event:d701ea01c9a9a40c21254ea7","label":".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py","object_ids":["aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74"],"temporal_ref":"current","trust_ref":"declared"}, - {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:6624f264692d6da00e210709"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:6624f264692d6da00e210709"}],"id":"aoa:aoa-techniques:event:e584d3131d0c1ad7ba224fdf","label":".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py","object_ids":["aoa:aoa-techniques:artifact:4783038b8178cb7128c32402"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:4783038b8178cb7128c32402"],"temporal_ref":"current","trust_ref":"declared"}, - {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:f0ae42f04dceaca4c38d9c7a"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:f0ae42f04dceaca4c38d9c7a"}],"id":"aoa:aoa-techniques:event:e7ffd2787a54904c44d6b418","label":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py","object_ids":["aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2"],"temporal_ref":"current","trust_ref":"declared"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:03cdcdb6edc5eadaa69c23e0"],"changes":[],"event_kind":"decision_record","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:03cdcdb6edc5eadaa69c23e0"}],"id":"aoa:aoa-techniques:event:03103dc5932b0c4735d883b3","label":"docs/decisions/AOA-TECH-D-0030-method-growth-skill-proposal-handoff.md","object_ids":["aoa:aoa-techniques:artifact:394f0ffcb3af69898e4b9b31"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:394f0ffcb3af69898e4b9b31"],"temporal_ref":"current","trust_ref":"declared"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:dc4374c3472ba893695c21fb"],"changes":[],"event_kind":"decision_record","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:dc4374c3472ba893695c21fb"}],"id":"aoa:aoa-techniques:event:03c612c7c27c3b0069cf7618","label":"docs/decisions/AOA-TECH-D-0025-mechanics-legacy-scaffold-bridge.md","object_ids":["aoa:aoa-techniques:artifact:9d47504d46b52519ac28e004"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:9d47504d46b52519ac28e004"],"temporal_ref":"current","trust_ref":"declared"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:4c7980bcdd608534212bb1a3"],"changes":[],"event_kind":"decision_record","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:4c7980bcdd608534212bb1a3"}],"id":"aoa:aoa-techniques:event:05a33f9abb4c272cf8a2faa7","label":"docs/decisions/AOA-TECH-D-0001-agon-active-legacy-split.md","object_ids":["aoa:aoa-techniques:artifact:939b92ee2a02b155da259bfc"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:939b92ee2a02b155da259bfc"],"temporal_ref":"current","trust_ref":"declared"}, @@ -47,6 +41,7 @@ {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:85b3ef63e51dfcbcaeeb7542"],"changes":[],"event_kind":"decision_record","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:85b3ef63e51dfcbcaeeb7542"}],"id":"aoa:aoa-techniques:event:7316e519339e9f765b6330de","label":"docs/decisions/AOA-TECH-D-0040-root-legacy-provenance-district.md","object_ids":["aoa:aoa-techniques:artifact:2ece547f2466235afc086518"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:2ece547f2466235afc086518"],"temporal_ref":"current","trust_ref":"declared"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:768de01ee4eed1d819075a9a"],"changes":[],"event_kind":"decision_record","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:768de01ee4eed1d819075a9a"}],"id":"aoa:aoa-techniques:event:758e8fc1d2e35278af479cf9","label":"docs/decisions/indexes/by-surface.md","object_ids":["aoa:aoa-techniques:artifact:acd156903f044a996b858398"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:acd156903f044a996b858398"],"temporal_ref":"current","trust_ref":"declared"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776"],"changes":[],"event_kind":"decision_record","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776"}],"id":"aoa:aoa-techniques:event:79cb68b96fe4403ce01437f8","label":"docs/decisions/AOA-TECH-D-0006-distillation-external-candidate-registry.md","object_ids":["aoa:aoa-techniques:artifact:9fe03959b607e5b273766019"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:9fe03959b607e5b273766019"],"temporal_ref":"current","trust_ref":"declared"}, + {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:a2520fe344405977ca97a745"],"changes":[],"event_kind":"decision_record","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745"}],"id":"aoa:aoa-techniques:event:7d9a73677a10d098acbbd9e5","label":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","object_ids":["aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75"],"temporal_ref":"current","trust_ref":"declared"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:e6950d1e41005f1147fe053f"],"changes":[],"event_kind":"decision_record","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:e6950d1e41005f1147fe053f"}],"id":"aoa:aoa-techniques:event:81d0fe9bec301f6beaf040ce","label":"docs/decisions/AOA-TECH-D-0003-audit-active-parts-split.md","object_ids":["aoa:aoa-techniques:artifact:51af704d4fce18536bbf0d79"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:51af704d4fce18536bbf0d79"],"temporal_ref":"current","trust_ref":"declared"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:c1079448157ef4f00c4f23ef"],"changes":[],"event_kind":"decision_record","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:c1079448157ef4f00c4f23ef"}],"id":"aoa:aoa-techniques:event:891bfaf129d8b3a29547a3f6","label":"docs/decisions/indexes/by-guard.md","object_ids":["aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a"],"temporal_ref":"current","trust_ref":"declared"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:5b531dcbc798b6b4299bec64"],"changes":[],"event_kind":"decision_record","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:5b531dcbc798b6b4299bec64"}],"id":"aoa:aoa-techniques:event:8c8e7419279303cb8272716a","label":"docs/decisions/AOA-TECH-D-0020-recurrence-active-parts-split.md","object_ids":["aoa:aoa-techniques:artifact:147e1bd4f3723cc566fc2cd6"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:147e1bd4f3723cc566fc2cd6"],"temporal_ref":"current","trust_ref":"declared"}, @@ -158,7 +153,7 @@ {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:025520f67c4473547e79f940","aoa:aoa-techniques:anchor:0a58ef71ee17c1ccb7701f25","aoa:aoa-techniques:anchor:1cc9ae928ab68350d7c7477d","aoa:aoa-techniques:anchor:1f8b8af58092484be17ce6b2","aoa:aoa-techniques:anchor:20a5eccfc031f4ee4e4cb2be","aoa:aoa-techniques:anchor:2a07cb4837bb9e712e02c11a","aoa:aoa-techniques:anchor:3300dbb24d5bf0e5a69cd79f","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:490a27d2e91d07f87b07992c","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:4bb64dccf4cd84ccae49e469","aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:599b451e8a780b6aaef722f7","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:6c0487ab5c82a135bb9d646d","aoa:aoa-techniques:anchor:6ea51c6712643e400a0286ac","aoa:aoa-techniques:anchor:71c60c774db666d34d6d709e","aoa:aoa-techniques:anchor:742ffb384c201b4341ba179c","aoa:aoa-techniques:anchor:756d8e5f4ec4a41de767985e","aoa:aoa-techniques:anchor:81725c1373479a06b46f005b","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:8cf8a41dc609dd2cc698e451","aoa:aoa-techniques:anchor:9c30aa6c9e201423050c8917","aoa:aoa-techniques:anchor:a087a6322bdea870d5ef27e4","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:a84010e011d5cbdec1625bb6","aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679","aoa:aoa-techniques:anchor:b3ca45f0a90e1783f551cce2","aoa:aoa-techniques:anchor:baa0205ec4989ca46e096078","aoa:aoa-techniques:anchor:bdf72dbfcf52af7e58e08a2a","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:beebfbe62f129484bf6104ba","aoa:aoa-techniques:anchor:bf110cf7bcea885b78018c94","aoa:aoa-techniques:anchor:c2b826a9b2493c9141b32bab","aoa:aoa-techniques:anchor:c4f977eff62247bed0cdabaf","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:d03a1bef68bd7c36ae10aa08","aoa:aoa-techniques:anchor:d13e600fffb03bebc1c3cfac","aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","aoa:aoa-techniques:anchor:d48d9ac189be3eee7a0503af","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:e149c66942cf4a3849902e23","aoa:aoa-techniques:anchor:ed30810d749089eb4df0ea53","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3","aoa:aoa-techniques:anchor:f20d173e0089aba8f4d5f5ca","aoa:aoa-techniques:anchor:f3fbac540e0009f5027f61cc","aoa:aoa-techniques:anchor:f5808cddf13e712e24e676ff"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","old_path":"","path":"docs/TECHNIQUE_TREE_CONTRACT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","old_path":"","path":"generated/technique_capsules.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","old_path":"","path":"generated/technique_capsules.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","old_path":"","path":"generated/technique_checklist_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","old_path":"","path":"generated/technique_checklist_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","old_path":"","path":"generated/technique_example_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","old_path":"","path":"generated/technique_example_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","old_path":"","path":"generated/technique_section_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5813f8d2d6a18e2344bfcbd1","old_path":"","path":"incoming/chat-wave-1c-history-lineage-governed-actions/docs/EXTERNAL_TECHNIQUE_CANDIDATES_CHAT_WAVE_1C.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:485e376b48dfea26d1b0c4d2","old_path":"","path":"incoming/chat-wave-1c-history-lineage-governed-actions/docs/SIGNED_TRACE_ARTIFACTS_NARROWING_MEMO.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","old_path":"","path":"legacy/INDEX.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2ed5f4f883b18c3fd2f79ae2","old_path":"","path":"legacy/receipts/2026-05-05-approval-evidence-tree-pilot.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","old_path":"","path":"legacy/receipts/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6","old_path":"","path":"mechanics/boundary-bridge/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a694fe764a34559d55786e26","old_path":"","path":"mechanics/boundary-bridge/parts/proof-claim-anchors/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f444d5f6f7157618cd89c466","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/approval-evidence-direct-read-migration-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:366b800f4b86c83ca4fc1323","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/first-kind-ambiguity-review-pack.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:28d2e503ac2d2a27e1a10092","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-decision-routing-pilot-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:99758dab04fd48b9c22c8134","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/second-kind-ambiguity-review-pack.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6121f2837bd826d3c12dc0e4","old_path":"","path":"mechanics/experience/parts/technique-candidate-bridge/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:38a49315041bafcde6096747","old_path":"","path":"reports/kind_ambiguity_audit.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca785fdeae3ee2044bca3d2d","old_path":"","path":"reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:517d2b1d5273d7915e2b334d","old_path":"","path":"reports/technique_tree_projection.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:aac1fdea85399dc5bb3a69f6","old_path":"","path":"techniques/agent-workflows/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c17bd04cd670af6bdde1baf1","old_path":"","path":"techniques/governance/AGENTS.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:e5c248f6b61486cc4ccde448","old_path":"techniques/agent-workflows/approval-bound-durable-jobs/TECHNIQUE.md","path":"techniques/governance/approval-evidence/approval-bound-durable-jobs/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:225b1629d97d0f8edf201bb3","old_path":"techniques/agent-workflows/approval-bound-durable-jobs/checks/approval-bound-durable-jobs-checklist.md","path":"techniques/governance/approval-evidence/approval-bound-durable-jobs/checks/approval-bound-durable-jobs-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:11abcd81e43af755ac12fe48","old_path":"techniques/agent-workflows/approval-bound-durable-jobs/examples/minimal-approval-bound-durable-jobs.md","path":"techniques/governance/approval-evidence/approval-bound-durable-jobs/examples/minimal-approval-bound-durable-jobs.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:1640e7fd4bbaabc5fb8d3f70","old_path":"techniques/agent-workflows/approval-bound-durable-jobs/notes/canonical-readiness.md","path":"techniques/governance/approval-evidence/approval-bound-durable-jobs/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:700ac18baef6e4bb7d5afc84","old_path":"techniques/agent-workflows/approval-bound-durable-jobs/notes/external-import-review.md","path":"techniques/governance/approval-evidence/approval-bound-durable-jobs/notes/external-import-review.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:173af73b76539da21362336f","old_path":"techniques/agent-workflows/approval-bound-durable-jobs/notes/external-origin.md","path":"techniques/governance/approval-evidence/approval-bound-durable-jobs/notes/external-origin.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:43ca349b3b92c387e5ce1996","old_path":"techniques/agent-workflows/approval-bound-durable-jobs/notes/second-context-adaptation.md","path":"techniques/governance/approval-evidence/approval-bound-durable-jobs/notes/second-context-adaptation.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:f452271ce0b41ea2499f9a3a","old_path":"techniques/agent-workflows/fail-closed-evidence-gate/TECHNIQUE.md","path":"techniques/governance/approval-evidence/fail-closed-evidence-gate/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:ea74f3c9a143c34fa99dfde8","old_path":"techniques/agent-workflows/fail-closed-evidence-gate/checks/fail-closed-evidence-gate-checklist.md","path":"techniques/governance/approval-evidence/fail-closed-evidence-gate/checks/fail-closed-evidence-gate-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:87b9e3133f13f48d0d948b33","old_path":"techniques/agent-workflows/fail-closed-evidence-gate/examples/minimal-fail-closed-evidence-gate.md","path":"techniques/governance/approval-evidence/fail-closed-evidence-gate/examples/minimal-fail-closed-evidence-gate.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:aa31c94ff2ceae6a801d1098","old_path":"techniques/agent-workflows/fail-closed-evidence-gate/notes/canonical-readiness.md","path":"techniques/governance/approval-evidence/fail-closed-evidence-gate/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:f3335f8724510adbcb42e890","old_path":"techniques/agent-workflows/fail-closed-evidence-gate/notes/external-import-review.md","path":"techniques/governance/approval-evidence/fail-closed-evidence-gate/notes/external-import-review.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:a8359be3bc26e203b147d084","old_path":"techniques/agent-workflows/fail-closed-evidence-gate/notes/external-origin.md","path":"techniques/governance/approval-evidence/fail-closed-evidence-gate/notes/external-origin.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:93b4f4af8a018d49c05f3e2f","old_path":"techniques/agent-workflows/fail-closed-evidence-gate/notes/second-context-adaptation.md","path":"techniques/governance/approval-evidence/fail-closed-evidence-gate/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e5099efe04874e260d36b86a","old_path":"","path":"tests/test_history_artifacts_tree_pilot.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","old_path":"","path":"tests/test_root_legacy_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"975889c3e1da02357ac8a8f2be778d488ac5ec3f"}],"id":"aoa:aoa-techniques:event:1e8dd814a9d1e8ea26f1299b","label":"Migrate approval evidence techniques (#310)","object_ids":["aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6","aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:11abcd81e43af755ac12fe48","aoa:aoa-techniques:artifact:1640e7fd4bbaabc5fb8d3f70","aoa:aoa-techniques:artifact:173af73b76539da21362336f","aoa:aoa-techniques:artifact:225b1629d97d0f8edf201bb3","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:28d2e503ac2d2a27e1a10092","aoa:aoa-techniques:artifact:2ed5f4f883b18c3fd2f79ae2","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:366b800f4b86c83ca4fc1323","aoa:aoa-techniques:artifact:43ca349b3b92c387e5ce1996","aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:485e376b48dfea26d1b0c4d2","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:5813f8d2d6a18e2344bfcbd1","aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","aoa:aoa-techniques:artifact:6121f2837bd826d3c12dc0e4","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:700ac18baef6e4bb7d5afc84","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:87b9e3133f13f48d0d948b33","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:93b4f4af8a018d49c05f3e2f","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:99758dab04fd48b9c22c8134","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a694fe764a34559d55786e26","aoa:aoa-techniques:artifact:a8359be3bc26e203b147d084","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:aa31c94ff2ceae6a801d1098","aoa:aoa-techniques:artifact:aac1fdea85399dc5bb3a69f6","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:c17bd04cd670af6bdde1baf1","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:e5099efe04874e260d36b86a","aoa:aoa-techniques:artifact:e5c248f6b61486cc4ccde448","aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","aoa:aoa-techniques:artifact:ea74f3c9a143c34fa99dfde8","aoa:aoa-techniques:artifact:f3335f8724510adbcb42e890","aoa:aoa-techniques:artifact:f444d5f6f7157618cd89c466","aoa:aoa-techniques:artifact:f452271ce0b41ea2499f9a3a","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"observation_state":"observed","occurred_at":"2026-05-06T04:34:36+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6","aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:11abcd81e43af755ac12fe48","aoa:aoa-techniques:artifact:1640e7fd4bbaabc5fb8d3f70","aoa:aoa-techniques:artifact:173af73b76539da21362336f","aoa:aoa-techniques:artifact:225b1629d97d0f8edf201bb3","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:28d2e503ac2d2a27e1a10092","aoa:aoa-techniques:artifact:2ed5f4f883b18c3fd2f79ae2","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:366b800f4b86c83ca4fc1323","aoa:aoa-techniques:artifact:43ca349b3b92c387e5ce1996","aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:485e376b48dfea26d1b0c4d2","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:5813f8d2d6a18e2344bfcbd1","aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","aoa:aoa-techniques:artifact:6121f2837bd826d3c12dc0e4","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:700ac18baef6e4bb7d5afc84","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:87b9e3133f13f48d0d948b33","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:93b4f4af8a018d49c05f3e2f","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:99758dab04fd48b9c22c8134","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a694fe764a34559d55786e26","aoa:aoa-techniques:artifact:a8359be3bc26e203b147d084","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:aa31c94ff2ceae6a801d1098","aoa:aoa-techniques:artifact:aac1fdea85399dc5bb3a69f6","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:c17bd04cd670af6bdde1baf1","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:e5099efe04874e260d36b86a","aoa:aoa-techniques:artifact:e5c248f6b61486cc4ccde448","aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","aoa:aoa-techniques:artifact:ea74f3c9a143c34fa99dfde8","aoa:aoa-techniques:artifact:f3335f8724510adbcb42e890","aoa:aoa-techniques:artifact:f444d5f6f7157618cd89c466","aoa:aoa-techniques:artifact:f452271ce0b41ea2499f9a3a","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:8ca7342eb3866a036a7e9d67","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6677af326efe29ea927cc893","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/execution-profile-long-pass-closeout-ledger.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"75588383ee27d2c2c8477865e8dfdc93a3f4baf2"}],"id":"aoa:aoa-techniques:event:1ed89bb1aa48971c511ba32b","label":"Close execution profile long pass","object_ids":["aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:6677af326efe29ea927cc893","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3"],"observation_state":"observed","occurred_at":"2026-05-06T22:20:01+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:6677af326efe29ea927cc893","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:64029f0b3c3af008b870f4ee"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36d0f9de874115f8fe8cfcb7","old_path":"","path":"mechanics/recurrence/tests/test_recurrence_mechanics_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"1fdf98496c7d04be7271ac277e0ea05a3d56921f"}],"id":"aoa:aoa-techniques:event:20b8ebfc475bd7e132ab2a79","label":"Harden recurrence ORQ receipt test (#477)","object_ids":["aoa:aoa-techniques:artifact:36d0f9de874115f8fe8cfcb7"],"observation_state":"observed","occurred_at":"2026-06-15T21:35:23+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:36d0f9de874115f8fe8cfcb7"],"temporal_ref":"historical","trust_ref":"observed"}, - {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0766969695a59702ee0e8b47","aoa:aoa-techniques:anchor:082a5ef4d07a2dea7b4895b5","aoa:aoa-techniques:anchor:2329c354f1f66f2882c03fed","aoa:aoa-techniques:anchor:24b6d9835577d94f77e71b52","aoa:aoa-techniques:anchor:3b2f31fba5c75d1bacff69ef","aoa:aoa-techniques:anchor:3f509b03ec463b21d870ea1a","aoa:aoa-techniques:anchor:5169fa4934223be05134b570","aoa:aoa-techniques:anchor:7aa97653c8b8d1cb9aca1f2b","aoa:aoa-techniques:anchor:901ebe884eb24a6de300bb9d","aoa:aoa-techniques:anchor:9169e99fd07cee3ae37c01ba","aoa:aoa-techniques:anchor:9e4cac7b102c0bc695156dfb","aoa:aoa-techniques:anchor:e6b95507566e68b3d9dea079","aoa:aoa-techniques:anchor:f3d935855c087ec511fb9996"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","old_path":"","path":".agents/skills/aoa-adr-write/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","old_path":"","path":".agents/skills/aoa-contract-test/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","old_path":"","path":".agents/skills/aoa-local-stack-bringup/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","old_path":"","path":".agents/skills/aoa-property-invariants/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","old_path":"","path":".agents/skills/aoa-quest-harvest/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","old_path":"","path":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","old_path":"","path":".agents/skills/aoa-session-donor-harvest/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","old_path":"","path":".agents/skills/aoa-session-progression-lift/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","old_path":"","path":".agents/skills/aoa-session-route-forks/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","old_path":"","path":".agents/skills/aoa-session-self-diagnose/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","old_path":"","path":".agents/skills/aoa-session-self-repair/SKILL.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"8db814b8e5a926929d7ca4c26ca42b0248501013"}],"id":"aoa:aoa-techniques:event:20f4983fe66c86958dfbfe29","label":"Refresh shared AoA skill pack (#449)","object_ids":["aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673"],"observation_state":"observed","occurred_at":"2026-05-17T21:16:09+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673"],"temporal_ref":"historical","trust_ref":"observed"}, + {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":[],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","old_path":"","path":".agents/skills/aoa-adr-write/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","old_path":"","path":".agents/skills/aoa-contract-test/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","old_path":"","path":".agents/skills/aoa-local-stack-bringup/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","old_path":"","path":".agents/skills/aoa-property-invariants/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","old_path":"","path":".agents/skills/aoa-quest-harvest/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","old_path":"","path":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","old_path":"","path":".agents/skills/aoa-session-donor-harvest/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","old_path":"","path":".agents/skills/aoa-session-progression-lift/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","old_path":"","path":".agents/skills/aoa-session-route-forks/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","old_path":"","path":".agents/skills/aoa-session-self-diagnose/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","old_path":"","path":".agents/skills/aoa-session-self-repair/SKILL.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"8db814b8e5a926929d7ca4c26ca42b0248501013"}],"id":"aoa:aoa-techniques:event:20f4983fe66c86958dfbfe29","label":"Refresh shared AoA skill pack (#449)","object_ids":[],"observation_state":"observed","occurred_at":"2026-05-17T21:16:09+03:00","provenance_ref":"observed","source_record_ids":[],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"8Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:06b67e6454f303e071c45d93","aoa:aoa-techniques:anchor:0c6375b5537ea87dfa4239c8","aoa:aoa-techniques:anchor:117590a6512c37f886b9596d","aoa:aoa-techniques:anchor:12ebdaec9bbeede76cb95e4b","aoa:aoa-techniques:anchor:17a010a406ad0c809f6a300d","aoa:aoa-techniques:anchor:1a8856d65deed56daaf42f88","aoa:aoa-techniques:anchor:1e70455e1ec38c8975f9395c","aoa:aoa-techniques:anchor:20a5eccfc031f4ee4e4cb2be","aoa:aoa-techniques:anchor:25636c6d7bd067d19ed7965d","aoa:aoa-techniques:anchor:270321c9571c578f03a6f87f","aoa:aoa-techniques:anchor:290e5cce6055430cedfe9a03","aoa:aoa-techniques:anchor:31067163c538642116e9c3aa","aoa:aoa-techniques:anchor:3300dbb24d5bf0e5a69cd79f","aoa:aoa-techniques:anchor:33d028944a07bff50a3689bf","aoa:aoa-techniques:anchor:35dfbd477f6c695cb4a1cd5b","aoa:aoa-techniques:anchor:366008c847947efcd1465020","aoa:aoa-techniques:anchor:3e6874197550d49155b9f8f3","aoa:aoa-techniques:anchor:415cd89d83e8c0e99b80ee5c","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:49c34b0d89122f54e9fcd02d","aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a","aoa:aoa-techniques:anchor:53530997e9663556b5f8e2f9","aoa:aoa-techniques:anchor:53ac7afc800093708ee5dfcb","aoa:aoa-techniques:anchor:542cb286c856d41b6b3ee01d","aoa:aoa-techniques:anchor:55746eecca1eeae205a62d8d","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:64947c8dca361f2aa5e50b93","aoa:aoa-techniques:anchor:662e24a17b433b28c7d04cbf","aoa:aoa-techniques:anchor:669654784ff3aacf80d98cbd","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:6a8a176dee051700abbd3529","aoa:aoa-techniques:anchor:6c0487ab5c82a135bb9d646d","aoa:aoa-techniques:anchor:6dd66c8fa43e683139bcbe66","aoa:aoa-techniques:anchor:72bcdafabd38e433719b15fa","aoa:aoa-techniques:anchor:742ffb384c201b4341ba179c","aoa:aoa-techniques:anchor:756d8e5f4ec4a41de767985e","aoa:aoa-techniques:anchor:7885c0d8447c8bc1bd694169","aoa:aoa-techniques:anchor:7c495ca7cabdf7431cc11213","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:8be2acb6d75569df181ecb70","aoa:aoa-techniques:anchor:8d8337f0c9a0b8d937e45563","aoa:aoa-techniques:anchor:92177c5eabc15a79251681ee","aoa:aoa-techniques:anchor:9543062438cd1bc847bb5b75","aoa:aoa-techniques:anchor:992e4c748b558b55fbbb9482","aoa:aoa-techniques:anchor:a087a6322bdea870d5ef27e4","aoa:aoa-techniques:anchor:a0c4866522b1a941852d242d","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a4e0d414d75eb6ff667722d9","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:a84010e011d5cbdec1625bb6","aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679","aoa:aoa-techniques:anchor:ada2b8b13b6625e31a6921b8","aoa:aoa-techniques:anchor:b1b22d5cb2a50e807d5d1db8","aoa:aoa-techniques:anchor:bc828c64ce483f11d396878c","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:c9ce9bbcc4dd77e828bec54e","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:d03a1bef68bd7c36ae10aa08","aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","aoa:aoa-techniques:anchor:d360929657312e978b635ebb","aoa:aoa-techniques:anchor:d48d9ac189be3eee7a0503af","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:e244b918cb19a63da3facd72","aoa:aoa-techniques:anchor:e38b2245976a1b9da2cec16a","aoa:aoa-techniques:anchor:ed30810d749089eb4df0ea53","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3","aoa:aoa-techniques:anchor:f603f2d584d5ab76a1877ff6"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e68b0d639bece8be88382143","old_path":"","path":"docs/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e66619707ba54a89aa714842","old_path":"","path":"docs/SKILL_SUPPORT_SEMANTIC_REVIEW.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","old_path":"","path":"docs/TECHNIQUE_TREE_CONTRACT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:278e247ced992378ca887cab","old_path":"","path":"generated/semantic_review_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5","old_path":"","path":"generated/semantic_review_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","old_path":"","path":"generated/technique_capsules.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","old_path":"","path":"generated/technique_capsules.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","old_path":"","path":"generated/technique_checklist_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","old_path":"","path":"generated/technique_checklist_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","old_path":"","path":"generated/technique_example_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","old_path":"","path":"generated/technique_example_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","old_path":"","path":"generated/technique_section_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","old_path":"","path":"legacy/INDEX.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5ca4cf1c0b847bab1202c4d2","old_path":"","path":"legacy/receipts/2026-05-05-skill-support-tree-pilot.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","old_path":"","path":"legacy/receipts/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6","old_path":"","path":"mechanics/boundary-bridge/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:421b2ff25f00e355af6bb4e6","old_path":"","path":"mechanics/boundary-bridge/parts/owner-boundary-anchors/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a694fe764a34559d55786e26","old_path":"","path":"mechanics/boundary-bridge/parts/proof-claim-anchors/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a1c927da17d570f44a65a6c5","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-skill-discovery-pilot-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0e5d03b7c703b67bec05b7c0","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/skill-support-direct-read-migration-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a9cd7cf6fa46aa3e2ec978f9","old_path":"","path":"mechanics/rpg/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:37ea7080e0eb0ee0cdecc149","old_path":"","path":"mechanics/rpg/parts/source-boundary-anchors/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca785fdeae3ee2044bca3d2d","old_path":"","path":"reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:517d2b1d5273d7915e2b334d","old_path":"","path":"reports/technique_tree_projection.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","old_path":"","path":"scripts/validate_nested_agents.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:15208e0bf31513e05ff40cee","old_path":"","path":"techniques/agent-workflows/owner-layer-triage/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:770f717bd719c9ebb8fd232e","old_path":"","path":"techniques/continuity/handoff-continuation/cross-repo-resource-map-bootstrap/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8753e04d9eb940d198410425","old_path":"","path":"techniques/continuity/handoff-continuation/cross-repo-resource-map-bootstrap/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ed8187a67101eda3580364f2","old_path":"","path":"techniques/continuity/handoff-continuation/cross-repo-resource-map-bootstrap/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e7923cf520e9cfaf3b8cb91c","old_path":"","path":"techniques/docs/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1e963cf2d2b5de8a07625937","old_path":"","path":"techniques/evaluation/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6186ecc56985ab947094c7ee","old_path":"","path":"techniques/proof/AGENTS.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:bb3734d408850908df3fb61b","old_path":"techniques/docs/bounded-context-map/TECHNIQUE.md","path":"techniques/proof/skill-support/bounded-context-map/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:8ec810295d7d053b6370e87e","old_path":"techniques/docs/bounded-context-map/checks/bounded-context-map-checklist.md","path":"techniques/proof/skill-support/bounded-context-map/checks/bounded-context-map-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:a9d483b565b3ca3725a7732c","old_path":"techniques/docs/bounded-context-map/examples/concrete-infra-context-map.md","path":"techniques/proof/skill-support/bounded-context-map/examples/concrete-infra-context-map.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:abefe122ff46fefdb8f0d9a0","old_path":"techniques/docs/bounded-context-map/examples/minimal-context-boundary-map.md","path":"techniques/proof/skill-support/bounded-context-map/examples/minimal-context-boundary-map.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:ff7a219026d0d6a28fdca068","old_path":"techniques/docs/bounded-context-map/notes/adverse-effects-review.md","path":"techniques/proof/skill-support/bounded-context-map/notes/adverse-effects-review.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:0142d07491244de8cc0bbcf5","old_path":"techniques/docs/bounded-context-map/notes/canonical-readiness.md","path":"techniques/proof/skill-support/bounded-context-map/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:f8e21c72b6d90dbc715104ba","old_path":"techniques/docs/bounded-context-map/notes/origin-evidence.md","path":"techniques/proof/skill-support/bounded-context-map/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:c3e340c6d2863655fecd575d","old_path":"techniques/docs/bounded-context-map/notes/second-context-adaptation.md","path":"techniques/proof/skill-support/bounded-context-map/notes/second-context-adaptation.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","old_path":"techniques/evaluation/contract-test-design/TECHNIQUE.md","path":"techniques/proof/skill-support/contract-test-design/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:92582e86226a42808b829ebc","old_path":"techniques/evaluation/contract-test-design/checks/contract-test-design-checklist.md","path":"techniques/proof/skill-support/contract-test-design/checks/contract-test-design-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:c22365bfe21f4088faecb4e9","old_path":"techniques/evaluation/contract-test-design/examples/concrete-api-contract-boundary.md","path":"techniques/proof/skill-support/contract-test-design/examples/concrete-api-contract-boundary.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:1a6a55dac727ba44504278d7","old_path":"techniques/evaluation/contract-test-design/examples/minimal-contract-boundary.md","path":"techniques/proof/skill-support/contract-test-design/examples/minimal-contract-boundary.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:8a161d03b5adda9f47e974f9","old_path":"techniques/evaluation/contract-test-design/notes/adverse-effects-review.md","path":"techniques/proof/skill-support/contract-test-design/notes/adverse-effects-review.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:8ea56645f36dbe8b0e061eca","old_path":"techniques/evaluation/contract-test-design/notes/canonical-readiness.md","path":"techniques/proof/skill-support/contract-test-design/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:826a48b3b0f7fffbdf21d94d","old_path":"techniques/evaluation/contract-test-design/notes/origin-evidence.md","path":"techniques/proof/skill-support/contract-test-design/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:19f329d0a9b7f275244a7592","old_path":"techniques/evaluation/contract-test-design/notes/second-context-adaptation.md","path":"techniques/proof/skill-support/contract-test-design/notes/second-context-adaptation.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:c72fce65f8f3a6a4c8a4aee7","old_path":"techniques/evaluation/property-invariants/TECHNIQUE.md","path":"techniques/proof/skill-support/property-invariants/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:3ba1c0b439917b270bc79e86","old_path":"techniques/evaluation/property-invariants/checks/property-invariants-checklist.md","path":"techniques/proof/skill-support/property-invariants/checks/property-invariants-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:bbcaaa1031c5b97d15b0577d","old_path":"techniques/evaluation/property-invariants/examples/concrete-config-invariant-check.md","path":"techniques/proof/skill-support/property-invariants/examples/concrete-config-invariant-check.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:bae0317783af7fe396e9eebd","old_path":"techniques/evaluation/property-invariants/examples/minimal-invariant-check.md","path":"techniques/proof/skill-support/property-invariants/examples/minimal-invariant-check.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:38bc1283acf72ad8fc6681d0","old_path":"techniques/evaluation/property-invariants/notes/adverse-effects-review.md","path":"techniques/proof/skill-support/property-invariants/notes/adverse-effects-review.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:e51e1aeca694522017867702","old_path":"techniques/evaluation/property-invariants/notes/canonical-readiness.md","path":"techniques/proof/skill-support/property-invariants/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:0aa9bcfff017d7175583c296","old_path":"techniques/evaluation/property-invariants/notes/origin-evidence.md","path":"techniques/proof/skill-support/property-invariants/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:4aad1a608897f6a57841cdfd","old_path":"techniques/evaluation/property-invariants/notes/second-context-adaptation.md","path":"techniques/proof/skill-support/property-invariants/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd11834206853d96580b3ce6","old_path":"","path":"tests/test_docs_boundary_tree_pilot.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:50ff6e7647104f2158343fac","old_path":"","path":"tests/test_kag_source_lift_tree_pilot.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","old_path":"","path":"tests/test_root_legacy_topology.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9e9466158949a19e42bd7d27","old_path":"","path":"tests/test_skill_support_tree_pilot.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"a88fc94ec9bc86d8d5068e7c41f8cc9ceec1a8f3"}],"id":"aoa:aoa-techniques:event:217c19f6d2f0c45978090ddc","label":"Land skill-support technique tree pilot","object_ids":["aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","aoa:aoa-techniques:artifact:0142d07491244de8cc0bbcf5","aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6","aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:0aa9bcfff017d7175583c296","aoa:aoa-techniques:artifact:0e5d03b7c703b67bec05b7c0","aoa:aoa-techniques:artifact:15208e0bf31513e05ff40cee","aoa:aoa-techniques:artifact:19f329d0a9b7f275244a7592","aoa:aoa-techniques:artifact:1a6a55dac727ba44504278d7","aoa:aoa-techniques:artifact:1e963cf2d2b5de8a07625937","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:278e247ced992378ca887cab","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:37ea7080e0eb0ee0cdecc149","aoa:aoa-techniques:artifact:38bc1283acf72ad8fc6681d0","aoa:aoa-techniques:artifact:3ba1c0b439917b270bc79e86","aoa:aoa-techniques:artifact:421b2ff25f00e355af6bb4e6","aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:4aad1a608897f6a57841cdfd","aoa:aoa-techniques:artifact:50ff6e7647104f2158343fac","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","aoa:aoa-techniques:artifact:5ca4cf1c0b847bab1202c4d2","aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","aoa:aoa-techniques:artifact:6186ecc56985ab947094c7ee","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:770f717bd719c9ebb8fd232e","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:826a48b3b0f7fffbdf21d94d","aoa:aoa-techniques:artifact:8753e04d9eb940d198410425","aoa:aoa-techniques:artifact:8a161d03b5adda9f47e974f9","aoa:aoa-techniques:artifact:8ea56645f36dbe8b0e061eca","aoa:aoa-techniques:artifact:8ec810295d7d053b6370e87e","aoa:aoa-techniques:artifact:92582e86226a42808b829ebc","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:9e9466158949a19e42bd7d27","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a1c927da17d570f44a65a6c5","aoa:aoa-techniques:artifact:a694fe764a34559d55786e26","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:a9cd7cf6fa46aa3e2ec978f9","aoa:aoa-techniques:artifact:a9d483b565b3ca3725a7732c","aoa:aoa-techniques:artifact:abefe122ff46fefdb8f0d9a0","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bae0317783af7fe396e9eebd","aoa:aoa-techniques:artifact:bb3734d408850908df3fb61b","aoa:aoa-techniques:artifact:bbcaaa1031c5b97d15b0577d","aoa:aoa-techniques:artifact:c22365bfe21f4088faecb4e9","aoa:aoa-techniques:artifact:c3e340c6d2863655fecd575d","aoa:aoa-techniques:artifact:c72fce65f8f3a6a4c8a4aee7","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:cd11834206853d96580b3ce6","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:e51e1aeca694522017867702","aoa:aoa-techniques:artifact:e66619707ba54a89aa714842","aoa:aoa-techniques:artifact:e7923cf520e9cfaf3b8cb91c","aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","aoa:aoa-techniques:artifact:ed8187a67101eda3580364f2","aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f8e21c72b6d90dbc715104ba","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","aoa:aoa-techniques:artifact:ff7a219026d0d6a28fdca068"],"observation_state":"observed","occurred_at":"2026-05-05T13:09:57-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","aoa:aoa-techniques:artifact:0142d07491244de8cc0bbcf5","aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6","aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:0aa9bcfff017d7175583c296","aoa:aoa-techniques:artifact:0e5d03b7c703b67bec05b7c0","aoa:aoa-techniques:artifact:15208e0bf31513e05ff40cee","aoa:aoa-techniques:artifact:19f329d0a9b7f275244a7592","aoa:aoa-techniques:artifact:1a6a55dac727ba44504278d7","aoa:aoa-techniques:artifact:1e963cf2d2b5de8a07625937","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:278e247ced992378ca887cab","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:37ea7080e0eb0ee0cdecc149","aoa:aoa-techniques:artifact:38bc1283acf72ad8fc6681d0","aoa:aoa-techniques:artifact:3ba1c0b439917b270bc79e86","aoa:aoa-techniques:artifact:421b2ff25f00e355af6bb4e6","aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:4aad1a608897f6a57841cdfd","aoa:aoa-techniques:artifact:50ff6e7647104f2158343fac","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","aoa:aoa-techniques:artifact:5ca4cf1c0b847bab1202c4d2","aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","aoa:aoa-techniques:artifact:6186ecc56985ab947094c7ee","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:770f717bd719c9ebb8fd232e","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:826a48b3b0f7fffbdf21d94d","aoa:aoa-techniques:artifact:8753e04d9eb940d198410425","aoa:aoa-techniques:artifact:8a161d03b5adda9f47e974f9","aoa:aoa-techniques:artifact:8ea56645f36dbe8b0e061eca","aoa:aoa-techniques:artifact:8ec810295d7d053b6370e87e","aoa:aoa-techniques:artifact:92582e86226a42808b829ebc","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:9e9466158949a19e42bd7d27","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a1c927da17d570f44a65a6c5","aoa:aoa-techniques:artifact:a694fe764a34559d55786e26","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:a9cd7cf6fa46aa3e2ec978f9","aoa:aoa-techniques:artifact:a9d483b565b3ca3725a7732c","aoa:aoa-techniques:artifact:abefe122ff46fefdb8f0d9a0","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bae0317783af7fe396e9eebd","aoa:aoa-techniques:artifact:bb3734d408850908df3fb61b","aoa:aoa-techniques:artifact:bbcaaa1031c5b97d15b0577d","aoa:aoa-techniques:artifact:c22365bfe21f4088faecb4e9","aoa:aoa-techniques:artifact:c3e340c6d2863655fecd575d","aoa:aoa-techniques:artifact:c72fce65f8f3a6a4c8a4aee7","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:cd11834206853d96580b3ce6","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:e51e1aeca694522017867702","aoa:aoa-techniques:artifact:e66619707ba54a89aa714842","aoa:aoa-techniques:artifact:e7923cf520e9cfaf3b8cb91c","aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","aoa:aoa-techniques:artifact:ed8187a67101eda3580364f2","aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f8e21c72b6d90dbc715104ba","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","aoa:aoa-techniques:artifact:ff7a219026d0d6a28fdca068"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:9b13a1b4d642a911592d9155","aoa:aoa-techniques:anchor:f9999bd107dd3407c134ece5"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:10af0fef4a120085a701499c","old_path":"","path":"techniques/evaluation/published-summary-remediation-snapshot/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:064bd3491ad393aa164398fa","old_path":"","path":"techniques/evaluation/telemetry-integrity-snapshot/notes/canonical-readiness.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"8e713992b83dcccdf91d49e5f0d9b96621d56f67"}],"id":"aoa:aoa-techniques:event:21db8fc02de298743043885f","label":"technique: reopen deferred pair readiness (#27)","object_ids":["aoa:aoa-techniques:artifact:064bd3491ad393aa164398fa","aoa:aoa-techniques:artifact:10af0fef4a120085a701499c"],"observation_state":"observed","occurred_at":"2026-03-16T21:09:47+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:064bd3491ad393aa164398fa","aoa:aoa-techniques:artifact:10af0fef4a120085a701499c"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:6f3c565e152bf69bdb71f821"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0f5d70b4d57b5a139a8704a7","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/execution-profile-fixture-sketch-ledger.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"e1c8585e110584575976db836d392a8d5e878f0e"}],"id":"aoa:aoa-techniques:event:226d94629855d93bd0bd216f","label":"Assemble execution profile fixture ledger","object_ids":["aoa:aoa-techniques:artifact:0f5d70b4d57b5a139a8704a7","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3"],"observation_state":"observed","occurred_at":"2026-05-06T22:04:53+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:0f5d70b4d57b5a139a8704a7","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3"],"temporal_ref":"historical","trust_ref":"observed"}, @@ -190,7 +185,7 @@ {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:05bc9804c7daefad3f66ac01","aoa:aoa-techniques:anchor:1c5460e251cd9c052e7eaea2","aoa:aoa-techniques:anchor:35b718f92aa8648b6c366472","aoa:aoa-techniques:anchor:36b23e8e8b981e5edf10c330","aoa:aoa-techniques:anchor:37564b081d395450da5043a2","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:71671de120f09df7ff17b904","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:ac00b1dbf624011326d60345","aoa:aoa-techniques:anchor:b423ccc3bc299d13a0bfb338","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:c060a0aa80f595d95d16d9d6","aoa:aoa-techniques:anchor:c1639cc1867f0e495e49a78c","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3","aoa:aoa-techniques:anchor:f10f61a9171a9dfce45b8e4c"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","old_path":"","path":"data/technique_kind_overlay.csv"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","old_path":"","path":"data/technique_kind_overlay.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e68b0d639bece8be88382143","old_path":"","path":"docs/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","old_path":"","path":"generated/technique_kind_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","old_path":"","path":"generated/technique_promotion_readiness.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","old_path":"","path":"mechanics/audit/parts/external-evidence-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:13623f22e42783639afea8a4","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/TEMP_PROMOTION_EVIDENCE_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","old_path":"","path":"mechanics/audit/parts/promotion-evidence-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca785fdeae3ee2044bca3d2d","old_path":"","path":"reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:517d2b1d5273d7915e2b334d","old_path":"","path":"reports/technique_tree_projection.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b31499c935cb751b1d7d9269","old_path":"","path":"techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e437614207791ee58536dc13","old_path":"","path":"techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7610be23f43ce8e28ebef194","old_path":"","path":"techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:31c7f93807fafaa63209c65a","old_path":"","path":"techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","old_path":"","path":"tests/test_audit_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"238a2b25357519c430131628aa268be62303b965"}],"id":"aoa:aoa-techniques:event:2df5c451947172ffe3a654b1","label":"Promote render truth evidence","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:31c7f93807fafaa63209c65a","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:7610be23f43ce8e28ebef194","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","aoa:aoa-techniques:artifact:b31499c935cb751b1d7d9269","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:e437614207791ee58536dc13","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"observation_state":"observed","occurred_at":"2026-05-12T05:08:06+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:31c7f93807fafaa63209c65a","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:7610be23f43ce8e28ebef194","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","aoa:aoa-techniques:artifact:b31499c935cb751b1d7d9269","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:e437614207791ee58536dc13","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:d84ba1850d96b8cb59c72e03","aoa:aoa-techniques:anchor:e1f66dd2761026a2be6ac3a4","aoa:aoa-techniques:anchor:ef80566e1761644e154032e8","aoa:aoa-techniques:anchor:f072a11677afe7aa868303ff"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","old_path":"","path":"generated/agents_mesh.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e5e9ae718bb881eb2592cca2","old_path":"","path":"memo/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c","old_path":"","path":"scripts/validators/source_contracts.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf","old_path":"","path":"tests/test_validate_repo_source_contracts.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"7c327f0eb1fabd9f7ccc868c7b340d67de7fa3a7"}],"id":"aoa:aoa-techniques:event:2e784d16969157fd74c58322","label":"Require portable memo validation route (#468)","object_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c","aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf","aoa:aoa-techniques:artifact:e5e9ae718bb881eb2592cca2"],"observation_state":"observed","occurred_at":"2026-06-15T00:05:51+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c","aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf","aoa:aoa-techniques:artifact:e5e9ae718bb881eb2592cca2"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:1741b755ca7e99e5b1a509c4","aoa:aoa-techniques:anchor:23d685dd4d27d0361dbf33c4","aoa:aoa-techniques:anchor:34c3539d103912d4e690ac2d","aoa:aoa-techniques:anchor:42661e4ea58c46356b794c94","aoa:aoa-techniques:anchor:5318b6121e6ef21fbdbe42a2","aoa:aoa-techniques:anchor:54b2514382567e92c148fb34","aoa:aoa-techniques:anchor:5b8faca6d827a00b51c80f7a","aoa:aoa-techniques:anchor:6e46a06d16c9c342c6d386f5","aoa:aoa-techniques:anchor:71d78ab7716a8fcc2f5c1304","aoa:aoa-techniques:anchor:82634a7721aa2c2e5b9a5117","aoa:aoa-techniques:anchor:8d531061aea561fb700af87d","aoa:aoa-techniques:anchor:a15b555991f1d0b8aa4d87d8","aoa:aoa-techniques:anchor:a345e633c24d63a0feeb6ee5","aoa:aoa-techniques:anchor:debfa51d2c8530d11cc3a5d3","aoa:aoa-techniques:anchor:fbcd971cb6102e79ede53845"],"changes":[{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3d36a1bf06148bc6ba1ce2ed","old_path":"","path":".github/CODEOWNERS"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:196c84a93a07a7c2622a6d37","old_path":"","path":".github/ISSUE_TEMPLATE/external-import-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a238084f3b16092d1ec2e4bb","old_path":"","path":".github/ISSUE_TEMPLATE/technique-proposal.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:18813c86948efc57e661623d","old_path":"","path":".github/PULL_REQUEST_TEMPLATE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","old_path":"","path":".github/workflows/repo-validation.yml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf","old_path":"","path":"CONTRIBUTING.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:74641082b6240b36e234ede7","old_path":"","path":"docs/EXTERNAL_IMPORT_RUNBOOK.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6876c3c05522c4e1277a2317","old_path":"","path":"generated/github_review_template_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6b7d6ccea097ae14a6c98d6c","old_path":"","path":"generated/github_review_template_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:75bd320fbea74d598abbf2cd","old_path":"","path":"templates/ADAPTATION_NOTE.template.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0f6ecae19ba0d2152c5dbf1f","old_path":"","path":"templates/ADVERSE_EFFECTS_REVIEW.template.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e82c896c77b2d1d5e6252f9a","old_path":"","path":"templates/EXTERNAL_ORIGIN.template.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a61dc6dad6a00efc9d49a847","old_path":"","path":"templates/EXTERNAL_REVIEW.template.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:19a95b5703325bdf7db53c9a","old_path":"","path":"templates/ORIGIN_EVIDENCE.template.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6d5a39b02e422a24eb41bf60","old_path":"","path":"templates/PROMOTION_NOTE.template.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"17b9c39dd2ba46bd4524abb9db2c68bf04ee02ab"}],"id":"aoa:aoa-techniques:event:2efc48137d0c51ac04c4397b","label":"Harden governance and external intake surfaces","object_ids":["aoa:aoa-techniques:artifact:0f6ecae19ba0d2152c5dbf1f","aoa:aoa-techniques:artifact:18813c86948efc57e661623d","aoa:aoa-techniques:artifact:196c84a93a07a7c2622a6d37","aoa:aoa-techniques:artifact:19a95b5703325bdf7db53c9a","aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","aoa:aoa-techniques:artifact:3d36a1bf06148bc6ba1ce2ed","aoa:aoa-techniques:artifact:6876c3c05522c4e1277a2317","aoa:aoa-techniques:artifact:6b7d6ccea097ae14a6c98d6c","aoa:aoa-techniques:artifact:6d5a39b02e422a24eb41bf60","aoa:aoa-techniques:artifact:74641082b6240b36e234ede7","aoa:aoa-techniques:artifact:75bd320fbea74d598abbf2cd","aoa:aoa-techniques:artifact:a238084f3b16092d1ec2e4bb","aoa:aoa-techniques:artifact:a61dc6dad6a00efc9d49a847","aoa:aoa-techniques:artifact:e82c896c77b2d1d5e6252f9a","aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf"],"observation_state":"observed","occurred_at":"2026-03-22T20:16:30-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:0f6ecae19ba0d2152c5dbf1f","aoa:aoa-techniques:artifact:18813c86948efc57e661623d","aoa:aoa-techniques:artifact:196c84a93a07a7c2622a6d37","aoa:aoa-techniques:artifact:19a95b5703325bdf7db53c9a","aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","aoa:aoa-techniques:artifact:3d36a1bf06148bc6ba1ce2ed","aoa:aoa-techniques:artifact:6876c3c05522c4e1277a2317","aoa:aoa-techniques:artifact:6b7d6ccea097ae14a6c98d6c","aoa:aoa-techniques:artifact:6d5a39b02e422a24eb41bf60","aoa:aoa-techniques:artifact:74641082b6240b36e234ede7","aoa:aoa-techniques:artifact:75bd320fbea74d598abbf2cd","aoa:aoa-techniques:artifact:a238084f3b16092d1ec2e4bb","aoa:aoa-techniques:artifact:a61dc6dad6a00efc9d49a847","aoa:aoa-techniques:artifact:e82c896c77b2d1d5e6252f9a","aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf"],"temporal_ref":"historical","trust_ref":"observed"}, - {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008","aoa:aoa-techniques:anchor:f0ae42f04dceaca4c38d9c7a"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","old_path":"","path":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","old_path":"","path":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"dca2de00d21264b95410123e7b85fa65df6203e4"}],"id":"aoa:aoa-techniques:event:2f60381ab642648ffc9f4cec","label":"Preserve dry run helper malformed shapes (#390)","object_ids":["aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2"],"observation_state":"observed","occurred_at":"2026-05-08T02:07:17+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2"],"temporal_ref":"historical","trust_ref":"observed"}, + {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":[],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","old_path":"","path":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","old_path":"","path":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"dca2de00d21264b95410123e7b85fa65df6203e4"}],"id":"aoa:aoa-techniques:event:2f60381ab642648ffc9f4cec","label":"Preserve dry run helper malformed shapes (#390)","object_ids":[],"observation_state":"observed","occurred_at":"2026-05-08T02:07:17+03:00","provenance_ref":"observed","source_record_ids":[],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:04d36282d3edd9799abed77c","aoa:aoa-techniques:anchor:17e9df5ef179d46944c7a963","aoa:aoa-techniques:anchor:20a5eccfc031f4ee4e4cb2be","aoa:aoa-techniques:anchor:371e75b72019a4111f078f8b","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:473b5a4b4ddf9826392b5050","aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:742ffb384c201b4341ba179c","aoa:aoa-techniques:anchor:756d8e5f4ec4a41de767985e","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:a087a6322bdea870d5ef27e4","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679","aoa:aoa-techniques:anchor:ac00b1dbf624011326d60345","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:d48d9ac189be3eee7a0503af","aoa:aoa-techniques:anchor:d51db91846c21574e88037e5","aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f","aoa:aoa-techniques:anchor:f953d6f8abcae62fae0e40b0"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","old_path":"","path":"docs/START_HERE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","old_path":"","path":"generated/technique_capsules.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","old_path":"","path":"generated/technique_capsules.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","old_path":"","path":"generated/technique_checklist_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","old_path":"","path":"generated/technique_checklist_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","old_path":"","path":"generated/technique_example_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","old_path":"","path":"generated/technique_example_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","old_path":"","path":"generated/technique_promotion_readiness.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","old_path":"","path":"generated/technique_section_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:aa33c2994f5eb661cbbf093b","old_path":"","path":"techniques/docs/canonical-owner-with-validated-mirror/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bbbc209358beaddf672faa0c","old_path":"","path":"techniques/docs/canonical-owner-with-validated-mirror/checks/canonical-owner-with-validated-mirror-checklist.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bf09f746e4c91a228526b7bb","old_path":"","path":"techniques/docs/canonical-owner-with-validated-mirror/examples/minimal-canonical-owner-with-validated-mirror.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5f5964091d46a4a3d6c4999c","old_path":"","path":"techniques/docs/canonical-owner-with-validated-mirror/notes/canonical-readiness.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6d14c791e5b79fccfffabcde","old_path":"","path":"techniques/docs/canonical-owner-with-validated-mirror/notes/origin-evidence.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:43b583778ac7d9f75aeba317","old_path":"","path":"techniques/docs/canonical-owner-with-validated-mirror/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"bc3edff1a6ea3f8789f2247a07d093fa3bec4f4a"}],"id":"aoa:aoa-techniques:event:2f719980a8e9eebde2b4eabf","label":"land canonical owner mirror technique (#155)","object_ids":["aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:43b583778ac7d9f75aeba317","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:5f5964091d46a4a3d6c4999c","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:6d14c791e5b79fccfffabcde","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:aa33c2994f5eb661cbbf093b","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bbbc209358beaddf672faa0c","aoa:aoa-techniques:artifact:bf09f746e4c91a228526b7bb","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"observation_state":"observed","occurred_at":"2026-04-07T16:52:57+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:43b583778ac7d9f75aeba317","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:5f5964091d46a4a3d6c4999c","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:6d14c791e5b79fccfffabcde","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:aa33c2994f5eb661cbbf093b","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bbbc209358beaddf672faa0c","aoa:aoa-techniques:artifact:bf09f746e4c91a228526b7bb","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0eac6758d1787e0dc33ecdd7","aoa:aoa-techniques:anchor:1aecae6fb2e66d86841e4ce3","aoa:aoa-techniques:anchor:25db7022958d13fb31f8a653","aoa:aoa-techniques:anchor:43cfb1aab829162898397ea6","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:6ecda435fefca8bca0c2297b","aoa:aoa-techniques:anchor:71631681fd5cc24d750f7469","aoa:aoa-techniques:anchor:86cd8c8cba03b51bec82f742","aoa:aoa-techniques:anchor:8b9fa3f67cc6cc007b878f0a","aoa:aoa-techniques:anchor:a7ca6a2ba423fa66e23600f2","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:e89d928907573215e9f16372"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8b81ac42d11c2733c2f20418","old_path":"","path":"mechanics/distillation/PARTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:758e29efb65b54b21c9debb1","old_path":"","path":"mechanics/distillation/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b4e84d31cd8d486d071969d4","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8b9b6b7d4d614b345ae84a1f","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/examples/agon_candidate_handoff_entry.example.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f12c2b5c72013647234339d9","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/gates/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:fc6f339d7ee1db8e0558772d","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/gates/frontier/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e68b4f8f3db02cf31cb0e74b","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/gates/frontier/first-narrowing-frontier-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/generated/agon_candidate_handoff.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/scripts/build_agon_candidate_handoff.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/tests/test_agon_candidate_handoff.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"d3e75eb89f181b1fb267b6be71b1536ca7cc61a5"}],"id":"aoa:aoa-techniques:event:301c841ce90ec5d6d2560da2","label":"Expose Agon first narrowing frontier (#234)","object_ids":["aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa","aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","aoa:aoa-techniques:artifact:758e29efb65b54b21c9debb1","aoa:aoa-techniques:artifact:8b81ac42d11c2733c2f20418","aoa:aoa-techniques:artifact:8b9b6b7d4d614b345ae84a1f","aoa:aoa-techniques:artifact:b4e84d31cd8d486d071969d4","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:e68b4f8f3db02cf31cb0e74b","aoa:aoa-techniques:artifact:f12c2b5c72013647234339d9","aoa:aoa-techniques:artifact:fc6f339d7ee1db8e0558772d"],"observation_state":"observed","occurred_at":"2026-05-04T05:46:43+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa","aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","aoa:aoa-techniques:artifact:758e29efb65b54b21c9debb1","aoa:aoa-techniques:artifact:8b81ac42d11c2733c2f20418","aoa:aoa-techniques:artifact:8b9b6b7d4d614b345ae84a1f","aoa:aoa-techniques:artifact:b4e84d31cd8d486d071969d4","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:e68b4f8f3db02cf31cb0e74b","aoa:aoa-techniques:artifact:f12c2b5c72013647234339d9","aoa:aoa-techniques:artifact:fc6f339d7ee1db8e0558772d"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:06b13a0eb1406e48dd64b57a","aoa:aoa-techniques:anchor:5d0ee6209107af8606a1790a"],"changes":[{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:90e1db295d03c0e002e83975","old_path":"","path":"docs/AGON_RECURRENCE_ADAPTER.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f26f09c70cddce8977a5f196","old_path":"","path":"manifests/recurrence/component.agon.technique-binding-surfaces.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cb65da24d55aa43e3f7a3c0d","old_path":"","path":"manifests/recurrence/hooks/component.agon.technique-binding-surfaces.hooks.json"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"82d4b29b04f44c4597f8b763c5feecb2fbbd42fb"}],"id":"aoa:aoa-techniques:event:30a9b683f3da0599821435f0","label":"[codex] Add Agon recurrence technique manifests (#185)","object_ids":["aoa:aoa-techniques:artifact:cb65da24d55aa43e3f7a3c0d","aoa:aoa-techniques:artifact:f26f09c70cddce8977a5f196"],"observation_state":"observed","occurred_at":"2026-04-20T16:17:53-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:cb65da24d55aa43e3f7a3c0d","aoa:aoa-techniques:artifact:f26f09c70cddce8977a5f196"],"temporal_ref":"historical","trust_ref":"observed"}, @@ -239,7 +234,7 @@ {"actor":{"email":"gerhmangrant@gmail.com","name":"dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:02b831f4b9c92abe0f1b89c8","aoa:aoa-techniques:anchor:20a5eccfc031f4ee4e4cb2be","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:4e699262a0ad253cf301f8b4","aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:742ffb384c201b4341ba179c","aoa:aoa-techniques:anchor:756d8e5f4ec4a41de767985e","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:8a51e9e74cd1141d34c549cf","aoa:aoa-techniques:anchor:9ce8d37ee8935dc1114be391","aoa:aoa-techniques:anchor:a087a6322bdea870d5ef27e4","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679","aoa:aoa-techniques:anchor:b0a8d4ea33d18a90cf779525","aoa:aoa-techniques:anchor:b29e3ff5d20392272196f244","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:c254d529781b53baefc77118","aoa:aoa-techniques:anchor:c310e120de643ddb3f096884","aoa:aoa-techniques:anchor:c546830b92d574e43f03c22d","aoa:aoa-techniques:anchor:d48d9ac189be3eee7a0503af","aoa:aoa-techniques:anchor:d4c63523de46edbfeb5cd031","aoa:aoa-techniques:anchor:d54653655e7c53a8a1f998fb","aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:f381ca6590d7db58cb834d07"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d3ced714007ac52b3a506367","old_path":"","path":"docs/DEEP_AUDIT_ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","old_path":"","path":"docs/START_HERE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","old_path":"","path":"generated/technique_capsules.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","old_path":"","path":"generated/technique_capsules.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","old_path":"","path":"generated/technique_checklist_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","old_path":"","path":"generated/technique_checklist_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","old_path":"","path":"generated/technique_example_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","old_path":"","path":"generated/technique_example_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","old_path":"","path":"generated/technique_section_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ffc4b0c856fe2ec1810bf418","old_path":"","path":"techniques/docs/decision-rationale-recording/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4ebf57b05d9ba338303c4ca5","old_path":"","path":"techniques/docs/decision-rationale-recording/checks/decision-rationale-recording-checklist.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5ef6be48d542c0c7372a78d1","old_path":"","path":"techniques/docs/decision-rationale-recording/examples/minimal-decision-rationale-note.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5e8674a380f927a6b5189653","old_path":"","path":"techniques/docs/decision-rationale-recording/notes/canonical-readiness.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9a3f4914969c040006c7cfec","old_path":"","path":"techniques/docs/decision-rationale-recording/notes/origin-evidence.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0db3a09da673f5e520a120db","old_path":"","path":"techniques/docs/decision-rationale-recording/notes/second-context-adaptation.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ed0ec2ca603624cdd17008b2","old_path":"","path":"techniques/docs/public-safe-artifact-sanitization/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9d4831e0ee1b2706ac364a4c","old_path":"","path":"techniques/docs/public-safe-artifact-sanitization/checks/public-safe-artifact-sanitization-checklist.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:452004c0f4712c5664e17c3c","old_path":"","path":"techniques/docs/public-safe-artifact-sanitization/examples/minimal-public-safe-artifact-sanitization.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a5e7d30a9b00589ad9384acc","old_path":"","path":"techniques/docs/public-safe-artifact-sanitization/notes/canonical-readiness.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e44ac2cf2f959c094f218bc5","old_path":"","path":"techniques/docs/public-safe-artifact-sanitization/notes/origin-evidence.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bc545dfbbcd7e67169a54265","old_path":"","path":"techniques/docs/public-safe-artifact-sanitization/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"5a905099726792c3680244042ca0840115a4ebcd"}],"id":"aoa:aoa-techniques:event:484b1be3aaa813605b6f4bd9","label":"add dedicated adr and sanitization techniques","object_ids":["aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0db3a09da673f5e520a120db","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:452004c0f4712c5664e17c3c","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:4ebf57b05d9ba338303c4ca5","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:5e8674a380f927a6b5189653","aoa:aoa-techniques:artifact:5ef6be48d542c0c7372a78d1","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:9a3f4914969c040006c7cfec","aoa:aoa-techniques:artifact:9d4831e0ee1b2706ac364a4c","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a5e7d30a9b00589ad9384acc","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bc545dfbbcd7e67169a54265","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e44ac2cf2f959c094f218bc5","aoa:aoa-techniques:artifact:ed0ec2ca603624cdd17008b2","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","aoa:aoa-techniques:artifact:ffc4b0c856fe2ec1810bf418"],"observation_state":"observed","occurred_at":"2026-03-22T15:40:46-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0db3a09da673f5e520a120db","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:452004c0f4712c5664e17c3c","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:4ebf57b05d9ba338303c4ca5","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:5e8674a380f927a6b5189653","aoa:aoa-techniques:artifact:5ef6be48d542c0c7372a78d1","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:9a3f4914969c040006c7cfec","aoa:aoa-techniques:artifact:9d4831e0ee1b2706ac364a4c","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a5e7d30a9b00589ad9384acc","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bc545dfbbcd7e67169a54265","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e44ac2cf2f959c094f218bc5","aoa:aoa-techniques:artifact:ed0ec2ca603624cdd17008b2","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","aoa:aoa-techniques:artifact:ffc4b0c856fe2ec1810bf418"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:05bc9804c7daefad3f66ac01","aoa:aoa-techniques:anchor:0c3ca3579efb1cdd8dbd38bc","aoa:aoa-techniques:anchor:210497178ebbcde3f47bdf59","aoa:aoa-techniques:anchor:24bd93659cbc613dbefbc1c8","aoa:aoa-techniques:anchor:2aa17c96bb7f4fc5dc73f221","aoa:aoa-techniques:anchor:32217c64abcfd90bfd793591","aoa:aoa-techniques:anchor:35b718f92aa8648b6c366472","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:5721655bd18e2c72bbe2fc6a","aoa:aoa-techniques:anchor:5a1f8cbfc6da9b1169d4531c","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:5c3a078108bf6ce0c08e9941","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:6cbf3353ceda4d99d9015013","aoa:aoa-techniques:anchor:71671de120f09df7ff17b904","aoa:aoa-techniques:anchor:84246b3adb79214caf5bcd66","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85552c804eccb218d7c80da3","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:ac00b1dbf624011326d60345","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:c060a0aa80f595d95d16d9d6","aoa:aoa-techniques:anchor:c1639cc1867f0e495e49a78c","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:dbc9a338828d881346ca8692","aoa:aoa-techniques:anchor:dc01bb8b7db55d42297bbe0b","aoa:aoa-techniques:anchor:e29272bc453292968bd08c2c","aoa:aoa-techniques:anchor:e734dadeccf3c7e1d8c0c994","aoa:aoa-techniques:anchor:ebee5db9437b04c0e0c91221","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","old_path":"","path":"data/technique_kind_overlay.csv"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","old_path":"","path":"data/technique_kind_overlay.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e68b0d639bece8be88382143","old_path":"","path":"docs/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","old_path":"","path":"generated/technique_kind_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","old_path":"","path":"generated/technique_promotion_readiness.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","old_path":"","path":"mechanics/audit/parts/external-evidence-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:13623f22e42783639afea8a4","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/TEMP_PROMOTION_EVIDENCE_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca785fdeae3ee2044bca3d2d","old_path":"","path":"reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:517d2b1d5273d7915e2b334d","old_path":"","path":"reports/technique_tree_projection.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9d47fb5b56149e06f99641f0","old_path":"","path":"techniques/recovery/diagnosis-repair/checkpoint-bound-self-repair/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e8dcde852f02e623c18b6929","old_path":"","path":"techniques/recovery/diagnosis-repair/checkpoint-bound-self-repair/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:314954ac1748b9101fead3f2","old_path":"","path":"techniques/recovery/diagnosis-repair/checkpoint-bound-self-repair/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e750f294ff93adac452cb791","old_path":"","path":"techniques/recovery/diagnosis-repair/checkpoint-bound-self-repair/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5d82c4ec4cecdd3d3db4ab5f","old_path":"","path":"techniques/recovery/diagnosis-repair/diagnosis-from-reviewed-evidence/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0a22e613b3ca39e8a6b78ab0","old_path":"","path":"techniques/recovery/diagnosis-repair/diagnosis-from-reviewed-evidence/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e39717772c6e1177da68a678","old_path":"","path":"techniques/recovery/diagnosis-repair/diagnosis-from-reviewed-evidence/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:99185ad6c8933d00b445cb2a","old_path":"","path":"techniques/recovery/diagnosis-repair/diagnosis-from-reviewed-evidence/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2582772682b81dbd459f9518","old_path":"","path":"techniques/recovery/diagnosis-repair/repair-shape-from-diagnosis/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:89899b65b60f44b17e78c61c","old_path":"","path":"techniques/recovery/diagnosis-repair/repair-shape-from-diagnosis/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4f36272c4234dbbae41dbd33","old_path":"","path":"techniques/recovery/diagnosis-repair/repair-shape-from-diagnosis/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:43a72b033c04d7184142e457","old_path":"","path":"techniques/recovery/diagnosis-repair/repair-shape-from-diagnosis/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2496752a594db80f28ce885e","old_path":"","path":"techniques/recovery/diagnosis-repair/session-drift-taxonomy/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7d89f44b6a76e9b71dc723e0","old_path":"","path":"techniques/recovery/diagnosis-repair/session-drift-taxonomy/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:532a2d9010a9be1340313d01","old_path":"","path":"techniques/recovery/diagnosis-repair/session-drift-taxonomy/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:87ebd372def846dafb500a45","old_path":"","path":"techniques/recovery/diagnosis-repair/session-drift-taxonomy/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","old_path":"","path":"tests/test_audit_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"35ae0d6918a11e4ac9709b3af5e47f6949b9143f"}],"id":"aoa:aoa-techniques:event:4881846e87234c1ffad3b18d","label":"Promote diagnosis repair loop evidence","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:0a22e613b3ca39e8a6b78ab0","aoa:aoa-techniques:artifact:2496752a594db80f28ce885e","aoa:aoa-techniques:artifact:2582772682b81dbd459f9518","aoa:aoa-techniques:artifact:314954ac1748b9101fead3f2","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:43a72b033c04d7184142e457","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4f36272c4234dbbae41dbd33","aoa:aoa-techniques:artifact:532a2d9010a9be1340313d01","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:5d82c4ec4cecdd3d3db4ab5f","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7d89f44b6a76e9b71dc723e0","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:87ebd372def846dafb500a45","aoa:aoa-techniques:artifact:89899b65b60f44b17e78c61c","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:99185ad6c8933d00b445cb2a","aoa:aoa-techniques:artifact:9d47fb5b56149e06f99641f0","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:e39717772c6e1177da68a678","aoa:aoa-techniques:artifact:e750f294ff93adac452cb791","aoa:aoa-techniques:artifact:e8dcde852f02e623c18b6929","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"observation_state":"observed","occurred_at":"2026-05-13T06:43:54+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:0a22e613b3ca39e8a6b78ab0","aoa:aoa-techniques:artifact:2496752a594db80f28ce885e","aoa:aoa-techniques:artifact:2582772682b81dbd459f9518","aoa:aoa-techniques:artifact:314954ac1748b9101fead3f2","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:43a72b033c04d7184142e457","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4f36272c4234dbbae41dbd33","aoa:aoa-techniques:artifact:532a2d9010a9be1340313d01","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:5d82c4ec4cecdd3d3db4ab5f","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7d89f44b6a76e9b71dc723e0","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:87ebd372def846dafb500a45","aoa:aoa-techniques:artifact:89899b65b60f44b17e78c61c","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:99185ad6c8933d00b445cb2a","aoa:aoa-techniques:artifact:9d47fb5b56149e06f99641f0","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:e39717772c6e1177da68a678","aoa:aoa-techniques:artifact:e750f294ff93adac452cb791","aoa:aoa-techniques:artifact:e8dcde852f02e623c18b6929","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"8Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","aoa:aoa-techniques:anchor:16cce21da1006eb3ad143335","aoa:aoa-techniques:anchor:7587370c1a2d80e96695fd85","aoa:aoa-techniques:anchor:ad15789ff37f3d468ff8b076","aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d3ced714007ac52b3a506367","old_path":"","path":"docs/DEEP_AUDIT_ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","old_path":"","path":"docs/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8936340d2e7844f9c8b77f67","old_path":"","path":"docs/RELEASING.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","old_path":"","path":"docs/START_HERE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963","old_path":"","path":"scripts/release_check.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"93fc4c39ce84ca7bb6e5011e02f8fd7b481ecbae"}],"id":"aoa:aoa-techniques:event:492e56c55b12a00dca224188","label":"Align aoa-techniques verify routes and release parity","object_ids":["aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963","aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:8936340d2e7844f9c8b77f67","aoa:aoa-techniques:artifact:b335630551682c19a781afeb"],"observation_state":"observed","occurred_at":"2026-04-05T17:03:26-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963","aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:8936340d2e7844f9c8b77f67","aoa:aoa-techniques:artifact:b335630551682c19a781afeb"],"temporal_ref":"historical","trust_ref":"observed"}, - {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:04a807a1f7901a1c9da73657","aoa:aoa-techniques:anchor:0766969695a59702ee0e8b47","aoa:aoa-techniques:anchor:082a5ef4d07a2dea7b4895b5","aoa:aoa-techniques:anchor:2329c354f1f66f2882c03fed","aoa:aoa-techniques:anchor:3b2f31fba5c75d1bacff69ef","aoa:aoa-techniques:anchor:3f509b03ec463b21d870ea1a","aoa:aoa-techniques:anchor:5169fa4934223be05134b570","aoa:aoa-techniques:anchor:7aa97653c8b8d1cb9aca1f2b","aoa:aoa-techniques:anchor:bc266cb04785c75c388f3960","aoa:aoa-techniques:anchor:cb5517415ee3f11a717f7b0c","aoa:aoa-techniques:anchor:e6b95507566e68b3d9dea079"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","old_path":"","path":".agents/skills/aoa-commit-growth-seam/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","old_path":"","path":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","old_path":"","path":".agents/skills/aoa-quest-harvest/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","old_path":"","path":".agents/skills/aoa-session-donor-harvest/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","old_path":"","path":".agents/skills/aoa-session-progression-lift/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","old_path":"","path":".agents/skills/aoa-session-route-forks/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","old_path":"","path":".agents/skills/aoa-session-self-diagnose/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","old_path":"","path":".agents/skills/aoa-session-self-repair/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","old_path":"","path":".agents/skills/aoa-summon/SKILL.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"6d49c5c0ecba11a8a856eb8914a9247c566fa535"}],"id":"aoa:aoa-techniques:event:493620075b22c6271954675d","label":"Refresh session growth refs and readiness guard (#388)","object_ids":["aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2"],"observation_state":"observed","occurred_at":"2026-05-08T01:25:50+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2"],"temporal_ref":"historical","trust_ref":"observed"}, + {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":[],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","old_path":"","path":".agents/skills/aoa-commit-growth-seam/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","old_path":"","path":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","old_path":"","path":".agents/skills/aoa-quest-harvest/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","old_path":"","path":".agents/skills/aoa-session-donor-harvest/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","old_path":"","path":".agents/skills/aoa-session-progression-lift/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","old_path":"","path":".agents/skills/aoa-session-route-forks/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","old_path":"","path":".agents/skills/aoa-session-self-diagnose/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","old_path":"","path":".agents/skills/aoa-session-self-repair/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","old_path":"","path":".agents/skills/aoa-summon/SKILL.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"6d49c5c0ecba11a8a856eb8914a9247c566fa535"}],"id":"aoa:aoa-techniques:event:493620075b22c6271954675d","label":"Refresh session growth refs and readiness guard (#388)","object_ids":[],"observation_state":"observed","occurred_at":"2026-05-08T01:25:50+03:00","provenance_ref":"observed","source_record_ids":[],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:05bc9804c7daefad3f66ac01","aoa:aoa-techniques:anchor:083654cbfc02878d1aa6e9d0","aoa:aoa-techniques:anchor:1b6718007454639bf9cdd071","aoa:aoa-techniques:anchor:35b718f92aa8648b6c366472","aoa:aoa-techniques:anchor:36c764d82e231fa18da3c875","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:71671de120f09df7ff17b904","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a3a525df6380a6f5e6a7627a","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:ac00b1dbf624011326d60345","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:c060a0aa80f595d95d16d9d6","aoa:aoa-techniques:anchor:c0680f5d2f172cbe8cb01018","aoa:aoa-techniques:anchor:c1639cc1867f0e495e49a78c","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:cd7aa78cd08df9b305f86628","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","old_path":"","path":"data/technique_kind_overlay.csv"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","old_path":"","path":"data/technique_kind_overlay.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e68b0d639bece8be88382143","old_path":"","path":"docs/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","old_path":"","path":"generated/technique_kind_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","old_path":"","path":"generated/technique_promotion_readiness.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","old_path":"","path":"mechanics/audit/parts/external-evidence-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:13623f22e42783639afea8a4","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/TEMP_PROMOTION_EVIDENCE_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca785fdeae3ee2044bca3d2d","old_path":"","path":"reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:517d2b1d5273d7915e2b334d","old_path":"","path":"reports/technique_tree_projection.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3d0c4c10ce0f0cc12921a214","old_path":"","path":"techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:008dbdd73b430dc77a71f6da","old_path":"","path":"techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6e867721a5ae8ef68867db19","old_path":"","path":"techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7c4158a807d03e8b332141dc","old_path":"","path":"techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/notes/external-import-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:56919d594e142a60ba9827b3","old_path":"","path":"techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/notes/external-origin.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a76c231fba7c6f26d153da5e","old_path":"","path":"techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","old_path":"","path":"tests/test_audit_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"f4d876b2b86f85abadd4ea2c86c59cceee93fedc"}],"id":"aoa:aoa-techniques:event:49386446c2d67717068896e5","label":"Promote post-OCR field extraction evidence (#427)","object_ids":["aoa:aoa-techniques:artifact:008dbdd73b430dc77a71f6da","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:3d0c4c10ce0f0cc12921a214","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:56919d594e142a60ba9827b3","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:6e867721a5ae8ef68867db19","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7c4158a807d03e8b332141dc","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a76c231fba7c6f26d153da5e","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"observation_state":"observed","occurred_at":"2026-05-13T02:57:45+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:008dbdd73b430dc77a71f6da","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:3d0c4c10ce0f0cc12921a214","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:56919d594e142a60ba9827b3","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:6e867721a5ae8ef68867db19","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7c4158a807d03e8b332141dc","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a76c231fba7c6f26d153da5e","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0495bd9752c2e2df99dc89ff","aoa:aoa-techniques:anchor:05bc9804c7daefad3f66ac01","aoa:aoa-techniques:anchor:05d21c67061e6524d4e4fb85","aoa:aoa-techniques:anchor:145d4bef911b536c5b9521ec","aoa:aoa-techniques:anchor:24e77ca8d3306512fb3773da","aoa:aoa-techniques:anchor:270321c9571c578f03a6f87f","aoa:aoa-techniques:anchor:277f42c62f9c0d8734fe0fd6","aoa:aoa-techniques:anchor:288ac5cf0987ef7ec31278e4","aoa:aoa-techniques:anchor:2d86d2f6660ebdfc3a68b6a6","aoa:aoa-techniques:anchor:2dab7d2baeff73fe45c542f4","aoa:aoa-techniques:anchor:35b718f92aa8648b6c366472","aoa:aoa-techniques:anchor:38f7bcd7b44c53dd2ac23a8a","aoa:aoa-techniques:anchor:3fbaf7c4d3fd1375f9ccd6d5","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:61339ee897d546a24274e048","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:69f5f2a199b57ef4168c6276","aoa:aoa-techniques:anchor:6dc336494775ac3a4e2cdfe3","aoa:aoa-techniques:anchor:6fcb3f855023211cf00d6abe","aoa:aoa-techniques:anchor:71671de120f09df7ff17b904","aoa:aoa-techniques:anchor:8089a0cde25c2d480a717f8e","aoa:aoa-techniques:anchor:81eb1468479a200b1f8ff179","aoa:aoa-techniques:anchor:848303ca6eb9e65c8689d6e4","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a460dc12d9847ce18e0f3d2e","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:aa5469700a2d27bdb3b40ef2","aoa:aoa-techniques:anchor:ac00b1dbf624011326d60345","aoa:aoa-techniques:anchor:b0eda72355e473c4c93aa1a0","aoa:aoa-techniques:anchor:b427604591becd5686656dcf","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:c060a0aa80f595d95d16d9d6","aoa:aoa-techniques:anchor:c1639cc1867f0e495e49a78c","aoa:aoa-techniques:anchor:c4f6c00ae3db9159a1cb91c7","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:cd1484adae1c5dc5da8ad538","aoa:aoa-techniques:anchor:e2854390f9b258e859202bfe","aoa:aoa-techniques:anchor:eb8ece9755c73ab5e71209ff","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:f351c6c5890df764875ac6c2"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","old_path":"","path":"data/technique_kind_overlay.csv"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","old_path":"","path":"data/technique_kind_overlay.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","old_path":"","path":"docs/INSTRUCTION_SURFACE_SEMANTIC_REVIEW.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e68b0d639bece8be88382143","old_path":"","path":"docs/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:278e247ced992378ca887cab","old_path":"","path":"generated/semantic_review_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","old_path":"","path":"generated/technique_kind_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","old_path":"","path":"generated/technique_promotion_readiness.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","old_path":"","path":"mechanics/audit/parts/external-evidence-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:13623f22e42783639afea8a4","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/TEMP_PROMOTION_EVIDENCE_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:38a49315041bafcde6096747","old_path":"","path":"reports/kind_ambiguity_audit.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca785fdeae3ee2044bca3d2d","old_path":"","path":"reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:517d2b1d5273d7915e2b334d","old_path":"","path":"reports/technique_tree_projection.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8c3cfa207103ed1e00f7386b","old_path":"","path":"techniques/instruction/capability-boundary/multi-source-primary-input-provenance/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4a227da5cc01f0448606d3b2","old_path":"","path":"techniques/instruction/capability-boundary/multi-source-primary-input-provenance/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8a4956fcb14aa396d0c996e1","old_path":"","path":"techniques/instruction/capability-boundary/multi-source-primary-input-provenance/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a9f007a968ec11629a053d01","old_path":"","path":"techniques/instruction/capability-boundary/multi-source-primary-input-provenance/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b9252eec9ba4bc7770f204a0","old_path":"","path":"techniques/instruction/capability-boundary/skill-vs-command-boundary/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:23a864f506b5a3c22cb94b8d","old_path":"","path":"techniques/instruction/capability-boundary/skill-vs-command-boundary/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:59c34f8e24122c7d4d46f18d","old_path":"","path":"techniques/instruction/capability-boundary/skill-vs-command-boundary/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1beebf8f1585e9f8f287dffb","old_path":"","path":"techniques/instruction/capability-boundary/skill-vs-command-boundary/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:17c7c1da437717448430cc3b","old_path":"","path":"techniques/instruction/capability-registry/capability-spec-versioning/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3d69df87c25122c1cf357990","old_path":"","path":"techniques/instruction/capability-registry/capability-spec-versioning/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5a8ff3a4f51fa823aea48e94","old_path":"","path":"techniques/instruction/capability-registry/capability-spec-versioning/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f82bdc0b2d3ef28ae061c549","old_path":"","path":"techniques/instruction/capability-registry/capability-spec-versioning/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f","old_path":"","path":"techniques/instruction/instruction-surface/upstream-mirroring-with-provenance/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6c1bebd1fefb782d357dc3b9","old_path":"","path":"techniques/instruction/instruction-surface/upstream-mirroring-with-provenance/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5c6f4b732b41b2d409671dc5","old_path":"","path":"techniques/instruction/instruction-surface/upstream-mirroring-with-provenance/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4ff51605e4212459d6be37dd","old_path":"","path":"techniques/instruction/instruction-surface/upstream-mirroring-with-provenance/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b2f790fa2500d6087ca80c09","old_path":"","path":"techniques/instruction/skill-discovery/skill-marketplace-curation/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b488473b4fcb2197bc083bd4","old_path":"","path":"techniques/instruction/skill-discovery/skill-marketplace-curation/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:217cc623a6571086f96e56a8","old_path":"","path":"techniques/instruction/skill-discovery/skill-marketplace-curation/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:130cec572429effc40a63aa0","old_path":"","path":"techniques/instruction/skill-discovery/skill-marketplace-curation/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3d61653df5ce17e8bece11d5","old_path":"","path":"techniques/instruction/skill-discovery/upstream-skill-health-checking/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b413ddac4ffb4643819d5b9a","old_path":"","path":"techniques/instruction/skill-discovery/upstream-skill-health-checking/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","old_path":"","path":"tests/test_audit_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3c885d152cd68ff4d23d5dc4","old_path":"","path":"tests/test_capability_boundary_tree_pilot.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba","old_path":"","path":"tests/test_capability_registry_tree_pilot.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e","old_path":"","path":"tests/test_skill_discovery_tree_pilot.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"ca8fdbe48ce4f2c1bb2111eff6b20fb7269fa199"}],"id":"aoa:aoa-techniques:event:4979cd65ef21e3c32b77e9bf","label":"Promote skill ecosystem evidence pack","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:130cec572429effc40a63aa0","aoa:aoa-techniques:artifact:17c7c1da437717448430cc3b","aoa:aoa-techniques:artifact:1beebf8f1585e9f8f287dffb","aoa:aoa-techniques:artifact:217cc623a6571086f96e56a8","aoa:aoa-techniques:artifact:23a864f506b5a3c22cb94b8d","aoa:aoa-techniques:artifact:278e247ced992378ca887cab","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:3c885d152cd68ff4d23d5dc4","aoa:aoa-techniques:artifact:3d61653df5ce17e8bece11d5","aoa:aoa-techniques:artifact:3d69df87c25122c1cf357990","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4a227da5cc01f0448606d3b2","aoa:aoa-techniques:artifact:4ff51605e4212459d6be37dd","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:59c34f8e24122c7d4d46f18d","aoa:aoa-techniques:artifact:5a8ff3a4f51fa823aea48e94","aoa:aoa-techniques:artifact:5c6f4b732b41b2d409671dc5","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:6c1bebd1fefb782d357dc3b9","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:8a4956fcb14aa396d0c996e1","aoa:aoa-techniques:artifact:8c3cfa207103ed1e00f7386b","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a9f007a968ec11629a053d01","aoa:aoa-techniques:artifact:b2f790fa2500d6087ca80c09","aoa:aoa-techniques:artifact:b413ddac4ffb4643819d5b9a","aoa:aoa-techniques:artifact:b488473b4fcb2197bc083bd4","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:b9252eec9ba4bc7770f204a0","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f82bdc0b2d3ef28ae061c549"],"observation_state":"observed","occurred_at":"2026-05-12T20:21:38+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:130cec572429effc40a63aa0","aoa:aoa-techniques:artifact:17c7c1da437717448430cc3b","aoa:aoa-techniques:artifact:1beebf8f1585e9f8f287dffb","aoa:aoa-techniques:artifact:217cc623a6571086f96e56a8","aoa:aoa-techniques:artifact:23a864f506b5a3c22cb94b8d","aoa:aoa-techniques:artifact:278e247ced992378ca887cab","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:3c885d152cd68ff4d23d5dc4","aoa:aoa-techniques:artifact:3d61653df5ce17e8bece11d5","aoa:aoa-techniques:artifact:3d69df87c25122c1cf357990","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4a227da5cc01f0448606d3b2","aoa:aoa-techniques:artifact:4ff51605e4212459d6be37dd","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:59c34f8e24122c7d4d46f18d","aoa:aoa-techniques:artifact:5a8ff3a4f51fa823aea48e94","aoa:aoa-techniques:artifact:5c6f4b732b41b2d409671dc5","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:6c1bebd1fefb782d357dc3b9","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:8a4956fcb14aa396d0c996e1","aoa:aoa-techniques:artifact:8c3cfa207103ed1e00f7386b","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a9f007a968ec11629a053d01","aoa:aoa-techniques:artifact:b2f790fa2500d6087ca80c09","aoa:aoa-techniques:artifact:b413ddac4ffb4643819d5b9a","aoa:aoa-techniques:artifact:b488473b4fcb2197bc083bd4","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:b9252eec9ba4bc7770f204a0","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f82bdc0b2d3ef28ae061c549"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0b102dae6de70e92d37a0fde","aoa:aoa-techniques:anchor:0db1fc349b2322bc5f808497","aoa:aoa-techniques:anchor:0fb98907001d1b8a87bd1e92","aoa:aoa-techniques:anchor:1aecae6fb2e66d86841e4ce3","aoa:aoa-techniques:anchor:1d896485a992c9aba72be467","aoa:aoa-techniques:anchor:23c462e9b98c602d506b5ef9","aoa:aoa-techniques:anchor:391d68382ac0881c0d65819b","aoa:aoa-techniques:anchor:3bc78c5b848f6cb3f84a5ec5","aoa:aoa-techniques:anchor:43cfb1aab829162898397ea6","aoa:aoa-techniques:anchor:47ab1dd8473efa97180936e3","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:4d94c35254ebfff4f25aab9c","aoa:aoa-techniques:anchor:59539cbb15b2f6096d9ec07b","aoa:aoa-techniques:anchor:6ecda435fefca8bca0c2297b","aoa:aoa-techniques:anchor:71631681fd5cc24d750f7469","aoa:aoa-techniques:anchor:7983499fe9dfb4f426b20b13","aoa:aoa-techniques:anchor:83c9cee2518e7ca5bc94929c","aoa:aoa-techniques:anchor:86cd8c8cba03b51bec82f742","aoa:aoa-techniques:anchor:8b9fa3f67cc6cc007b878f0a","aoa:aoa-techniques:anchor:a7ca6a2ba423fa66e23600f2","aoa:aoa-techniques:anchor:ae9174c0915262e42e11fef0","aoa:aoa-techniques:anchor:b5d92cbab7afe9625db16ae5","aoa:aoa-techniques:anchor:c7432410ae936f696ca8c3ca","aoa:aoa-techniques:anchor:cd05f673c2a9291152f5a561","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:eee0d726c786b872d1d9b4ac","aoa:aoa-techniques:anchor:f0dee75f40aa051e58a5c9a2"],"changes":[{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0ea885b3861d2dc4374d2246","old_path":"","path":"docs/decisions/2026-05-03-distillation-agon-candidate-handoff.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c08e8155cee768788f062102","old_path":"","path":"mechanics/REQUEST_RECEIPTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9ebcd75e7ab7f2a4697587e2","old_path":"","path":"mechanics/agon/DIRECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:971760a4a43c4516cc4d1d60","old_path":"","path":"mechanics/agon/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:00df17e91ebf2c0bbe7bc857","old_path":"","path":"mechanics/agon/PARTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a27ac6623c778f03daa767a8","old_path":"","path":"mechanics/agon/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","old_path":"","path":"mechanics/agon/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2536580a957dfaf70af217e1","old_path":"","path":"mechanics/agon/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0b7d8520f2e4a183b2db8372","old_path":"","path":"mechanics/distillation/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6e2f5bf08ca1f82980fef902","old_path":"","path":"mechanics/distillation/DIRECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8b81ac42d11c2733c2f20418","old_path":"","path":"mechanics/distillation/PARTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:758e29efb65b54b21c9debb1","old_path":"","path":"mechanics/distillation/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a9c949d3ec8753d6c9e15610","old_path":"","path":"mechanics/distillation/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:502ad961e0c7d61ded6ee74a","old_path":"","path":"mechanics/distillation/parts/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b4e84d31cd8d486d071969d4","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7c2ca2d07ae9813385dfbc1a","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/config/agon_candidate_handoff.seed.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8b9b6b7d4d614b345ae84a1f","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/examples/agon_candidate_handoff_entry.example.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/generated/agon_candidate_handoff.min.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:738280b93c94398fbd150d50","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/schemas/agon-candidate-handoff-entry.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1e72edac7e28cf4da4792196","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/schemas/agon-candidate-handoff.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/scripts/build_agon_candidate_handoff.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:19ad5940ccc2d23e9da0c7f6","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/scripts/validate_agon_candidate_handoff.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/tests/test_agon_candidate_handoff.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:551aac060212aabeebecce6c","old_path":"","path":"tests/test_agon_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1bdaff3aa0a3613590d76c27","old_path":"","path":"tests/test_mechanics_request_receipts.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"ce3401f0e5f9c59ecfd8e70b927d1f75688ada29"}],"id":"aoa:aoa-techniques:event:4a16261ea1e8aa4fa2ca3f25","label":"Add Distillation Agon candidate handoff lanes","object_ids":["aoa:aoa-techniques:artifact:00df17e91ebf2c0bbe7bc857","aoa:aoa-techniques:artifact:0b7d8520f2e4a183b2db8372","aoa:aoa-techniques:artifact:0ea885b3861d2dc4374d2246","aoa:aoa-techniques:artifact:19ad5940ccc2d23e9da0c7f6","aoa:aoa-techniques:artifact:1bdaff3aa0a3613590d76c27","aoa:aoa-techniques:artifact:1e72edac7e28cf4da4792196","aoa:aoa-techniques:artifact:2536580a957dfaf70af217e1","aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","aoa:aoa-techniques:artifact:502ad961e0c7d61ded6ee74a","aoa:aoa-techniques:artifact:551aac060212aabeebecce6c","aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa","aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","aoa:aoa-techniques:artifact:6e2f5bf08ca1f82980fef902","aoa:aoa-techniques:artifact:738280b93c94398fbd150d50","aoa:aoa-techniques:artifact:758e29efb65b54b21c9debb1","aoa:aoa-techniques:artifact:7c2ca2d07ae9813385dfbc1a","aoa:aoa-techniques:artifact:8b81ac42d11c2733c2f20418","aoa:aoa-techniques:artifact:8b9b6b7d4d614b345ae84a1f","aoa:aoa-techniques:artifact:971760a4a43c4516cc4d1d60","aoa:aoa-techniques:artifact:9ebcd75e7ab7f2a4697587e2","aoa:aoa-techniques:artifact:a27ac6623c778f03daa767a8","aoa:aoa-techniques:artifact:a9c949d3ec8753d6c9e15610","aoa:aoa-techniques:artifact:b4e84d31cd8d486d071969d4","aoa:aoa-techniques:artifact:c08e8155cee768788f062102","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"observation_state":"observed","occurred_at":"2026-05-04T02:21:52+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:00df17e91ebf2c0bbe7bc857","aoa:aoa-techniques:artifact:0b7d8520f2e4a183b2db8372","aoa:aoa-techniques:artifact:0ea885b3861d2dc4374d2246","aoa:aoa-techniques:artifact:19ad5940ccc2d23e9da0c7f6","aoa:aoa-techniques:artifact:1bdaff3aa0a3613590d76c27","aoa:aoa-techniques:artifact:1e72edac7e28cf4da4792196","aoa:aoa-techniques:artifact:2536580a957dfaf70af217e1","aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","aoa:aoa-techniques:artifact:502ad961e0c7d61ded6ee74a","aoa:aoa-techniques:artifact:551aac060212aabeebecce6c","aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa","aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","aoa:aoa-techniques:artifact:6e2f5bf08ca1f82980fef902","aoa:aoa-techniques:artifact:738280b93c94398fbd150d50","aoa:aoa-techniques:artifact:758e29efb65b54b21c9debb1","aoa:aoa-techniques:artifact:7c2ca2d07ae9813385dfbc1a","aoa:aoa-techniques:artifact:8b81ac42d11c2733c2f20418","aoa:aoa-techniques:artifact:8b9b6b7d4d614b345ae84a1f","aoa:aoa-techniques:artifact:971760a4a43c4516cc4d1d60","aoa:aoa-techniques:artifact:9ebcd75e7ab7f2a4697587e2","aoa:aoa-techniques:artifact:a27ac6623c778f03daa767a8","aoa:aoa-techniques:artifact:a9c949d3ec8753d6c9e15610","aoa:aoa-techniques:artifact:b4e84d31cd8d486d071969d4","aoa:aoa-techniques:artifact:c08e8155cee768788f062102","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"temporal_ref":"historical","trust_ref":"observed"}, @@ -260,6 +255,7 @@ {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:4920a368e209bd2071d61163","aoa:aoa-techniques:anchor:514c19cd0e657d6ce9c431fa","aoa:aoa-techniques:anchor:bf3ba266f90214631e99fd12","aoa:aoa-techniques:anchor:d9a9b2878690d70f1b1dc1eb"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","old_path":"","path":"AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:38d0ff2a27dd5e2ade1bafca","old_path":"","path":"docs/AGENTS_ROOT_REFERENCE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3d14c3a6aa03429c49aa00cb","old_path":"","path":"docs/REPO_DOC_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","old_path":"","path":"generated/repo_doc_surface_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","old_path":"","path":"generated/repo_doc_surface_manifest.min.json"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"dd468de3b867272266ad223f29990e62f75d64f4"}],"id":"aoa:aoa-techniques:event:4e1d7f13486fc7641538324e","label":"Slim root AGENTS route card (#197)","object_ids":["aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:38d0ff2a27dd5e2ade1bafca","aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6"],"observation_state":"observed","occurred_at":"2026-04-24T16:02:55-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:38d0ff2a27dd5e2ade1bafca","aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:361103f961f909f4c123433e","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","old_path":"","path":"docs/TECHNIQUE_TREE_CONTRACT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4473eb9fbb1eff69b359f95d","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/history-artifacts-direct-read-migration-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"926ca9544063cd85652be88344cdcb966ad7592f"}],"id":"aoa:aoa-techniques:event:4e281af1916df4db111fbade","label":"Accept history artifacts migration review","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:4473eb9fbb1eff69b359f95d","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"observation_state":"observed","occurred_at":"2026-05-05T23:40:28+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:4473eb9fbb1eff69b359f95d","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:02f9836c877d040038d8e30b","aoa:aoa-techniques:anchor:2dcb946bb46f02a50eb66d0e","aoa:aoa-techniques:anchor:454e297a5c7a76a53ca9413e","aoa:aoa-techniques:anchor:54b2514382567e92c148fb34"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","old_path":"","path":".github/workflows/repo-validation.yml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","old_path":"","path":"docs/validation/script_inventory.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd","old_path":"","path":"scripts/validate_repo_local_kag_index.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:78624b39c65895c43629e995","old_path":"","path":"tests/test_validation_command_authority.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"5fa63ab7464b502a5cf3412e4680d1ef9f13ecce"}],"id":"aoa:aoa-techniques:event:4e347fb6b99620fdd54afc25","label":"Publish canonical repository KAG indexes (#491)","object_ids":["aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd","aoa:aoa-techniques:artifact:78624b39c65895c43629e995"],"observation_state":"observed","occurred_at":"2026-07-13T07:47:23-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd","aoa:aoa-techniques:artifact:78624b39c65895c43629e995"],"temporal_ref":"historical","trust_ref":"observed"}, + {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","aoa:aoa-techniques:anchor:252e1f9e875634c2740af2bd","aoa:aoa-techniques:anchor:4920a368e209bd2071d61163","aoa:aoa-techniques:anchor:7aaf5296b3966381481500c1","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:d9a9b2878690d70f1b1dc1eb","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","old_path":"","path":"docs/readers/repo/REPO_DOC_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","old_path":"","path":"generated/repo_doc_surface_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","old_path":"","path":"generated/repo_doc_surface_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:33a13c6a675a1b4196d4b4a8","old_path":"","path":"tests/test_validate_repo_generated_drift.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"a2be73594193ca1c186161dfe08a88ed19c3f624"}],"id":"aoa:aoa-techniques:event:4ed2a3293250ed183472453b","label":"Prepare aoa-techniques v0.5.0 release (#494)","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:33a13c6a675a1b4196d4b4a8","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","aoa:aoa-techniques:artifact:b335630551682c19a781afeb","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6"],"observation_state":"observed","occurred_at":"2026-07-13T19:39:55-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:33a13c6a675a1b4196d4b4a8","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","aoa:aoa-techniques:artifact:b335630551682c19a781afeb","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:30b868d8d788bb5d90a11ae7","aoa:aoa-techniques:anchor:39469a54b5e09db7fe695713","aoa:aoa-techniques:anchor:4cc87be9411909b81328211c","aoa:aoa-techniques:anchor:4ead9cf657de60c2517d354f","aoa:aoa-techniques:anchor:4fd5e3dfc08f29be6a170522","aoa:aoa-techniques:anchor:54b2514382567e92c148fb34","aoa:aoa-techniques:anchor:5647f9b9c1846f3a6e45685b","aoa:aoa-techniques:anchor:624e14471dcc70f2e10c992d","aoa:aoa-techniques:anchor:66b687eee0d343d6aab2c83d","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:ab48cda35388cd4c61e1c990","aoa:aoa-techniques:anchor:f68e92a5a5dac543df202ee5"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","old_path":"","path":".github/workflows/repo-validation.yml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f154afc903516acbc3b82fb5","old_path":"","path":"QUESTBOOK.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c","old_path":"","path":"docs/QUESTBOOK_TECHNIQUE_INTEGRATION.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8c0ed3db3ce3770121c8417c","old_path":"","path":"generated/quest_catalog.min.example.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ff48f2b1eda51875912e7e4f","old_path":"","path":"generated/quest_dispatch.min.example.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a9f81a69a80d48fb46bc559c","old_path":"","path":"quests/AOA-TECH-Q-0001.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1091cc9174e245fe28528e91","old_path":"","path":"quests/AOA-TECH-Q-0002.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:dd9c419d0344888545b5ba9a","old_path":"","path":"quests/AOA-TECH-Q-0003.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:754686c05ff675b0e98c9aa0","old_path":"","path":"quests/AOA-TECH-Q-0004.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:badf964675bbec9938eff09e","old_path":"","path":"schemas/quest.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f3dd6e206faf881e1b1dda3a","old_path":"","path":"schemas/quest_dispatch.schema.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"c4b9a432ae2124f2e877e716d0248777861ecc87"}],"id":"aoa:aoa-techniques:event:4f049eb72f2021870085ed57","label":"Land questbook technique integration surfaces (#131)","object_ids":["aoa:aoa-techniques:artifact:1091cc9174e245fe28528e91","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","aoa:aoa-techniques:artifact:754686c05ff675b0e98c9aa0","aoa:aoa-techniques:artifact:8c0ed3db3ce3770121c8417c","aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c","aoa:aoa-techniques:artifact:a9f81a69a80d48fb46bc559c","aoa:aoa-techniques:artifact:badf964675bbec9938eff09e","aoa:aoa-techniques:artifact:dd9c419d0344888545b5ba9a","aoa:aoa-techniques:artifact:f154afc903516acbc3b82fb5","aoa:aoa-techniques:artifact:f3dd6e206faf881e1b1dda3a","aoa:aoa-techniques:artifact:ff48f2b1eda51875912e7e4f"],"observation_state":"observed","occurred_at":"2026-04-01T02:53:22+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:1091cc9174e245fe28528e91","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","aoa:aoa-techniques:artifact:754686c05ff675b0e98c9aa0","aoa:aoa-techniques:artifact:8c0ed3db3ce3770121c8417c","aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c","aoa:aoa-techniques:artifact:a9f81a69a80d48fb46bc559c","aoa:aoa-techniques:artifact:badf964675bbec9938eff09e","aoa:aoa-techniques:artifact:dd9c419d0344888545b5ba9a","aoa:aoa-techniques:artifact:f154afc903516acbc3b82fb5","aoa:aoa-techniques:artifact:f3dd6e206faf881e1b1dda3a","aoa:aoa-techniques:artifact:ff48f2b1eda51875912e7e4f"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:02b831f4b9c92abe0f1b89c8","aoa:aoa-techniques:anchor:0b7666ef2104d232a3d6d0da","aoa:aoa-techniques:anchor:186352448f41da3d4c4fb45d","aoa:aoa-techniques:anchor:43bf12c360867449acf44e68","aoa:aoa-techniques:anchor:4e699262a0ad253cf301f8b4","aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a","aoa:aoa-techniques:anchor:4fa89ac9ebdddb09380968fc","aoa:aoa-techniques:anchor:505ca391ac1507d95a92ca44","aoa:aoa-techniques:anchor:53793786a4cb1c1ea2921c99","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:5a3c7a8e5ec6967b4e10277e","aoa:aoa-techniques:anchor:61a13410933f0cb278b73b4e","aoa:aoa-techniques:anchor:742ffb384c201b4341ba179c","aoa:aoa-techniques:anchor:756d8e5f4ec4a41de767985e","aoa:aoa-techniques:anchor:8717cb6d4d8acee0422f6336","aoa:aoa-techniques:anchor:8a51e9e74cd1141d34c549cf","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a666000cb117e8287914d4f6","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:c254d529781b53baefc77118","aoa:aoa-techniques:anchor:c310e120de643ddb3f096884","aoa:aoa-techniques:anchor:c499dfd72c4a83cc6cb04e55","aoa:aoa-techniques:anchor:c546830b92d574e43f03c22d","aoa:aoa-techniques:anchor:c8e761cb64670b22bf947ebb","aoa:aoa-techniques:anchor:d48d9ac189be3eee7a0503af","aoa:aoa-techniques:anchor:d4c63523de46edbfeb5cd031","aoa:aoa-techniques:anchor:d54653655e7c53a8a1f998fb","aoa:aoa-techniques:anchor:d5c33fb458c991f7a3c6cb60","aoa:aoa-techniques:anchor:dd709313b688f3f518b8ab01","aoa:aoa-techniques:anchor:f0dd03c21fc64e0b1d900853","aoa:aoa-techniques:anchor:f930d38f8199e6bbc5ba4b61","aoa:aoa-techniques:anchor:faabba6a1a7809c96a39d8a6"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","old_path":"","path":"generated/technique_capsules.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","old_path":"","path":"generated/technique_capsules.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","old_path":"","path":"generated/technique_checklist_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","old_path":"","path":"generated/technique_checklist_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","old_path":"","path":"generated/technique_example_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c9e4a50d242ec9c1a9253330","old_path":"","path":"techniques/agent-workflows/plan-diff-apply-verify-report/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:412593e34a337f4133a5cbaf","old_path":"","path":"techniques/agent-workflows/plan-diff-apply-verify-report/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a8cc6de6b98bd60bcd45ca3c","old_path":"","path":"techniques/docs/bounded-relation-lift-for-kag/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ffc4b0c856fe2ec1810bf418","old_path":"","path":"techniques/docs/decision-rationale-recording/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4ebf57b05d9ba338303c4ca5","old_path":"","path":"techniques/docs/decision-rationale-recording/checks/decision-rationale-recording-checklist.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5ef6be48d542c0c7372a78d1","old_path":"","path":"techniques/docs/decision-rationale-recording/examples/minimal-decision-rationale-note.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5e8674a380f927a6b5189653","old_path":"","path":"techniques/docs/decision-rationale-recording/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f34d8211ba9e5f69b85c27a8","old_path":"","path":"techniques/docs/deterministic-context-composition/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7781bd04b55c734a4bdf27dd","old_path":"","path":"techniques/docs/deterministic-context-composition/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:07ce8632e7a82fab3b4d585f","old_path":"","path":"techniques/docs/frontmatter-metadata-spine/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f56482a959a15d6551948971","old_path":"","path":"techniques/docs/lightweight-status-snapshot/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:46158246895d2d162c9c033b","old_path":"","path":"techniques/docs/lightweight-status-snapshot/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0ee990eead6a7da08971259b","old_path":"","path":"techniques/docs/markdown-technique-section-lift/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a829baa589e85c03b4ca3b3b","old_path":"","path":"techniques/docs/markdown-technique-section-lift/checks/section-lift-checklist.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:209f2463faaf5c9060be3d1a","old_path":"","path":"techniques/docs/markdown-technique-section-lift/examples/minimal-section-lift.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f3be9a30cb2c2dd0c96a5ce2","old_path":"","path":"techniques/docs/markdown-technique-section-lift/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ed0ec2ca603624cdd17008b2","old_path":"","path":"techniques/docs/public-safe-artifact-sanitization/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9d4831e0ee1b2706ac364a4c","old_path":"","path":"techniques/docs/public-safe-artifact-sanitization/checks/public-safe-artifact-sanitization-checklist.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:452004c0f4712c5664e17c3c","old_path":"","path":"techniques/docs/public-safe-artifact-sanitization/examples/minimal-public-safe-artifact-sanitization.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a5e7d30a9b00589ad9384acc","old_path":"","path":"techniques/docs/public-safe-artifact-sanitization/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d01f2c3a131b1c4d3496ae31","old_path":"","path":"techniques/docs/source-of-truth-layout/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1d7350a9603840506726b710","old_path":"","path":"techniques/docs/source-of-truth-layout/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9d13ecde0912299ed3aaf2e2","old_path":"","path":"techniques/evaluation/contract-first-smoke-summary/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8fa5e1eaf4444e59608238e5","old_path":"","path":"techniques/evaluation/contract-first-smoke-summary/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c96b85c59264a6b27c7a061b","old_path":"","path":"techniques/evaluation/signal-first-gate-promotion/notes/adverse-effects-review.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"83818953b2d0fe4711879ba102d0891dbeb7e649"}],"id":"aoa:aoa-techniques:event:4f56f180bb5d20ee27a725b1","label":"Tighten technique risks and sync generated readers","object_ids":["aoa:aoa-techniques:artifact:07ce8632e7a82fab3b4d585f","aoa:aoa-techniques:artifact:0ee990eead6a7da08971259b","aoa:aoa-techniques:artifact:1d7350a9603840506726b710","aoa:aoa-techniques:artifact:209f2463faaf5c9060be3d1a","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:412593e34a337f4133a5cbaf","aoa:aoa-techniques:artifact:452004c0f4712c5664e17c3c","aoa:aoa-techniques:artifact:46158246895d2d162c9c033b","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:4ebf57b05d9ba338303c4ca5","aoa:aoa-techniques:artifact:5e8674a380f927a6b5189653","aoa:aoa-techniques:artifact:5ef6be48d542c0c7372a78d1","aoa:aoa-techniques:artifact:7781bd04b55c734a4bdf27dd","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8fa5e1eaf4444e59608238e5","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:9d13ecde0912299ed3aaf2e2","aoa:aoa-techniques:artifact:9d4831e0ee1b2706ac364a4c","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a5e7d30a9b00589ad9384acc","aoa:aoa-techniques:artifact:a829baa589e85c03b4ca3b3b","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:a8cc6de6b98bd60bcd45ca3c","aoa:aoa-techniques:artifact:c96b85c59264a6b27c7a061b","aoa:aoa-techniques:artifact:c9e4a50d242ec9c1a9253330","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d01f2c3a131b1c4d3496ae31","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:ed0ec2ca603624cdd17008b2","aoa:aoa-techniques:artifact:f34d8211ba9e5f69b85c27a8","aoa:aoa-techniques:artifact:f3be9a30cb2c2dd0c96a5ce2","aoa:aoa-techniques:artifact:f56482a959a15d6551948971","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","aoa:aoa-techniques:artifact:ffc4b0c856fe2ec1810bf418"],"observation_state":"observed","occurred_at":"2026-03-22T20:17:20-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:07ce8632e7a82fab3b4d585f","aoa:aoa-techniques:artifact:0ee990eead6a7da08971259b","aoa:aoa-techniques:artifact:1d7350a9603840506726b710","aoa:aoa-techniques:artifact:209f2463faaf5c9060be3d1a","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:412593e34a337f4133a5cbaf","aoa:aoa-techniques:artifact:452004c0f4712c5664e17c3c","aoa:aoa-techniques:artifact:46158246895d2d162c9c033b","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:4ebf57b05d9ba338303c4ca5","aoa:aoa-techniques:artifact:5e8674a380f927a6b5189653","aoa:aoa-techniques:artifact:5ef6be48d542c0c7372a78d1","aoa:aoa-techniques:artifact:7781bd04b55c734a4bdf27dd","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8fa5e1eaf4444e59608238e5","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:9d13ecde0912299ed3aaf2e2","aoa:aoa-techniques:artifact:9d4831e0ee1b2706ac364a4c","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a5e7d30a9b00589ad9384acc","aoa:aoa-techniques:artifact:a829baa589e85c03b4ca3b3b","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:a8cc6de6b98bd60bcd45ca3c","aoa:aoa-techniques:artifact:c96b85c59264a6b27c7a061b","aoa:aoa-techniques:artifact:c9e4a50d242ec9c1a9253330","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d01f2c3a131b1c4d3496ae31","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:ed0ec2ca603624cdd17008b2","aoa:aoa-techniques:artifact:f34d8211ba9e5f69b85c27a8","aoa:aoa-techniques:artifact:f3be9a30cb2c2dd0c96a5ce2","aoa:aoa-techniques:artifact:f56482a959a15d6551948971","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","aoa:aoa-techniques:artifact:ffc4b0c856fe2ec1810bf418"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0501687a7627eea1ab27a425","aoa:aoa-techniques:anchor:05c3c0988087d01c88be47da","aoa:aoa-techniques:anchor:06b13a0eb1406e48dd64b57a","aoa:aoa-techniques:anchor:078e7f333328f1102459e5fb","aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","aoa:aoa-techniques:anchor:08b0f7e8349993480547112e","aoa:aoa-techniques:anchor:08b9cbbc688a1f382cb4a26b","aoa:aoa-techniques:anchor:09cf3eb855544e96edd2a660","aoa:aoa-techniques:anchor:0a5b8691b2e60286f691096d","aoa:aoa-techniques:anchor:0ac7d95b0927b6ff2aca0278","aoa:aoa-techniques:anchor:0b102dae6de70e92d37a0fde","aoa:aoa-techniques:anchor:0eef034a77a979020ccdf420","aoa:aoa-techniques:anchor:0f15e80c000c8f5d22d6d178","aoa:aoa-techniques:anchor:0fb98907001d1b8a87bd1e92","aoa:aoa-techniques:anchor:16cce21da1006eb3ad143335","aoa:aoa-techniques:anchor:174980a049e0dbb2fcb3a0b9","aoa:aoa-techniques:anchor:1bae7da365b39d0b65c274e9","aoa:aoa-techniques:anchor:1c34dc0ad73cd87fbca87741","aoa:aoa-techniques:anchor:205aa2034c6fc0a487f49d95","aoa:aoa-techniques:anchor:23c462e9b98c602d506b5ef9","aoa:aoa-techniques:anchor:23d685dd4d27d0361dbf33c4","aoa:aoa-techniques:anchor:25bd5860f48d9d0db01787f6","aoa:aoa-techniques:anchor:270751308ecc15c719876d0b","aoa:aoa-techniques:anchor:2cc82b34f656b2ba9be07708","aoa:aoa-techniques:anchor:2e97f6bf0bbef989ad50abc9","aoa:aoa-techniques:anchor:3451385aaf7fe495cd288462","aoa:aoa-techniques:anchor:356f5d8a442ca9d2278c6085","aoa:aoa-techniques:anchor:35f09c38d6104131c92cf856","aoa:aoa-techniques:anchor:35f572e564c2ca2e9ab09660","aoa:aoa-techniques:anchor:391d68382ac0881c0d65819b","aoa:aoa-techniques:anchor:3a92cf550cbb4276881c9c4f","aoa:aoa-techniques:anchor:3bc78c5b848f6cb3f84a5ec5","aoa:aoa-techniques:anchor:41b9498a50c8fd67ded8543d","aoa:aoa-techniques:anchor:4542faaec0b9f84893bba941","aoa:aoa-techniques:anchor:471c76e509f12421a7e3531d","aoa:aoa-techniques:anchor:4c7980bcdd608534212bb1a3","aoa:aoa-techniques:anchor:4ead9cf657de60c2517d354f","aoa:aoa-techniques:anchor:4f92b0dba7435da64117d54a","aoa:aoa-techniques:anchor:514c19cd0e657d6ce9c431fa","aoa:aoa-techniques:anchor:521d783c129ef44781bb1535","aoa:aoa-techniques:anchor:539c4c7f1988986bb8dedb41","aoa:aoa-techniques:anchor:55370041d4d66c0c1010ff3d","aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468","aoa:aoa-techniques:anchor:59539cbb15b2f6096d9ec07b","aoa:aoa-techniques:anchor:5ad33e6207efb0741486e279","aoa:aoa-techniques:anchor:5b814807ff70d47ae2affb53","aoa:aoa-techniques:anchor:5b8faca6d827a00b51c80f7a","aoa:aoa-techniques:anchor:5c410ee8c7ec61769e175820","aoa:aoa-techniques:anchor:5d0ee6209107af8606a1790a","aoa:aoa-techniques:anchor:5d36ed9a80c6b5ef3346805f","aoa:aoa-techniques:anchor:624e14471dcc70f2e10c992d","aoa:aoa-techniques:anchor:6402a1a49413d4b59b28c467","aoa:aoa-techniques:anchor:675caa36db4c691a99fb1d7b","aoa:aoa-techniques:anchor:67e4c840ab1dad3c1e825c4d","aoa:aoa-techniques:anchor:6a8178209fb899ebd08acacd","aoa:aoa-techniques:anchor:6ce9c33bc9689a5760681e8b","aoa:aoa-techniques:anchor:71407fbd9fd3673cf3c2ad4a","aoa:aoa-techniques:anchor:72fe7d00090431aed1044af0","aoa:aoa-techniques:anchor:780715be6297dd7326ae69a4","aoa:aoa-techniques:anchor:7e8536a61f170cb5c433425f","aoa:aoa-techniques:anchor:8354c9cffb8970ac26ef1646","aoa:aoa-techniques:anchor:85678bd420420491d2cd28d7","aoa:aoa-techniques:anchor:8cf09d9b7192e61a8d0ac789","aoa:aoa-techniques:anchor:90ab32120d5c8a5f1dda48b5","aoa:aoa-techniques:anchor:90c4dfe155106869deff84d8","aoa:aoa-techniques:anchor:93f27444e3bcda366d5dee01","aoa:aoa-techniques:anchor:952644c92cdcb3fd86ed2a8b","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:987d69794dcc38a5249522f8","aoa:aoa-techniques:anchor:9a2ab01879b8826a731fbfe4","aoa:aoa-techniques:anchor:9e266e042011c41484b5db1a","aoa:aoa-techniques:anchor:a0ae7bd833a34e8ba753daa5","aoa:aoa-techniques:anchor:a20636241a8dc5adffe6d7b1","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:a658057f502887df6009c134","aoa:aoa-techniques:anchor:a7ff43c13c99bd039822390d","aoa:aoa-techniques:anchor:aa0eb5639c01d3172be8250c","aoa:aoa-techniques:anchor:ab48cda35388cd4c61e1c990","aoa:aoa-techniques:anchor:ae6e6ddb8f2ec937caac64f5","aoa:aoa-techniques:anchor:b423ccc3bc299d13a0bfb338","aoa:aoa-techniques:anchor:b75b1b904f0ace27550b8101","aoa:aoa-techniques:anchor:bcaa53e7acc82f692731e6ca","aoa:aoa-techniques:anchor:bcb3c179f9ebc59fc6771835","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:bf3ba266f90214631e99fd12","aoa:aoa-techniques:anchor:c25c1a92122af796072b8399","aoa:aoa-techniques:anchor:c392164dd57169f43cee87de","aoa:aoa-techniques:anchor:ceacb18aec244c55056b46f4","aoa:aoa-techniques:anchor:d4d0162479655530148090ae","aoa:aoa-techniques:anchor:d70310745f03bf38bbee3314","aoa:aoa-techniques:anchor:d8fceefed4d8fc6f0a1662ad","aoa:aoa-techniques:anchor:db67e41e4b5091dfbdbc2e29","aoa:aoa-techniques:anchor:e11527fa3a3abd6e85e5599d","aoa:aoa-techniques:anchor:e61bf410ff1ea751bb503a41","aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f","aoa:aoa-techniques:anchor:e6d87899b6753650739c098f","aoa:aoa-techniques:anchor:e76b0f29dde266311d494e44","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee1e76d4a78188f8019e2596","aoa:aoa-techniques:anchor:f0dee75f40aa051e58a5c9a2","aoa:aoa-techniques:anchor:f2ac36ccce95e3952fdb2970","aoa:aoa-techniques:anchor:f32633d53076e243d2c35453","aoa:aoa-techniques:anchor:f3dc1e711c49dad3e623583f","aoa:aoa-techniques:anchor:faa0549bd8a62e90f4b00f50","aoa:aoa-techniques:anchor:ff29aea45abfb3b4eef60ea8"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","old_path":"","path":"AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf","old_path":"","path":"CONTRIBUTING.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:38d0ff2a27dd5e2ade1bafca","old_path":"","path":"docs/AGENTS_ROOT_REFERENCE.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:fc217a09ff3195ca552a9b0c","old_path":"","path":"docs/AGON_EPISTEMIC_PRACTICE_BOUNDARY.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:87efb9ded0f887a2b2a3d8dc","old_path":"","path":"docs/AGON_EPISTEMIC_TECHNIQUE_CANDIDATES.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:90e1db295d03c0e002e83975","old_path":"","path":"docs/AGON_RECURRENCE_ADAPTER.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4ac7da18a129100dac72e35a","old_path":"","path":"docs/CANONICAL_REVIEW_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b2612e9335e498d648ec4fb5","old_path":"","path":"docs/CANONICAL_RUBRIC.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:62dcd205cb9d5229296ab1ba","old_path":"","path":"docs/EXTERNAL_EVIDENCE_LEDGER.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:7dd1feaae4fcaaf120dea109","old_path":"","path":"docs/PROMOTION_READINESS_MATRIX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","old_path":"","path":"docs/README.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:50171ac0303b74161bd0ab00","old_path":"","path":"docs/RECURRENCE_LIVE_OBSERVATION_PRODUCERS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","old_path":"","path":"docs/START_HERE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:939b92ee2a02b155da259bfc","old_path":"","path":"docs/decisions/2026-05-01-agon-active-legacy-split.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:fdd58aeb6b4fafa71844c566","old_path":"","path":"docs/decisions/2026-05-01-agon-part-local-artifacts.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bafb21d6b5f0a0ecf11c99ca","old_path":"","path":"docs/decisions/2026-05-01-mechanics-surface-split.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e5ec0e7030077b7cf1bfed98","old_path":"","path":"docs/decisions/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:73de061b3989ed8c40a36b86","old_path":"","path":"generated/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8c0ed3db3ce3770121c8417c","old_path":"","path":"generated/quest_catalog.min.example.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c5c2fb00e5de93d9a755ddb6","old_path":"","path":"generated/quest_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d9ac278f5b81c5f2137bffc2","old_path":"","path":"incoming/chat-wave-1a-registry-discovery/support/CODEX_HANDOFF.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:135790aad8ff2a807d02701c","old_path":"","path":"incoming/chat-wave-1b-tool-proxy-runtime/support/CODEX_HANDOFF.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:96df5459a7f604aaafa8ef9b","old_path":"","path":"incoming/chat-wave-1c-history-lineage-governed-actions/support/CODEX_HANDOFF.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:db92dedb125d092a31235918","old_path":"","path":"incoming/chat-wave-2-graph-review-mailbox/support/CODEX_HANDOFF.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cadcc7a2abfabc4524e945c7","old_path":"","path":"incoming/chat-wave-3-handoff-bounded-continuation/support/CODEX_HANDOFF.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:29ba22ffb17eb05350a6c5d8","old_path":"","path":"incoming/personal-ingest-wave-2/support/CODEX_HANDOFF.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca65c5ca4122e08cd0775072","old_path":"","path":"manifests/recurrence/component.techniques.canon-and-intake-beacons.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e76d68a5b5eae349802a9128","old_path":"","path":"mechanics/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c091f898d3cc5f78b75c94dc","old_path":"","path":"mechanics/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8e087ffe6784c317374525a5","old_path":"","path":"mechanics/agon/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9ebcd75e7ab7f2a4697587e2","old_path":"","path":"mechanics/agon/DIRECTION.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:971760a4a43c4516cc4d1d60","old_path":"","path":"mechanics/agon/LANDING_LOG.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:00df17e91ebf2c0bbe7bc857","old_path":"","path":"mechanics/agon/PARTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a27ac6623c778f03daa767a8","old_path":"","path":"mechanics/agon/PROVENANCE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","old_path":"","path":"mechanics/agon/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1f3c1cb0fb1b62d703a8c53a","old_path":"","path":"mechanics/agon/docs/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8dd4007d37a940777959c8cd","old_path":"","path":"mechanics/agon/legacy/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:058aa9bc084f194f230a8cb1","old_path":"","path":"mechanics/agon/legacy/DISTILLATION_LOG.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:abeeca0d9e321080090b7cdc","old_path":"","path":"mechanics/agon/legacy/INDEX.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9a7a41d839dada1f8762f2f5","old_path":"","path":"mechanics/agon/legacy/README.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:a556e9c78d259bb1073ad240","old_path":"docs/AGON_WAVE15_TECHNIQUES_LANDING.md","path":"mechanics/agon/legacy/raw/AGON_WAVE15_TECHNIQUES_LANDING.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:7da76b214b1349e9869b7ff9","old_path":"docs/AGON_WAVE4_TECHNIQUE_LANDING.md","path":"mechanics/agon/legacy/raw/AGON_WAVE4_TECHNIQUE_LANDING.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1344c38fee20012764238e1c","old_path":"","path":"mechanics/agon/legacy/raw/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6abdd88740cb41a00714edf0","old_path":"","path":"mechanics/agon/parts/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0e33dc533fcb541678109142","old_path":"","path":"mechanics/agon/parts/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cee5f8b308aaa86a41ef8a4d","old_path":"","path":"mechanics/agon/parts/epistemic-practice-boundary/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:752dd73f52f0df92d973a1f6","old_path":"","path":"mechanics/agon/parts/epistemic-technique-candidates/README.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:02189b74d1890b5f0172e3a9","old_path":"config/agon_epistemic_technique_candidates.seed.json","path":"mechanics/agon/parts/epistemic-technique-candidates/config/agon_epistemic_technique_candidates.seed.json"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:616641895b07f98d122d9d31","old_path":"examples/agon_epistemic_technique_candidate.example.json","path":"mechanics/agon/parts/epistemic-technique-candidates/examples/agon_epistemic_technique_candidate.example.json"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:49d95df5bbbf21afc44d32be","old_path":"generated/agon_epistemic_technique_candidates.min.json","path":"mechanics/agon/parts/epistemic-technique-candidates/generated/agon_epistemic_technique_candidates.min.json"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:a05cc1f4738d79a31d824c6e","old_path":"schemas/agon-epistemic-technique-candidate-registry.schema.json","path":"mechanics/agon/parts/epistemic-technique-candidates/schemas/agon-epistemic-technique-candidate-registry.schema.json"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:20f5a67529b059e4c60b9e52","old_path":"schemas/agon-epistemic-technique-candidate.schema.json","path":"mechanics/agon/parts/epistemic-technique-candidates/schemas/agon-epistemic-technique-candidate.schema.json"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:1ea19a95e311526da500ae47","old_path":"scripts/build_agon_epistemic_technique_candidates.py","path":"mechanics/agon/parts/epistemic-technique-candidates/scripts/build_agon_epistemic_technique_candidates.py"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:759c48fbb09f99f50b4da1a7","old_path":"scripts/validate_agon_epistemic_technique_candidates.py","path":"mechanics/agon/parts/epistemic-technique-candidates/scripts/validate_agon_epistemic_technique_candidates.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:274d8557125d301051e07b06","old_path":"","path":"mechanics/agon/parts/epistemic-technique-candidates/tests/test_agon_epistemic_technique_candidates.py"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:3ff340e3f35b0b6503518064","old_path":"docs/AGON_MOVE_TECHNIQUE_BRIDGE.md","path":"mechanics/agon/parts/move-technique-bridge/README.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:7dbf185b45d080d6a4d1ac5b","old_path":"config/agon_technique_binding_candidates.seed.json","path":"mechanics/agon/parts/move-technique-bridge/config/agon_technique_binding_candidates.seed.json"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:4dc2b01a5fa15b29274e6a44","old_path":"examples/agon_technique_binding_candidate.example.json","path":"mechanics/agon/parts/move-technique-bridge/examples/agon_technique_binding_candidate.example.json"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:530c1f5f4fd8537b2cc4c141","old_path":"generated/agon_technique_binding_candidates.min.json","path":"mechanics/agon/parts/move-technique-bridge/generated/agon_technique_binding_candidates.min.json"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:cd57a2d053975909a8f1e148","old_path":"schemas/agon-technique-binding-candidate.schema.json","path":"mechanics/agon/parts/move-technique-bridge/schemas/agon-technique-binding-candidate.schema.json"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:62c35978e38cc9e569b5c267","old_path":"scripts/build_agon_technique_binding_candidates.py","path":"mechanics/agon/parts/move-technique-bridge/scripts/build_agon_technique_binding_candidates.py"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:b4260ef3235bf666c0f5e048","old_path":"scripts/validate_agon_technique_binding_candidates.py","path":"mechanics/agon/parts/move-technique-bridge/scripts/validate_agon_technique_binding_candidates.py"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:83139d36644f0d2cbe04ce64","old_path":"tests/test_agon_technique_binding_candidates.py","path":"mechanics/agon/parts/move-technique-bridge/tests/test_agon_technique_binding_candidates.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:29a69a05dd2aa9fadb09875d","old_path":"","path":"mechanics/agon/parts/recurrence-adapter/README.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:1e22bf2e2d9400f9a9c7e737","old_path":"manifests/recurrence/component.agon.epistemic-technique-candidates.json","path":"mechanics/agon/parts/recurrence-adapter/manifests/recurrence/component.agon.epistemic-technique-candidates.json"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:f26f09c70cddce8977a5f196","old_path":"manifests/recurrence/component.agon.technique-binding-surfaces.json","path":"mechanics/agon/parts/recurrence-adapter/manifests/recurrence/component.agon.technique-binding-surfaces.json"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:dcd1b6a5ec9e1073dd336427","old_path":"manifests/recurrence/hooks/component.agon.epistemic-technique-candidates.hooks.json","path":"mechanics/agon/parts/recurrence-adapter/manifests/recurrence/hooks/component.agon.epistemic-technique-candidates.hooks.json"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:cb65da24d55aa43e3f7a3c0d","old_path":"manifests/recurrence/hooks/component.agon.technique-binding-surfaces.hooks.json","path":"mechanics/agon/parts/recurrence-adapter/manifests/recurrence/hooks/component.agon.technique-binding-surfaces.hooks.json"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:43ea1a5d6f8f5300e3b0b289","old_path":"docs/CHAOS_WAVE1_PROGRAM.md","path":"mechanics/antifragility/CHAOS_WAVE1_PROGRAM.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11","old_path":"","path":"mechanics/antifragility/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:df2f7fb7f2192fad8b956149","old_path":"","path":"mechanics/audit/EXTERNAL_EVIDENCE_LEDGER.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","old_path":"docs/EXTERNAL_EVIDENCE_SPRINT_RUNBOOK.md","path":"mechanics/audit/EXTERNAL_EVIDENCE_SPRINT_RUNBOOK.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d061e3f19455106631554470","old_path":"","path":"mechanics/audit/PROMOTION_READINESS_MATRIX.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","old_path":"docs/PROMOTION_WAVE_A_RUNBOOK.md","path":"mechanics/audit/PROMOTION_WAVE_A_RUNBOOK.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8442d8bba839abb3a1035ee7","old_path":"","path":"mechanics/audit/README.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","old_path":"docs/CROSS_LAYER_TECHNIQUE_CANDIDATES.md","path":"mechanics/distillation/CROSS_LAYER_TECHNIQUE_CANDIDATES.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:efad5c18022305012ddd5d4d","old_path":"docs/DONOR_REFINERY_RUBRIC.md","path":"mechanics/distillation/DONOR_REFINERY_RUBRIC.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:74641082b6240b36e234ede7","old_path":"docs/EXTERNAL_IMPORT_RUNBOOK.md","path":"mechanics/distillation/EXTERNAL_IMPORT_RUNBOOK.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","old_path":"docs/EXTERNAL_TECHNIQUE_CANDIDATES.md","path":"mechanics/distillation/EXTERNAL_TECHNIQUE_CANDIDATES.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:395a124445c66f20adae62e0","old_path":"docs/LONG_GAP_CANON_DESIGN.md","path":"mechanics/distillation/LONG_GAP_CANON_DESIGN.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a9c949d3ec8753d6c9e15610","old_path":"","path":"mechanics/distillation/README.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:5477f7dde3ef2cdb731139bd","old_path":"docs/APPEAL_REASONING_TECHNIQUES.md","path":"mechanics/experience/APPEAL_REASONING_TECHNIQUES.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:b06f4f620e0692b0c9a33d83","old_path":"docs/AUTHORITY_RESOLUTION_TECHNIQUES.md","path":"mechanics/experience/AUTHORITY_RESOLUTION_TECHNIQUES.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:1d3e9aa02ec1437e8e00eb66","old_path":"docs/GOVERNANCE_TECHNIQUE_PRECEDENT.md","path":"mechanics/experience/GOVERNANCE_TECHNIQUE_PRECEDENT.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:697e556a49b155bc767aec8f","old_path":"docs/HANDOFF_COMPRESSION_TECHNIQUE.md","path":"mechanics/experience/HANDOFF_COMPRESSION_TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:16d501e3e9dde3dd1ee3540d","old_path":"","path":"mechanics/experience/README.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:67e4c73358a0f5df220993b1","old_path":"docs/SCOPE_BOUNDARY_TECHNIQUE.md","path":"mechanics/experience/SCOPE_BOUNDARY_TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:0672337180c92a8f701af9bc","old_path":"docs/SEALED_DECISION_TECHNIQUES.md","path":"mechanics/experience/SEALED_DECISION_TECHNIQUES.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:1c37503ae1788cd2ed048c6c","old_path":"docs/SERVICE_CLARITY_TECHNIQUE.md","path":"mechanics/experience/SERVICE_CLARITY_TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:76651b92fe24f30a4158e2a8","old_path":"docs/MASTERY_HARVEST_POSTURE.md","path":"mechanics/growth-cycle/MASTERY_HARVEST_POSTURE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c","old_path":"docs/QUESTBOOK_TECHNIQUE_INTEGRATION.md","path":"mechanics/growth-cycle/QUESTBOOK_TECHNIQUE_INTEGRATION.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:dc9132d584369fcbb76fde34","old_path":"","path":"mechanics/growth-cycle/README.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:b8ceb02d9d12f41b80057bec","old_path":"docs/REVIEWED_CLOSEOUT_PROMOTION_READINESS_INCUBATION.md","path":"mechanics/growth-cycle/REVIEWED_CLOSEOUT_PROMOTION_READINESS_INCUBATION.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:4a4d4efd2e0cab699702c406","old_path":"docs/TECHNIQUE_FEAT_MODEL.md","path":"mechanics/growth-cycle/TECHNIQUE_FEAT_MODEL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:13625acb67ef244c4570bac3","old_path":"","path":"mechanics/method-growth/README.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:0f88e23c2c445bd245a15a6d","old_path":"docs/TECHNIQUE_ADOPTION_BOUNDARIES.md","path":"mechanics/method-growth/TECHNIQUE_ADOPTION_BOUNDARIES.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:ee2fea54e2b7736e369daa9b","old_path":"docs/TECHNIQUE_OBSOLESCENCE.md","path":"mechanics/method-growth/TECHNIQUE_OBSOLESCENCE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:e6e48cb33fdd2273db0fe1ce","old_path":"docs/TECHNIQUE_PATTERN_ADOPTION.md","path":"mechanics/method-growth/TECHNIQUE_PATTERN_ADOPTION.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:024ba0619d7d56baa3746f63","old_path":"docs/TECHNIQUE_RETENTION_CHECKS.md","path":"mechanics/method-growth/TECHNIQUE_RETENTION_CHECKS.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4","old_path":"docs/TECHNIQUE_TO_SKILL_HANDOFF.md","path":"mechanics/method-growth/TECHNIQUE_TO_SKILL_HANDOFF.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:19fb3d55a5cf2e7e3f87c063","old_path":"","path":"mechanics/recurrence/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5740eb746101cb8512009c30","old_path":"","path":"mechanics/recurrence/RECURRENCE_LIVE_OBSERVATION_PRODUCERS.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:7a59f538add65e8533ec7cf4","old_path":"docs/RECURRENCE_REVIEW_DECISION_CLOSURE.md","path":"mechanics/recurrence/RECURRENCE_REVIEW_DECISION_CLOSURE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:1457eab82fac7aeec2d610f4","old_path":"docs/INSTALLATION_TECHNIQUES.md","path":"mechanics/release-support/INSTALLATION_TECHNIQUES.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f","old_path":"","path":"mechanics/release-support/README.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:54383ccb6e7b60ab437b7f6a","old_path":"docs/SOVEREIGN_RELEASE_TECHNIQUES.md","path":"mechanics/release-support/SOVEREIGN_RELEASE_TECHNIQUES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1091cc9174e245fe28528e91","old_path":"","path":"quests/AOA-TECH-Q-0002.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:70f8c61626959d4a812a52fa","old_path":"","path":"quests/AOA-TECH-Q-0005.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a120abc7496c25100a52bd97","old_path":"","path":"quests/AOA-TECH-Q-0006.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6167ffce084540f7357166c8","old_path":"","path":"quests/AOA-TECH-Q-0007.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0c479a88f8f52956132e107f","old_path":"","path":"quests/AOT-Q-AGON-0001-technique-binding-candidates.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:f2363f363760b213273973f4","old_path":"","path":"tests/test_agon_epistemic_technique_candidates.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:551aac060212aabeebecce6c","old_path":"","path":"tests/test_agon_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:098f12afb4fd11c72d66bfee","old_path":"","path":"tests/test_current_direction_routes.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"c1d8d698d2b89a077a6d42ca43033c6946d32c7c"}],"id":"aoa:aoa-techniques:event:4f7916d453a9041791e8d899","label":"Restructure mechanics into active topology (#200)","object_ids":["aoa:aoa-techniques:artifact:00df17e91ebf2c0bbe7bc857","aoa:aoa-techniques:artifact:02189b74d1890b5f0172e3a9","aoa:aoa-techniques:artifact:024ba0619d7d56baa3746f63","aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f","aoa:aoa-techniques:artifact:058aa9bc084f194f230a8cb1","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0672337180c92a8f701af9bc","aoa:aoa-techniques:artifact:098f12afb4fd11c72d66bfee","aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:0e33dc533fcb541678109142","aoa:aoa-techniques:artifact:0f88e23c2c445bd245a15a6d","aoa:aoa-techniques:artifact:1091cc9174e245fe28528e91","aoa:aoa-techniques:artifact:1344c38fee20012764238e1c","aoa:aoa-techniques:artifact:135790aad8ff2a807d02701c","aoa:aoa-techniques:artifact:13625acb67ef244c4570bac3","aoa:aoa-techniques:artifact:16d501e3e9dde3dd1ee3540d","aoa:aoa-techniques:artifact:19fb3d55a5cf2e7e3f87c063","aoa:aoa-techniques:artifact:1c37503ae1788cd2ed048c6c","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:1d3e9aa02ec1437e8e00eb66","aoa:aoa-techniques:artifact:1e22bf2e2d9400f9a9c7e737","aoa:aoa-techniques:artifact:1ea19a95e311526da500ae47","aoa:aoa-techniques:artifact:1f3c1cb0fb1b62d703a8c53a","aoa:aoa-techniques:artifact:20f5a67529b059e4c60b9e52","aoa:aoa-techniques:artifact:274d8557125d301051e07b06","aoa:aoa-techniques:artifact:29a69a05dd2aa9fadb09875d","aoa:aoa-techniques:artifact:29ba22ffb17eb05350a6c5d8","aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","aoa:aoa-techniques:artifact:38d0ff2a27dd5e2ade1bafca","aoa:aoa-techniques:artifact:395a124445c66f20adae62e0","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:3ff340e3f35b0b6503518064","aoa:aoa-techniques:artifact:43ea1a5d6f8f5300e3b0b289","aoa:aoa-techniques:artifact:49d95df5bbbf21afc44d32be","aoa:aoa-techniques:artifact:4a4d4efd2e0cab699702c406","aoa:aoa-techniques:artifact:4ac7da18a129100dac72e35a","aoa:aoa-techniques:artifact:4dc2b01a5fa15b29274e6a44","aoa:aoa-techniques:artifact:530c1f5f4fd8537b2cc4c141","aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","aoa:aoa-techniques:artifact:5477f7dde3ef2cdb731139bd","aoa:aoa-techniques:artifact:551aac060212aabeebecce6c","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:616641895b07f98d122d9d31","aoa:aoa-techniques:artifact:6167ffce084540f7357166c8","aoa:aoa-techniques:artifact:62c35978e38cc9e569b5c267","aoa:aoa-techniques:artifact:67e4c73358a0f5df220993b1","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:697e556a49b155bc767aec8f","aoa:aoa-techniques:artifact:6abdd88740cb41a00714edf0","aoa:aoa-techniques:artifact:70f8c61626959d4a812a52fa","aoa:aoa-techniques:artifact:73de061b3989ed8c40a36b86","aoa:aoa-techniques:artifact:74641082b6240b36e234ede7","aoa:aoa-techniques:artifact:752dd73f52f0df92d973a1f6","aoa:aoa-techniques:artifact:759c48fbb09f99f50b4da1a7","aoa:aoa-techniques:artifact:76651b92fe24f30a4158e2a8","aoa:aoa-techniques:artifact:7da76b214b1349e9869b7ff9","aoa:aoa-techniques:artifact:7dbf185b45d080d6a4d1ac5b","aoa:aoa-techniques:artifact:83139d36644f0d2cbe04ce64","aoa:aoa-techniques:artifact:8442d8bba839abb3a1035ee7","aoa:aoa-techniques:artifact:8c0ed3db3ce3770121c8417c","aoa:aoa-techniques:artifact:8dd4007d37a940777959c8cd","aoa:aoa-techniques:artifact:8e087ffe6784c317374525a5","aoa:aoa-techniques:artifact:939b92ee2a02b155da259bfc","aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11","aoa:aoa-techniques:artifact:96df5459a7f604aaafa8ef9b","aoa:aoa-techniques:artifact:971760a4a43c4516cc4d1d60","aoa:aoa-techniques:artifact:9a7a41d839dada1f8762f2f5","aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c","aoa:aoa-techniques:artifact:9ebcd75e7ab7f2a4697587e2","aoa:aoa-techniques:artifact:a05cc1f4738d79a31d824c6e","aoa:aoa-techniques:artifact:a120abc7496c25100a52bd97","aoa:aoa-techniques:artifact:a27ac6623c778f03daa767a8","aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","aoa:aoa-techniques:artifact:a556e9c78d259bb1073ad240","aoa:aoa-techniques:artifact:a9c949d3ec8753d6c9e15610","aoa:aoa-techniques:artifact:abeeca0d9e321080090b7cdc","aoa:aoa-techniques:artifact:b06f4f620e0692b0c9a33d83","aoa:aoa-techniques:artifact:b2612e9335e498d648ec4fb5","aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","aoa:aoa-techniques:artifact:b335630551682c19a781afeb","aoa:aoa-techniques:artifact:b4260ef3235bf666c0f5e048","aoa:aoa-techniques:artifact:b8ceb02d9d12f41b80057bec","aoa:aoa-techniques:artifact:bafb21d6b5f0a0ecf11c99ca","aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4","aoa:aoa-techniques:artifact:c091f898d3cc5f78b75c94dc","aoa:aoa-techniques:artifact:c5c2fb00e5de93d9a755ddb6","aoa:aoa-techniques:artifact:ca65c5ca4122e08cd0775072","aoa:aoa-techniques:artifact:cadcc7a2abfabc4524e945c7","aoa:aoa-techniques:artifact:cb65da24d55aa43e3f7a3c0d","aoa:aoa-techniques:artifact:cd57a2d053975909a8f1e148","aoa:aoa-techniques:artifact:cee5f8b308aaa86a41ef8a4d","aoa:aoa-techniques:artifact:d9ac278f5b81c5f2137bffc2","aoa:aoa-techniques:artifact:db92dedb125d092a31235918","aoa:aoa-techniques:artifact:dc9132d584369fcbb76fde34","aoa:aoa-techniques:artifact:dcd1b6a5ec9e1073dd336427","aoa:aoa-techniques:artifact:e5ec0e7030077b7cf1bfed98","aoa:aoa-techniques:artifact:e6e48cb33fdd2273db0fe1ce","aoa:aoa-techniques:artifact:e76d68a5b5eae349802a9128","aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf","aoa:aoa-techniques:artifact:ee2fea54e2b7736e369daa9b","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:efad5c18022305012ddd5d4d","aoa:aoa-techniques:artifact:f26f09c70cddce8977a5f196","aoa:aoa-techniques:artifact:fdd58aeb6b4fafa71844c566"],"observation_state":"observed","occurred_at":"2026-05-01T17:11:48+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:00df17e91ebf2c0bbe7bc857","aoa:aoa-techniques:artifact:02189b74d1890b5f0172e3a9","aoa:aoa-techniques:artifact:024ba0619d7d56baa3746f63","aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f","aoa:aoa-techniques:artifact:058aa9bc084f194f230a8cb1","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0672337180c92a8f701af9bc","aoa:aoa-techniques:artifact:098f12afb4fd11c72d66bfee","aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:0e33dc533fcb541678109142","aoa:aoa-techniques:artifact:0f88e23c2c445bd245a15a6d","aoa:aoa-techniques:artifact:1091cc9174e245fe28528e91","aoa:aoa-techniques:artifact:1344c38fee20012764238e1c","aoa:aoa-techniques:artifact:135790aad8ff2a807d02701c","aoa:aoa-techniques:artifact:13625acb67ef244c4570bac3","aoa:aoa-techniques:artifact:16d501e3e9dde3dd1ee3540d","aoa:aoa-techniques:artifact:19fb3d55a5cf2e7e3f87c063","aoa:aoa-techniques:artifact:1c37503ae1788cd2ed048c6c","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:1d3e9aa02ec1437e8e00eb66","aoa:aoa-techniques:artifact:1e22bf2e2d9400f9a9c7e737","aoa:aoa-techniques:artifact:1ea19a95e311526da500ae47","aoa:aoa-techniques:artifact:1f3c1cb0fb1b62d703a8c53a","aoa:aoa-techniques:artifact:20f5a67529b059e4c60b9e52","aoa:aoa-techniques:artifact:274d8557125d301051e07b06","aoa:aoa-techniques:artifact:29a69a05dd2aa9fadb09875d","aoa:aoa-techniques:artifact:29ba22ffb17eb05350a6c5d8","aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","aoa:aoa-techniques:artifact:38d0ff2a27dd5e2ade1bafca","aoa:aoa-techniques:artifact:395a124445c66f20adae62e0","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:3ff340e3f35b0b6503518064","aoa:aoa-techniques:artifact:43ea1a5d6f8f5300e3b0b289","aoa:aoa-techniques:artifact:49d95df5bbbf21afc44d32be","aoa:aoa-techniques:artifact:4a4d4efd2e0cab699702c406","aoa:aoa-techniques:artifact:4ac7da18a129100dac72e35a","aoa:aoa-techniques:artifact:4dc2b01a5fa15b29274e6a44","aoa:aoa-techniques:artifact:530c1f5f4fd8537b2cc4c141","aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","aoa:aoa-techniques:artifact:5477f7dde3ef2cdb731139bd","aoa:aoa-techniques:artifact:551aac060212aabeebecce6c","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:616641895b07f98d122d9d31","aoa:aoa-techniques:artifact:6167ffce084540f7357166c8","aoa:aoa-techniques:artifact:62c35978e38cc9e569b5c267","aoa:aoa-techniques:artifact:67e4c73358a0f5df220993b1","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:697e556a49b155bc767aec8f","aoa:aoa-techniques:artifact:6abdd88740cb41a00714edf0","aoa:aoa-techniques:artifact:70f8c61626959d4a812a52fa","aoa:aoa-techniques:artifact:73de061b3989ed8c40a36b86","aoa:aoa-techniques:artifact:74641082b6240b36e234ede7","aoa:aoa-techniques:artifact:752dd73f52f0df92d973a1f6","aoa:aoa-techniques:artifact:759c48fbb09f99f50b4da1a7","aoa:aoa-techniques:artifact:76651b92fe24f30a4158e2a8","aoa:aoa-techniques:artifact:7da76b214b1349e9869b7ff9","aoa:aoa-techniques:artifact:7dbf185b45d080d6a4d1ac5b","aoa:aoa-techniques:artifact:83139d36644f0d2cbe04ce64","aoa:aoa-techniques:artifact:8442d8bba839abb3a1035ee7","aoa:aoa-techniques:artifact:8c0ed3db3ce3770121c8417c","aoa:aoa-techniques:artifact:8dd4007d37a940777959c8cd","aoa:aoa-techniques:artifact:8e087ffe6784c317374525a5","aoa:aoa-techniques:artifact:939b92ee2a02b155da259bfc","aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11","aoa:aoa-techniques:artifact:96df5459a7f604aaafa8ef9b","aoa:aoa-techniques:artifact:971760a4a43c4516cc4d1d60","aoa:aoa-techniques:artifact:9a7a41d839dada1f8762f2f5","aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c","aoa:aoa-techniques:artifact:9ebcd75e7ab7f2a4697587e2","aoa:aoa-techniques:artifact:a05cc1f4738d79a31d824c6e","aoa:aoa-techniques:artifact:a120abc7496c25100a52bd97","aoa:aoa-techniques:artifact:a27ac6623c778f03daa767a8","aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","aoa:aoa-techniques:artifact:a556e9c78d259bb1073ad240","aoa:aoa-techniques:artifact:a9c949d3ec8753d6c9e15610","aoa:aoa-techniques:artifact:abeeca0d9e321080090b7cdc","aoa:aoa-techniques:artifact:b06f4f620e0692b0c9a33d83","aoa:aoa-techniques:artifact:b2612e9335e498d648ec4fb5","aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","aoa:aoa-techniques:artifact:b335630551682c19a781afeb","aoa:aoa-techniques:artifact:b4260ef3235bf666c0f5e048","aoa:aoa-techniques:artifact:b8ceb02d9d12f41b80057bec","aoa:aoa-techniques:artifact:bafb21d6b5f0a0ecf11c99ca","aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4","aoa:aoa-techniques:artifact:c091f898d3cc5f78b75c94dc","aoa:aoa-techniques:artifact:c5c2fb00e5de93d9a755ddb6","aoa:aoa-techniques:artifact:ca65c5ca4122e08cd0775072","aoa:aoa-techniques:artifact:cadcc7a2abfabc4524e945c7","aoa:aoa-techniques:artifact:cb65da24d55aa43e3f7a3c0d","aoa:aoa-techniques:artifact:cd57a2d053975909a8f1e148","aoa:aoa-techniques:artifact:cee5f8b308aaa86a41ef8a4d","aoa:aoa-techniques:artifact:d9ac278f5b81c5f2137bffc2","aoa:aoa-techniques:artifact:db92dedb125d092a31235918","aoa:aoa-techniques:artifact:dc9132d584369fcbb76fde34","aoa:aoa-techniques:artifact:dcd1b6a5ec9e1073dd336427","aoa:aoa-techniques:artifact:e5ec0e7030077b7cf1bfed98","aoa:aoa-techniques:artifact:e6e48cb33fdd2273db0fe1ce","aoa:aoa-techniques:artifact:e76d68a5b5eae349802a9128","aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf","aoa:aoa-techniques:artifact:ee2fea54e2b7736e369daa9b","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:efad5c18022305012ddd5d4d","aoa:aoa-techniques:artifact:f26f09c70cddce8977a5f196","aoa:aoa-techniques:artifact:fdd58aeb6b4fafa71844c566"],"temporal_ref":"historical","trust_ref":"observed"}, @@ -279,7 +275,7 @@ {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:72a969368dcbd0e1c7b42166","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","old_path":"","path":"docs/TECHNIQUE_TREE_CONTRACT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:577c1d0e02c2508128663161","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-agent-workflows-core-pilot-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"844debbf6ee5b21d1deec713b7fd1c691163643d"}],"id":"aoa:aoa-techniques:event:55c53d88e96bb57ecc90464a","label":"Review landed agent workflows core shelf (#302)","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:577c1d0e02c2508128663161","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"observation_state":"observed","occurred_at":"2026-05-06T02:25:31+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:577c1d0e02c2508128663161","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:54b2514382567e92c148fb34"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","old_path":"","path":".github/workflows/repo-validation.yml"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"78ee666f1b51cfe66ef5c2387c5b73f0b84cd66e"}],"id":"aoa:aoa-techniques:event:57b8ce2c28a57990a18928e8","label":"Update GitHub Actions refs for Node24 compatibility (#178)","object_ids":["aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1"],"observation_state":"observed","occurred_at":"2026-04-19T09:36:00-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:030167ddc8d29a98ef260e96","aoa:aoa-techniques:anchor:05d21c67061e6524d4e4fb85","aoa:aoa-techniques:anchor:11959dc8440065a450924c45","aoa:aoa-techniques:anchor:20a5eccfc031f4ee4e4cb2be","aoa:aoa-techniques:anchor:270321c9571c578f03a6f87f","aoa:aoa-techniques:anchor:2aed6204874d78943cb88c4b","aoa:aoa-techniques:anchor:2b9c9b9553f778fc19e6c526","aoa:aoa-techniques:anchor:2dab7d2baeff73fe45c542f4","aoa:aoa-techniques:anchor:31067163c538642116e9c3aa","aoa:aoa-techniques:anchor:3fbaf7c4d3fd1375f9ccd6d5","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a","aoa:aoa-techniques:anchor:4f1f0a4c32b33a81a72ca3cc","aoa:aoa-techniques:anchor:5074af8a54c3e80460e40232","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:5b0298079118381b9a313910","aoa:aoa-techniques:anchor:63eee097c4c5795cfc6602b1","aoa:aoa-techniques:anchor:694c12c25acae75fda29af6c","aoa:aoa-techniques:anchor:6fe17fb7ea02968a31083f1e","aoa:aoa-techniques:anchor:70a1fa1b329c6f7b61ecd645","aoa:aoa-techniques:anchor:742ffb384c201b4341ba179c","aoa:aoa-techniques:anchor:756d8e5f4ec4a41de767985e","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:8a54a109c19f521e8a8c73e9","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:9a2ab01879b8826a731fbfe4","aoa:aoa-techniques:anchor:a087a6322bdea870d5ef27e4","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679","aoa:aoa-techniques:anchor:b1b997a86c119d019c1835ef","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:c5057bfcf6f7c24d7dac38f5","aoa:aoa-techniques:anchor:cd1484adae1c5dc5da8ad538","aoa:aoa-techniques:anchor:d48d9ac189be3eee7a0503af","aoa:aoa-techniques:anchor:e23496f55bf5af4224f48ed4","aoa:aoa-techniques:anchor:e4d65314c5ee72176a5dd12d","aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:f2e8b70f823e0281690e68b1","aoa:aoa-techniques:anchor:f9949c69b5caabe40c1ff1a5"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d3ced714007ac52b3a506367","old_path":"","path":"docs/DEEP_AUDIT_ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","old_path":"","path":"docs/INSTRUCTION_SURFACE_SEMANTIC_REVIEW.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:395a124445c66f20adae62e0","old_path":"","path":"docs/LONG_GAP_CANON_DESIGN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e68b0d639bece8be88382143","old_path":"","path":"docs/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","old_path":"","path":"docs/START_HERE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:278e247ced992378ca887cab","old_path":"","path":"generated/semantic_review_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5","old_path":"","path":"generated/semantic_review_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","old_path":"","path":"generated/technique_capsules.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","old_path":"","path":"generated/technique_capsules.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","old_path":"","path":"generated/technique_checklist_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","old_path":"","path":"generated/technique_checklist_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","old_path":"","path":"generated/technique_example_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","old_path":"","path":"generated/technique_example_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","old_path":"","path":"generated/technique_section_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:65cd6364420b1b5166068044","old_path":"","path":"techniques/agent-workflows/stateless-single-shot-agent/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2025513516b5905193ae6cd9","old_path":"","path":"techniques/agent-workflows/stateless-single-shot-agent/checks/stateless-single-shot-agent-checklist.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6079419a2c5a100db952153c","old_path":"","path":"techniques/agent-workflows/stateless-single-shot-agent/examples/confirmed-single-step-action.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:184136a343eb3bcf4a19c5cd","old_path":"","path":"techniques/agent-workflows/stateless-single-shot-agent/examples/minimal-stateless-single-shot-agent.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c35d3e7628bf7ce9e247dee6","old_path":"","path":"techniques/agent-workflows/stateless-single-shot-agent/notes/canonical-readiness.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ca6a0f56d37b87d0ebb051b0","old_path":"","path":"techniques/agent-workflows/stateless-single-shot-agent/notes/external-import-review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:dee870525c9152444d13f9fe","old_path":"","path":"techniques/agent-workflows/stateless-single-shot-agent/notes/external-origin.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:324749af932aa7590e4223f9","old_path":"","path":"techniques/agent-workflows/stateless-single-shot-agent/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d","old_path":"","path":"techniques/docs/single-source-rule-distribution/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7f728facb645ebfff6a3c898","old_path":"","path":"techniques/docs/single-source-rule-distribution/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ae6a24c973825a7e162c5372","old_path":"","path":"techniques/docs/single-source-rule-distribution/notes/external-import-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2423be8e2eaec86b24288ce2","old_path":"","path":"techniques/docs/single-source-rule-distribution/notes/external-origin.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:418c6be0e0b584548a956f40","old_path":"","path":"techniques/docs/single-source-rule-distribution/notes/second-context-adaptation.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f","old_path":"","path":"techniques/docs/upstream-mirroring-with-provenance/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:93726270ba3ddfca31de58fe","old_path":"","path":"techniques/docs/upstream-mirroring-with-provenance/checks/upstream-mirroring-with-provenance-checklist.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0783391b085ffc9ad8181fe1","old_path":"","path":"techniques/docs/upstream-mirroring-with-provenance/examples/concrete-curated-mirror-with-attribution.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:915234ae7f180d30787ce986","old_path":"","path":"techniques/docs/upstream-mirroring-with-provenance/examples/minimal-upstream-mirroring-with-provenance.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5c6f4b732b41b2d409671dc5","old_path":"","path":"techniques/docs/upstream-mirroring-with-provenance/notes/canonical-readiness.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b528d9e9a32f693adbc7cf1a","old_path":"","path":"techniques/docs/upstream-mirroring-with-provenance/notes/external-import-review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:34058cf2c328bd90cf8685f5","old_path":"","path":"techniques/docs/upstream-mirroring-with-provenance/notes/external-origin.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4ff51605e4212459d6be37dd","old_path":"","path":"techniques/docs/upstream-mirroring-with-provenance/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"1d28f5c0c5b3cf78eb3ad3e781b43c5c5b8486da"}],"id":"aoa:aoa-techniques:event:5a4e3fd7ac53080db234438c","label":"docs: grow external seed intake corpus","object_ids":["aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0783391b085ffc9ad8181fe1","aoa:aoa-techniques:artifact:184136a343eb3bcf4a19c5cd","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:2025513516b5905193ae6cd9","aoa:aoa-techniques:artifact:2423be8e2eaec86b24288ce2","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:278e247ced992378ca887cab","aoa:aoa-techniques:artifact:324749af932aa7590e4223f9","aoa:aoa-techniques:artifact:34058cf2c328bd90cf8685f5","aoa:aoa-techniques:artifact:395a124445c66f20adae62e0","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:418c6be0e0b584548a956f40","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:4ff51605e4212459d6be37dd","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:5c6f4b732b41b2d409671dc5","aoa:aoa-techniques:artifact:6079419a2c5a100db952153c","aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d","aoa:aoa-techniques:artifact:65cd6364420b1b5166068044","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7f728facb645ebfff6a3c898","aoa:aoa-techniques:artifact:915234ae7f180d30787ce986","aoa:aoa-techniques:artifact:93726270ba3ddfca31de58fe","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:ae6a24c973825a7e162c5372","aoa:aoa-techniques:artifact:b528d9e9a32f693adbc7cf1a","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:c35d3e7628bf7ce9e247dee6","aoa:aoa-techniques:artifact:ca6a0f56d37b87d0ebb051b0","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:dee870525c9152444d13f9fe","aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"observation_state":"observed","occurred_at":"2026-03-21T11:04:51-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0783391b085ffc9ad8181fe1","aoa:aoa-techniques:artifact:184136a343eb3bcf4a19c5cd","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:2025513516b5905193ae6cd9","aoa:aoa-techniques:artifact:2423be8e2eaec86b24288ce2","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:278e247ced992378ca887cab","aoa:aoa-techniques:artifact:324749af932aa7590e4223f9","aoa:aoa-techniques:artifact:34058cf2c328bd90cf8685f5","aoa:aoa-techniques:artifact:395a124445c66f20adae62e0","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:418c6be0e0b584548a956f40","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:4ff51605e4212459d6be37dd","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:5c6f4b732b41b2d409671dc5","aoa:aoa-techniques:artifact:6079419a2c5a100db952153c","aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d","aoa:aoa-techniques:artifact:65cd6364420b1b5166068044","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7f728facb645ebfff6a3c898","aoa:aoa-techniques:artifact:915234ae7f180d30787ce986","aoa:aoa-techniques:artifact:93726270ba3ddfca31de58fe","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:ae6a24c973825a7e162c5372","aoa:aoa-techniques:artifact:b528d9e9a32f693adbc7cf1a","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:c35d3e7628bf7ce9e247dee6","aoa:aoa-techniques:artifact:ca6a0f56d37b87d0ebb051b0","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:dee870525c9152444d13f9fe","aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"temporal_ref":"historical","trust_ref":"observed"}, - {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:04a807a1f7901a1c9da73657","aoa:aoa-techniques:anchor:0865aee371f403821c89bc2f","aoa:aoa-techniques:anchor:2262df384d5adb4e539c50e6","aoa:aoa-techniques:anchor:2323e38403362d29e033deae","aoa:aoa-techniques:anchor:26c99fda896db84e75fc8009","aoa:aoa-techniques:anchor:36c764d82e231fa18da3c875","aoa:aoa-techniques:anchor:4920a368e209bd2071d61163","aoa:aoa-techniques:anchor:5647f9b9c1846f3a6e45685b","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:668c01ac3a2b37c11cb2425f","aoa:aoa-techniques:anchor:6ecda435fefca8bca0c2297b","aoa:aoa-techniques:anchor:76ee444acc2db68916f3ecd1","aoa:aoa-techniques:anchor:7aaf5296b3966381481500c1","aoa:aoa-techniques:anchor:7f14543cc65c9efa007746e5","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:8b9fa3f67cc6cc007b878f0a","aoa:aoa-techniques:anchor:93af6a3b1e844e1b7e5fff79","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:9cc7ca4245209d9ac659a736","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:ae98c9a44df514475a5ef1bd","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:beb6db40f520e8b4c51f876a","aoa:aoa-techniques:anchor:ca408d4c593b6987048c78c8","aoa:aoa-techniques:anchor:cc2dd231439ca1d672487559","aoa:aoa-techniques:anchor:d46549e98409ac9095f755b7","aoa:aoa-techniques:anchor:d924e029605eb97a1b2e989d","aoa:aoa-techniques:anchor:d9a9b2878690d70f1b1dc1eb","aoa:aoa-techniques:anchor:dac60489a0693d187b3e450a","aoa:aoa-techniques:anchor:de45174711e11ed6a953ce49","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:f0d2165525908c661bf5542b","aoa:aoa-techniques:anchor:f52b31200117cf58f657747e"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","old_path":"","path":".agents/skills/aoa-summon/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","old_path":"","path":"docs/readers/repo/REPO_DOC_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","old_path":"","path":"docs/readers/selection/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","old_path":"","path":"generated/repo_doc_surface_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","old_path":"","path":"generated/repo_doc_surface_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/scripts/build_agon_candidate_handoff.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/tests/test_agon_candidate_handoff.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bac359db4375a051d784ce67","old_path":"","path":"mechanics/distillation/parts/external-candidate-ledger/scripts/build_external_candidate_registry.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9b3627e44c3737426b0a9555","old_path":"","path":"mechanics/distillation/parts/external-candidate-ledger/tests/test_external_candidate_registry.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:87521d3395d01ec0fe08f1ea","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:badf964675bbec9938eff09e","old_path":"","path":"schemas/quest.schema.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","old_path":"","path":"scripts/validate_agents_mesh.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:59ae467af916cdee016de225","old_path":"","path":"techniques/continuity/handoff-continuation/episode-bounded-agent-loop/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0af21e4a5fbf493a46e2e90e","old_path":"","path":"techniques/continuity/handoff-continuation/episode-bounded-agent-loop/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6afdfec1cd5d4db89cb75bf8","old_path":"","path":"techniques/continuity/handoff-continuation/episode-bounded-agent-loop/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d3e15110717eb260d222ad7f","old_path":"","path":"techniques/continuity/handoff-continuation/session-opening-ritual-before-work/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:54730a2c0b7993125f1a97d7","old_path":"","path":"techniques/continuity/handoff-continuation/session-opening-ritual-before-work/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a91ccde2bf49cb990aab30dc","old_path":"","path":"techniques/continuity/handoff-continuation/session-opening-ritual-before-work/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a82f988a0d45e04bc2cb39e7","old_path":"","path":"techniques/continuity/review-compaction/compaction-resilient-skill-loading/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f284d8538bf3370df939087d","old_path":"","path":"techniques/continuity/review-compaction/compaction-resilient-skill-loading/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1305b90ef18e3683235d07be","old_path":"","path":"techniques/continuity/review-compaction/compaction-resilient-skill-loading/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3e81400ab719d6e92ff17c75","old_path":"","path":"techniques/execution/ready-work-graphs/requirements-design-tasks-ladder/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0a2765c29f9db5f40c2640be","old_path":"","path":"techniques/execution/ready-work-graphs/requirements-design-tasks-ladder/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:00ec7fd795b2a7b20a8d6186","old_path":"","path":"techniques/execution/ready-work-graphs/requirements-design-tasks-ladder/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3d0c4c10ce0f0cc12921a214","old_path":"","path":"techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e3df85a81eedc494f3a8e9ed","old_path":"","path":"techniques/instruction/capability-registry/capability-discovery/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","old_path":"","path":"tests/test_agents_mesh.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"fe4b04ed877916c46e60e70aaa9a1d4c86e81b6e"}],"id":"aoa:aoa-techniques:event:5ba0ff7872f9174b8e021c3c","label":"Close aoa-techniques audit feedback (#450)","object_ids":["aoa:aoa-techniques:artifact:00ec7fd795b2a7b20a8d6186","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0a2765c29f9db5f40c2640be","aoa:aoa-techniques:artifact:0af21e4a5fbf493a46e2e90e","aoa:aoa-techniques:artifact:1305b90ef18e3683235d07be","aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","aoa:aoa-techniques:artifact:3d0c4c10ce0f0cc12921a214","aoa:aoa-techniques:artifact:3e81400ab719d6e92ff17c75","aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","aoa:aoa-techniques:artifact:54730a2c0b7993125f1a97d7","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:59ae467af916cdee016de225","aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","aoa:aoa-techniques:artifact:6afdfec1cd5d4db89cb75bf8","aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:87521d3395d01ec0fe08f1ea","aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","aoa:aoa-techniques:artifact:9b3627e44c3737426b0a9555","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a82f988a0d45e04bc2cb39e7","aoa:aoa-techniques:artifact:a91ccde2bf49cb990aab30dc","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bac359db4375a051d784ce67","aoa:aoa-techniques:artifact:badf964675bbec9938eff09e","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","aoa:aoa-techniques:artifact:d3e15110717eb260d222ad7f","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e3df85a81eedc494f3a8e9ed","aoa:aoa-techniques:artifact:f284d8538bf3370df939087d","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"observation_state":"observed","occurred_at":"2026-05-17T23:44:52+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:00ec7fd795b2a7b20a8d6186","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0a2765c29f9db5f40c2640be","aoa:aoa-techniques:artifact:0af21e4a5fbf493a46e2e90e","aoa:aoa-techniques:artifact:1305b90ef18e3683235d07be","aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","aoa:aoa-techniques:artifact:3d0c4c10ce0f0cc12921a214","aoa:aoa-techniques:artifact:3e81400ab719d6e92ff17c75","aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","aoa:aoa-techniques:artifact:54730a2c0b7993125f1a97d7","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:59ae467af916cdee016de225","aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","aoa:aoa-techniques:artifact:6afdfec1cd5d4db89cb75bf8","aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:87521d3395d01ec0fe08f1ea","aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","aoa:aoa-techniques:artifact:9b3627e44c3737426b0a9555","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a82f988a0d45e04bc2cb39e7","aoa:aoa-techniques:artifact:a91ccde2bf49cb990aab30dc","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bac359db4375a051d784ce67","aoa:aoa-techniques:artifact:badf964675bbec9938eff09e","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","aoa:aoa-techniques:artifact:d3e15110717eb260d222ad7f","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e3df85a81eedc494f3a8e9ed","aoa:aoa-techniques:artifact:f284d8538bf3370df939087d","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"temporal_ref":"historical","trust_ref":"observed"}, + {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0865aee371f403821c89bc2f","aoa:aoa-techniques:anchor:2262df384d5adb4e539c50e6","aoa:aoa-techniques:anchor:2323e38403362d29e033deae","aoa:aoa-techniques:anchor:26c99fda896db84e75fc8009","aoa:aoa-techniques:anchor:36c764d82e231fa18da3c875","aoa:aoa-techniques:anchor:4920a368e209bd2071d61163","aoa:aoa-techniques:anchor:5647f9b9c1846f3a6e45685b","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:668c01ac3a2b37c11cb2425f","aoa:aoa-techniques:anchor:6ecda435fefca8bca0c2297b","aoa:aoa-techniques:anchor:76ee444acc2db68916f3ecd1","aoa:aoa-techniques:anchor:7aaf5296b3966381481500c1","aoa:aoa-techniques:anchor:7f14543cc65c9efa007746e5","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:8b9fa3f67cc6cc007b878f0a","aoa:aoa-techniques:anchor:93af6a3b1e844e1b7e5fff79","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:9cc7ca4245209d9ac659a736","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:ae98c9a44df514475a5ef1bd","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:beb6db40f520e8b4c51f876a","aoa:aoa-techniques:anchor:ca408d4c593b6987048c78c8","aoa:aoa-techniques:anchor:cc2dd231439ca1d672487559","aoa:aoa-techniques:anchor:d46549e98409ac9095f755b7","aoa:aoa-techniques:anchor:d924e029605eb97a1b2e989d","aoa:aoa-techniques:anchor:d9a9b2878690d70f1b1dc1eb","aoa:aoa-techniques:anchor:dac60489a0693d187b3e450a","aoa:aoa-techniques:anchor:de45174711e11ed6a953ce49","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:f0d2165525908c661bf5542b","aoa:aoa-techniques:anchor:f52b31200117cf58f657747e"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","old_path":"","path":".agents/skills/aoa-summon/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","old_path":"","path":"docs/readers/repo/REPO_DOC_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","old_path":"","path":"docs/readers/selection/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","old_path":"","path":"generated/repo_doc_surface_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","old_path":"","path":"generated/repo_doc_surface_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/scripts/build_agon_candidate_handoff.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/tests/test_agon_candidate_handoff.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bac359db4375a051d784ce67","old_path":"","path":"mechanics/distillation/parts/external-candidate-ledger/scripts/build_external_candidate_registry.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9b3627e44c3737426b0a9555","old_path":"","path":"mechanics/distillation/parts/external-candidate-ledger/tests/test_external_candidate_registry.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:87521d3395d01ec0fe08f1ea","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:badf964675bbec9938eff09e","old_path":"","path":"schemas/quest.schema.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","old_path":"","path":"scripts/validate_agents_mesh.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:59ae467af916cdee016de225","old_path":"","path":"techniques/continuity/handoff-continuation/episode-bounded-agent-loop/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0af21e4a5fbf493a46e2e90e","old_path":"","path":"techniques/continuity/handoff-continuation/episode-bounded-agent-loop/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6afdfec1cd5d4db89cb75bf8","old_path":"","path":"techniques/continuity/handoff-continuation/episode-bounded-agent-loop/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d3e15110717eb260d222ad7f","old_path":"","path":"techniques/continuity/handoff-continuation/session-opening-ritual-before-work/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:54730a2c0b7993125f1a97d7","old_path":"","path":"techniques/continuity/handoff-continuation/session-opening-ritual-before-work/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a91ccde2bf49cb990aab30dc","old_path":"","path":"techniques/continuity/handoff-continuation/session-opening-ritual-before-work/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a82f988a0d45e04bc2cb39e7","old_path":"","path":"techniques/continuity/review-compaction/compaction-resilient-skill-loading/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f284d8538bf3370df939087d","old_path":"","path":"techniques/continuity/review-compaction/compaction-resilient-skill-loading/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1305b90ef18e3683235d07be","old_path":"","path":"techniques/continuity/review-compaction/compaction-resilient-skill-loading/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3e81400ab719d6e92ff17c75","old_path":"","path":"techniques/execution/ready-work-graphs/requirements-design-tasks-ladder/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0a2765c29f9db5f40c2640be","old_path":"","path":"techniques/execution/ready-work-graphs/requirements-design-tasks-ladder/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:00ec7fd795b2a7b20a8d6186","old_path":"","path":"techniques/execution/ready-work-graphs/requirements-design-tasks-ladder/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3d0c4c10ce0f0cc12921a214","old_path":"","path":"techniques/ingest/media-ingest/template-backed-field-extraction-after-ocr/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e3df85a81eedc494f3a8e9ed","old_path":"","path":"techniques/instruction/capability-registry/capability-discovery/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","old_path":"","path":"tests/test_agents_mesh.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"fe4b04ed877916c46e60e70aaa9a1d4c86e81b6e"}],"id":"aoa:aoa-techniques:event:5ba0ff7872f9174b8e021c3c","label":"Close aoa-techniques audit feedback (#450)","object_ids":["aoa:aoa-techniques:artifact:00ec7fd795b2a7b20a8d6186","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0a2765c29f9db5f40c2640be","aoa:aoa-techniques:artifact:0af21e4a5fbf493a46e2e90e","aoa:aoa-techniques:artifact:1305b90ef18e3683235d07be","aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","aoa:aoa-techniques:artifact:3d0c4c10ce0f0cc12921a214","aoa:aoa-techniques:artifact:3e81400ab719d6e92ff17c75","aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","aoa:aoa-techniques:artifact:54730a2c0b7993125f1a97d7","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:59ae467af916cdee016de225","aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","aoa:aoa-techniques:artifact:6afdfec1cd5d4db89cb75bf8","aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:87521d3395d01ec0fe08f1ea","aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","aoa:aoa-techniques:artifact:9b3627e44c3737426b0a9555","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a82f988a0d45e04bc2cb39e7","aoa:aoa-techniques:artifact:a91ccde2bf49cb990aab30dc","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bac359db4375a051d784ce67","aoa:aoa-techniques:artifact:badf964675bbec9938eff09e","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","aoa:aoa-techniques:artifact:d3e15110717eb260d222ad7f","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e3df85a81eedc494f3a8e9ed","aoa:aoa-techniques:artifact:f284d8538bf3370df939087d","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"observation_state":"observed","occurred_at":"2026-05-17T23:44:52+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:00ec7fd795b2a7b20a8d6186","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0a2765c29f9db5f40c2640be","aoa:aoa-techniques:artifact:0af21e4a5fbf493a46e2e90e","aoa:aoa-techniques:artifact:1305b90ef18e3683235d07be","aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","aoa:aoa-techniques:artifact:3d0c4c10ce0f0cc12921a214","aoa:aoa-techniques:artifact:3e81400ab719d6e92ff17c75","aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","aoa:aoa-techniques:artifact:54730a2c0b7993125f1a97d7","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:59ae467af916cdee016de225","aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","aoa:aoa-techniques:artifact:6afdfec1cd5d4db89cb75bf8","aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:87521d3395d01ec0fe08f1ea","aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","aoa:aoa-techniques:artifact:9b3627e44c3737426b0a9555","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a82f988a0d45e04bc2cb39e7","aoa:aoa-techniques:artifact:a91ccde2bf49cb990aab30dc","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bac359db4375a051d784ce67","aoa:aoa-techniques:artifact:badf964675bbec9938eff09e","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","aoa:aoa-techniques:artifact:d3e15110717eb260d222ad7f","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e3df85a81eedc494f3a8e9ed","aoa:aoa-techniques:artifact:f284d8538bf3370df939087d","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:05bc9804c7daefad3f66ac01","aoa:aoa-techniques:anchor:258f017f6db755a3c994441b","aoa:aoa-techniques:anchor:35b718f92aa8648b6c366472","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:5c1edf487d57cdaba1b745df","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:71671de120f09df7ff17b904","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:ac00b1dbf624011326d60345","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:c060a0aa80f595d95d16d9d6","aoa:aoa-techniques:anchor:c1639cc1867f0e495e49a78c","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:ed4b2ec38c57c68224b433cb","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:f055c255ed62e4bb7d3af6d5"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","old_path":"","path":"data/technique_kind_overlay.csv"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","old_path":"","path":"data/technique_kind_overlay.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e68b0d639bece8be88382143","old_path":"","path":"docs/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","old_path":"","path":"generated/technique_kind_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","old_path":"","path":"generated/technique_promotion_readiness.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","old_path":"","path":"mechanics/audit/parts/external-evidence-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:13623f22e42783639afea8a4","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/TEMP_PROMOTION_EVIDENCE_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca785fdeae3ee2044bca3d2d","old_path":"","path":"reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:517d2b1d5273d7915e2b334d","old_path":"","path":"reports/technique_tree_projection.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:91a8a9b129a8af2bb69487ef","old_path":"","path":"techniques/continuity/handoff-continuation/channelized-agent-mailbox/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0185f9ab8643357d077023ea","old_path":"","path":"techniques/continuity/handoff-continuation/channelized-agent-mailbox/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6e5bb43d76094e0aa55204e2","old_path":"","path":"techniques/continuity/handoff-continuation/channelized-agent-mailbox/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:00c677529104576dcc0e2772","old_path":"","path":"techniques/continuity/handoff-continuation/channelized-agent-mailbox/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","old_path":"","path":"tests/test_audit_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"f4154570d1e37983c43099fb7a3cf3f12da45823"}],"id":"aoa:aoa-techniques:event:5bacddc381ebe4b8362fd69b","label":"Promote channelized mailbox evidence (#412)","object_ids":["aoa:aoa-techniques:artifact:00c677529104576dcc0e2772","aoa:aoa-techniques:artifact:0185f9ab8643357d077023ea","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:6e5bb43d76094e0aa55204e2","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:91a8a9b129a8af2bb69487ef","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"observation_state":"observed","occurred_at":"2026-05-12T23:30:35+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:00c677529104576dcc0e2772","aoa:aoa-techniques:artifact:0185f9ab8643357d077023ea","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:6e5bb43d76094e0aa55204e2","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:91a8a9b129a8af2bb69487ef","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:c64837856196038d7b6354d3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d03af9d59783c9f2bc1a49a3","old_path":"","path":"tests/test_experience_wave3_seed_contracts.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"3932011103f17348ba5cc3ed9e206e01b79e8d78"}],"id":"aoa:aoa-techniques:event:5c1e47c259d95a071e888cdb","label":"[codex] Strengthen technique wave3 contract tests (#190)","object_ids":["aoa:aoa-techniques:artifact:d03af9d59783c9f2bc1a49a3"],"observation_state":"observed","occurred_at":"2026-04-22T13:12:32-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:d03af9d59783c9f2bc1a49a3"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0d2ee890f533b4a170ab4ede","aoa:aoa-techniques:anchor:4be8d98a2c0fd22407a015b6","aoa:aoa-techniques:anchor:54b2514382567e92c148fb34","aoa:aoa-techniques:anchor:5b8faca6d827a00b51c80f7a","aoa:aoa-techniques:anchor:61d6f695ca2f1b2f94491c55","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:9b13a1b4d642a911592d9155","aoa:aoa-techniques:anchor:c63464f0ad150edbe3bec156","aoa:aoa-techniques:anchor:f9999bd107dd3407c134ece5"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","old_path":"","path":".github/workflows/repo-validation.yml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf","old_path":"","path":"CONTRIBUTING.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f19431936325e0b14f830cb2","old_path":"","path":"techniques/docs/source-of-truth-layout/checks/doc-role-checklist.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:16bf5344f444426fc1f01dde","old_path":"","path":"techniques/evaluation/latest-alias-plus-history-copy/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:10af0fef4a120085a701499c","old_path":"","path":"techniques/evaluation/published-summary-remediation-snapshot/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f529da273da5d8f7e518ddee","old_path":"","path":"techniques/evaluation/required-vs-optional-source-rendering/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ace3bcf69be4090a38143634","old_path":"","path":"techniques/evaluation/telemetry-integrity-snapshot/checks/telemetry-integrity-checklist.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:064bd3491ad393aa164398fa","old_path":"","path":"techniques/evaluation/telemetry-integrity-snapshot/notes/canonical-readiness.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"1b38129232a4741113880fa5e3d669d4b5557b47"}],"id":"aoa:aoa-techniques:event:5ddf0dc0a2506f7e8a360112","label":"repo: harden validator and align audit fixes","object_ids":["aoa:aoa-techniques:artifact:064bd3491ad393aa164398fa","aoa:aoa-techniques:artifact:10af0fef4a120085a701499c","aoa:aoa-techniques:artifact:16bf5344f444426fc1f01dde","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","aoa:aoa-techniques:artifact:ace3bcf69be4090a38143634","aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf","aoa:aoa-techniques:artifact:f19431936325e0b14f830cb2","aoa:aoa-techniques:artifact:f529da273da5d8f7e518ddee"],"observation_state":"observed","occurred_at":"2026-03-16T18:20:08-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:064bd3491ad393aa164398fa","aoa:aoa-techniques:artifact:10af0fef4a120085a701499c","aoa:aoa-techniques:artifact:16bf5344f444426fc1f01dde","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","aoa:aoa-techniques:artifact:ace3bcf69be4090a38143634","aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf","aoa:aoa-techniques:artifact:f19431936325e0b14f830cb2","aoa:aoa-techniques:artifact:f529da273da5d8f7e518ddee"],"temporal_ref":"historical","trust_ref":"observed"}, @@ -479,7 +475,7 @@ {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:aa3f49b1443022b4f61d8423","aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","old_path":"","path":"docs/TECHNIQUE_TREE_CONTRACT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f809a0f65ad77c79fe4f6bd7","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-instruction-surface-pilot-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"0158ff5b06d575c741072e61115487fc72ce30de"}],"id":"aoa:aoa-techniques:event:bbdb680ca5bbfc4305b1045e","label":"Review landed instruction-surface tree pilot","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:f809a0f65ad77c79fe4f6bd7"],"observation_state":"observed","occurred_at":"2026-05-05T05:32:47+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:f809a0f65ad77c79fe4f6bd7"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:017f335b4e63a974f1df37d5","aoa:aoa-techniques:anchor:0f15e80c000c8f5d22d6d178","aoa:aoa-techniques:anchor:16cce21da1006eb3ad143335","aoa:aoa-techniques:anchor:1ba06ccad01d5b99e0da2218","aoa:aoa-techniques:anchor:1c647d39855a202b7fd2aae6","aoa:aoa-techniques:anchor:1f297dc0a379b84a29229ba4","aoa:aoa-techniques:anchor:20a5eccfc031f4ee4e4cb2be","aoa:aoa-techniques:anchor:245a40727d3b790aba9d44af","aoa:aoa-techniques:anchor:270321c9571c578f03a6f87f","aoa:aoa-techniques:anchor:295f8a001d10bc23f115bf02","aoa:aoa-techniques:anchor:31067163c538642116e9c3aa","aoa:aoa-techniques:anchor:3fbaf7c4d3fd1375f9ccd6d5","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:742ffb384c201b4341ba179c","aoa:aoa-techniques:anchor:756d8e5f4ec4a41de767985e","aoa:aoa-techniques:anchor:7bf0570a768ebb0ffecc1587","aoa:aoa-techniques:anchor:7de2877f66a048362bc5fe24","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:94a71b097d7ea67301482cf9","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:a087a6322bdea870d5ef27e4","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679","aoa:aoa-techniques:anchor:aac3d8ecd3e73457dd2d8080","aoa:aoa-techniques:anchor:b8d8eca3f8db226f5ad50d95","aoa:aoa-techniques:anchor:bc91690e4e30c5c4b90be280","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:cda00b576aaaa2f4115ce67a","aoa:aoa-techniques:anchor:d48d9ac189be3eee7a0503af","aoa:aoa-techniques:anchor:e2f469f2662138ff6802edab","aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f","aoa:aoa-techniques:anchor:e99e4d2868c808bd9c7f7234","aoa:aoa-techniques:anchor:e9c47aa668609e42fa69e19b","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d3ced714007ac52b3a506367","old_path":"","path":"docs/DEEP_AUDIT_ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","old_path":"","path":"docs/EXTERNAL_TECHNIQUE_CANDIDATES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","old_path":"","path":"docs/INSTRUCTION_SURFACE_SEMANTIC_REVIEW.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","old_path":"","path":"docs/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e68b0d639bece8be88382143","old_path":"","path":"docs/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","old_path":"","path":"docs/START_HERE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:278e247ced992378ca887cab","old_path":"","path":"generated/semantic_review_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5","old_path":"","path":"generated/semantic_review_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","old_path":"","path":"generated/technique_capsules.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","old_path":"","path":"generated/technique_capsules.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","old_path":"","path":"generated/technique_checklist_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","old_path":"","path":"generated/technique_checklist_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","old_path":"","path":"generated/technique_example_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","old_path":"","path":"generated/technique_example_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","old_path":"","path":"generated/technique_section_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:892ec0c0b9f04c3f8144e173","old_path":"","path":"techniques/agent-workflows/confirmation-gated-mutating-action/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:16c36f10c0a1db0571e7eed9","old_path":"","path":"techniques/agent-workflows/confirmation-gated-mutating-action/checks/confirmation-gated-mutating-action-checklist.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:69b47be8681b31444320d4e6","old_path":"","path":"techniques/agent-workflows/confirmation-gated-mutating-action/examples/concrete-confirmed-mutating-action.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4200cc9b4747b3eecf5ced88","old_path":"","path":"techniques/agent-workflows/confirmation-gated-mutating-action/examples/minimal-confirmation-gated-mutating-action.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d1a51ab913d1d64a35ef8275","old_path":"","path":"techniques/agent-workflows/confirmation-gated-mutating-action/notes/canonical-readiness.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:dfbd23c3c7f962a239b7a523","old_path":"","path":"techniques/agent-workflows/confirmation-gated-mutating-action/notes/external-import-review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e5a780d95f8f56877b5b4bc5","old_path":"","path":"techniques/agent-workflows/confirmation-gated-mutating-action/notes/external-origin.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7f1444cb7f979b045779c2e9","old_path":"","path":"techniques/agent-workflows/confirmation-gated-mutating-action/notes/second-context-adaptation.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3b84eac22e537f80f7074d04","old_path":"","path":"techniques/docs/cross-agent-skill-propagation/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:958c2e969ffe8a2e5f0e5d9e","old_path":"","path":"techniques/docs/cross-agent-skill-propagation/checks/cross-agent-skill-propagation-checklist.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:72c8952c74be91563a75affc","old_path":"","path":"techniques/docs/cross-agent-skill-propagation/examples/concrete-multi-target-skill-propagation.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ca4dfe73a964e39ef6c99225","old_path":"","path":"techniques/docs/cross-agent-skill-propagation/examples/minimal-cross-agent-skill-propagation.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e3c7e02b034f43534d39f926","old_path":"","path":"techniques/docs/cross-agent-skill-propagation/notes/canonical-readiness.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:fbaabdfe7f365255aa96e605","old_path":"","path":"techniques/docs/cross-agent-skill-propagation/notes/external-import-review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4e9ef2476f5a56114c7c9cac","old_path":"","path":"techniques/docs/cross-agent-skill-propagation/notes/external-origin.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8be1340ecc195708af9e289e","old_path":"","path":"techniques/docs/cross-agent-skill-propagation/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"2ded8690b982637d79f50060f10ee90163d4c7c5"}],"id":"aoa:aoa-techniques:event:bc6f7cf4f5770bf7cc6996ae","label":"docs: land strict-safe external intake wave","object_ids":["aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:16c36f10c0a1db0571e7eed9","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:278e247ced992378ca887cab","aoa:aoa-techniques:artifact:3b84eac22e537f80f7074d04","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:4200cc9b4747b3eecf5ced88","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:4e9ef2476f5a56114c7c9cac","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:69b47be8681b31444320d4e6","aoa:aoa-techniques:artifact:72c8952c74be91563a75affc","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7f1444cb7f979b045779c2e9","aoa:aoa-techniques:artifact:892ec0c0b9f04c3f8144e173","aoa:aoa-techniques:artifact:8be1340ecc195708af9e289e","aoa:aoa-techniques:artifact:958c2e969ffe8a2e5f0e5d9e","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:ca4dfe73a964e39ef6c99225","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:d1a51ab913d1d64a35ef8275","aoa:aoa-techniques:artifact:dfbd23c3c7f962a239b7a523","aoa:aoa-techniques:artifact:e3c7e02b034f43534d39f926","aoa:aoa-techniques:artifact:e5a780d95f8f56877b5b4bc5","aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","aoa:aoa-techniques:artifact:fbaabdfe7f365255aa96e605"],"observation_state":"observed","occurred_at":"2026-03-21T16:02:24-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:16c36f10c0a1db0571e7eed9","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:278e247ced992378ca887cab","aoa:aoa-techniques:artifact:3b84eac22e537f80f7074d04","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:4200cc9b4747b3eecf5ced88","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:4e9ef2476f5a56114c7c9cac","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:69b47be8681b31444320d4e6","aoa:aoa-techniques:artifact:72c8952c74be91563a75affc","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7f1444cb7f979b045779c2e9","aoa:aoa-techniques:artifact:892ec0c0b9f04c3f8144e173","aoa:aoa-techniques:artifact:8be1340ecc195708af9e289e","aoa:aoa-techniques:artifact:958c2e969ffe8a2e5f0e5d9e","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:ca4dfe73a964e39ef6c99225","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:d1a51ab913d1d64a35ef8275","aoa:aoa-techniques:artifact:dfbd23c3c7f962a239b7a523","aoa:aoa-techniques:artifact:e3c7e02b034f43534d39f926","aoa:aoa-techniques:artifact:e5a780d95f8f56877b5b4bc5","aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","aoa:aoa-techniques:artifact:fbaabdfe7f365255aa96e605"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:742ffb384c201b4341ba179c","aoa:aoa-techniques:anchor:77c8e21528fea12ba39b4d4b","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:c450c667dbffb5ccadc74e72","aoa:aoa-techniques:anchor:d48d9ac189be3eee7a0503af"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:492b78300882a0665199b29d","old_path":"","path":"docs/TECHNIQUE_CAPSULE_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","old_path":"","path":"generated/technique_capsules.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","old_path":"","path":"generated/technique_capsules.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b7df49b2b8bb8f54486fe8de","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/bundle-anatomy-capsule-gap-repair-cohort.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"c169d1e2b9a660290e9dfd5c6585df8887e43bf7"}],"id":"aoa:aoa-techniques:event:bea715455d6dcaffbc40f520","label":"Repair wrapped bullet capsule extraction (#344)","object_ids":["aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:492b78300882a0665199b29d","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:b7df49b2b8bb8f54486fe8de","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"observation_state":"observed","occurred_at":"2026-05-06T19:08:41+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:492b78300882a0665199b29d","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:b7df49b2b8bb8f54486fe8de","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"temporal_ref":"historical","trust_ref":"observed"}, - {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0767006619a0cd12c1f8dcb7","aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","aoa:aoa-techniques:anchor:08147cb257934daaa6a0a80b","aoa:aoa-techniques:anchor:0a28f3466403c47b0319eb8a","aoa:aoa-techniques:anchor:0a8e26cf6061242be1e73ed0","aoa:aoa-techniques:anchor:121c6228b15f43915f86c23a","aoa:aoa-techniques:anchor:16cce21da1006eb3ad143335","aoa:aoa-techniques:anchor:2d7e03ce1dbd6147fe68b11d","aoa:aoa-techniques:anchor:2e97f6bf0bbef989ad50abc9","aoa:aoa-techniques:anchor:307b666103ba6f3d53b0354a","aoa:aoa-techniques:anchor:32ee124c2c222ff6d7a8451b","aoa:aoa-techniques:anchor:413c394090cfbc94d781202d","aoa:aoa-techniques:anchor:4920a368e209bd2071d61163","aoa:aoa-techniques:anchor:4d7c20aafd5a5616b97b2e62","aoa:aoa-techniques:anchor:514c19cd0e657d6ce9c431fa","aoa:aoa-techniques:anchor:52e110f4c70ecddf974a5e6e","aoa:aoa-techniques:anchor:58778a95328c2aa088c3af89","aoa:aoa-techniques:anchor:5c5a9ea83ed4755b013edebf","aoa:aoa-techniques:anchor:651b0fcaa678b2d00dadcb51","aoa:aoa-techniques:anchor:6dcd40d75400cbc939b04164","aoa:aoa-techniques:anchor:766568f058b843c6ab292b82","aoa:aoa-techniques:anchor:76eea640c24009aec1bfab28","aoa:aoa-techniques:anchor:77d9305b6eeebaa347d36141","aoa:aoa-techniques:anchor:89faf2102a33eb93ea1d7dc6","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:9cc7ca4245209d9ac659a736","aoa:aoa-techniques:anchor:a01f4ba8670297316a01a2bf","aoa:aoa-techniques:anchor:a0ae7bd833a34e8ba753daa5","aoa:aoa-techniques:anchor:ad15789ff37f3d468ff8b076","aoa:aoa-techniques:anchor:afbbf316a793168113b9e43e","aoa:aoa-techniques:anchor:b941b860b72291d7495d37d8","aoa:aoa-techniques:anchor:ccb88f747e5a7bebca190373","aoa:aoa-techniques:anchor:d88e1c4bad1b0610f57813e4","aoa:aoa-techniques:anchor:d9a9b2878690d70f1b1dc1eb","aoa:aoa-techniques:anchor:de45174711e11ed6a953ce49","aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ef80566e1761644e154032e8","aoa:aoa-techniques:anchor:f1cc87617e6f09446659cb48","aoa:aoa-techniques:anchor:faf746b7a53866226e5c2b3c","aoa:aoa-techniques:anchor:ff722a49ae8d3745219e2716"],"changes":[{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","old_path":"","path":".agents/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","old_path":"","path":".agents/skills/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2a7e780aaf2647f7cde8a07c","old_path":"","path":".agents/spark/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","old_path":"","path":"AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:42d9f271dea9edd048f8e120","old_path":"","path":"DESIGN.AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3dc5dd454e080eb849ee5efa","old_path":"","path":"DESIGN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","old_path":"","path":"config/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","old_path":"","path":"config/agents_mesh.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d00743dc4e878f258330dead","old_path":"","path":"docs/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","old_path":"","path":"docs/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3d14c3a6aa03429c49aa00cb","old_path":"","path":"docs/REPO_DOC_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d39fb28408cf3fb0f6d77214","old_path":"","path":"docs/REPO_DOC_SURFACE_LIFT_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19","old_path":"","path":"docs/ROOT_SURFACE_LAW.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","old_path":"","path":"docs/START_HERE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:25548ca6869965daad3c9589","old_path":"","path":"docs/decisions/2026-05-14-agent-surface-design-and-mesh.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","old_path":"","path":"docs/guardrails/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","old_path":"","path":"docs/guardrails/AGENTS_MESH_INDEX.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a6035ffadf74cdaa5ce7242d","old_path":"","path":"docs/guardrails/AGENTS_MESH_PROTOCOL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c4f6e9b2c3b7d9fc746c9018","old_path":"","path":"docs/guardrails/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8422851312e543e42101f9c5","old_path":"","path":"examples/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:73de061b3989ed8c40a36b86","old_path":"","path":"generated/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","old_path":"","path":"generated/agents_mesh.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","old_path":"","path":"generated/repo_doc_surface_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","old_path":"","path":"generated/repo_doc_surface_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:51158ba12109c933a9615bfb","old_path":"","path":"incoming/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e76d68a5b5eae349802a9128","old_path":"","path":"mechanics/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8ba7898e3f991ae2d1f985c8","old_path":"","path":"mechanics/tests/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d","old_path":"","path":"quests/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c6fbd98c4a0f88f7d8bfb6c","old_path":"","path":"schemas/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","old_path":"","path":"scripts/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7ec2281500eca2332f32efc0","old_path":"","path":"scripts/agents_mesh_common.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d418d4c43458866dd3cfc410","old_path":"","path":"scripts/build_agents_mesh_index.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963","old_path":"","path":"scripts/release_check.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:97117975e7a1a05d5c0e0a11","old_path":"","path":"scripts/validate_agents_md_shape.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","old_path":"","path":"scripts/validate_agents_mesh.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e5f4c29fb35ffbe366619cd7","old_path":"","path":"scripts/validate_agents_mesh_index.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d537a4537f49cb72b8045d90","old_path":"","path":"techniques/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a186e61abf9abcc675452202","old_path":"","path":"templates/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","old_path":"","path":"tests/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","old_path":"","path":"tests/test_agents_mesh.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"3fbce17998725c54d6e67ba90bde2834bed80b5f"}],"id":"aoa:aoa-techniques:event:bf35071e805c535fc753d8f1","label":"Add agent surface mesh","object_ids":["aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963","aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:1c6fbd98c4a0f88f7d8bfb6c","aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","aoa:aoa-techniques:artifact:25548ca6869965daad3c9589","aoa:aoa-techniques:artifact:2a7e780aaf2647f7cde8a07c","aoa:aoa-techniques:artifact:3dc5dd454e080eb849ee5efa","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:42d9f271dea9edd048f8e120","aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","aoa:aoa-techniques:artifact:73de061b3989ed8c40a36b86","aoa:aoa-techniques:artifact:7ec2281500eca2332f32efc0","aoa:aoa-techniques:artifact:8422851312e543e42101f9c5","aoa:aoa-techniques:artifact:8ba7898e3f991ae2d1f985c8","aoa:aoa-techniques:artifact:97117975e7a1a05d5c0e0a11","aoa:aoa-techniques:artifact:a186e61abf9abcc675452202","aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","aoa:aoa-techniques:artifact:a6035ffadf74cdaa5ce7242d","aoa:aoa-techniques:artifact:b335630551682c19a781afeb","aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d","aoa:aoa-techniques:artifact:c4f6e9b2c3b7d9fc746c9018","aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","aoa:aoa-techniques:artifact:d00743dc4e878f258330dead","aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","aoa:aoa-techniques:artifact:d39fb28408cf3fb0f6d77214","aoa:aoa-techniques:artifact:d418d4c43458866dd3cfc410","aoa:aoa-techniques:artifact:d537a4537f49cb72b8045d90","aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","aoa:aoa-techniques:artifact:e5f4c29fb35ffbe366619cd7","aoa:aoa-techniques:artifact:e76d68a5b5eae349802a9128"],"observation_state":"observed","occurred_at":"2026-05-14T23:33:52+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963","aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:1c6fbd98c4a0f88f7d8bfb6c","aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","aoa:aoa-techniques:artifact:25548ca6869965daad3c9589","aoa:aoa-techniques:artifact:2a7e780aaf2647f7cde8a07c","aoa:aoa-techniques:artifact:3dc5dd454e080eb849ee5efa","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:42d9f271dea9edd048f8e120","aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","aoa:aoa-techniques:artifact:73de061b3989ed8c40a36b86","aoa:aoa-techniques:artifact:7ec2281500eca2332f32efc0","aoa:aoa-techniques:artifact:8422851312e543e42101f9c5","aoa:aoa-techniques:artifact:8ba7898e3f991ae2d1f985c8","aoa:aoa-techniques:artifact:97117975e7a1a05d5c0e0a11","aoa:aoa-techniques:artifact:a186e61abf9abcc675452202","aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","aoa:aoa-techniques:artifact:a6035ffadf74cdaa5ce7242d","aoa:aoa-techniques:artifact:b335630551682c19a781afeb","aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d","aoa:aoa-techniques:artifact:c4f6e9b2c3b7d9fc746c9018","aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","aoa:aoa-techniques:artifact:d00743dc4e878f258330dead","aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","aoa:aoa-techniques:artifact:d39fb28408cf3fb0f6d77214","aoa:aoa-techniques:artifact:d418d4c43458866dd3cfc410","aoa:aoa-techniques:artifact:d537a4537f49cb72b8045d90","aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","aoa:aoa-techniques:artifact:e5f4c29fb35ffbe366619cd7","aoa:aoa-techniques:artifact:e76d68a5b5eae349802a9128"],"temporal_ref":"historical","trust_ref":"observed"}, + {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0767006619a0cd12c1f8dcb7","aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","aoa:aoa-techniques:anchor:08147cb257934daaa6a0a80b","aoa:aoa-techniques:anchor:0a28f3466403c47b0319eb8a","aoa:aoa-techniques:anchor:0a8e26cf6061242be1e73ed0","aoa:aoa-techniques:anchor:121c6228b15f43915f86c23a","aoa:aoa-techniques:anchor:16cce21da1006eb3ad143335","aoa:aoa-techniques:anchor:2d7e03ce1dbd6147fe68b11d","aoa:aoa-techniques:anchor:2e97f6bf0bbef989ad50abc9","aoa:aoa-techniques:anchor:307b666103ba6f3d53b0354a","aoa:aoa-techniques:anchor:32ee124c2c222ff6d7a8451b","aoa:aoa-techniques:anchor:413c394090cfbc94d781202d","aoa:aoa-techniques:anchor:4920a368e209bd2071d61163","aoa:aoa-techniques:anchor:4d7c20aafd5a5616b97b2e62","aoa:aoa-techniques:anchor:514c19cd0e657d6ce9c431fa","aoa:aoa-techniques:anchor:52e110f4c70ecddf974a5e6e","aoa:aoa-techniques:anchor:58778a95328c2aa088c3af89","aoa:aoa-techniques:anchor:5c5a9ea83ed4755b013edebf","aoa:aoa-techniques:anchor:651b0fcaa678b2d00dadcb51","aoa:aoa-techniques:anchor:6dcd40d75400cbc939b04164","aoa:aoa-techniques:anchor:76eea640c24009aec1bfab28","aoa:aoa-techniques:anchor:77d9305b6eeebaa347d36141","aoa:aoa-techniques:anchor:89faf2102a33eb93ea1d7dc6","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:9cc7ca4245209d9ac659a736","aoa:aoa-techniques:anchor:a01f4ba8670297316a01a2bf","aoa:aoa-techniques:anchor:a0ae7bd833a34e8ba753daa5","aoa:aoa-techniques:anchor:ad15789ff37f3d468ff8b076","aoa:aoa-techniques:anchor:afbbf316a793168113b9e43e","aoa:aoa-techniques:anchor:b941b860b72291d7495d37d8","aoa:aoa-techniques:anchor:ccb88f747e5a7bebca190373","aoa:aoa-techniques:anchor:d88e1c4bad1b0610f57813e4","aoa:aoa-techniques:anchor:d9a9b2878690d70f1b1dc1eb","aoa:aoa-techniques:anchor:de45174711e11ed6a953ce49","aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ef80566e1761644e154032e8","aoa:aoa-techniques:anchor:f1cc87617e6f09446659cb48","aoa:aoa-techniques:anchor:faf746b7a53866226e5c2b3c","aoa:aoa-techniques:anchor:ff722a49ae8d3745219e2716"],"changes":[{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","old_path":"","path":".agents/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","old_path":"","path":".agents/skills/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2a7e780aaf2647f7cde8a07c","old_path":"","path":".agents/spark/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","old_path":"","path":"AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:42d9f271dea9edd048f8e120","old_path":"","path":"DESIGN.AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3dc5dd454e080eb849ee5efa","old_path":"","path":"DESIGN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","old_path":"","path":"config/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","old_path":"","path":"config/agents_mesh.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d00743dc4e878f258330dead","old_path":"","path":"docs/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","old_path":"","path":"docs/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3d14c3a6aa03429c49aa00cb","old_path":"","path":"docs/REPO_DOC_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d39fb28408cf3fb0f6d77214","old_path":"","path":"docs/REPO_DOC_SURFACE_LIFT_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19","old_path":"","path":"docs/ROOT_SURFACE_LAW.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","old_path":"","path":"docs/START_HERE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:25548ca6869965daad3c9589","old_path":"","path":"docs/decisions/2026-05-14-agent-surface-design-and-mesh.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","old_path":"","path":"docs/guardrails/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","old_path":"","path":"docs/guardrails/AGENTS_MESH_INDEX.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a6035ffadf74cdaa5ce7242d","old_path":"","path":"docs/guardrails/AGENTS_MESH_PROTOCOL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c4f6e9b2c3b7d9fc746c9018","old_path":"","path":"docs/guardrails/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8422851312e543e42101f9c5","old_path":"","path":"examples/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:73de061b3989ed8c40a36b86","old_path":"","path":"generated/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","old_path":"","path":"generated/agents_mesh.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","old_path":"","path":"generated/repo_doc_surface_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","old_path":"","path":"generated/repo_doc_surface_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:51158ba12109c933a9615bfb","old_path":"","path":"incoming/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e76d68a5b5eae349802a9128","old_path":"","path":"mechanics/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8ba7898e3f991ae2d1f985c8","old_path":"","path":"mechanics/tests/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d","old_path":"","path":"quests/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c6fbd98c4a0f88f7d8bfb6c","old_path":"","path":"schemas/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","old_path":"","path":"scripts/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7ec2281500eca2332f32efc0","old_path":"","path":"scripts/agents_mesh_common.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d418d4c43458866dd3cfc410","old_path":"","path":"scripts/build_agents_mesh_index.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963","old_path":"","path":"scripts/release_check.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:97117975e7a1a05d5c0e0a11","old_path":"","path":"scripts/validate_agents_md_shape.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","old_path":"","path":"scripts/validate_agents_mesh.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e5f4c29fb35ffbe366619cd7","old_path":"","path":"scripts/validate_agents_mesh_index.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d537a4537f49cb72b8045d90","old_path":"","path":"techniques/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a186e61abf9abcc675452202","old_path":"","path":"templates/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","old_path":"","path":"tests/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","old_path":"","path":"tests/test_agents_mesh.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"3fbce17998725c54d6e67ba90bde2834bed80b5f"}],"id":"aoa:aoa-techniques:event:bf35071e805c535fc753d8f1","label":"Add agent surface mesh","object_ids":["aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963","aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:1c6fbd98c4a0f88f7d8bfb6c","aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","aoa:aoa-techniques:artifact:25548ca6869965daad3c9589","aoa:aoa-techniques:artifact:2a7e780aaf2647f7cde8a07c","aoa:aoa-techniques:artifact:3dc5dd454e080eb849ee5efa","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:42d9f271dea9edd048f8e120","aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","aoa:aoa-techniques:artifact:73de061b3989ed8c40a36b86","aoa:aoa-techniques:artifact:7ec2281500eca2332f32efc0","aoa:aoa-techniques:artifact:8422851312e543e42101f9c5","aoa:aoa-techniques:artifact:8ba7898e3f991ae2d1f985c8","aoa:aoa-techniques:artifact:97117975e7a1a05d5c0e0a11","aoa:aoa-techniques:artifact:a186e61abf9abcc675452202","aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","aoa:aoa-techniques:artifact:a6035ffadf74cdaa5ce7242d","aoa:aoa-techniques:artifact:b335630551682c19a781afeb","aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d","aoa:aoa-techniques:artifact:c4f6e9b2c3b7d9fc746c9018","aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","aoa:aoa-techniques:artifact:d00743dc4e878f258330dead","aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","aoa:aoa-techniques:artifact:d39fb28408cf3fb0f6d77214","aoa:aoa-techniques:artifact:d418d4c43458866dd3cfc410","aoa:aoa-techniques:artifact:d537a4537f49cb72b8045d90","aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","aoa:aoa-techniques:artifact:e5f4c29fb35ffbe366619cd7","aoa:aoa-techniques:artifact:e76d68a5b5eae349802a9128"],"observation_state":"observed","occurred_at":"2026-05-14T23:33:52+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963","aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:1c6fbd98c4a0f88f7d8bfb6c","aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","aoa:aoa-techniques:artifact:25548ca6869965daad3c9589","aoa:aoa-techniques:artifact:2a7e780aaf2647f7cde8a07c","aoa:aoa-techniques:artifact:3dc5dd454e080eb849ee5efa","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:42d9f271dea9edd048f8e120","aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","aoa:aoa-techniques:artifact:73de061b3989ed8c40a36b86","aoa:aoa-techniques:artifact:7ec2281500eca2332f32efc0","aoa:aoa-techniques:artifact:8422851312e543e42101f9c5","aoa:aoa-techniques:artifact:8ba7898e3f991ae2d1f985c8","aoa:aoa-techniques:artifact:97117975e7a1a05d5c0e0a11","aoa:aoa-techniques:artifact:a186e61abf9abcc675452202","aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","aoa:aoa-techniques:artifact:a6035ffadf74cdaa5ce7242d","aoa:aoa-techniques:artifact:b335630551682c19a781afeb","aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d","aoa:aoa-techniques:artifact:c4f6e9b2c3b7d9fc746c9018","aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","aoa:aoa-techniques:artifact:d00743dc4e878f258330dead","aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","aoa:aoa-techniques:artifact:d39fb28408cf3fb0f6d77214","aoa:aoa-techniques:artifact:d418d4c43458866dd3cfc410","aoa:aoa-techniques:artifact:d537a4537f49cb72b8045d90","aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","aoa:aoa-techniques:artifact:e5f4c29fb35ffbe366619cd7","aoa:aoa-techniques:artifact:e76d68a5b5eae349802a9128"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:2914a4a235947730804edc19","aoa:aoa-techniques:anchor:6c226d4e8b71f30f920b2fdd","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:77ae89a437f7af629c753dda","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/TEMP_OWNER_BOUNDARY_BRIDGE_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:610f4b559b944866885cd4dc","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-wave-b-proof-publication-review.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"c1272275e986875c6d4c6f9091f5aa6e6ca662e7"}],"id":"aoa:aoa-techniques:event:c0b7846b96dd7157fe59de1e","label":"Review owner-boundary wave B (#378)","object_ids":["aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:610f4b559b944866885cd4dc","aoa:aoa-techniques:artifact:77ae89a437f7af629c753dda","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3"],"observation_state":"observed","occurred_at":"2026-05-07T07:10:12+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:610f4b559b944866885cd4dc","aoa:aoa-techniques:artifact:77ae89a437f7af629c753dda","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:1d3393930a228f83b6a40cc7","aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:275c69fea6f4ed237e677ba6","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/post-0054-kind-audit-hold-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"94d8669264d663368b456fff5b646855dfae2b80"}],"id":"aoa:aoa-techniques:event:c12090d56ebe7ae23dcc6a86","label":"Add post-0054 kind audit hold review (#246)","object_ids":["aoa:aoa-techniques:artifact:275c69fea6f4ed237e677ba6","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"observation_state":"observed","occurred_at":"2026-05-04T20:28:58+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:275c69fea6f4ed237e677ba6","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:025520f67c4473547e79f940","aoa:aoa-techniques:anchor:1999356011454c6a03635b9f","aoa:aoa-techniques:anchor:20a5eccfc031f4ee4e4cb2be","aoa:aoa-techniques:anchor:28f35886132515eda8358e4e","aoa:aoa-techniques:anchor:2ae4bfdcf2f16f238d8d2abf","aoa:aoa-techniques:anchor:3300dbb24d5bf0e5a69cd79f","aoa:aoa-techniques:anchor:33e9d45362a2c7b7b52d633d","aoa:aoa-techniques:anchor:3486b99467fcfe926d847ea9","aoa:aoa-techniques:anchor:3d0e306a862fa2c499a4ebf7","aoa:aoa-techniques:anchor:3f5cb9568cb25ef8b53f78a6","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:480d646dfc5d98aeae3827cb","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:49c34b0d89122f54e9fcd02d","aoa:aoa-techniques:anchor:4bc426b41811b9f2c9fa0264","aoa:aoa-techniques:anchor:4c90d2731db9899463d26522","aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:662e24a17b433b28c7d04cbf","aoa:aoa-techniques:anchor:67c2d2b9210e1d611a82d64a","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:6c0487ab5c82a135bb9d646d","aoa:aoa-techniques:anchor:6e49b468b4f7f9b2b2477002","aoa:aoa-techniques:anchor:71c60c774db666d34d6d709e","aoa:aoa-techniques:anchor:742ffb384c201b4341ba179c","aoa:aoa-techniques:anchor:756d8e5f4ec4a41de767985e","aoa:aoa-techniques:anchor:77804df5d74c874f5adb97bf","aoa:aoa-techniques:anchor:82e399eff7264e859ebe8da4","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:8ce7aec5aa70c36407699fa0","aoa:aoa-techniques:anchor:950cbf5a5fe7d61592ab6d6e","aoa:aoa-techniques:anchor:9f717dbb332cee68ef3dcdef","aoa:aoa-techniques:anchor:a087a6322bdea870d5ef27e4","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679","aoa:aoa-techniques:anchor:ac4e39372ebc3c3ba2dcd016","aoa:aoa-techniques:anchor:b3ed6e8cc30884df83d2cf3b","aoa:aoa-techniques:anchor:b6c5cf60936a620da4f55c74","aoa:aoa-techniques:anchor:bc828c64ce483f11d396878c","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:c1bf9b1328af5f4480f907fa","aoa:aoa-techniques:anchor:c9ce9bbcc4dd77e828bec54e","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:cfefbb491362bac257a30a14","aoa:aoa-techniques:anchor:d03a1bef68bd7c36ae10aa08","aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","aoa:aoa-techniques:anchor:d48d9ac189be3eee7a0503af","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:d70740b766f3ce0b887c5360","aoa:aoa-techniques:anchor:db839bae3840f6a898646c94","aoa:aoa-techniques:anchor:e1fda7f4bc62f925528582d6","aoa:aoa-techniques:anchor:e2875af0756418592a444192","aoa:aoa-techniques:anchor:e29272bc453292968bd08c2c","aoa:aoa-techniques:anchor:ed30810d749089eb4df0ea53","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3","aoa:aoa-techniques:anchor:f2eabda5b60ef92690ec5584","aoa:aoa-techniques:anchor:f4aeb2c49767d551d245372f"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","old_path":"","path":"docs/TECHNIQUE_TREE_CONTRACT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","old_path":"","path":"generated/technique_capsules.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","old_path":"","path":"generated/technique_capsules.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","old_path":"","path":"generated/technique_checklist_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","old_path":"","path":"generated/technique_checklist_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","old_path":"","path":"generated/technique_example_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","old_path":"","path":"generated/technique_example_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","old_path":"","path":"generated/technique_section_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","old_path":"","path":"legacy/INDEX.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:055c1b35f657cd8d6d4d41ef","old_path":"","path":"legacy/receipts/2026-05-05-decision-routing-tree-pilot.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","old_path":"","path":"legacy/receipts/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6","old_path":"","path":"mechanics/boundary-bridge/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:421b2ff25f00e355af6bb4e6","old_path":"","path":"mechanics/boundary-bridge/parts/owner-boundary-anchors/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:162b12067e96cd5aec11d4f3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/decision-routing-direct-read-migration-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ed41d63e9981165c3bbc8857","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-donor-harvest-pilot-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6121f2837bd826d3c12dc0e4","old_path":"","path":"mechanics/experience/parts/technique-candidate-bridge/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b55f83bb51ac6656d4d45bf3","old_path":"","path":"mechanics/growth-cycle/parts/stage-technique-anchors/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:de1c334450c40e51bb158627","old_path":"","path":"mechanics/questbook/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:60b99af72207d6d697ecae86","old_path":"","path":"mechanics/questbook/parts/harvest-promotion-anchors/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a9cd7cf6fa46aa3e2ec978f9","old_path":"","path":"mechanics/rpg/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8f9c5c7c089a1d57f3eadaa","old_path":"","path":"mechanics/rpg/parts/quest-overlay-anchors/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:37ea7080e0eb0ee0cdecc149","old_path":"","path":"mechanics/rpg/parts/source-boundary-anchors/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:38a49315041bafcde6096747","old_path":"","path":"reports/kind_ambiguity_audit.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca785fdeae3ee2044bca3d2d","old_path":"","path":"reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:517d2b1d5273d7915e2b334d","old_path":"","path":"reports/technique_tree_projection.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cc695f3a7df6fba3dcbadb9e","old_path":"","path":"techniques/continuity/donor-harvest/harvest-packet-contract/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b0acf9a0cd3ef34704ab6b29","old_path":"","path":"techniques/continuity/donor-harvest/multi-axis-quest-overlay/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7fb47fdeea85de0d2cd3d7b4","old_path":"","path":"techniques/continuity/donor-harvest/session-donor-harvest/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c17bd04cd670af6bdde1baf1","old_path":"","path":"techniques/governance/AGENTS.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:8c7bde31d34cfc557f300250","old_path":"techniques/agent-workflows/decision-fork-cards/TECHNIQUE.md","path":"techniques/governance/decision-routing/decision-fork-cards/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:1c70efc01155267a1dfb580c","old_path":"techniques/agent-workflows/decision-fork-cards/checks/decision-fork-cards-checklist.md","path":"techniques/governance/decision-routing/decision-fork-cards/checks/decision-fork-cards-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:b0bd65631ebc6eb9a9b0a8fc","old_path":"techniques/agent-workflows/decision-fork-cards/examples/minimal-decision-fork-cards.md","path":"techniques/governance/decision-routing/decision-fork-cards/examples/minimal-decision-fork-cards.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:395db01b03dd495d2cc8e3ff","old_path":"techniques/agent-workflows/decision-fork-cards/notes/canonical-readiness.md","path":"techniques/governance/decision-routing/decision-fork-cards/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:fed07009388e07ceef11d5ea","old_path":"techniques/agent-workflows/decision-fork-cards/notes/origin-evidence.md","path":"techniques/governance/decision-routing/decision-fork-cards/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:0ecc1df43f43ffd931ad3e37","old_path":"techniques/agent-workflows/decision-fork-cards/notes/second-context-adaptation.md","path":"techniques/governance/decision-routing/decision-fork-cards/notes/second-context-adaptation.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:15208e0bf31513e05ff40cee","old_path":"techniques/agent-workflows/owner-layer-triage/TECHNIQUE.md","path":"techniques/governance/decision-routing/owner-layer-triage/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:a64caec5b64873baeb0944dc","old_path":"techniques/agent-workflows/owner-layer-triage/checks/owner-layer-triage-checklist.md","path":"techniques/governance/decision-routing/owner-layer-triage/checks/owner-layer-triage-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:1feebfdfc1ebfd0c891a3bb3","old_path":"techniques/agent-workflows/owner-layer-triage/examples/minimal-owner-layer-triage.md","path":"techniques/governance/decision-routing/owner-layer-triage/examples/minimal-owner-layer-triage.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:83fbeefb957308e0d37ddd39","old_path":"techniques/agent-workflows/owner-layer-triage/notes/canonical-readiness.md","path":"techniques/governance/decision-routing/owner-layer-triage/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:38cd2647884499fc4cc451a3","old_path":"techniques/agent-workflows/owner-layer-triage/notes/origin-evidence.md","path":"techniques/governance/decision-routing/owner-layer-triage/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:ad331a09ce4b5b006b6f78d3","old_path":"techniques/agent-workflows/owner-layer-triage/notes/second-context-adaptation.md","path":"techniques/governance/decision-routing/owner-layer-triage/notes/second-context-adaptation.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:54e52db0d74cbf611ec0b42e","old_path":"techniques/agent-workflows/risk-passport-lift/TECHNIQUE.md","path":"techniques/governance/decision-routing/risk-passport-lift/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:dfee459f80b516e76e9337e9","old_path":"techniques/agent-workflows/risk-passport-lift/checks/risk-passport-lift-checklist.md","path":"techniques/governance/decision-routing/risk-passport-lift/checks/risk-passport-lift-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:d12aa26831c85f258052bf63","old_path":"techniques/agent-workflows/risk-passport-lift/examples/minimal-risk-passport-lift.md","path":"techniques/governance/decision-routing/risk-passport-lift/examples/minimal-risk-passport-lift.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:9514bee0581fa398d68a2ea7","old_path":"techniques/agent-workflows/risk-passport-lift/notes/canonical-readiness.md","path":"techniques/governance/decision-routing/risk-passport-lift/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:c14d23d4cb272f97e0686272","old_path":"techniques/agent-workflows/risk-passport-lift/notes/origin-evidence.md","path":"techniques/governance/decision-routing/risk-passport-lift/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:c1dea42f912add6a5ee89eff","old_path":"techniques/agent-workflows/risk-passport-lift/notes/second-context-adaptation.md","path":"techniques/governance/decision-routing/risk-passport-lift/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2496752a594db80f28ce885e","old_path":"","path":"techniques/recovery/diagnosis-repair/session-drift-taxonomy/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5c1073429c3a0b92540ff9b5","old_path":"","path":"tests/test_diagnosis_repair_tree_pilot.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","old_path":"","path":"tests/test_root_legacy_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"0a12a82e2ffc909b233528fb48340d5d8395ab96"}],"id":"aoa:aoa-techniques:event:c2b8a8654ee4392f73f32e15","label":"Migrate decision routing techniques (#307)","object_ids":["aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6","aoa:aoa-techniques:artifact:055c1b35f657cd8d6d4d41ef","aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:0ecc1df43f43ffd931ad3e37","aoa:aoa-techniques:artifact:15208e0bf31513e05ff40cee","aoa:aoa-techniques:artifact:162b12067e96cd5aec11d4f3","aoa:aoa-techniques:artifact:1c70efc01155267a1dfb580c","aoa:aoa-techniques:artifact:1feebfdfc1ebfd0c891a3bb3","aoa:aoa-techniques:artifact:2496752a594db80f28ce885e","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:37ea7080e0eb0ee0cdecc149","aoa:aoa-techniques:artifact:38cd2647884499fc4cc451a3","aoa:aoa-techniques:artifact:395db01b03dd495d2cc8e3ff","aoa:aoa-techniques:artifact:421b2ff25f00e355af6bb4e6","aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:54e52db0d74cbf611ec0b42e","aoa:aoa-techniques:artifact:5c1073429c3a0b92540ff9b5","aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","aoa:aoa-techniques:artifact:60b99af72207d6d697ecae86","aoa:aoa-techniques:artifact:6121f2837bd826d3c12dc0e4","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7fb47fdeea85de0d2cd3d7b4","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:83fbeefb957308e0d37ddd39","aoa:aoa-techniques:artifact:8c7bde31d34cfc557f300250","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:9514bee0581fa398d68a2ea7","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a64caec5b64873baeb0944dc","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:a9cd7cf6fa46aa3e2ec978f9","aoa:aoa-techniques:artifact:ad331a09ce4b5b006b6f78d3","aoa:aoa-techniques:artifact:b0acf9a0cd3ef34704ab6b29","aoa:aoa-techniques:artifact:b0bd65631ebc6eb9a9b0a8fc","aoa:aoa-techniques:artifact:b55f83bb51ac6656d4d45bf3","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:b8f9c5c7c089a1d57f3eadaa","aoa:aoa-techniques:artifact:c14d23d4cb272f97e0686272","aoa:aoa-techniques:artifact:c17bd04cd670af6bdde1baf1","aoa:aoa-techniques:artifact:c1dea42f912add6a5ee89eff","aoa:aoa-techniques:artifact:cc695f3a7df6fba3dcbadb9e","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:d12aa26831c85f258052bf63","aoa:aoa-techniques:artifact:de1c334450c40e51bb158627","aoa:aoa-techniques:artifact:dfee459f80b516e76e9337e9","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","aoa:aoa-techniques:artifact:ed41d63e9981165c3bbc8857","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","aoa:aoa-techniques:artifact:fed07009388e07ceef11d5ea"],"observation_state":"observed","occurred_at":"2026-05-06T03:27:01+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6","aoa:aoa-techniques:artifact:055c1b35f657cd8d6d4d41ef","aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:0ecc1df43f43ffd931ad3e37","aoa:aoa-techniques:artifact:15208e0bf31513e05ff40cee","aoa:aoa-techniques:artifact:162b12067e96cd5aec11d4f3","aoa:aoa-techniques:artifact:1c70efc01155267a1dfb580c","aoa:aoa-techniques:artifact:1feebfdfc1ebfd0c891a3bb3","aoa:aoa-techniques:artifact:2496752a594db80f28ce885e","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:37ea7080e0eb0ee0cdecc149","aoa:aoa-techniques:artifact:38cd2647884499fc4cc451a3","aoa:aoa-techniques:artifact:395db01b03dd495d2cc8e3ff","aoa:aoa-techniques:artifact:421b2ff25f00e355af6bb4e6","aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:54e52db0d74cbf611ec0b42e","aoa:aoa-techniques:artifact:5c1073429c3a0b92540ff9b5","aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","aoa:aoa-techniques:artifact:60b99af72207d6d697ecae86","aoa:aoa-techniques:artifact:6121f2837bd826d3c12dc0e4","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7fb47fdeea85de0d2cd3d7b4","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:83fbeefb957308e0d37ddd39","aoa:aoa-techniques:artifact:8c7bde31d34cfc557f300250","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:9514bee0581fa398d68a2ea7","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a64caec5b64873baeb0944dc","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:a9cd7cf6fa46aa3e2ec978f9","aoa:aoa-techniques:artifact:ad331a09ce4b5b006b6f78d3","aoa:aoa-techniques:artifact:b0acf9a0cd3ef34704ab6b29","aoa:aoa-techniques:artifact:b0bd65631ebc6eb9a9b0a8fc","aoa:aoa-techniques:artifact:b55f83bb51ac6656d4d45bf3","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:b8f9c5c7c089a1d57f3eadaa","aoa:aoa-techniques:artifact:c14d23d4cb272f97e0686272","aoa:aoa-techniques:artifact:c17bd04cd670af6bdde1baf1","aoa:aoa-techniques:artifact:c1dea42f912add6a5ee89eff","aoa:aoa-techniques:artifact:cc695f3a7df6fba3dcbadb9e","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:d12aa26831c85f258052bf63","aoa:aoa-techniques:artifact:de1c334450c40e51bb158627","aoa:aoa-techniques:artifact:dfee459f80b516e76e9337e9","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","aoa:aoa-techniques:artifact:ed41d63e9981165c3bbc8857","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","aoa:aoa-techniques:artifact:fed07009388e07ceef11d5ea"],"temporal_ref":"historical","trust_ref":"observed"}, @@ -511,7 +507,7 @@ {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:05bc9804c7daefad3f66ac01","aoa:aoa-techniques:anchor:23f6ab7a9657dd024034517c","aoa:aoa-techniques:anchor:35b718f92aa8648b6c366472","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:45fcb59871f870767d4579f1","aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:6c1ed5fe78fcc8e49a1f045e","aoa:aoa-techniques:anchor:71671de120f09df7ff17b904","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:ac00b1dbf624011326d60345","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:c060a0aa80f595d95d16d9d6","aoa:aoa-techniques:anchor:c1639cc1867f0e495e49a78c","aoa:aoa-techniques:anchor:c32ad8f164c446aceda8e69d","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:cd29ce0767efc9aad1a2d84b","aoa:aoa-techniques:anchor:e08e5530b3c8bf3f3e021969","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","old_path":"","path":"data/technique_kind_overlay.csv"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","old_path":"","path":"data/technique_kind_overlay.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e68b0d639bece8be88382143","old_path":"","path":"docs/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","old_path":"","path":"generated/technique_kind_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","old_path":"","path":"generated/technique_promotion_readiness.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","old_path":"","path":"mechanics/audit/parts/external-evidence-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:13623f22e42783639afea8a4","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/TEMP_PROMOTION_EVIDENCE_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca785fdeae3ee2044bca3d2d","old_path":"","path":"reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:517d2b1d5273d7915e2b334d","old_path":"","path":"reports/technique_tree_projection.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1f075c343588762780b816f9","old_path":"","path":"techniques/ingest/media-ingest/perceptual-media-dedupe-with-threshold-review/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:94dddaae2a2489acca6c5dc0","old_path":"","path":"techniques/ingest/media-ingest/perceptual-media-dedupe-with-threshold-review/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:41d67ac8b66668035b22c04a","old_path":"","path":"techniques/ingest/media-ingest/perceptual-media-dedupe-with-threshold-review/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6becd745ed2dbfa4b6e4e6f1","old_path":"","path":"techniques/ingest/media-ingest/perceptual-media-dedupe-with-threshold-review/notes/external-import-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:fe89a5cdcdb58e392a5588f7","old_path":"","path":"techniques/ingest/media-ingest/perceptual-media-dedupe-with-threshold-review/notes/external-origin.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e424aad1e63831ec85e17e49","old_path":"","path":"techniques/ingest/media-ingest/perceptual-media-dedupe-with-threshold-review/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","old_path":"","path":"tests/test_audit_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"bc00c5ead42a3a79219874e9c5efaa9306828256"}],"id":"aoa:aoa-techniques:event:cfea9e93149ec48406fb621f","label":"Promote perceptual media dedupe evidence","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:1f075c343588762780b816f9","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:41d67ac8b66668035b22c04a","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:6becd745ed2dbfa4b6e4e6f1","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:94dddaae2a2489acca6c5dc0","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:e424aad1e63831ec85e17e49","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:fe89a5cdcdb58e392a5588f7"],"observation_state":"observed","occurred_at":"2026-05-13T03:17:30+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:1f075c343588762780b816f9","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:41d67ac8b66668035b22c04a","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:6becd745ed2dbfa4b6e4e6f1","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:94dddaae2a2489acca6c5dc0","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:e424aad1e63831ec85e17e49","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:fe89a5cdcdb58e392a5588f7"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:20a5eccfc031f4ee4e4cb2be","aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a","aoa:aoa-techniques:anchor:7e781f53509355187248453e","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:e8e9e9ae76197e1ef03bb9fe"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:65e16107b952e70c8143f444","old_path":"","path":"docs/KAG_SOURCE_LIFT_GUIDE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","old_path":"","path":"generated/technique_example_manifest.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","old_path":"","path":"generated/technique_example_manifest.min.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6408b7f6d50ec2fda7b3357a","old_path":"","path":"scripts/build_example_manifest.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"87f59af85cfea2ed6e89b4a8e45c3a11751d51b0"}],"id":"aoa:aoa-techniques:event:d09509a79946a10ae6a4685b","label":"kag: add example manifest pilot (#56)","object_ids":["aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:6408b7f6d50ec2fda7b3357a","aoa:aoa-techniques:artifact:65e16107b952e70c8143f444","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4"],"observation_state":"observed","occurred_at":"2026-03-17T15:53:55-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:6408b7f6d50ec2fda7b3357a","aoa:aoa-techniques:artifact:65e16107b952e70c8143f444","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:e59b2b40078eeef86eb33dcf","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","old_path":"","path":"docs/TECHNIQUE_TREE_CONTRACT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:33de82121c5e5c731af967ab","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/intent-chain-direct-read-migration-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"43f9e18204253c5d9e9d5c5cf412edf6e4468fc1"}],"id":"aoa:aoa-techniques:event:d0b53ae50fe8117996134dcf","label":"Accept intent-chain migration review","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:33de82121c5e5c731af967ab","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"observation_state":"observed","occurred_at":"2026-05-06T01:37:45+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:33de82121c5e5c731af967ab","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"temporal_ref":"historical","trust_ref":"observed"}, - {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","old_path":"","path":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"7f1d5c845fb1e67af46150c1336ef6369db38bb2"}],"id":"aoa:aoa-techniques:event:d1259e220381633d2e76d984","label":"Guard dry run preview step shape (#389)","object_ids":["aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa"],"observation_state":"observed","occurred_at":"2026-05-08T01:47:54+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa"],"temporal_ref":"historical","trust_ref":"observed"}, + {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":[],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","old_path":"","path":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"7f1d5c845fb1e67af46150c1336ef6369db38bb2"}],"id":"aoa:aoa-techniques:event:d1259e220381633d2e76d984","label":"Guard dry run preview step shape (#389)","object_ids":[],"observation_state":"observed","occurred_at":"2026-05-08T01:47:54+03:00","provenance_ref":"observed","source_record_ids":[],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0a225f0f13fca2586c011374","aoa:aoa-techniques:anchor:3b2d233f15714b0a091488cd","aoa:aoa-techniques:anchor:f0ffaf3b7bf0bae97872af76"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:02b9d67150122bff94236586","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/bundle-anatomy-rubric-hardening.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e3946edd787b6a3494f7812e","old_path":"","path":"mechanics/distillation/tests/test_distillation_reform_ingress_reviews.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9474485b910fe51774c07f50","old_path":"","path":"tests/test_test_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"e30e26fae2c47fdef2fd80b9225aee8e2c661b5b"}],"id":"aoa:aoa-techniques:event:d12c65e7458c047f1929e96b","label":"Define promotion evidence hold rubric label","object_ids":["aoa:aoa-techniques:artifact:02b9d67150122bff94236586","aoa:aoa-techniques:artifact:9474485b910fe51774c07f50","aoa:aoa-techniques:artifact:e3946edd787b6a3494f7812e"],"observation_state":"observed","occurred_at":"2026-06-15T20:47:34+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:02b9d67150122bff94236586","aoa:aoa-techniques:artifact:9474485b910fe51774c07f50","aoa:aoa-techniques:artifact:e3946edd787b6a3494f7812e"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:d4df5ac720c1168c777e2a9f"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e0fdabb85c8668f75f6b7d80","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/bundle-anatomy-wave-c-review.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"3ba9a4220b3bb568fb3dae989f0e6fb39eccea3b"}],"id":"aoa:aoa-techniques:event:d12d86e31733b5762d4984ed","label":"Audit bundle anatomy wave C (#342)","object_ids":["aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e0fdabb85c8668f75f6b7d80"],"observation_state":"observed","occurred_at":"2026-05-06T18:57:38+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e0fdabb85c8668f75f6b7d80"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0f15e80c000c8f5d22d6d178"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","old_path":"","path":"docs/EXTERNAL_TECHNIQUE_CANDIDATES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"6e753215d59419afcc1b5d493830b9368987b07b"}],"id":"aoa:aoa-techniques:event:d143c981347e36b099b4169c","label":"Refine donor narrowing guidance for phase-synced handoffs","object_ids":["aoa:aoa-techniques:artifact:0435b1a7c020c61732614001"],"observation_state":"observed","occurred_at":"2026-03-22T20:33:04-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:0435b1a7c020c61732614001"],"temporal_ref":"historical","trust_ref":"observed"}, @@ -550,7 +546,7 @@ {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:8b2203dee7df3cd1d8df3f75"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5b00df740809b23874e59462","old_path":"","path":"mechanics/antifragility/tests/test_antifragility_mechanics_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"8b2ad2de65e3ce6ff7dc6fc0665c03068f3e90b1"}],"id":"aoa:aoa-techniques:event:e2167db61c18216aac78cb50","label":"Harden antifragility ORQ receipt test (#476)","object_ids":["aoa:aoa-techniques:artifact:5b00df740809b23874e59462"],"observation_state":"observed","occurred_at":"2026-06-15T21:30:32+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:5b00df740809b23874e59462"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:91e8e8a20f8a83d94aff8a26","aoa:aoa-techniques:anchor:c7eb4c94bad8171ccf270b7b","aoa:aoa-techniques:anchor:d94cfe492539a2cff88878b1"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e080f32f155a94dc30c4880a","old_path":"","path":"techniques/evaluation/published-summary-remediation-snapshot/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:de9e4c9bfdb0763a5d163e4a","old_path":"","path":"techniques/evaluation/published-summary-remediation-snapshot/checks/remediation-snapshot-checklist.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:82f0a2693ba3c77b1addb366","old_path":"","path":"techniques/evaluation/published-summary-remediation-snapshot/examples/minimal-remediation-snapshot.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"8330cda8c9c2f5a57f4f4cfa134f307a38ed45e2"}],"id":"aoa:aoa-techniques:event:e239bae5972b1a6152046883","label":"technique: add published-summary-remediation-snapshot (#13)","object_ids":["aoa:aoa-techniques:artifact:82f0a2693ba3c77b1addb366","aoa:aoa-techniques:artifact:de9e4c9bfdb0763a5d163e4a","aoa:aoa-techniques:artifact:e080f32f155a94dc30c4880a","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa"],"observation_state":"observed","occurred_at":"2026-03-14T00:45:47+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:82f0a2693ba3c77b1addb366","aoa:aoa-techniques:artifact:de9e4c9bfdb0763a5d163e4a","aoa:aoa-techniques:artifact:e080f32f155a94dc30c4880a","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:05bc9804c7daefad3f66ac01","aoa:aoa-techniques:anchor:35b718f92aa8648b6c366472","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:71671de120f09df7ff17b904","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:8a8a50e89f1a281833ce95d7","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:ac00b1dbf624011326d60345","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:c060a0aa80f595d95d16d9d6","aoa:aoa-techniques:anchor:c1639cc1867f0e495e49a78c","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:d13e600fffb03bebc1c3cfac","aoa:aoa-techniques:anchor:e149c66942cf4a3849902e23","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","old_path":"","path":"data/technique_kind_overlay.csv"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","old_path":"","path":"data/technique_kind_overlay.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e68b0d639bece8be88382143","old_path":"","path":"docs/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","old_path":"","path":"generated/technique_kind_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","old_path":"","path":"generated/technique_promotion_readiness.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","old_path":"","path":"mechanics/audit/parts/external-evidence-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:13623f22e42783639afea8a4","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/TEMP_PROMOTION_EVIDENCE_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca785fdeae3ee2044bca3d2d","old_path":"","path":"reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:517d2b1d5273d7915e2b334d","old_path":"","path":"reports/technique_tree_projection.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f452271ce0b41ea2499f9a3a","old_path":"","path":"techniques/governance/approval-evidence/fail-closed-evidence-gate/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ce26dc3b28b6fd3d202e08b6","old_path":"","path":"techniques/governance/approval-evidence/fail-closed-evidence-gate/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:aa31c94ff2ceae6a801d1098","old_path":"","path":"techniques/governance/approval-evidence/fail-closed-evidence-gate/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","old_path":"","path":"tests/test_audit_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"2aca87d2c4be397365797d9900c44d14c232914a"}],"id":"aoa:aoa-techniques:event:e28298323968fdbfcf8c871a","label":"Promote fail-closed gate evidence (#424)","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:aa31c94ff2ceae6a801d1098","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:ce26dc3b28b6fd3d202e08b6","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f452271ce0b41ea2499f9a3a","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"observation_state":"observed","occurred_at":"2026-05-13T01:54:06+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:aa31c94ff2ceae6a801d1098","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:ce26dc3b28b6fd3d202e08b6","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f452271ce0b41ea2499f9a3a","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"temporal_ref":"historical","trust_ref":"observed"}, - {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:2d7e03ce1dbd6147fe68b11d","aoa:aoa-techniques:anchor:4ee1d2c2763ee13e01827f9f","aoa:aoa-techniques:anchor:52e110f4c70ecddf974a5e6e","aoa:aoa-techniques:anchor:766568f058b843c6ab292b82","aoa:aoa-techniques:anchor:77d9305b6eeebaa347d36141","aoa:aoa-techniques:anchor:89faf2102a33eb93ea1d7dc6","aoa:aoa-techniques:anchor:916f3e93be9caf885a15ca06","aoa:aoa-techniques:anchor:faf746b7a53866226e5c2b3c"],"changes":[{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","old_path":"","path":".agents/skills/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","old_path":"","path":"config/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0892ac9eb6d01138794e4d09","old_path":"","path":"data/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8422851312e543e42101f9c5","old_path":"","path":"examples/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:51158ba12109c933a9615bfb","old_path":"","path":"incoming/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:05c62b734a205855cde932b9","old_path":"","path":"reports/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1c6fbd98c4a0f88f7d8bfb6c","old_path":"","path":"schemas/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","old_path":"","path":"scripts/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","old_path":"","path":"scripts/validate_semantic_agents.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","old_path":"","path":"tests/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:03b76abc01704964e291b6af","old_path":"","path":"tests/test_validate_semantic_agents.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"66d22f1a69d06f34471963cf8370c080bae66c86"}],"id":"aoa:aoa-techniques:event:e29ae2720a07ca50ba605964","label":"Add semantic AGENTS validation","object_ids":["aoa:aoa-techniques:artifact:03b76abc01704964e291b6af","aoa:aoa-techniques:artifact:1c6fbd98c4a0f88f7d8bfb6c","aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","aoa:aoa-techniques:artifact:8422851312e543e42101f9c5","aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469"],"observation_state":"observed","occurred_at":"2026-04-24T14:30:03-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:03b76abc01704964e291b6af","aoa:aoa-techniques:artifact:1c6fbd98c4a0f88f7d8bfb6c","aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","aoa:aoa-techniques:artifact:8422851312e543e42101f9c5","aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469"],"temporal_ref":"historical","trust_ref":"observed"}, + {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:2d7e03ce1dbd6147fe68b11d","aoa:aoa-techniques:anchor:4ee1d2c2763ee13e01827f9f","aoa:aoa-techniques:anchor:52e110f4c70ecddf974a5e6e","aoa:aoa-techniques:anchor:77d9305b6eeebaa347d36141","aoa:aoa-techniques:anchor:89faf2102a33eb93ea1d7dc6","aoa:aoa-techniques:anchor:916f3e93be9caf885a15ca06","aoa:aoa-techniques:anchor:faf746b7a53866226e5c2b3c"],"changes":[{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","old_path":"","path":".agents/skills/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","old_path":"","path":"config/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0892ac9eb6d01138794e4d09","old_path":"","path":"data/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8422851312e543e42101f9c5","old_path":"","path":"examples/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:51158ba12109c933a9615bfb","old_path":"","path":"incoming/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:05c62b734a205855cde932b9","old_path":"","path":"reports/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1c6fbd98c4a0f88f7d8bfb6c","old_path":"","path":"schemas/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","old_path":"","path":"scripts/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","old_path":"","path":"scripts/validate_semantic_agents.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","old_path":"","path":"tests/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:03b76abc01704964e291b6af","old_path":"","path":"tests/test_validate_semantic_agents.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"66d22f1a69d06f34471963cf8370c080bae66c86"}],"id":"aoa:aoa-techniques:event:e29ae2720a07ca50ba605964","label":"Add semantic AGENTS validation","object_ids":["aoa:aoa-techniques:artifact:03b76abc01704964e291b6af","aoa:aoa-techniques:artifact:1c6fbd98c4a0f88f7d8bfb6c","aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","aoa:aoa-techniques:artifact:8422851312e543e42101f9c5","aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469"],"observation_state":"observed","occurred_at":"2026-04-24T14:30:03-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:03b76abc01704964e291b6af","aoa:aoa-techniques:artifact:1c6fbd98c4a0f88f7d8bfb6c","aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","aoa:aoa-techniques:artifact:8422851312e543e42101f9c5","aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:4f1f0a4c32b33a81a72ca3cc","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:b1b997a86c119d019c1835ef","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d","old_path":"","path":"techniques/docs/single-source-rule-distribution/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ae6a24c973825a7e162c5372","old_path":"","path":"techniques/docs/single-source-rule-distribution/notes/external-import-review.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"faf3c822590b97a6286cc163c2a1cd923c6c1a72"}],"id":"aoa:aoa-techniques:event:e3082c788d1a64eab3ae8d67","label":"technique: add external import review for AOA-T-0013 (#81)","object_ids":["aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:ae6a24c973825a7e162c5372","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"observation_state":"observed","occurred_at":"2026-03-18T21:39:17-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:ae6a24c973825a7e162c5372","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:01b6dccf42035ac00add3458","aoa:aoa-techniques:anchor:11102557dfa5b3e3ba27b41d","aoa:aoa-techniques:anchor:15a499fac37dc1fcded9d740","aoa:aoa-techniques:anchor:401eee461517107be51ea0ac","aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:7818af5514e47af7b6532832","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:ac00b1dbf624011326d60345","aoa:aoa-techniques:anchor:b16ccad9d7080baa19c64402","aoa:aoa-techniques:anchor:bec9b219e1e05fee0d16a32f","aoa:aoa-techniques:anchor:c1639cc1867f0e495e49a78c","aoa:aoa-techniques:anchor:c325ac7872a4018aa16a4bc4","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:f7d3291f5a99b196a2e2892b"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","old_path":"","path":"generated/technique_promotion_readiness.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","old_path":"","path":"mechanics/audit/parts/external-evidence-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:13623f22e42783639afea8a4","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/TEMP_PROMOTION_EVIDENCE_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:03bbd5aec688a30c8470b0c6","old_path":"","path":"techniques/knowledge-lift/kag-source-lift/evidence-note-provenance-lift/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cbbc0b435dd969dd5416049f","old_path":"","path":"techniques/knowledge-lift/kag-source-lift/github-review-template-lift/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0b077def2400952252b8064c","old_path":"","path":"techniques/knowledge-lift/kag-source-lift/github-review-template-lift/notes/canonical-readiness.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:917654affae3815055b1803b","old_path":"","path":"techniques/knowledge-lift/kag-source-lift/github-review-template-lift/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bc8dcfd5133139fbac797cd3","old_path":"","path":"techniques/knowledge-lift/kag-source-lift/repo-doc-surface-lift/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0e0a99b1daa3ca54d8e97b14","old_path":"","path":"techniques/knowledge-lift/kag-source-lift/repo-doc-surface-lift/notes/canonical-readiness.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:546282426a259a82d02eb975","old_path":"","path":"techniques/knowledge-lift/kag-source-lift/repo-doc-surface-lift/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f5cb82211a3c603b88454242","old_path":"","path":"techniques/knowledge-lift/kag-source-lift/semantic-review-surface-lift/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:22d047b833412564e445bc5f","old_path":"","path":"techniques/knowledge-lift/kag-source-lift/semantic-review-surface-lift/notes/canonical-readiness.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"450fa04267ed67de1bffc05651423c53edc65906"}],"id":"aoa:aoa-techniques:event:e3a66126b4d00fb8785908dd","label":"Advance Pack 6 promotion evidence pass","object_ids":["aoa:aoa-techniques:artifact:03bbd5aec688a30c8470b0c6","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0b077def2400952252b8064c","aoa:aoa-techniques:artifact:0e0a99b1daa3ca54d8e97b14","aoa:aoa-techniques:artifact:22d047b833412564e445bc5f","aoa:aoa-techniques:artifact:546282426a259a82d02eb975","aoa:aoa-techniques:artifact:917654affae3815055b1803b","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bc8dcfd5133139fbac797cd3","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:cbbc0b435dd969dd5416049f","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f5cb82211a3c603b88454242"],"observation_state":"observed","occurred_at":"2026-05-12T20:47:54+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:03bbd5aec688a30c8470b0c6","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0b077def2400952252b8064c","aoa:aoa-techniques:artifact:0e0a99b1daa3ca54d8e97b14","aoa:aoa-techniques:artifact:22d047b833412564e445bc5f","aoa:aoa-techniques:artifact:546282426a259a82d02eb975","aoa:aoa-techniques:artifact:917654affae3815055b1803b","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bc8dcfd5133139fbac797cd3","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:cbbc0b435dd969dd5416049f","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f5cb82211a3c603b88454242"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:017f335b4e63a974f1df37d5","aoa:aoa-techniques:anchor:05bc9804c7daefad3f66ac01","aoa:aoa-techniques:anchor:15d26e95cce52b814b9c1768","aoa:aoa-techniques:anchor:1ba06ccad01d5b99e0da2218","aoa:aoa-techniques:anchor:21f09c41a507b118733cdbb5","aoa:aoa-techniques:anchor:245a40727d3b790aba9d44af","aoa:aoa-techniques:anchor:270321c9571c578f03a6f87f","aoa:aoa-techniques:anchor:35b718f92aa8648b6c366472","aoa:aoa-techniques:anchor:3fbaf7c4d3fd1375f9ccd6d5","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468","aoa:aoa-techniques:anchor:579bfa2cd9bcffa90eea4355","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:62fa78aa20db1108f20e0544","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:6bb766936f288b1c436fa8b8","aoa:aoa-techniques:anchor:71671de120f09df7ff17b904","aoa:aoa-techniques:anchor:72668b0ed9a050cf6dab9b00","aoa:aoa-techniques:anchor:727d33a82b2446eb09575281","aoa:aoa-techniques:anchor:7bf0570a768ebb0ffecc1587","aoa:aoa-techniques:anchor:7cbca15d67e40d53c37e270b","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:ac00b1dbf624011326d60345","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:c060a0aa80f595d95d16d9d6","aoa:aoa-techniques:anchor:c1639cc1867f0e495e49a78c","aoa:aoa-techniques:anchor:c697c061ac49e7003df2a086","aoa:aoa-techniques:anchor:cc8e0cb3cef1639c0df82701","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:ed00e47b023ae2b78b6db184","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","old_path":"","path":"data/technique_kind_overlay.csv"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","old_path":"","path":"data/technique_kind_overlay.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","old_path":"","path":"docs/INSTRUCTION_SURFACE_SEMANTIC_REVIEW.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e68b0d639bece8be88382143","old_path":"","path":"docs/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:278e247ced992378ca887cab","old_path":"","path":"generated/semantic_review_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","old_path":"","path":"generated/technique_kind_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","old_path":"","path":"generated/technique_promotion_readiness.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","old_path":"","path":"mechanics/audit/parts/external-evidence-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:13623f22e42783639afea8a4","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/TEMP_PROMOTION_EVIDENCE_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:38a49315041bafcde6096747","old_path":"","path":"reports/kind_ambiguity_audit.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca785fdeae3ee2044bca3d2d","old_path":"","path":"reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:517d2b1d5273d7915e2b334d","old_path":"","path":"reports/technique_tree_projection.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3b84eac22e537f80f7074d04","old_path":"","path":"techniques/instruction/instruction-surface/cross-agent-skill-propagation/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8f65fd2dded84d84cb50acb8","old_path":"","path":"techniques/instruction/instruction-surface/cross-agent-skill-propagation/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e3c7e02b034f43534d39f926","old_path":"","path":"techniques/instruction/instruction-surface/cross-agent-skill-propagation/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:fbaabdfe7f365255aa96e605","old_path":"","path":"techniques/instruction/instruction-surface/cross-agent-skill-propagation/notes/external-import-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8be1340ecc195708af9e289e","old_path":"","path":"techniques/instruction/instruction-surface/cross-agent-skill-propagation/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80","old_path":"","path":"techniques/instruction/instruction-surface/fragmented-agent-context/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c18c15d5b53aea9cb2b86585","old_path":"","path":"techniques/instruction/instruction-surface/fragmented-agent-context/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d9e85bcd996dfaea520ffab9","old_path":"","path":"techniques/instruction/instruction-surface/fragmented-agent-context/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:476ae3c988825c9085bb65ed","old_path":"","path":"techniques/instruction/instruction-surface/fragmented-agent-context/notes/external-import-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4af94223d5ac80b912d5a525","old_path":"","path":"techniques/instruction/instruction-surface/fragmented-agent-context/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7ae7e0fb8a52550682ac1b54","old_path":"","path":"techniques/instruction/instruction-surface/nested-rule-loading/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a90bafd07c78f9228d92fa6a","old_path":"","path":"techniques/instruction/instruction-surface/nested-rule-loading/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:29c662eba24dd8fb14798dd3","old_path":"","path":"techniques/instruction/instruction-surface/nested-rule-loading/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d2041503c269305ee6bfe382","old_path":"","path":"techniques/instruction/instruction-surface/nested-rule-loading/notes/external-import-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2613272fd48c6208e2902fe7","old_path":"","path":"techniques/instruction/instruction-surface/nested-rule-loading/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","old_path":"","path":"tests/test_audit_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"e5d1dfdc6379524515455964ed30b656ce158668"}],"id":"aoa:aoa-techniques:event:e48cbead8044f4bbce89ca91","label":"Promote instruction-surface evidence","object_ids":["aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:2613272fd48c6208e2902fe7","aoa:aoa-techniques:artifact:278e247ced992378ca887cab","aoa:aoa-techniques:artifact:29c662eba24dd8fb14798dd3","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:3b84eac22e537f80f7074d04","aoa:aoa-techniques:artifact:476ae3c988825c9085bb65ed","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4af94223d5ac80b912d5a525","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:7ae7e0fb8a52550682ac1b54","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:8be1340ecc195708af9e289e","aoa:aoa-techniques:artifact:8f65fd2dded84d84cb50acb8","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a90bafd07c78f9228d92fa6a","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c18c15d5b53aea9cb2b86585","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:d2041503c269305ee6bfe382","aoa:aoa-techniques:artifact:d9e85bcd996dfaea520ffab9","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:e3c7e02b034f43534d39f926","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:fbaabdfe7f365255aa96e605"],"observation_state":"observed","occurred_at":"2026-05-12T18:45:02+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:2613272fd48c6208e2902fe7","aoa:aoa-techniques:artifact:278e247ced992378ca887cab","aoa:aoa-techniques:artifact:29c662eba24dd8fb14798dd3","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:3b84eac22e537f80f7074d04","aoa:aoa-techniques:artifact:476ae3c988825c9085bb65ed","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4af94223d5ac80b912d5a525","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:7ae7e0fb8a52550682ac1b54","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:8be1340ecc195708af9e289e","aoa:aoa-techniques:artifact:8f65fd2dded84d84cb50acb8","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a90bafd07c78f9228d92fa6a","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c18c15d5b53aea9cb2b86585","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:d2041503c269305ee6bfe382","aoa:aoa-techniques:artifact:d9e85bcd996dfaea520ffab9","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:e3c7e02b034f43534d39f926","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:fbaabdfe7f365255aa96e605"],"temporal_ref":"historical","trust_ref":"observed"}, @@ -565,7 +561,7 @@ {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:186352448f41da3d4c4fb45d","aoa:aoa-techniques:anchor:1946044f6fd4365a3d493247","aoa:aoa-techniques:anchor:1b60f755da2d040dc5a742df","aoa:aoa-techniques:anchor:1e26108ec94ffa5dea870a60","aoa:aoa-techniques:anchor:2129cc6ab0ae64aab4507db5","aoa:aoa-techniques:anchor:24e6067fc216878dc60eec73","aoa:aoa-techniques:anchor:36963f3e86f37c8ca86cba23","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:505ca391ac1507d95a92ca44","aoa:aoa-techniques:anchor:53793786a4cb1c1ea2921c99","aoa:aoa-techniques:anchor:5a3c7a8e5ec6967b4e10277e","aoa:aoa-techniques:anchor:5d8708e26b3b65eefbe0db09","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:99e2b22815d6ac528ce0ec40","aoa:aoa-techniques:anchor:a20636241a8dc5adffe6d7b1","aoa:aoa-techniques:anchor:aab58c157b74669997f79d98","aoa:aoa-techniques:anchor:acf2ff27b010a8ae38258da4","aoa:aoa-techniques:anchor:b1b997a86c119d019c1835ef","aoa:aoa-techniques:anchor:bf8f26c2da253c7556b9df24","aoa:aoa-techniques:anchor:c499dfd72c4a83cc6cb04e55","aoa:aoa-techniques:anchor:d1ba63fdebe19cb1014e5554","aoa:aoa-techniques:anchor:d94cfe492539a2cff88878b1","aoa:aoa-techniques:anchor:fe0cee08666cff5a547745e4"],"changes":[{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b2612e9335e498d648ec4fb5","old_path":"","path":"docs/CANONICAL_RUBRIC.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3f501b7b16e871d49ec9709d","old_path":"","path":"docs/DOMAIN_MAP.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3d64436e9c12963a57e19070","old_path":"","path":"schemas/evidence-note.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ac2b256797a27d58d9728ea6","old_path":"","path":"schemas/index-entry.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:642e62cdc6e7238a9100341d","old_path":"","path":"schemas/relation.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3a3bd621fa3f89067f3ff545","old_path":"","path":"schemas/technique.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:369fbd11fa69318df89a5422","old_path":"","path":"scripts/build_catalog.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:99345668e24840d02a9c525e","old_path":"","path":"techniques/agent-workflows/intent-plan-dry-run-contract-chain/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3acc92faff4e403f4a58a4a8","old_path":"","path":"techniques/agent-workflows/new-intent-rollout-checklist/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c9e4a50d242ec9c1a9253330","old_path":"","path":"techniques/agent-workflows/plan-diff-apply-verify-report/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f34d8211ba9e5f69b85c27a8","old_path":"","path":"techniques/docs/deterministic-context-composition/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f56482a959a15d6551948971","old_path":"","path":"techniques/docs/lightweight-status-snapshot/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d","old_path":"","path":"techniques/docs/single-source-rule-distribution/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d01f2c3a131b1c4d3496ae31","old_path":"","path":"techniques/docs/source-of-truth-layout/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9d13ecde0912299ed3aaf2e2","old_path":"","path":"techniques/evaluation/contract-first-smoke-summary/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:22f7c22906262b9b52babe8d","old_path":"","path":"techniques/evaluation/latest-alias-plus-history-copy/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e080f32f155a94dc30c4880a","old_path":"","path":"techniques/evaluation/published-summary-remediation-snapshot/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3ac08889c4c8eb97855776e4","old_path":"","path":"techniques/evaluation/required-vs-optional-source-rendering/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:98a53b8158b65b6e4c5fd342","old_path":"","path":"techniques/evaluation/signal-first-gate-promotion/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b829c2e4f1646e021e22b490","old_path":"","path":"techniques/evaluation/telemetry-integrity-snapshot/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b168f8e9730432213007a137","old_path":"","path":"templates/TECHNIQUE.template.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"7c511e6b8eeaeb5e949cdfb7aca860cee575d410"}],"id":"aoa:aoa-techniques:event:e7d10a1f6b4ca882c85a34d0","label":"repo: add stage 1 machine-readable foundation (#25)","object_ids":["aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:22f7c22906262b9b52babe8d","aoa:aoa-techniques:artifact:369fbd11fa69318df89a5422","aoa:aoa-techniques:artifact:3a3bd621fa3f89067f3ff545","aoa:aoa-techniques:artifact:3ac08889c4c8eb97855776e4","aoa:aoa-techniques:artifact:3acc92faff4e403f4a58a4a8","aoa:aoa-techniques:artifact:3d64436e9c12963a57e19070","aoa:aoa-techniques:artifact:3f501b7b16e871d49ec9709d","aoa:aoa-techniques:artifact:642e62cdc6e7238a9100341d","aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:98a53b8158b65b6e4c5fd342","aoa:aoa-techniques:artifact:99345668e24840d02a9c525e","aoa:aoa-techniques:artifact:9d13ecde0912299ed3aaf2e2","aoa:aoa-techniques:artifact:ac2b256797a27d58d9728ea6","aoa:aoa-techniques:artifact:b168f8e9730432213007a137","aoa:aoa-techniques:artifact:b2612e9335e498d648ec4fb5","aoa:aoa-techniques:artifact:b829c2e4f1646e021e22b490","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:c9e4a50d242ec9c1a9253330","aoa:aoa-techniques:artifact:d01f2c3a131b1c4d3496ae31","aoa:aoa-techniques:artifact:e080f32f155a94dc30c4880a","aoa:aoa-techniques:artifact:f34d8211ba9e5f69b85c27a8","aoa:aoa-techniques:artifact:f56482a959a15d6551948971"],"observation_state":"observed","occurred_at":"2026-03-15T02:52:16+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:22f7c22906262b9b52babe8d","aoa:aoa-techniques:artifact:369fbd11fa69318df89a5422","aoa:aoa-techniques:artifact:3a3bd621fa3f89067f3ff545","aoa:aoa-techniques:artifact:3ac08889c4c8eb97855776e4","aoa:aoa-techniques:artifact:3acc92faff4e403f4a58a4a8","aoa:aoa-techniques:artifact:3d64436e9c12963a57e19070","aoa:aoa-techniques:artifact:3f501b7b16e871d49ec9709d","aoa:aoa-techniques:artifact:642e62cdc6e7238a9100341d","aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:98a53b8158b65b6e4c5fd342","aoa:aoa-techniques:artifact:99345668e24840d02a9c525e","aoa:aoa-techniques:artifact:9d13ecde0912299ed3aaf2e2","aoa:aoa-techniques:artifact:ac2b256797a27d58d9728ea6","aoa:aoa-techniques:artifact:b168f8e9730432213007a137","aoa:aoa-techniques:artifact:b2612e9335e498d648ec4fb5","aoa:aoa-techniques:artifact:b829c2e4f1646e021e22b490","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:c9e4a50d242ec9c1a9253330","aoa:aoa-techniques:artifact:d01f2c3a131b1c4d3496ae31","aoa:aoa-techniques:artifact:e080f32f155a94dc30c4880a","aoa:aoa-techniques:artifact:f34d8211ba9e5f69b85c27a8","aoa:aoa-techniques:artifact:f56482a959a15d6551948971"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:270321c9571c578f03a6f87f","aoa:aoa-techniques:anchor:3fbaf7c4d3fd1375f9ccd6d5","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:5074af8a54c3e80460e40232","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:61741115aadeff15c496af2d","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:8a54a109c19f521e8a8c73e9","aoa:aoa-techniques:anchor:9a2ab01879b8826a731fbfe4","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:b1b997a86c119d019c1835ef","aoa:aoa-techniques:anchor:b423ccc3bc299d13a0bfb338","aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","old_path":"","path":"docs/INSTRUCTION_SURFACE_SEMANTIC_REVIEW.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:395a124445c66f20adae62e0","old_path":"","path":"docs/LONG_GAP_CANON_DESIGN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7dd1feaae4fcaaf120dea109","old_path":"","path":"docs/PROMOTION_READINESS_MATRIX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","old_path":"","path":"docs/PROMOTION_WAVE_A_RUNBOOK.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e68b0d639bece8be88382143","old_path":"","path":"docs/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","old_path":"","path":"docs/START_HERE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:278e247ced992378ca887cab","old_path":"","path":"generated/semantic_review_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d","old_path":"","path":"techniques/docs/single-source-rule-distribution/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1aff5de6da719f00a6b52451","old_path":"","path":"techniques/docs/single-source-rule-distribution/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7f728facb645ebfff6a3c898","old_path":"","path":"techniques/docs/single-source-rule-distribution/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:418c6be0e0b584548a956f40","old_path":"","path":"techniques/docs/single-source-rule-distribution/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"3c14b4fa251763fb54f4722eafc77c4e7215174f"}],"id":"aoa:aoa-techniques:event:e8a705e0579c0afbe288c310","label":"Promote AOA-T-0013 to canonical","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:1aff5de6da719f00a6b52451","aoa:aoa-techniques:artifact:278e247ced992378ca887cab","aoa:aoa-techniques:artifact:395a124445c66f20adae62e0","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:418c6be0e0b584548a956f40","aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7f728facb645ebfff6a3c898","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"observation_state":"observed","occurred_at":"2026-03-23T18:46:22-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:1aff5de6da719f00a6b52451","aoa:aoa-techniques:artifact:278e247ced992378ca887cab","aoa:aoa-techniques:artifact:395a124445c66f20adae62e0","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:418c6be0e0b584548a956f40","aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7f728facb645ebfff6a3c898","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f1809ca0b4d7229ef7127047","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:076c166e9bb8dbcce0381f3a","aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","aoa:aoa-techniques:anchor:16cce21da1006eb3ad143335","aoa:aoa-techniques:anchor:20a5eccfc031f4ee4e4cb2be","aoa:aoa-techniques:anchor:336807109e9ffb6455fa7044","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:43d64f1d5e247f9d6c5428cf","aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a","aoa:aoa-techniques:anchor:4fa89ac9ebdddb09380968fc","aoa:aoa-techniques:anchor:51d7a0cd443ae97ada676ab2","aoa:aoa-techniques:anchor:740691800808033c0583c7e7","aoa:aoa-techniques:anchor:748056336e06f9c0bad9b92f","aoa:aoa-techniques:anchor:756d8e5f4ec4a41de767985e","aoa:aoa-techniques:anchor:7a97923026fbee82da16e13a","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:9621ddacd070654cd018571d","aoa:aoa-techniques:anchor:9f7d363cdbc292aecf9b81d3","aoa:aoa-techniques:anchor:a087a6322bdea870d5ef27e4","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a40f948a2f14880f5d3f23db","aoa:aoa-techniques:anchor:a5fbfd47a6eafe632e8bd8fd","aoa:aoa-techniques:anchor:a666000cb117e8287914d4f6","aoa:aoa-techniques:anchor:a6e660002df4e4fbe4cf8e67","aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:c6a406f749f9fd623778664a","aoa:aoa-techniques:anchor:c81b021ae7960f4070ac3112","aoa:aoa-techniques:anchor:d10c426ecb2c56a7e520e1b4","aoa:aoa-techniques:anchor:dc3af6b732a018a5a4a06413","aoa:aoa-techniques:anchor:e8e9e9ae76197e1ef03bb9fe","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:faabba6a1a7809c96a39d8a6"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2f9967fc484ba7a1ad32db10","old_path":"","path":"docs/BOUNDED_RELATION_LIFT_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:88a5286d112e6a9a50e482d8","old_path":"","path":"docs/EVIDENCE_NOTE_PROVENANCE_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6e94e851d6ac4b48a534c1f5","old_path":"","path":"docs/FRONTMATTER_METADATA_SPINE_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:65e16107b952e70c8143f444","old_path":"","path":"docs/KAG_SOURCE_LIFT_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","old_path":"","path":"docs/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","old_path":"","path":"generated/technique_checklist_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","old_path":"","path":"generated/technique_checklist_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","old_path":"","path":"generated/technique_example_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","old_path":"","path":"generated/technique_example_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","old_path":"","path":"generated/technique_section_manifest.min.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e1ee086c6966e799221f4cfa","old_path":"","path":"techniques/docs/bounded-relation-lift-for-kag/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:55c67f384890cc7d9fbbdb3d","old_path":"","path":"techniques/docs/bounded-relation-lift-for-kag/checks/relation-lift-checklist.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4955a0c83358c661ce06cd3d","old_path":"","path":"techniques/docs/bounded-relation-lift-for-kag/examples/direct-relation-to-selection-hint.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cf7769c0a68698ba56b756e0","old_path":"","path":"techniques/docs/bounded-relation-lift-for-kag/notes/origin-evidence.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5266d68d508c24d678979ffa","old_path":"","path":"techniques/docs/evidence-note-provenance-lift/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ccf0a085b77099b5deb224eb","old_path":"","path":"techniques/docs/evidence-note-provenance-lift/checks/evidence-note-provenance-checklist.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:182f726c5cbb10dbf61c2767","old_path":"","path":"techniques/docs/evidence-note-provenance-lift/examples/evidence-note-to-manifest.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7242e910ab0062d0f7815df3","old_path":"","path":"techniques/docs/evidence-note-provenance-lift/notes/origin-evidence.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8a47b6fe523961d9a211829f","old_path":"","path":"techniques/docs/frontmatter-metadata-spine/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e96a2cda0b11c8e8f0ef99c8","old_path":"","path":"techniques/docs/frontmatter-metadata-spine/checks/metadata-spine-checklist.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1bf81186d6cc920d3a8be154","old_path":"","path":"techniques/docs/frontmatter-metadata-spine/examples/frontmatter-to-catalog-entry.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c5da8e93cf4f721fb78d38d5","old_path":"","path":"techniques/docs/frontmatter-metadata-spine/notes/origin-evidence.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0ee990eead6a7da08971259b","old_path":"","path":"techniques/docs/markdown-technique-section-lift/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a829baa589e85c03b4ca3b3b","old_path":"","path":"techniques/docs/markdown-technique-section-lift/checks/section-lift-checklist.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:209f2463faaf5c9060be3d1a","old_path":"","path":"techniques/docs/markdown-technique-section-lift/examples/minimal-section-lift.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0dbc3f84df522a02aa8d00a7","old_path":"","path":"techniques/docs/markdown-technique-section-lift/notes/origin-evidence.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"dd0be4ac80e83a54520fcbba749d8692c1890f54"}],"id":"aoa:aoa-techniques:event:e916638bf79e1d77cb0345dc","label":"technique: add initial KAG source-lift quartet","object_ids":["aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:0dbc3f84df522a02aa8d00a7","aoa:aoa-techniques:artifact:0ee990eead6a7da08971259b","aoa:aoa-techniques:artifact:182f726c5cbb10dbf61c2767","aoa:aoa-techniques:artifact:1bf81186d6cc920d3a8be154","aoa:aoa-techniques:artifact:209f2463faaf5c9060be3d1a","aoa:aoa-techniques:artifact:2f9967fc484ba7a1ad32db10","aoa:aoa-techniques:artifact:4955a0c83358c661ce06cd3d","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:5266d68d508c24d678979ffa","aoa:aoa-techniques:artifact:55c67f384890cc7d9fbbdb3d","aoa:aoa-techniques:artifact:65e16107b952e70c8143f444","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:6e94e851d6ac4b48a534c1f5","aoa:aoa-techniques:artifact:7242e910ab0062d0f7815df3","aoa:aoa-techniques:artifact:88a5286d112e6a9a50e482d8","aoa:aoa-techniques:artifact:8a47b6fe523961d9a211829f","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a829baa589e85c03b4ca3b3b","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:b335630551682c19a781afeb","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:c5da8e93cf4f721fb78d38d5","aoa:aoa-techniques:artifact:ccf0a085b77099b5deb224eb","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:cf7769c0a68698ba56b756e0","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1ee086c6966e799221f4cfa","aoa:aoa-techniques:artifact:e96a2cda0b11c8e8f0ef99c8","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"observation_state":"observed","occurred_at":"2026-03-19T12:34:38-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:0dbc3f84df522a02aa8d00a7","aoa:aoa-techniques:artifact:0ee990eead6a7da08971259b","aoa:aoa-techniques:artifact:182f726c5cbb10dbf61c2767","aoa:aoa-techniques:artifact:1bf81186d6cc920d3a8be154","aoa:aoa-techniques:artifact:209f2463faaf5c9060be3d1a","aoa:aoa-techniques:artifact:2f9967fc484ba7a1ad32db10","aoa:aoa-techniques:artifact:4955a0c83358c661ce06cd3d","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:5266d68d508c24d678979ffa","aoa:aoa-techniques:artifact:55c67f384890cc7d9fbbdb3d","aoa:aoa-techniques:artifact:65e16107b952e70c8143f444","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:6e94e851d6ac4b48a534c1f5","aoa:aoa-techniques:artifact:7242e910ab0062d0f7815df3","aoa:aoa-techniques:artifact:88a5286d112e6a9a50e482d8","aoa:aoa-techniques:artifact:8a47b6fe523961d9a211829f","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a829baa589e85c03b4ca3b3b","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:b335630551682c19a781afeb","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:c5da8e93cf4f721fb78d38d5","aoa:aoa-techniques:artifact:ccf0a085b77099b5deb224eb","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:cf7769c0a68698ba56b756e0","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1ee086c6966e799221f4cfa","aoa:aoa-techniques:artifact:e96a2cda0b11c8e8f0ef99c8","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"temporal_ref":"historical","trust_ref":"observed"}, - {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:5efbdce7ff66c835981c9aea"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","old_path":"","path":".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"7281f90a5a521c04a1be926e58d74500e39119f4"}],"id":"aoa:aoa-techniques:event:ea7bcfa90c5ff478140350c5","label":"Refresh self-diagnose skill export","object_ids":["aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23"],"observation_state":"observed","occurred_at":"2026-05-18T07:26:33+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23"],"temporal_ref":"historical","trust_ref":"observed"}, + {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":[],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","old_path":"","path":".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"7281f90a5a521c04a1be926e58d74500e39119f4"}],"id":"aoa:aoa-techniques:event:ea7bcfa90c5ff478140350c5","label":"Refresh self-diagnose skill export","object_ids":[],"observation_state":"observed","occurred_at":"2026-05-18T07:26:33+03:00","provenance_ref":"observed","source_record_ids":[],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0a225f0f13fca2586c011374","aoa:aoa-techniques:anchor:f0ffaf3b7bf0bae97872af76","aoa:aoa-techniques:anchor:f624522a9f1d82cd0ee722f3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:725d04e0beb9e29e171d02cc","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/bundle-anatomy-execution-instruction-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e3946edd787b6a3494f7812e","old_path":"","path":"mechanics/distillation/tests/test_distillation_reform_ingress_reviews.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9474485b910fe51774c07f50","old_path":"","path":"tests/test_test_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"1fdf90ab349bdbc467706c2b824a9e31dcf554ab"}],"id":"aoa:aoa-techniques:event:eacac470e60ab4a3dace9819","label":"Fix bundle anatomy Wave A counts","object_ids":["aoa:aoa-techniques:artifact:725d04e0beb9e29e171d02cc","aoa:aoa-techniques:artifact:9474485b910fe51774c07f50","aoa:aoa-techniques:artifact:e3946edd787b6a3494f7812e"],"observation_state":"observed","occurred_at":"2026-06-15T20:42:08+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:725d04e0beb9e29e171d02cc","aoa:aoa-techniques:artifact:9474485b910fe51774c07f50","aoa:aoa-techniques:artifact:e3946edd787b6a3494f7812e"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:f3dc1e711c49dad3e623583f"],"changes":[{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:098f12afb4fd11c72d66bfee","old_path":"","path":"tests/test_current_direction_routes.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"a97e349f6860be6ca81c61fb0947c838c1de4f30"}],"id":"aoa:aoa-techniques:event:eb270186f730bbc70a37b36e","label":"Add current-direction route locks (#171)","object_ids":["aoa:aoa-techniques:artifact:098f12afb4fd11c72d66bfee"],"observation_state":"observed","occurred_at":"2026-04-12T23:06:33-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:098f12afb4fd11c72d66bfee"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:02f9836c877d040038d8e30b","aoa:aoa-techniques:anchor:12fb9f48ccd309a12cdcac81","aoa:aoa-techniques:anchor:2dcb946bb46f02a50eb66d0e","aoa:aoa-techniques:anchor:454e297a5c7a76a53ca9413e","aoa:aoa-techniques:anchor:54b2514382567e92c148fb34"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","old_path":"","path":".github/workflows/repo-validation.yml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","old_path":"","path":"docs/validation/script_inventory.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:213631cc86c1c0c7bdb579f5","old_path":"","path":"kag/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd","old_path":"","path":"scripts/validate_repo_local_kag_index.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:78624b39c65895c43629e995","old_path":"","path":"tests/test_validation_command_authority.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"d58fd66c3c1d5ae77a75659b92cf064c66ce0ac5"}],"id":"aoa:aoa-techniques:event:eb68477fd2e67d575bb1d53c","label":"Adopt repository KAG index family (#490)","object_ids":["aoa:aoa-techniques:artifact:213631cc86c1c0c7bdb579f5","aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd","aoa:aoa-techniques:artifact:78624b39c65895c43629e995"],"observation_state":"observed","occurred_at":"2026-07-10T23:09:26-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:213631cc86c1c0c7bdb579f5","aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd","aoa:aoa-techniques:artifact:78624b39c65895c43629e995"],"temporal_ref":"historical","trust_ref":"observed"}, @@ -574,7 +570,7 @@ {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:4a265c97c7a9faca1d98e672","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","old_path":"","path":"docs/TECHNIQUE_TREE_CONTRACT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:31bd9ed4776744c6bee438e4","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-approval-evidence-pilot-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"996cbf7fcd8fbc814d55ccfd2b108b394e8a820d"}],"id":"aoa:aoa-techniques:event:ed87a034e08f00c23c8a246d","label":"Review landed approval evidence pilot (#311)","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:31bd9ed4776744c6bee438e4","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"observation_state":"observed","occurred_at":"2026-05-06T04:43:07+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:31bd9ed4776744c6bee438e4","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:09d36f42cc56bb63868eb07c","aoa:aoa-techniques:anchor:0f15e80c000c8f5d22d6d178","aoa:aoa-techniques:anchor:193caff3a74985d607c06d49","aoa:aoa-techniques:anchor:19c9ce4ad6f333348a0442c6","aoa:aoa-techniques:anchor:1aecae6fb2e66d86841e4ce3","aoa:aoa-techniques:anchor:1e1c3ae0cc5665c824b45695","aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:2323e38403362d29e033deae","aoa:aoa-techniques:anchor:239b0cafa33bcf86998a07c0","aoa:aoa-techniques:anchor:23d685dd4d27d0361dbf33c4","aoa:aoa-techniques:anchor:2914a4a235947730804edc19","aoa:aoa-techniques:anchor:307b666103ba6f3d53b0354a","aoa:aoa-techniques:anchor:3534b4a1c1a9d89f237d7101","aoa:aoa-techniques:anchor:3b184b4501bdca80a1970a3e","aoa:aoa-techniques:anchor:3b2d233f15714b0a091488cd","aoa:aoa-techniques:anchor:44403101a0b4493f183c55a4","aoa:aoa-techniques:anchor:460b687597965f9957007646","aoa:aoa-techniques:anchor:468f147f4c8b85a7031f94de","aoa:aoa-techniques:anchor:4e48410c55eb7196c6fb82c3","aoa:aoa-techniques:anchor:503d79d5c7e72c975eb35bdb","aoa:aoa-techniques:anchor:5049b1246255eab985c0f688","aoa:aoa-techniques:anchor:55370041d4d66c0c1010ff3d","aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468","aoa:aoa-techniques:anchor:5810c155ece164ad55c6dac3","aoa:aoa-techniques:anchor:5b8faca6d827a00b51c80f7a","aoa:aoa-techniques:anchor:639c0bf6210521a4c2525cae","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:6c226d4e8b71f30f920b2fdd","aoa:aoa-techniques:anchor:6ec95f8cfbe9685d5e9889e0","aoa:aoa-techniques:anchor:706c86a7a45ad63e22fabdec","aoa:aoa-techniques:anchor:719a2851b9c036533f1b2a2b","aoa:aoa-techniques:anchor:71d7002a41c84c9989772397","aoa:aoa-techniques:anchor:7aaf5296b3966381481500c1","aoa:aoa-techniques:anchor:7ebe1e475bee3f6b020e7cfc","aoa:aoa-techniques:anchor:811339fa0d75fe34a3c581eb","aoa:aoa-techniques:anchor:894938dd69460a2ff444602f","aoa:aoa-techniques:anchor:8a35df18e7e1cc29c99f4a63","aoa:aoa-techniques:anchor:8f25335c2d29136493b18811","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:9e266e042011c41484b5db1a","aoa:aoa-techniques:anchor:a449f3c6fc5141bc9c76748d","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:b363a721ab855a8fcbc17239","aoa:aoa-techniques:anchor:b423ccc3bc299d13a0bfb338","aoa:aoa-techniques:anchor:b688b28a48afb991a00bec44","aoa:aoa-techniques:anchor:be4137ccf711b84068923c22","aoa:aoa-techniques:anchor:c07a35cc20cd0184c494043a","aoa:aoa-techniques:anchor:c2fa6e9160ac26bbb3390efa","aoa:aoa-techniques:anchor:c4345f68a768f506fbe470f7","aoa:aoa-techniques:anchor:cd7a826fec62501319b66a11","aoa:aoa-techniques:anchor:cfcebbd33ed49d6091ce82fc","aoa:aoa-techniques:anchor:d70310745f03bf38bbee3314","aoa:aoa-techniques:anchor:d9715be15ab6361ca30044f8","aoa:aoa-techniques:anchor:de9e71447d2dfb38a1f5ee0a","aoa:aoa-techniques:anchor:e2d905475a1e1b31afb5976c","aoa:aoa-techniques:anchor:e5ae60ce8a8ace7810877563","aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f","aoa:aoa-techniques:anchor:e7b575cb9f1fbfd3ebe93e9a","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3","aoa:aoa-techniques:anchor:ef80566e1761644e154032e8","aoa:aoa-techniques:anchor:f3e47ff60e896eb181128238","aoa:aoa-techniques:anchor:f52b31200117cf58f657747e","aoa:aoa-techniques:anchor:f96be22bbfa558dcf4c52c14","aoa:aoa-techniques:anchor:fdd86ac3dedd571c779f0062","aoa:aoa-techniques:anchor:ff722a49ae8d3745219e2716"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf","old_path":"","path":"CONTRIBUTING.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","old_path":"","path":"config/agents_mesh.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","old_path":"","path":"docs/START_HERE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9f5122ba6b49b003ce4d99e8","old_path":"","path":"docs/TECHNIQUE_TOPOLOGY_CONTRACT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","old_path":"","path":"docs/guardrails/AGENTS_MESH_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:597db2d527cf1980636687f7","old_path":"","path":"docs/guardrails/HYGIENE_GUARDRAIL_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:62ef3fd3f80f398994c57482","old_path":"","path":"docs/readers/intelligence/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c51ba5a615e120261340d2d8","old_path":"","path":"docs/readers/intelligence/TECHNIQUE_INTELLIGENCE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4aa88dc0162e458e182c97dd","old_path":"","path":"docs/readers/kind/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9aa4b16e18d8e02326f51d8a","old_path":"","path":"docs/readers/kind/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d83ba9311b34a68a0958680b","old_path":"","path":"docs/readers/repo/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","old_path":"","path":"docs/readers/repo/REPO_DOC_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:070a8b8e1fd8f212259f9635","old_path":"","path":"docs/readers/review/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f1712bd22ca1e88b3dff3196","old_path":"","path":"docs/readers/review/SHADOW_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d4a0b24d2de5cb4110da1bdd","old_path":"","path":"docs/readers/runtime/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/readers/runtime/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a4de10234622c8761c6dc5b6","old_path":"","path":"docs/readers/selection/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4dc53213bfebb42ffcab24a0","old_path":"","path":"docs/readers/selection/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","old_path":"","path":"docs/readers/selection/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2df195f2bcd5ac8dda239684","old_path":"","path":"docs/readers/source-lift/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0af7b827a80d1aac246e172d","old_path":"","path":"docs/readers/source-lift/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5d2a59443e9e2ee7f8b1e13a","old_path":"","path":"docs/readers/source-lift/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:97795523eabb9f2398d3d564","old_path":"","path":"docs/readers/source-lift/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c8ec38695eef7de79426396a","old_path":"","path":"docs/readers/source-lift/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","old_path":"","path":"generated/agents_mesh.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:752dd73f52f0df92d973a1f6","old_path":"","path":"mechanics/agon/parts/epistemic-technique-candidates/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3ff340e3f35b0b6503518064","old_path":"","path":"mechanics/agon/parts/move-technique-bridge/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:87f7294594c3379e12bb67db","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/promotion-evidence-long-pass-closeout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","old_path":"","path":"mechanics/audit/parts/promotion-evidence-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b4e84d31cd8d486d071969d4","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","old_path":"","path":"mechanics/distillation/parts/cross-layer-candidate-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","old_path":"","path":"mechanics/distillation/parts/external-candidate-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:74641082b6240b36e234ede7","old_path":"","path":"mechanics/distillation/parts/external-import-runbook/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:538a4458db4e8a9435f20f9b","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:306109b542eff7632f136b0e","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reports/kind_ambiguity_audit.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8340c564c99b04b2d2bc9d0a","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:87521d3395d01ec0fe08f1ea","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5b933ec3dff555bc66577052","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reports/technique_tree_projection.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:40e0f556a68266a4c2fefe82","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a82a2d1eff854a5b62a3f523","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/bundle-anatomy-baseline-inventory.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:02b9d67150122bff94236586","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/bundle-anatomy-rubric-hardening.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2353838de15b55284f3f2147","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/execution-profile-small-agent-core-shelves-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9d85e8d2d79a37a46f8b03ea","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/final-tree-migration-ledger.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2c6239e663626d524b83dc48","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-long-pass-closeout-ledger.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:77ae89a437f7af629c753dda","old_path":"mechanics/distillation/parts/technique-reform-ingress/TEMP_OWNER_BOUNDARY_BRIDGE_LONG_PASS_PLAN.md","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-long-pass-working-plan.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9671af65d12915bba6df468c","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-residual-cross-wave-scan.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:31ed7dd71c79aef53c081c9d","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-wave-a-governance-owner-proof-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:610f4b559b944866885cd4dc","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-wave-b-proof-publication-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4c17dc0212be77d7d67bc39f","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-wave-c-skill-instruction-capability-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1e96bc1426c8950259835bb7","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-wave-d-execution-runtime-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e8b51cf0ee49407040e14967","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-wave-e-continuity-recovery-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd86ffaf0ac8b5ffb3d7d7cb","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-wave-f-knowledge-ingest-history-tool-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:182e3085c84ba2ff7e39a4bd","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/selector-relation-long-pass-closeout-ledger.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:eedc42c61f950e5690d7ba1d","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/template-modernization-long-pass-closeout-ledger.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:fec3dc23de4553ec2e819b55","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/template-modernization-long-pass-corpus-triage.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:510468dce3adcca5b9dd9e62","old_path":"mechanics/distillation/parts/technique-reform-ingress/TEMP_TEMPLATE_MODERNIZATION_LONG_PASS_PLAN.md","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/template-modernization-long-pass-working-plan.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1f2c1342ee51b3ae60a27620","old_path":"","path":"mechanics/questbook/parts/source-index-anchors/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f2b7710357a26c3c3e222524","old_path":"","path":"quests/agon/captured/AOT-Q-AGON-0001-technique-binding-candidates.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d","old_path":"","path":"scripts/technique_intelligence_surface.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8fdc3193156fb70d810d171","old_path":"","path":"tests/test_docs_surface_guardrails.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"fc90703b810204ee0545423b5d03871ad206c0eb"}],"id":"aoa:aoa-techniques:event:edb19d760099b4f6c182f2e9","label":"Route command lanes to AGENTS surfaces","object_ids":["aoa:aoa-techniques:artifact:02b9d67150122bff94236586","aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:070a8b8e1fd8f212259f9635","aoa:aoa-techniques:artifact:0af7b827a80d1aac246e172d","aoa:aoa-techniques:artifact:182e3085c84ba2ff7e39a4bd","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:1e96bc1426c8950259835bb7","aoa:aoa-techniques:artifact:1f2c1342ee51b3ae60a27620","aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","aoa:aoa-techniques:artifact:2353838de15b55284f3f2147","aoa:aoa-techniques:artifact:2c6239e663626d524b83dc48","aoa:aoa-techniques:artifact:2df195f2bcd5ac8dda239684","aoa:aoa-techniques:artifact:306109b542eff7632f136b0e","aoa:aoa-techniques:artifact:31ed7dd71c79aef53c081c9d","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:3ff340e3f35b0b6503518064","aoa:aoa-techniques:artifact:40e0f556a68266a4c2fefe82","aoa:aoa-techniques:artifact:4aa88dc0162e458e182c97dd","aoa:aoa-techniques:artifact:4c17dc0212be77d7d67bc39f","aoa:aoa-techniques:artifact:4dc53213bfebb42ffcab24a0","aoa:aoa-techniques:artifact:510468dce3adcca5b9dd9e62","aoa:aoa-techniques:artifact:538a4458db4e8a9435f20f9b","aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","aoa:aoa-techniques:artifact:597db2d527cf1980636687f7","aoa:aoa-techniques:artifact:5b933ec3dff555bc66577052","aoa:aoa-techniques:artifact:5d2a59443e9e2ee7f8b1e13a","aoa:aoa-techniques:artifact:610f4b559b944866885cd4dc","aoa:aoa-techniques:artifact:62ef3fd3f80f398994c57482","aoa:aoa-techniques:artifact:74641082b6240b36e234ede7","aoa:aoa-techniques:artifact:752dd73f52f0df92d973a1f6","aoa:aoa-techniques:artifact:77ae89a437f7af629c753dda","aoa:aoa-techniques:artifact:8340c564c99b04b2d2bc9d0a","aoa:aoa-techniques:artifact:87521d3395d01ec0fe08f1ea","aoa:aoa-techniques:artifact:87f7294594c3379e12bb67db","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","aoa:aoa-techniques:artifact:9671af65d12915bba6df468c","aoa:aoa-techniques:artifact:97795523eabb9f2398d3d564","aoa:aoa-techniques:artifact:9aa4b16e18d8e02326f51d8a","aoa:aoa-techniques:artifact:9d85e8d2d79a37a46f8b03ea","aoa:aoa-techniques:artifact:9f5122ba6b49b003ce4d99e8","aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","aoa:aoa-techniques:artifact:a4de10234622c8761c6dc5b6","aoa:aoa-techniques:artifact:a82a2d1eff854a5b62a3f523","aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","aoa:aoa-techniques:artifact:b4e84d31cd8d486d071969d4","aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","aoa:aoa-techniques:artifact:b8fdc3193156fb70d810d171","aoa:aoa-techniques:artifact:c51ba5a615e120261340d2d8","aoa:aoa-techniques:artifact:c8ec38695eef7de79426396a","aoa:aoa-techniques:artifact:cd86ffaf0ac8b5ffb3d7d7cb","aoa:aoa-techniques:artifact:d4a0b24d2de5cb4110da1bdd","aoa:aoa-techniques:artifact:d83ba9311b34a68a0958680b","aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e8b51cf0ee49407040e14967","aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:eedc42c61f950e5690d7ba1d","aoa:aoa-techniques:artifact:f1712bd22ca1e88b3dff3196","aoa:aoa-techniques:artifact:f2b7710357a26c3c3e222524","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:fec3dc23de4553ec2e819b55"],"observation_state":"observed","occurred_at":"2026-05-18T19:18:54+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:02b9d67150122bff94236586","aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:070a8b8e1fd8f212259f9635","aoa:aoa-techniques:artifact:0af7b827a80d1aac246e172d","aoa:aoa-techniques:artifact:182e3085c84ba2ff7e39a4bd","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:1e96bc1426c8950259835bb7","aoa:aoa-techniques:artifact:1f2c1342ee51b3ae60a27620","aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","aoa:aoa-techniques:artifact:2353838de15b55284f3f2147","aoa:aoa-techniques:artifact:2c6239e663626d524b83dc48","aoa:aoa-techniques:artifact:2df195f2bcd5ac8dda239684","aoa:aoa-techniques:artifact:306109b542eff7632f136b0e","aoa:aoa-techniques:artifact:31ed7dd71c79aef53c081c9d","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:3ff203f7e345b35e48a8c96a","aoa:aoa-techniques:artifact:3ff340e3f35b0b6503518064","aoa:aoa-techniques:artifact:40e0f556a68266a4c2fefe82","aoa:aoa-techniques:artifact:4aa88dc0162e458e182c97dd","aoa:aoa-techniques:artifact:4c17dc0212be77d7d67bc39f","aoa:aoa-techniques:artifact:4dc53213bfebb42ffcab24a0","aoa:aoa-techniques:artifact:510468dce3adcca5b9dd9e62","aoa:aoa-techniques:artifact:538a4458db4e8a9435f20f9b","aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","aoa:aoa-techniques:artifact:597db2d527cf1980636687f7","aoa:aoa-techniques:artifact:5b933ec3dff555bc66577052","aoa:aoa-techniques:artifact:5d2a59443e9e2ee7f8b1e13a","aoa:aoa-techniques:artifact:610f4b559b944866885cd4dc","aoa:aoa-techniques:artifact:62ef3fd3f80f398994c57482","aoa:aoa-techniques:artifact:74641082b6240b36e234ede7","aoa:aoa-techniques:artifact:752dd73f52f0df92d973a1f6","aoa:aoa-techniques:artifact:77ae89a437f7af629c753dda","aoa:aoa-techniques:artifact:8340c564c99b04b2d2bc9d0a","aoa:aoa-techniques:artifact:87521d3395d01ec0fe08f1ea","aoa:aoa-techniques:artifact:87f7294594c3379e12bb67db","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","aoa:aoa-techniques:artifact:9671af65d12915bba6df468c","aoa:aoa-techniques:artifact:97795523eabb9f2398d3d564","aoa:aoa-techniques:artifact:9aa4b16e18d8e02326f51d8a","aoa:aoa-techniques:artifact:9d85e8d2d79a37a46f8b03ea","aoa:aoa-techniques:artifact:9f5122ba6b49b003ce4d99e8","aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","aoa:aoa-techniques:artifact:a4de10234622c8761c6dc5b6","aoa:aoa-techniques:artifact:a82a2d1eff854a5b62a3f523","aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","aoa:aoa-techniques:artifact:b4e84d31cd8d486d071969d4","aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","aoa:aoa-techniques:artifact:b8fdc3193156fb70d810d171","aoa:aoa-techniques:artifact:c51ba5a615e120261340d2d8","aoa:aoa-techniques:artifact:c8ec38695eef7de79426396a","aoa:aoa-techniques:artifact:cd86ffaf0ac8b5ffb3d7d7cb","aoa:aoa-techniques:artifact:d4a0b24d2de5cb4110da1bdd","aoa:aoa-techniques:artifact:d83ba9311b34a68a0958680b","aoa:aoa-techniques:artifact:dc148dc3963ccdf28dc40c1d","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e8b51cf0ee49407040e14967","aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:eedc42c61f950e5690d7ba1d","aoa:aoa-techniques:artifact:f1712bd22ca1e88b3dff3196","aoa:aoa-techniques:artifact:f2b7710357a26c3c3e222524","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:fec3dc23de4553ec2e819b55"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:20a5eccfc031f4ee4e4cb2be","aoa:aoa-techniques:anchor:25636c6d7bd067d19ed7965d","aoa:aoa-techniques:anchor:35dfbd477f6c695cb4a1cd5b","aoa:aoa-techniques:anchor:415cd89d83e8c0e99b80ee5c","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a","aoa:aoa-techniques:anchor:6a8a176dee051700abbd3529","aoa:aoa-techniques:anchor:756d8e5f4ec4a41de767985e","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:a087a6322bdea870d5ef27e4","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","old_path":"","path":"generated/technique_checklist_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","old_path":"","path":"generated/technique_checklist_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","old_path":"","path":"generated/technique_example_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","old_path":"","path":"generated/technique_example_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","old_path":"","path":"generated/technique_section_manifest.min.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","old_path":"","path":"techniques/evaluation/contract-test-design/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:92582e86226a42808b829ebc","old_path":"","path":"techniques/evaluation/contract-test-design/checks/contract-test-design-checklist.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1a6a55dac727ba44504278d7","old_path":"","path":"techniques/evaluation/contract-test-design/examples/minimal-contract-boundary.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:826a48b3b0f7fffbdf21d94d","old_path":"","path":"techniques/evaluation/contract-test-design/notes/origin-evidence.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"45a600dd732026d43f39d3c01a1dd30490a55e55"}],"id":"aoa:aoa-techniques:event:edb8cfb9c75b05de3ea582b5","label":"technique: add AOA-T-0015 contract-test-design (#66)","object_ids":["aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:1a6a55dac727ba44504278d7","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:826a48b3b0f7fffbdf21d94d","aoa:aoa-techniques:artifact:92582e86226a42808b829ebc","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"observation_state":"observed","occurred_at":"2026-03-18T17:38:22-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:1a6a55dac727ba44504278d7","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:826a48b3b0f7fffbdf21d94d","aoa:aoa-techniques:artifact:92582e86226a42808b829ebc","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"temporal_ref":"historical","trust_ref":"observed"}, - {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0a3436fea75ef75cb22a94fc","aoa:aoa-techniques:anchor:24b6d9835577d94f77e71b52","aoa:aoa-techniques:anchor:260342ab54f7912e4e4d8670","aoa:aoa-techniques:anchor:7b56b547432ff3b5567c06ec","aoa:aoa-techniques:anchor:901ebe884eb24a6de300bb9d","aoa:aoa-techniques:anchor:de0c908f58373d14174eba50"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","old_path":"","path":".agents/skills/aoa-bounded-context-map/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","old_path":"","path":".agents/skills/aoa-contract-test/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","old_path":"","path":".agents/skills/aoa-core-logic-boundary/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","old_path":"","path":".agents/skills/aoa-property-invariants/SKILL.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"b0f7e094bf81abaf0895a729d504a97f3af91ae8"}],"id":"aoa:aoa-techniques:event:edbb09ecbd0a30cd9ff63210","label":"Refresh portable skill traceability (#387)","object_ids":["aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa"],"observation_state":"observed","occurred_at":"2026-05-08T01:08:05+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa"],"temporal_ref":"historical","trust_ref":"observed"}, + {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":[],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","old_path":"","path":".agents/skills/aoa-bounded-context-map/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","old_path":"","path":".agents/skills/aoa-contract-test/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","old_path":"","path":".agents/skills/aoa-core-logic-boundary/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","old_path":"","path":".agents/skills/aoa-property-invariants/SKILL.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"b0f7e094bf81abaf0895a729d504a97f3af91ae8"}],"id":"aoa:aoa-techniques:event:edbb09ecbd0a30cd9ff63210","label":"Refresh portable skill traceability (#387)","object_ids":[],"observation_state":"observed","occurred_at":"2026-05-08T01:08:05+03:00","provenance_ref":"observed","source_record_ids":[],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:017cbd2f4868c2b183418b92","aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","aoa:aoa-techniques:anchor:06612901f354b1bfcfa85995","aoa:aoa-techniques:anchor:0a225f0f13fca2586c011374","aoa:aoa-techniques:anchor:0b41a41ff7471eca54f7dec1","aoa:aoa-techniques:anchor:1054584b67139032a546742d","aoa:aoa-techniques:anchor:121c6228b15f43915f86c23a","aoa:aoa-techniques:anchor:14e45dfef909efc25bbea87d","aoa:aoa-techniques:anchor:1574d71229e0ed11f7074ec8","aoa:aoa-techniques:anchor:1741b755ca7e99e5b1a509c4","aoa:aoa-techniques:anchor:174980a049e0dbb2fcb3a0b9","aoa:aoa-techniques:anchor:17ffa9045deefa31c5ce000f","aoa:aoa-techniques:anchor:18bfd491dd31ecf8dd53802d","aoa:aoa-techniques:anchor:1e26108ec94ffa5dea870a60","aoa:aoa-techniques:anchor:1e8c672d059473f20827dd52","aoa:aoa-techniques:anchor:252e1f9e875634c2740af2bd","aoa:aoa-techniques:anchor:2662df2da298c6d1818f461c","aoa:aoa-techniques:anchor:2d7e03ce1dbd6147fe68b11d","aoa:aoa-techniques:anchor:2fe8b9669fffe2732f1fc985","aoa:aoa-techniques:anchor:321ac6db0395e08a070722ec","aoa:aoa-techniques:anchor:3b1e44fb4a8f0b0e3220f688","aoa:aoa-techniques:anchor:3bb58326fa489b1aba02a064","aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","aoa:aoa-techniques:anchor:3f3219367a13ebc9b444c4aa","aoa:aoa-techniques:anchor:4440f6f092bbc21d45b38c68","aoa:aoa-techniques:anchor:454e297a5c7a76a53ca9413e","aoa:aoa-techniques:anchor:462d705a4cb5d208fa7d9ce9","aoa:aoa-techniques:anchor:482cc1edd5cb89f27fc506bc","aoa:aoa-techniques:anchor:4d7c20aafd5a5616b97b2e62","aoa:aoa-techniques:anchor:4ee1d2c2763ee13e01827f9f","aoa:aoa-techniques:anchor:4f77ae669acaeac74aee3543","aoa:aoa-techniques:anchor:503d79d5c7e72c975eb35bdb","aoa:aoa-techniques:anchor:514c19cd0e657d6ce9c431fa","aoa:aoa-techniques:anchor:544093c82ec1750d71cb3650","aoa:aoa-techniques:anchor:54b2514382567e92c148fb34","aoa:aoa-techniques:anchor:55172f9dfa835e22684f0fa8","aoa:aoa-techniques:anchor:5a32988e7a50edfe0d3504dc","aoa:aoa-techniques:anchor:5b8396a6858a1166a9c11e47","aoa:aoa-techniques:anchor:5c2b693cfcc55210e48810b7","aoa:aoa-techniques:anchor:5dc1a1bd1ed1dc68e8c24d40","aoa:aoa-techniques:anchor:600bf60f135562857113242d","aoa:aoa-techniques:anchor:65fc2afd7ce97996c5aecc52","aoa:aoa-techniques:anchor:660895c90976ec04c12753c8","aoa:aoa-techniques:anchor:66e654891b0646dc7008a68e","aoa:aoa-techniques:anchor:6db5ccf3712b976ec835aabc","aoa:aoa-techniques:anchor:6e46a06d16c9c342c6d386f5","aoa:aoa-techniques:anchor:6e5d86edf8bbd36960e0b0b0","aoa:aoa-techniques:anchor:7587370c1a2d80e96695fd85","aoa:aoa-techniques:anchor:768de01ee4eed1d819075a9a","aoa:aoa-techniques:anchor:7c4fc50a967f667e4aab1e09","aoa:aoa-techniques:anchor:7e57e7ba903b8f12f6c85c62","aoa:aoa-techniques:anchor:7ebd6e48caf049d05dca19fa","aoa:aoa-techniques:anchor:80e5c00636a4baf63eba4917","aoa:aoa-techniques:anchor:8170645b250cdd8d938c44bd","aoa:aoa-techniques:anchor:878e9324377c0c7477e18e6a","aoa:aoa-techniques:anchor:89faf2102a33eb93ea1d7dc6","aoa:aoa-techniques:anchor:8b59d0d1b806e762138723ee","aoa:aoa-techniques:anchor:8c233be5268ed5b522919cea","aoa:aoa-techniques:anchor:91260cd236f6b46c159afb31","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:a5c5258791826a9f80356f29","aoa:aoa-techniques:anchor:a6593f655c48f058fb98be67","aoa:aoa-techniques:anchor:a6e861a520fac2d0426754b4","aoa:aoa-techniques:anchor:ad15789ff37f3d468ff8b076","aoa:aoa-techniques:anchor:ad54e8c20766dc33b2e7cf27","aoa:aoa-techniques:anchor:b6293e141ee9edd300b06cbe","aoa:aoa-techniques:anchor:b936590f1a065bb8638d37b1","aoa:aoa-techniques:anchor:bd948d7c729b1bf3986b1124","aoa:aoa-techniques:anchor:c073f923084e3be188dc6970","aoa:aoa-techniques:anchor:c1079448157ef4f00c4f23ef","aoa:aoa-techniques:anchor:c9a8eaecac36231a7a08d73b","aoa:aoa-techniques:anchor:ccbe4ce08f4c033595dff580","aoa:aoa-techniques:anchor:d0869f2520c586735a1e3ec6","aoa:aoa-techniques:anchor:d14332634523225dd7c62507","aoa:aoa-techniques:anchor:d4489bb0c4a4fbde366d5e04","aoa:aoa-techniques:anchor:d84ba1850d96b8cb59c72e03","aoa:aoa-techniques:anchor:e1f66dd2761026a2be6ac3a4","aoa:aoa-techniques:anchor:e66c8acc1e8b3e4e0583d2ae","aoa:aoa-techniques:anchor:e9410b122cca054a4cddbe9a","aoa:aoa-techniques:anchor:eae995c4fd552e040ded1a2b","aoa:aoa-techniques:anchor:ecdb4812e9bd0e0a7d5c2459","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ef4939f7676781d6ed250765","aoa:aoa-techniques:anchor:ef80566e1761644e154032e8","aoa:aoa-techniques:anchor:f0ffaf3b7bf0bae97872af76","aoa:aoa-techniques:anchor:f1cc87617e6f09446659cb48","aoa:aoa-techniques:anchor:f3512468853fd3d11da144b0","aoa:aoa-techniques:anchor:f9ba7404f68690c34453e3a4","aoa:aoa-techniques:anchor:faf746b7a53866226e5c2b3c","aoa:aoa-techniques:anchor:fb303f7132bda3ee7aa66fcd","aoa:aoa-techniques:anchor:fef88c03c0bd2ffd010a2904","aoa:aoa-techniques:anchor:ff722a49ae8d3745219e2716","aoa:aoa-techniques:anchor:ff73bc0280dd6138c2c8e51d"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:80adbf9807a80432bf32a44f","old_path":"","path":".agents/spark/scripts/validate_spark_lane.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0","old_path":"","path":".agents/spark/tests/test_spark_lane.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f0cbd6aa0372f04d8e3ab075","old_path":"","path":".github/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:18813c86948efc57e661623d","old_path":"","path":".github/PULL_REQUEST_TEMPLATE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e170c6c6c0457f3e420b254f","old_path":"","path":".github/workflows/nightly-sentinel.yml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1e069fa70593cb526b7819fc","old_path":"","path":".github/workflows/release-audit.yml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","old_path":"","path":".github/workflows/repo-validation.yml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","old_path":"","path":"AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","old_path":"","path":"config/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","old_path":"","path":"config/agents_mesh.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:44a533a030dd6a9abbeaa7fa","old_path":"","path":"config/validation_lanes.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d00743dc4e878f258330dead","old_path":"","path":"docs/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8936340d2e7844f9c8b77f67","old_path":"","path":"docs/RELEASING.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19","old_path":"","path":"docs/ROOT_SURFACE_LAW.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1a4fdefcef7bcd50a7d8b088","old_path":"","path":"docs/decisions/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:262a18d53e3b21e5a529bd9b","old_path":"","path":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3570302f879fbf8bebc76db7","old_path":"","path":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e5ec0e7030077b7cf1bfed98","old_path":"","path":"docs/decisions/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:874770b82440579ca24bf934","old_path":"","path":"docs/decisions/TEMPLATE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","old_path":"","path":"docs/decisions/indexes/by-date.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","old_path":"","path":"docs/decisions/indexes/by-guard.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","old_path":"","path":"docs/decisions/indexes/by-mechanic.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","old_path":"","path":"docs/decisions/indexes/by-number.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","old_path":"","path":"docs/decisions/indexes/by-surface.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","old_path":"","path":"docs/decisions/indexes/by-technique-axis.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1ef4faddc260b97dfada6d45","old_path":"","path":"docs/guardrails/CURRENT_SURFACE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:416736a2a201444290bbfb32","old_path":"","path":"docs/guardrails/THEMATIC_DISTRICT_PROTOCOL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9735cf4c4e1378183c6588b5","old_path":"","path":"docs/review/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:aecbbf32b8d43d6cf8d19a2b","old_path":"","path":"docs/testing/TEST_TOPOLOGY.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4bb775b510fef0b03861add7","old_path":"","path":"docs/testing/test_inventory.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1a548e9218c9b7c28e355d3e","old_path":"","path":"docs/validation/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3ad361f605350ce7bcb20ee4","old_path":"","path":"docs/validation/COMMAND_AUTHORITY.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","old_path":"","path":"docs/validation/VALIDATOR_TOPOLOGY.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c1230c1b468b10ee8cca2d40","old_path":"","path":"docs/validation/validator_inventory.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","old_path":"","path":"generated/agents_mesh.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6876c3c05522c4e1277a2317","old_path":"","path":"generated/github_review_template_manifest.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a61aa4a40a839eb40008ff6b","old_path":"","path":"mechanics/distillation/tests/support/distillation_topology_fixtures.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:538bb41b40470989ae774aa1","old_path":"","path":"mechanics/distillation/tests/test_distillation_gate_decisions.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"mechanics/distillation/tests/test_distillation_mechanics_topology.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ced7185b3e1ab4e5f1d322d1","old_path":"","path":"mechanics/distillation/tests/test_distillation_package_surfaces.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:19a81dcd26d390428c646806","old_path":"","path":"mechanics/distillation/tests/test_distillation_part_ledgers_handoff.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e3946edd787b6a3494f7812e","old_path":"","path":"mechanics/distillation/tests/test_distillation_reform_ingress_reviews.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7613905457bd23ae20c2e31c","old_path":"","path":"mechanics/distillation/tests/test_distillation_tree_pilot_automation_closeout.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:41ac3f2b3d4fba39e0aa28ee","old_path":"","path":"mechanics/distillation/tests/test_distillation_tree_pilot_capability_wave.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2a642426970f2a18a85178cf","old_path":"","path":"mechanics/distillation/tests/test_distillation_tree_pilot_history_wave.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a9d48ab51cf9f58a56d8bf87","old_path":"","path":"mechanics/distillation/tests/test_distillation_tree_pilot_ingress_wave.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:261914bf096c6fc6c33446d8","old_path":"","path":"mechanics/distillation/tests/test_distillation_tree_pilot_runtime_wave.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91","old_path":"","path":"mechanics/growth-cycle/tests/test_growth_cycle_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d","old_path":"","path":"quests/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c","old_path":"","path":"quests/agon/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:fa4c2103641a1e3297b5e2db","old_path":"","path":"quests/techniques/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","old_path":"","path":"scripts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:369fbd11fa69318df89a5422","old_path":"","path":"scripts/build_catalog.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:637dddf144a4c6c59d2a17fc","old_path":"","path":"scripts/build_questbook_projection.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c5138334e39c17af121a6547","old_path":"","path":"scripts/ci_gate.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963","old_path":"","path":"scripts/release_check.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cfbb189175cfd9efe682fdd7","old_path":"","path":"scripts/run_part_local_tests.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:179cd9e9a1e53d6027df9638","old_path":"","path":"scripts/validate_public_hygiene.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","old_path":"","path":"scripts/validate_semantic_agents.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:712bfcf4dd0980ac8009ae26","old_path":"","path":"scripts/validate_source_contracts.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:dda053a98d0f42c53736338b","old_path":"","path":"scripts/validation_lanes.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2114e295f32a7ad37a54a632","old_path":"","path":"scripts/validators/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:15d236927f0b93d18052e08a","old_path":"","path":"scripts/validators/__init__.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4","old_path":"","path":"scripts/validators/common.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9a70c275b92b37838a1c010a","old_path":"","path":"scripts/validators/orchestrator.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:fd5f9f24ed002a50d4d544d5","old_path":"","path":"scripts/validators/projection_agents_mesh.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed","old_path":"","path":"scripts/validators/projection_catalog.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6816a5effb28d9bbec30bc9c","old_path":"","path":"scripts/validators/projection_decisions.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:910b46b6c7fb8e8fbb951543","old_path":"","path":"scripts/validators/projection_intelligence.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:86b9e25a770624bc68ae623d","old_path":"","path":"scripts/validators/projection_kag.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4ea8d4f3477d03591b388ed8","old_path":"","path":"scripts/validators/projection_mechanics.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:54fb543592acb67d31302005","old_path":"","path":"scripts/validators/projection_parity.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:350991278c050e85113cce7c","old_path":"","path":"scripts/validators/public_hygiene.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5b642e24330a04d5119f4f1a","old_path":"","path":"scripts/validators/questbook.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c","old_path":"","path":"scripts/validators/source_contracts.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","old_path":"","path":"tests/AGENTS.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:018896bc1d0eaf2756c5b6ee","old_path":"","path":"tests/support/topology_inventory.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:40891dcacd7def19d666e3eb","old_path":"","path":"tests/support/validate_repo_fixtures.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8fdc3193156fb70d810d171","old_path":"","path":"tests/test_docs_surface_guardrails.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a7b69e5f4cc475772781f136","old_path":"","path":"tests/test_github_workflow_topology.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3f21f1424c231b9e7323c3f2","old_path":"","path":"tests/test_release_check.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9474485b910fe51774c07f50","old_path":"","path":"tests/test_test_topology.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8658ee6a5e9a7c7b185a1d3e","old_path":"","path":"tests/test_validate_repo_agents_mesh.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f8a3b9c764d1be17db35a8fe","old_path":"","path":"tests/test_validate_repo_ci_release_authority.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b8959f6cec62a716dfef8fd1","old_path":"","path":"tests/test_validate_repo_compatibility_imports.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:33a13c6a675a1b4196d4b4a8","old_path":"","path":"tests/test_validate_repo_generated_drift.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:20edd23620da977fb144b11f","old_path":"","path":"tests/test_validate_repo_public_hygiene.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:71426c49f6417b454eedddbd","old_path":"","path":"tests/test_validate_repo_questbook_intelligence.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf","old_path":"","path":"tests/test_validate_repo_source_contracts.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:78624b39c65895c43629e995","old_path":"","path":"tests/test_validation_command_authority.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f6818f763cf40101bb774211","old_path":"","path":"tests/test_validation_topology.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:12b5f4eff632c2c255f96473","old_path":"","path":"tests/test_validator_module_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"5a733764dd6d999ad20b1df5474a992e7eebaacf"}],"id":"aoa:aoa-techniques:event:ee19522f9c4ef6954ddfb321","label":"[codex] Close validation lane coverage gaps (#461)","object_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed","aoa:aoa-techniques:artifact:018896bc1d0eaf2756c5b6ee","aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963","aoa:aoa-techniques:artifact:12b5f4eff632c2c255f96473","aoa:aoa-techniques:artifact:15d236927f0b93d18052e08a","aoa:aoa-techniques:artifact:179cd9e9a1e53d6027df9638","aoa:aoa-techniques:artifact:18813c86948efc57e661623d","aoa:aoa-techniques:artifact:19a81dcd26d390428c646806","aoa:aoa-techniques:artifact:1a4fdefcef7bcd50a7d8b088","aoa:aoa-techniques:artifact:1a548e9218c9b7c28e355d3e","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:1e069fa70593cb526b7819fc","aoa:aoa-techniques:artifact:1ef4faddc260b97dfada6d45","aoa:aoa-techniques:artifact:20edd23620da977fb144b11f","aoa:aoa-techniques:artifact:2114e295f32a7ad37a54a632","aoa:aoa-techniques:artifact:261914bf096c6fc6c33446d8","aoa:aoa-techniques:artifact:262a18d53e3b21e5a529bd9b","aoa:aoa-techniques:artifact:2a642426970f2a18a85178cf","aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0","aoa:aoa-techniques:artifact:33a13c6a675a1b4196d4b4a8","aoa:aoa-techniques:artifact:350991278c050e85113cce7c","aoa:aoa-techniques:artifact:3570302f879fbf8bebc76db7","aoa:aoa-techniques:artifact:369fbd11fa69318df89a5422","aoa:aoa-techniques:artifact:3ad361f605350ce7bcb20ee4","aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","aoa:aoa-techniques:artifact:3f21f1424c231b9e7323c3f2","aoa:aoa-techniques:artifact:40891dcacd7def19d666e3eb","aoa:aoa-techniques:artifact:416736a2a201444290bbfb32","aoa:aoa-techniques:artifact:41ac3f2b3d4fba39e0aa28ee","aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c","aoa:aoa-techniques:artifact:44a533a030dd6a9abbeaa7fa","aoa:aoa-techniques:artifact:4bb775b510fef0b03861add7","aoa:aoa-techniques:artifact:4ea8d4f3477d03591b388ed8","aoa:aoa-techniques:artifact:538bb41b40470989ae774aa1","aoa:aoa-techniques:artifact:54fb543592acb67d31302005","aoa:aoa-techniques:artifact:5b642e24330a04d5119f4f1a","aoa:aoa-techniques:artifact:637dddf144a4c6c59d2a17fc","aoa:aoa-techniques:artifact:6816a5effb28d9bbec30bc9c","aoa:aoa-techniques:artifact:6876c3c05522c4e1277a2317","aoa:aoa-techniques:artifact:712bfcf4dd0980ac8009ae26","aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","aoa:aoa-techniques:artifact:71426c49f6417b454eedddbd","aoa:aoa-techniques:artifact:7613905457bd23ae20c2e31c","aoa:aoa-techniques:artifact:78624b39c65895c43629e995","aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4","aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","aoa:aoa-techniques:artifact:80adbf9807a80432bf32a44f","aoa:aoa-techniques:artifact:8658ee6a5e9a7c7b185a1d3e","aoa:aoa-techniques:artifact:86b9e25a770624bc68ae623d","aoa:aoa-techniques:artifact:874770b82440579ca24bf934","aoa:aoa-techniques:artifact:8936340d2e7844f9c8b77f67","aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","aoa:aoa-techniques:artifact:910b46b6c7fb8e8fbb951543","aoa:aoa-techniques:artifact:9474485b910fe51774c07f50","aoa:aoa-techniques:artifact:9735cf4c4e1378183c6588b5","aoa:aoa-techniques:artifact:9a70c275b92b37838a1c010a","aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","aoa:aoa-techniques:artifact:a61aa4a40a839eb40008ff6b","aoa:aoa-techniques:artifact:a7b69e5f4cc475772781f136","aoa:aoa-techniques:artifact:a9d48ab51cf9f58a56d8bf87","aoa:aoa-techniques:artifact:acd156903f044a996b858398","aoa:aoa-techniques:artifact:aecbbf32b8d43d6cf8d19a2b","aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","aoa:aoa-techniques:artifact:b8959f6cec62a716dfef8fd1","aoa:aoa-techniques:artifact:b8fdc3193156fb70d810d171","aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19","aoa:aoa-techniques:artifact:c1230c1b468b10ee8cca2d40","aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d","aoa:aoa-techniques:artifact:c5138334e39c17af121a6547","aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","aoa:aoa-techniques:artifact:ced7185b3e1ab4e5f1d322d1","aoa:aoa-techniques:artifact:cfbb189175cfd9efe682fdd7","aoa:aoa-techniques:artifact:d00743dc4e878f258330dead","aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c","aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91","aoa:aoa-techniques:artifact:dda053a98d0f42c53736338b","aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf","aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","aoa:aoa-techniques:artifact:e170c6c6c0457f3e420b254f","aoa:aoa-techniques:artifact:e3946edd787b6a3494f7812e","aoa:aoa-techniques:artifact:e5ec0e7030077b7cf1bfed98","aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","aoa:aoa-techniques:artifact:f0cbd6aa0372f04d8e3ab075","aoa:aoa-techniques:artifact:f6818f763cf40101bb774211","aoa:aoa-techniques:artifact:f8a3b9c764d1be17db35a8fe","aoa:aoa-techniques:artifact:fa4c2103641a1e3297b5e2db","aoa:aoa-techniques:artifact:fd5f9f24ed002a50d4d544d5"],"observation_state":"observed","occurred_at":"2026-06-02T22:33:55+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:0119f94a9628e05b47e30eed","aoa:aoa-techniques:artifact:018896bc1d0eaf2756c5b6ee","aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:070046d3ac1483cac58e8963","aoa:aoa-techniques:artifact:12b5f4eff632c2c255f96473","aoa:aoa-techniques:artifact:15d236927f0b93d18052e08a","aoa:aoa-techniques:artifact:179cd9e9a1e53d6027df9638","aoa:aoa-techniques:artifact:18813c86948efc57e661623d","aoa:aoa-techniques:artifact:19a81dcd26d390428c646806","aoa:aoa-techniques:artifact:1a4fdefcef7bcd50a7d8b088","aoa:aoa-techniques:artifact:1a548e9218c9b7c28e355d3e","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:1e069fa70593cb526b7819fc","aoa:aoa-techniques:artifact:1ef4faddc260b97dfada6d45","aoa:aoa-techniques:artifact:20edd23620da977fb144b11f","aoa:aoa-techniques:artifact:2114e295f32a7ad37a54a632","aoa:aoa-techniques:artifact:261914bf096c6fc6c33446d8","aoa:aoa-techniques:artifact:262a18d53e3b21e5a529bd9b","aoa:aoa-techniques:artifact:2a642426970f2a18a85178cf","aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0","aoa:aoa-techniques:artifact:33a13c6a675a1b4196d4b4a8","aoa:aoa-techniques:artifact:350991278c050e85113cce7c","aoa:aoa-techniques:artifact:3570302f879fbf8bebc76db7","aoa:aoa-techniques:artifact:369fbd11fa69318df89a5422","aoa:aoa-techniques:artifact:3ad361f605350ce7bcb20ee4","aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","aoa:aoa-techniques:artifact:3f21f1424c231b9e7323c3f2","aoa:aoa-techniques:artifact:40891dcacd7def19d666e3eb","aoa:aoa-techniques:artifact:416736a2a201444290bbfb32","aoa:aoa-techniques:artifact:41ac3f2b3d4fba39e0aa28ee","aoa:aoa-techniques:artifact:4400b0a685bbe453fa4ac22c","aoa:aoa-techniques:artifact:44a533a030dd6a9abbeaa7fa","aoa:aoa-techniques:artifact:4bb775b510fef0b03861add7","aoa:aoa-techniques:artifact:4ea8d4f3477d03591b388ed8","aoa:aoa-techniques:artifact:538bb41b40470989ae774aa1","aoa:aoa-techniques:artifact:54fb543592acb67d31302005","aoa:aoa-techniques:artifact:5b642e24330a04d5119f4f1a","aoa:aoa-techniques:artifact:637dddf144a4c6c59d2a17fc","aoa:aoa-techniques:artifact:6816a5effb28d9bbec30bc9c","aoa:aoa-techniques:artifact:6876c3c05522c4e1277a2317","aoa:aoa-techniques:artifact:712bfcf4dd0980ac8009ae26","aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","aoa:aoa-techniques:artifact:71426c49f6417b454eedddbd","aoa:aoa-techniques:artifact:7613905457bd23ae20c2e31c","aoa:aoa-techniques:artifact:78624b39c65895c43629e995","aoa:aoa-techniques:artifact:7a262a5582428ad63426e0d4","aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","aoa:aoa-techniques:artifact:80adbf9807a80432bf32a44f","aoa:aoa-techniques:artifact:8658ee6a5e9a7c7b185a1d3e","aoa:aoa-techniques:artifact:86b9e25a770624bc68ae623d","aoa:aoa-techniques:artifact:874770b82440579ca24bf934","aoa:aoa-techniques:artifact:8936340d2e7844f9c8b77f67","aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","aoa:aoa-techniques:artifact:910b46b6c7fb8e8fbb951543","aoa:aoa-techniques:artifact:9474485b910fe51774c07f50","aoa:aoa-techniques:artifact:9735cf4c4e1378183c6588b5","aoa:aoa-techniques:artifact:9a70c275b92b37838a1c010a","aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","aoa:aoa-techniques:artifact:a61aa4a40a839eb40008ff6b","aoa:aoa-techniques:artifact:a7b69e5f4cc475772781f136","aoa:aoa-techniques:artifact:a9d48ab51cf9f58a56d8bf87","aoa:aoa-techniques:artifact:acd156903f044a996b858398","aoa:aoa-techniques:artifact:aecbbf32b8d43d6cf8d19a2b","aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","aoa:aoa-techniques:artifact:b8959f6cec62a716dfef8fd1","aoa:aoa-techniques:artifact:b8fdc3193156fb70d810d171","aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19","aoa:aoa-techniques:artifact:c1230c1b468b10ee8cca2d40","aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d","aoa:aoa-techniques:artifact:c5138334e39c17af121a6547","aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","aoa:aoa-techniques:artifact:ced7185b3e1ab4e5f1d322d1","aoa:aoa-techniques:artifact:cfbb189175cfd9efe682fdd7","aoa:aoa-techniques:artifact:d00743dc4e878f258330dead","aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c","aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91","aoa:aoa-techniques:artifact:dda053a98d0f42c53736338b","aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf","aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","aoa:aoa-techniques:artifact:e170c6c6c0457f3e420b254f","aoa:aoa-techniques:artifact:e3946edd787b6a3494f7812e","aoa:aoa-techniques:artifact:e5ec0e7030077b7cf1bfed98","aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","aoa:aoa-techniques:artifact:f0cbd6aa0372f04d8e3ab075","aoa:aoa-techniques:artifact:f6818f763cf40101bb774211","aoa:aoa-techniques:artifact:f8a3b9c764d1be17db35a8fe","aoa:aoa-techniques:artifact:fa4c2103641a1e3297b5e2db","aoa:aoa-techniques:artifact:fd5f9f24ed002a50d4d544d5"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"8Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0f15e80c000c8f5d22d6d178","aoa:aoa-techniques:anchor:23d685dd4d27d0361dbf33c4","aoa:aoa-techniques:anchor:491e2d3e81cfde1d923fcbfa","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:675caa36db4c691a99fb1d7b","aoa:aoa-techniques:anchor:9e266e042011c41484b5db1a","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:f0dee75f40aa051e58a5c9a2"],"changes":[{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:06e9e8aaedfd37a6721abd79","old_path":"","path":"docs/decisions/2026-05-01-distillation-gate-alignment.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a9c949d3ec8753d6c9e15610","old_path":"","path":"mechanics/distillation/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","old_path":"","path":"mechanics/distillation/parts/cross-layer-candidate-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:efad5c18022305012ddd5d4d","old_path":"","path":"mechanics/distillation/parts/donor-refinery/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","old_path":"","path":"mechanics/distillation/parts/external-candidate-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:74641082b6240b36e234ede7","old_path":"","path":"mechanics/distillation/parts/external-import-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"77e1cb2525b46ad036d091aea4f17b7dd5f3bf67"}],"id":"aoa:aoa-techniques:event:ee299ce5908a2a8bc6a03c45","label":"Align distillation intake gates","object_ids":["aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","aoa:aoa-techniques:artifact:06e9e8aaedfd37a6721abd79","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","aoa:aoa-techniques:artifact:74641082b6240b36e234ede7","aoa:aoa-techniques:artifact:a9c949d3ec8753d6c9e15610","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:efad5c18022305012ddd5d4d"],"observation_state":"observed","occurred_at":"2026-05-01T11:02:43-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","aoa:aoa-techniques:artifact:06e9e8aaedfd37a6721abd79","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","aoa:aoa-techniques:artifact:74641082b6240b36e234ede7","aoa:aoa-techniques:artifact:a9c949d3ec8753d6c9e15610","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:efad5c18022305012ddd5d4d"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:00296792184aad48ce6431d8","aoa:aoa-techniques:anchor:025520f67c4473547e79f940","aoa:aoa-techniques:anchor:08461cb1fec5568a19d91878","aoa:aoa-techniques:anchor:0bc0dc0a96b74bd1b64768ed","aoa:aoa-techniques:anchor:0f15e80c000c8f5d22d6d178","aoa:aoa-techniques:anchor:11cac66ef107d693a8c44ff7","aoa:aoa-techniques:anchor:1c5460e251cd9c052e7eaea2","aoa:aoa-techniques:anchor:2030293bcfe5fa02a805fb8f","aoa:aoa-techniques:anchor:20a5eccfc031f4ee4e4cb2be","aoa:aoa-techniques:anchor:2624190ed2bdceff42197c75","aoa:aoa-techniques:anchor:2a440e1f86f137ac22fcf000","aoa:aoa-techniques:anchor:2fc941c7d857c783de1ae62c","aoa:aoa-techniques:anchor:37564b081d395450da5043a2","aoa:aoa-techniques:anchor:3a2c13172c42ad91d8454f06","aoa:aoa-techniques:anchor:3b8b2a6656fc3942f16dd3ad","aoa:aoa-techniques:anchor:3e6b368dfe8863577b2d51d5","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:4b0ed1bedb019994fde9d7f7","aoa:aoa-techniques:anchor:4bb64dccf4cd84ccae49e469","aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a","aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:59868b9b495285ba0e0468a8","aoa:aoa-techniques:anchor:5adc20b99e640d5f96358158","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:6c0487ab5c82a135bb9d646d","aoa:aoa-techniques:anchor:70e824b0cc31e64c19fce8cb","aoa:aoa-techniques:anchor:72e5adda1ab13a15e605911d","aoa:aoa-techniques:anchor:74123619244129f4ee04644d","aoa:aoa-techniques:anchor:742ffb384c201b4341ba179c","aoa:aoa-techniques:anchor:756d8e5f4ec4a41de767985e","aoa:aoa-techniques:anchor:75aac53f355e3317514874b7","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:8dc829e2b83e630c483a2a81","aoa:aoa-techniques:anchor:8fd506b90aee538356b1d5dc","aoa:aoa-techniques:anchor:9543062438cd1bc847bb5b75","aoa:aoa-techniques:anchor:992e4c748b558b55fbbb9482","aoa:aoa-techniques:anchor:9c3935def28297bf3576ec50","aoa:aoa-techniques:anchor:9e266e042011c41484b5db1a","aoa:aoa-techniques:anchor:9edef3e6f2675ff4675a8a92","aoa:aoa-techniques:anchor:a087a6322bdea870d5ef27e4","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a24137ed4f39b13cf69ac833","aoa:aoa-techniques:anchor:a2b0e26932668c66414c22ec","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679","aoa:aoa-techniques:anchor:b423ccc3bc299d13a0bfb338","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:c1639cc1867f0e495e49a78c","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:d03a1bef68bd7c36ae10aa08","aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","aoa:aoa-techniques:anchor:d345db16b7b48ef19b23f521","aoa:aoa-techniques:anchor:d48d9ac189be3eee7a0503af","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:de0e330ef15d6ffdf84712bc","aoa:aoa-techniques:anchor:e1bc4a1cc5470ac993c4b6d2","aoa:aoa-techniques:anchor:e56f99c97c51cb82c1ed5a2e","aoa:aoa-techniques:anchor:ed30810d749089eb4df0ea53","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3","aoa:aoa-techniques:anchor:ef27f5a40bb3eefbd3162863","aoa:aoa-techniques:anchor:f10f61a9171a9dfce45b8e4c","aoa:aoa-techniques:anchor:fbf906dc8d0146886f86b70c"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","old_path":"","path":"docs/TECHNIQUE_TREE_CONTRACT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","old_path":"","path":"generated/technique_capsules.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","old_path":"","path":"generated/technique_capsules.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","old_path":"","path":"generated/technique_checklist_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","old_path":"","path":"generated/technique_checklist_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","old_path":"","path":"generated/technique_example_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","old_path":"","path":"generated/technique_example_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","old_path":"","path":"generated/technique_section_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:230300f5c93c60553a3b11d8","old_path":"","path":"incoming/chat-wave-1b-tool-proxy-runtime/docs/EXTERNAL_TECHNIQUE_CANDIDATES_CHAT_WAVE_1B.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","old_path":"","path":"legacy/INDEX.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e16da97072c494e685bd74eb","old_path":"","path":"legacy/receipts/2026-05-05-runtime-truth-lifecycle-tree-pilot.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","old_path":"","path":"legacy/receipts/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","old_path":"","path":"mechanics/audit/parts/external-evidence-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","old_path":"","path":"mechanics/audit/parts/promotion-wave-a-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","old_path":"","path":"mechanics/distillation/parts/cross-layer-candidate-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6d5675828e06a9dbd9ea4488","old_path":"","path":"mechanics/distillation/parts/cross-layer-candidate-ledger/config/cross_layer_candidate_registry.seed.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","old_path":"","path":"mechanics/distillation/parts/external-candidate-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:31a6a3ce9244beba872569d3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-review-evidence-pilot-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6d639d0fa8f0902c2e18bf90","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/runtime-truth-lifecycle-direct-read-migration-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6121f2837bd826d3c12dc0e4","old_path":"","path":"mechanics/experience/parts/technique-candidate-bridge/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca785fdeae3ee2044bca3d2d","old_path":"","path":"reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:517d2b1d5273d7915e2b334d","old_path":"","path":"reports/technique_tree_projection.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","old_path":"","path":"scripts/validate_nested_agents.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:aac1fdea85399dc5bb3a69f6","old_path":"","path":"techniques/agent-workflows/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1e963cf2d2b5de8a07625937","old_path":"","path":"techniques/evaluation/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf4f0ead65b71478dc32c271","old_path":"","path":"techniques/execution/AGENTS.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:d078f1d3bf30efcdc6934355","old_path":"techniques/evaluation/baseline-first-additive-profile-benchmarks/TECHNIQUE.md","path":"techniques/execution/runtime-truth-lifecycle/baseline-first-additive-profile-benchmarks/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:d096808197b9c0799ca66e45","old_path":"techniques/evaluation/baseline-first-additive-profile-benchmarks/checks/baseline-first-additive-profile-benchmarks-checklist.md","path":"techniques/execution/runtime-truth-lifecycle/baseline-first-additive-profile-benchmarks/checks/baseline-first-additive-profile-benchmarks-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:040dd8699c33cac07cf4c506","old_path":"techniques/evaluation/baseline-first-additive-profile-benchmarks/examples/minimal-baseline-first-additive-profile-benchmarks.md","path":"techniques/execution/runtime-truth-lifecycle/baseline-first-additive-profile-benchmarks/examples/minimal-baseline-first-additive-profile-benchmarks.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:3bd1406d72b55e6e041fb658","old_path":"techniques/evaluation/baseline-first-additive-profile-benchmarks/notes/canonical-readiness.md","path":"techniques/execution/runtime-truth-lifecycle/baseline-first-additive-profile-benchmarks/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:9ecd3378d6f6372b1047a9c0","old_path":"techniques/evaluation/baseline-first-additive-profile-benchmarks/notes/origin-evidence.md","path":"techniques/execution/runtime-truth-lifecycle/baseline-first-additive-profile-benchmarks/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:2ed5b501a82fb2aec2587bcc","old_path":"techniques/evaluation/baseline-first-additive-profile-benchmarks/notes/second-context-adaptation.md","path":"techniques/execution/runtime-truth-lifecycle/baseline-first-additive-profile-benchmarks/notes/second-context-adaptation.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:97ec55a68c3b722552006414","old_path":"techniques/evaluation/contextual-host-doctor/TECHNIQUE.md","path":"techniques/execution/runtime-truth-lifecycle/contextual-host-doctor/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:7a5585c8985742ae1c2ec0c6","old_path":"techniques/evaluation/contextual-host-doctor/checks/contextual-host-doctor-checklist.md","path":"techniques/execution/runtime-truth-lifecycle/contextual-host-doctor/checks/contextual-host-doctor-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:c88f740eff65fa6be82170d1","old_path":"techniques/evaluation/contextual-host-doctor/examples/minimal-contextual-host-doctor.md","path":"techniques/execution/runtime-truth-lifecycle/contextual-host-doctor/examples/minimal-contextual-host-doctor.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:15ef1c41fab50fad799f1f01","old_path":"techniques/evaluation/contextual-host-doctor/notes/canonical-readiness.md","path":"techniques/execution/runtime-truth-lifecycle/contextual-host-doctor/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:520eaee3aa96a652ca5ffae1","old_path":"techniques/evaluation/contextual-host-doctor/notes/origin-evidence.md","path":"techniques/execution/runtime-truth-lifecycle/contextual-host-doctor/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:87137534501699d3996deb07","old_path":"techniques/evaluation/contextual-host-doctor/notes/second-context-adaptation.md","path":"techniques/execution/runtime-truth-lifecycle/contextual-host-doctor/notes/second-context-adaptation.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:c348dabcca277760e5eeca99","old_path":"techniques/agent-workflows/one-command-service-lifecycle/TECHNIQUE.md","path":"techniques/execution/runtime-truth-lifecycle/one-command-service-lifecycle/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:1e1420f04123850475c53478","old_path":"techniques/agent-workflows/one-command-service-lifecycle/checks/one-command-service-lifecycle-checklist.md","path":"techniques/execution/runtime-truth-lifecycle/one-command-service-lifecycle/checks/one-command-service-lifecycle-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:bd84c9fe581febe98c182d78","old_path":"techniques/agent-workflows/one-command-service-lifecycle/examples/minimal-one-command-service-lifecycle.md","path":"techniques/execution/runtime-truth-lifecycle/one-command-service-lifecycle/examples/minimal-one-command-service-lifecycle.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:00e178bcdf3dd84ade599378","old_path":"techniques/agent-workflows/one-command-service-lifecycle/notes/canonical-readiness.md","path":"techniques/execution/runtime-truth-lifecycle/one-command-service-lifecycle/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:6619541374acff8a5d7ce30f","old_path":"techniques/agent-workflows/one-command-service-lifecycle/notes/external-import-review.md","path":"techniques/execution/runtime-truth-lifecycle/one-command-service-lifecycle/notes/external-import-review.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:b3300e2dfe4e69b2fc21ebbf","old_path":"techniques/agent-workflows/one-command-service-lifecycle/notes/external-origin.md","path":"techniques/execution/runtime-truth-lifecycle/one-command-service-lifecycle/notes/external-origin.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:67c29353ac8b6ec36c80ab3f","old_path":"techniques/agent-workflows/one-command-service-lifecycle/notes/second-context-adaptation.md","path":"techniques/execution/runtime-truth-lifecycle/one-command-service-lifecycle/notes/second-context-adaptation.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:b31499c935cb751b1d7d9269","old_path":"techniques/agent-workflows/render-truth-before-startup/TECHNIQUE.md","path":"techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:c3633ce00072e52ca020b49d","old_path":"techniques/agent-workflows/render-truth-before-startup/checks/render-truth-before-startup-checklist.md","path":"techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/checks/render-truth-before-startup-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:bcd6ec85336f979f0d4caa74","old_path":"techniques/agent-workflows/render-truth-before-startup/examples/minimal-render-truth-before-startup.md","path":"techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/examples/minimal-render-truth-before-startup.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:7610be23f43ce8e28ebef194","old_path":"techniques/agent-workflows/render-truth-before-startup/notes/canonical-readiness.md","path":"techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:324da212a05b74823e4edd53","old_path":"techniques/agent-workflows/render-truth-before-startup/notes/origin-evidence.md","path":"techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:31c7f93807fafaa63209c65a","old_path":"techniques/agent-workflows/render-truth-before-startup/notes/second-context-adaptation.md","path":"techniques/execution/runtime-truth-lifecycle/render-truth-before-startup/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82e028210399ae4428247f3c","old_path":"","path":"tests/test_evaluation_chain_tree_pilot.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c860763713cbacdeaa06c8e7","old_path":"","path":"tests/test_published_summary_tree_pilot.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","old_path":"","path":"tests/test_root_legacy_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"ddbfcc4887c0077220dd12beac4fd91b32b35a76"}],"id":"aoa:aoa-techniques:event:ee5f3318a3adcea00621071f","label":"Migrate runtime truth lifecycle techniques (#316)","object_ids":["aoa:aoa-techniques:artifact:00e178bcdf3dd84ade599378","aoa:aoa-techniques:artifact:040dd8699c33cac07cf4c506","aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:15ef1c41fab50fad799f1f01","aoa:aoa-techniques:artifact:1e1420f04123850475c53478","aoa:aoa-techniques:artifact:1e963cf2d2b5de8a07625937","aoa:aoa-techniques:artifact:230300f5c93c60553a3b11d8","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:2ed5b501a82fb2aec2587bcc","aoa:aoa-techniques:artifact:31a6a3ce9244beba872569d3","aoa:aoa-techniques:artifact:31c7f93807fafaa63209c65a","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:324da212a05b74823e4edd53","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:3bd1406d72b55e6e041fb658","aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:520eaee3aa96a652ca5ffae1","aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","aoa:aoa-techniques:artifact:6121f2837bd826d3c12dc0e4","aoa:aoa-techniques:artifact:6619541374acff8a5d7ce30f","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:67c29353ac8b6ec36c80ab3f","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:6d5675828e06a9dbd9ea4488","aoa:aoa-techniques:artifact:6d639d0fa8f0902c2e18bf90","aoa:aoa-techniques:artifact:7610be23f43ce8e28ebef194","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:7a5585c8985742ae1c2ec0c6","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:82e028210399ae4428247f3c","aoa:aoa-techniques:artifact:87137534501699d3996deb07","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:97ec55a68c3b722552006414","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:9ecd3378d6f6372b1047a9c0","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:aac1fdea85399dc5bb3a69f6","aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","aoa:aoa-techniques:artifact:b31499c935cb751b1d7d9269","aoa:aoa-techniques:artifact:b3300e2dfe4e69b2fc21ebbf","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bcd6ec85336f979f0d4caa74","aoa:aoa-techniques:artifact:bd84c9fe581febe98c182d78","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:bf4f0ead65b71478dc32c271","aoa:aoa-techniques:artifact:c348dabcca277760e5eeca99","aoa:aoa-techniques:artifact:c3633ce00072e52ca020b49d","aoa:aoa-techniques:artifact:c860763713cbacdeaa06c8e7","aoa:aoa-techniques:artifact:c88f740eff65fa6be82170d1","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d078f1d3bf30efcdc6934355","aoa:aoa-techniques:artifact:d096808197b9c0799ca66e45","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e16da97072c494e685bd74eb","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"observation_state":"observed","occurred_at":"2026-05-06T05:38:10+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:00e178bcdf3dd84ade599378","aoa:aoa-techniques:artifact:040dd8699c33cac07cf4c506","aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:15ef1c41fab50fad799f1f01","aoa:aoa-techniques:artifact:1e1420f04123850475c53478","aoa:aoa-techniques:artifact:1e963cf2d2b5de8a07625937","aoa:aoa-techniques:artifact:230300f5c93c60553a3b11d8","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:2ed5b501a82fb2aec2587bcc","aoa:aoa-techniques:artifact:31a6a3ce9244beba872569d3","aoa:aoa-techniques:artifact:31c7f93807fafaa63209c65a","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:324da212a05b74823e4edd53","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:3bd1406d72b55e6e041fb658","aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:520eaee3aa96a652ca5ffae1","aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","aoa:aoa-techniques:artifact:6121f2837bd826d3c12dc0e4","aoa:aoa-techniques:artifact:6619541374acff8a5d7ce30f","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:67c29353ac8b6ec36c80ab3f","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:6d5675828e06a9dbd9ea4488","aoa:aoa-techniques:artifact:6d639d0fa8f0902c2e18bf90","aoa:aoa-techniques:artifact:7610be23f43ce8e28ebef194","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:7a5585c8985742ae1c2ec0c6","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:82e028210399ae4428247f3c","aoa:aoa-techniques:artifact:87137534501699d3996deb07","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:97ec55a68c3b722552006414","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:9ecd3378d6f6372b1047a9c0","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:aac1fdea85399dc5bb3a69f6","aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","aoa:aoa-techniques:artifact:b31499c935cb751b1d7d9269","aoa:aoa-techniques:artifact:b3300e2dfe4e69b2fc21ebbf","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bcd6ec85336f979f0d4caa74","aoa:aoa-techniques:artifact:bd84c9fe581febe98c182d78","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:bf4f0ead65b71478dc32c271","aoa:aoa-techniques:artifact:c348dabcca277760e5eeca99","aoa:aoa-techniques:artifact:c3633ce00072e52ca020b49d","aoa:aoa-techniques:artifact:c860763713cbacdeaa06c8e7","aoa:aoa-techniques:artifact:c88f740eff65fa6be82170d1","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d078f1d3bf30efcdc6934355","aoa:aoa-techniques:artifact:d096808197b9c0799ca66e45","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e16da97072c494e685bd74eb","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"temporal_ref":"historical","trust_ref":"observed"}, @@ -586,7 +582,7 @@ {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:16cce21da1006eb3ad143335","aoa:aoa-techniques:anchor:270321c9571c578f03a6f87f","aoa:aoa-techniques:anchor:31067163c538642116e9c3aa","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:c776ec5b2e0d95daef8773cf"],"changes":[{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3fa839ffbc7f7e3ef4aea075","old_path":"","path":"docs/INTENT_CHAIN_SEMANTIC_REVIEW.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","old_path":"","path":"docs/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e68b0d639bece8be88382143","old_path":"","path":"docs/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:278e247ced992378ca887cab","old_path":"","path":"generated/semantic_review_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5","old_path":"","path":"generated/semantic_review_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"eac74c6ee19003343443912c315f882d40d0cdfb"}],"id":"aoa:aoa-techniques:event:f0162299bfd0e0d1ff050fe4","label":"docs: add intent-chain semantic review (#74)","object_ids":["aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:278e247ced992378ca887cab","aoa:aoa-techniques:artifact:3fa839ffbc7f7e3ef4aea075","aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5"],"observation_state":"observed","occurred_at":"2026-03-18T20:42:46-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:278e247ced992378ca887cab","aoa:aoa-techniques:artifact:3fa839ffbc7f7e3ef4aea075","aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"8Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:45133b63935581e72ef1883d","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:4eb9d4e709b70261952becb9","aoa:aoa-techniques:anchor:71631681fd5cc24d750f7469","aoa:aoa-techniques:anchor:9995f1644e399ee461162783","aoa:aoa-techniques:anchor:9e266e042011c41484b5db1a","aoa:aoa-techniques:anchor:c35d0c2e782d37cc9ce6b6c1","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:758e29efb65b54b21c9debb1","old_path":"","path":"mechanics/distillation/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4d310869dd2e62ecdcd12672","old_path":"","path":"mechanics/distillation/legacy/DISTILLATION_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57","old_path":"","path":"mechanics/distillation/legacy/INDEX.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:51171fd055520b693df3ffc6","old_path":"","path":"mechanics/distillation/legacy/raw/CROSS_LAYER_CANDIDATE_LEDGER_2026-05-01_PRE_PRUNE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:12b9435bf6e909efd884670d","old_path":"","path":"mechanics/distillation/legacy/raw/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","old_path":"","path":"mechanics/distillation/parts/cross-layer-candidate-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"5d0ba247a6d2809de93361bd9532ef6feacd4d84"}],"id":"aoa:aoa-techniques:event:f0dc1e042f0524d53e985689","label":"Compact cross-layer candidate ledger","object_ids":["aoa:aoa-techniques:artifact:12b9435bf6e909efd884670d","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:4d310869dd2e62ecdcd12672","aoa:aoa-techniques:artifact:51171fd055520b693df3ffc6","aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","aoa:aoa-techniques:artifact:758e29efb65b54b21c9debb1","aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"observation_state":"observed","occurred_at":"2026-05-01T11:06:59-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:12b9435bf6e909efd884670d","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:4d310869dd2e62ecdcd12672","aoa:aoa-techniques:artifact:51171fd055520b693df3ffc6","aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","aoa:aoa-techniques:artifact:758e29efb65b54b21c9debb1","aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:00c61e6409abd64cea21273a","aoa:aoa-techniques:anchor:010a61f492bb104095a313b5","aoa:aoa-techniques:anchor:025520f67c4473547e79f940","aoa:aoa-techniques:anchor:034986f348621e5a22b72cbf","aoa:aoa-techniques:anchor:0660f43457b2c15764ee0753","aoa:aoa-techniques:anchor:16cce21da1006eb3ad143335","aoa:aoa-techniques:anchor:1abfdf7c803c95573a77014b","aoa:aoa-techniques:anchor:1d4cbdb5a3f3ad7799e2a619","aoa:aoa-techniques:anchor:20a5eccfc031f4ee4e4cb2be","aoa:aoa-techniques:anchor:298f2027076fbc915d9289d9","aoa:aoa-techniques:anchor:332f4d2a061c701c20efaf2d","aoa:aoa-techniques:anchor:3741f1d59f0363477d7b9b11","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:46e4d6d19961e900df94f002","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:56d6e16e7397940b6fd5b677","aoa:aoa-techniques:anchor:5aed49dee483b72c8b8c5271","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:68223c1776b77bfa62a296aa","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:6c0487ab5c82a135bb9d646d","aoa:aoa-techniques:anchor:742ffb384c201b4341ba179c","aoa:aoa-techniques:anchor:756d8e5f4ec4a41de767985e","aoa:aoa-techniques:anchor:8578b96d15aa2b7a20c0af02","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:9bb555e5edc3739ccb297b87","aoa:aoa-techniques:anchor:9c390dc53a650c47a06e6e3c","aoa:aoa-techniques:anchor:a087a6322bdea870d5ef27e4","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a50cb68cf8f4516437e46f96","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679","aoa:aoa-techniques:anchor:b07cdce3d293f1e63db813b7","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:c72434d1f6747492c0818ad4","aoa:aoa-techniques:anchor:c890315e91a4b02ac157dac7","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:cee1435f9eecc30462bd63ff","aoa:aoa-techniques:anchor:d03a1bef68bd7c36ae10aa08","aoa:aoa-techniques:anchor:d199a4efb9f550ca83201b82","aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","aoa:aoa-techniques:anchor:d48d9ac189be3eee7a0503af","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:d8ae8ccaebf78acbf700bc36","aoa:aoa-techniques:anchor:ed30810d749089eb4df0ea53","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3","aoa:aoa-techniques:anchor:f2d84b3f77b5255d5a732bd2","aoa:aoa-techniques:anchor:fb761ab40de4e53e17087890"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","old_path":"","path":"docs/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","old_path":"","path":"docs/TECHNIQUE_TREE_CONTRACT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","old_path":"","path":"generated/technique_capsules.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","old_path":"","path":"generated/technique_capsules.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","old_path":"","path":"generated/technique_checklist_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","old_path":"","path":"generated/technique_checklist_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","old_path":"","path":"generated/technique_example_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","old_path":"","path":"generated/technique_example_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","old_path":"","path":"generated/technique_section_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","old_path":"","path":"legacy/INDEX.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8436895251001fc44adad2b2","old_path":"","path":"legacy/receipts/2026-05-05-antifragility-recovery-tree-pilot.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","old_path":"","path":"legacy/receipts/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:27d8e436efda8224fb79d3e5","old_path":"","path":"mechanics/antifragility/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b598f0f95466968d1af36d7e","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/0054-kind-destination-check.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:fcebf684504ec852058428c6","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/antifragility-recovery-direct-read-migration-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dde9378751d78e4abe16be20","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-history-artifacts-pilot-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6121f2837bd826d3c12dc0e4","old_path":"","path":"mechanics/experience/parts/technique-candidate-bridge/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca785fdeae3ee2044bca3d2d","old_path":"","path":"reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:517d2b1d5273d7915e2b334d","old_path":"","path":"reports/technique_tree_projection.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:30bc9b7a1a2970e45e814b8d","old_path":"","path":"techniques/recovery/AGENTS.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:85b3e5b0b944104a0da207ad","old_path":"techniques/system-recovery/degrade-reground-recover/TECHNIQUE.md","path":"techniques/recovery/antifragility-recovery/degrade-reground-recover/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:9bca86108757ca4ce43e5edb","old_path":"techniques/system-recovery/degrade-reground-recover/checks/degrade-reground-recover-checklist.md","path":"techniques/recovery/antifragility-recovery/degrade-reground-recover/checks/degrade-reground-recover-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:fcbdec8dc51ffe40278155c9","old_path":"techniques/system-recovery/degrade-reground-recover/examples/minimal-degraded-handoff.md","path":"techniques/recovery/antifragility-recovery/degrade-reground-recover/examples/minimal-degraded-handoff.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:a66988f50dae52b2644c3666","old_path":"techniques/system-recovery/degrade-reground-recover/notes/origin-evidence.md","path":"techniques/recovery/antifragility-recovery/degrade-reground-recover/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:d95a20b7d5b159c0ce6ad00e","old_path":"techniques/system-recovery/degrade-reground-recover/notes/second-context-adaptation.md","path":"techniques/recovery/antifragility-recovery/degrade-reground-recover/notes/second-context-adaptation.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:43fc86146653d505376ceedb","old_path":"techniques/system-recovery/isolated-service-stop-on-shared-substrate/TECHNIQUE.md","path":"techniques/recovery/antifragility-recovery/isolated-service-stop-on-shared-substrate/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:a8723f68aca70ab29c7457b3","old_path":"techniques/system-recovery/isolated-service-stop-on-shared-substrate/checks/isolated-service-stop-on-shared-substrate-checklist.md","path":"techniques/recovery/antifragility-recovery/isolated-service-stop-on-shared-substrate/checks/isolated-service-stop-on-shared-substrate-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:1b51b9a4fa704c7421aee187","old_path":"techniques/system-recovery/isolated-service-stop-on-shared-substrate/examples/minimal-isolated-service-stop.md","path":"techniques/recovery/antifragility-recovery/isolated-service-stop-on-shared-substrate/examples/minimal-isolated-service-stop.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:9b89fd4f7add2d82f5d59dec","old_path":"techniques/system-recovery/isolated-service-stop-on-shared-substrate/notes/origin-evidence.md","path":"techniques/recovery/antifragility-recovery/isolated-service-stop-on-shared-substrate/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:34fca09092e17aaabebd6da9","old_path":"techniques/validation-patterns/receipt-first-failure-analysis/TECHNIQUE.md","path":"techniques/recovery/antifragility-recovery/receipt-first-failure-analysis/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:e1df4ce6ce0826985ad21bea","old_path":"techniques/validation-patterns/receipt-first-failure-analysis/checks/receipt-first-failure-analysis-checklist.md","path":"techniques/recovery/antifragility-recovery/receipt-first-failure-analysis/checks/receipt-first-failure-analysis-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:8211941d79dcf3f938c3c0d6","old_path":"techniques/validation-patterns/receipt-first-failure-analysis/examples/minimal-receipt-review.md","path":"techniques/recovery/antifragility-recovery/receipt-first-failure-analysis/examples/minimal-receipt-review.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:d02236560bbcac434b5934bb","old_path":"techniques/validation-patterns/receipt-first-failure-analysis/notes/origin-evidence.md","path":"techniques/recovery/antifragility-recovery/receipt-first-failure-analysis/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:56833d74575bfa274e98e02f","old_path":"techniques/validation-patterns/receipt-first-failure-analysis/notes/second-context-adaptation.md","path":"techniques/recovery/antifragility-recovery/receipt-first-failure-analysis/notes/second-context-adaptation.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:2cb5af8a68242b1e3c187f3f","old_path":"techniques/system-recovery/stress-receipt-reground-closeout/TECHNIQUE.md","path":"techniques/recovery/antifragility-recovery/stress-receipt-reground-closeout/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:2914063e7080f951b1da0df5","old_path":"techniques/system-recovery/stress-receipt-reground-closeout/checks/stress-receipt-reground-closeout-checklist.md","path":"techniques/recovery/antifragility-recovery/stress-receipt-reground-closeout/checks/stress-receipt-reground-closeout-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:4d9263474a89434fd36a7fee","old_path":"techniques/system-recovery/stress-receipt-reground-closeout/examples/minimal-stress-closeout-lane.md","path":"techniques/recovery/antifragility-recovery/stress-receipt-reground-closeout/examples/minimal-stress-closeout-lane.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:7fd8ba0b794452c5913033cd","old_path":"techniques/system-recovery/stress-receipt-reground-closeout/notes/origin-evidence.md","path":"techniques/recovery/antifragility-recovery/stress-receipt-reground-closeout/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:90ea9393d76ea7740ee46c93","old_path":"techniques/system-recovery/stress-receipt-reground-closeout/notes/second-context-adaptation.md","path":"techniques/recovery/antifragility-recovery/stress-receipt-reground-closeout/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","old_path":"","path":"tests/test_root_legacy_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"9c98fe5b54b1e1b783a67a18dd48c54c594d678b"}],"id":"aoa:aoa-techniques:event:f108a2f2ef3d6cd399685ca3","label":"Migrate antifragility recovery techniques","object_ids":["aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:1b51b9a4fa704c7421aee187","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:27d8e436efda8224fb79d3e5","aoa:aoa-techniques:artifact:2914063e7080f951b1da0df5","aoa:aoa-techniques:artifact:2cb5af8a68242b1e3c187f3f","aoa:aoa-techniques:artifact:30bc9b7a1a2970e45e814b8d","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:34fca09092e17aaabebd6da9","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:43fc86146653d505376ceedb","aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:4d9263474a89434fd36a7fee","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:56833d74575bfa274e98e02f","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","aoa:aoa-techniques:artifact:6121f2837bd826d3c12dc0e4","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7fd8ba0b794452c5913033cd","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:8211941d79dcf3f938c3c0d6","aoa:aoa-techniques:artifact:8436895251001fc44adad2b2","aoa:aoa-techniques:artifact:85b3e5b0b944104a0da207ad","aoa:aoa-techniques:artifact:90ea9393d76ea7740ee46c93","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:9b89fd4f7add2d82f5d59dec","aoa:aoa-techniques:artifact:9bca86108757ca4ce43e5edb","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a66988f50dae52b2644c3666","aoa:aoa-techniques:artifact:a8723f68aca70ab29c7457b3","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:b598f0f95466968d1af36d7e","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d02236560bbcac434b5934bb","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:d95a20b7d5b159c0ce6ad00e","aoa:aoa-techniques:artifact:dde9378751d78e4abe16be20","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e1df4ce6ce0826985ad21bea","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","aoa:aoa-techniques:artifact:fcbdec8dc51ffe40278155c9","aoa:aoa-techniques:artifact:fcebf684504ec852058428c6"],"observation_state":"observed","occurred_at":"2026-05-06T00:50:46+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:0b5ca119d2be595aa307d345","aoa:aoa-techniques:artifact:1b51b9a4fa704c7421aee187","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:27d8e436efda8224fb79d3e5","aoa:aoa-techniques:artifact:2914063e7080f951b1da0df5","aoa:aoa-techniques:artifact:2cb5af8a68242b1e3c187f3f","aoa:aoa-techniques:artifact:30bc9b7a1a2970e45e814b8d","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:34fca09092e17aaabebd6da9","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:43fc86146653d505376ceedb","aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:4d9263474a89434fd36a7fee","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:56833d74575bfa274e98e02f","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","aoa:aoa-techniques:artifact:6121f2837bd826d3c12dc0e4","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7fd8ba0b794452c5913033cd","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:8211941d79dcf3f938c3c0d6","aoa:aoa-techniques:artifact:8436895251001fc44adad2b2","aoa:aoa-techniques:artifact:85b3e5b0b944104a0da207ad","aoa:aoa-techniques:artifact:90ea9393d76ea7740ee46c93","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:9b89fd4f7add2d82f5d59dec","aoa:aoa-techniques:artifact:9bca86108757ca4ce43e5edb","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a66988f50dae52b2644c3666","aoa:aoa-techniques:artifact:a8723f68aca70ab29c7457b3","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:b598f0f95466968d1af36d7e","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:d02236560bbcac434b5934bb","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:d95a20b7d5b159c0ce6ad00e","aoa:aoa-techniques:artifact:dde9378751d78e4abe16be20","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e1df4ce6ce0826985ad21bea","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","aoa:aoa-techniques:artifact:fcbdec8dc51ffe40278155c9","aoa:aoa-techniques:artifact:fcebf684504ec852058428c6"],"temporal_ref":"historical","trust_ref":"observed"}, - {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:01fe06da38680afe497dfdf5","aoa:aoa-techniques:anchor:03c8fbbe1087020e6fd57a27","aoa:aoa-techniques:anchor:04a807a1f7901a1c9da73657","aoa:aoa-techniques:anchor:06b67e6454f303e071c45d93","aoa:aoa-techniques:anchor:0766969695a59702ee0e8b47","aoa:aoa-techniques:anchor:07aa41f30f92ca27d95da8d0","aoa:aoa-techniques:anchor:082a5ef4d07a2dea7b4895b5","aoa:aoa-techniques:anchor:17583ff356ab62ec4b8faaef","aoa:aoa-techniques:anchor:1930241d71de18bb23b5fe1e","aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:2329c354f1f66f2882c03fed","aoa:aoa-techniques:anchor:25636c6d7bd067d19ed7965d","aoa:aoa-techniques:anchor:27240726e14b851048eebdca","aoa:aoa-techniques:anchor:29561a42a14618cc2a9796b4","aoa:aoa-techniques:anchor:310f6aec958b8c0aac4948c0","aoa:aoa-techniques:anchor:3b2f31fba5c75d1bacff69ef","aoa:aoa-techniques:anchor:3f509b03ec463b21d870ea1a","aoa:aoa-techniques:anchor:464e3076f2ed47344c738853","aoa:aoa-techniques:anchor:4818e09d8b67bfbf40937a66","aoa:aoa-techniques:anchor:5169fa4934223be05134b570","aoa:aoa-techniques:anchor:53530997e9663556b5f8e2f9","aoa:aoa-techniques:anchor:575946391cdaa8ff6a82b97e","aoa:aoa-techniques:anchor:5caa4d4638e9b3eedb79e9c1","aoa:aoa-techniques:anchor:5e0306e4895dfc63062f2ae2","aoa:aoa-techniques:anchor:5efbdce7ff66c835981c9aea","aoa:aoa-techniques:anchor:646ea72b4ab3140409bfa77e","aoa:aoa-techniques:anchor:65a133fd7fd9770fb9753e66","aoa:aoa-techniques:anchor:74dd2589c3cc7d31292f7d1a","aoa:aoa-techniques:anchor:7aa97653c8b8d1cb9aca1f2b","aoa:aoa-techniques:anchor:7e17338e525e67df314cf500","aoa:aoa-techniques:anchor:7ebe1e475bee3f6b020e7cfc","aoa:aoa-techniques:anchor:7f0187559c54541ea2712951","aoa:aoa-techniques:anchor:90fc909d097c46a144a1ed78","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:9b999adaf3a894cb2273de8f","aoa:aoa-techniques:anchor:9c99f866699785bae53f44f0","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:a6bca21ff480e1e6367da9bd","aoa:aoa-techniques:anchor:a8559b11d2bfba23b122d053","aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008","aoa:aoa-techniques:anchor:bc266cb04785c75c388f3960","aoa:aoa-techniques:anchor:bddc83db6ae7871e9ad78e45","aoa:aoa-techniques:anchor:cb5517415ee3f11a717f7b0c","aoa:aoa-techniques:anchor:d5a37533745ac0ae6a130a02","aoa:aoa-techniques:anchor:e6b95507566e68b3d9dea079","aoa:aoa-techniques:anchor:ea0c8561a4c29feccd3026af","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","old_path":"","path":".agents/skills/aoa-commit-growth-seam/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","old_path":"","path":".agents/skills/aoa-commit-growth-seam/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c50c0d77d1853be5cf94cf88","old_path":"","path":".agents/skills/aoa-commit-growth-seam/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:41d7907a0164582cfc9b6e36","old_path":"","path":".agents/skills/aoa-commit-growth-seam/assets/small-logo.svg"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","old_path":"","path":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","old_path":"","path":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","old_path":"","path":".agents/skills/aoa-quest-harvest/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","old_path":"","path":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","old_path":"","path":".agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","old_path":"","path":".agents/skills/aoa-session-donor-harvest/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/family-shape.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","old_path":"","path":".agents/skills/aoa-session-progression-lift/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/progression-axes.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","old_path":"","path":".agents/skills/aoa-session-route-forks/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","old_path":"","path":".agents/skills/aoa-session-self-diagnose/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","old_path":"","path":".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","old_path":"","path":".agents/skills/aoa-session-self-repair/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","old_path":"","path":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","old_path":"","path":".agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","old_path":"","path":".agents/skills/aoa-summon/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","old_path":"","path":".agents/skills/aoa-summon/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d64d91264d3d501dbf03239b","old_path":"","path":".agents/skills/aoa-summon/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9cd97915cf1fb0e20fed2a32","old_path":"","path":".agents/skills/aoa-summon/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932","old_path":"","path":".agents/skills/aoa-summon/references/no-raw-traces-rule.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994","old_path":"","path":".agents/skills/aoa-summon/references/passport-lane-matrix.v3.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","old_path":"","path":".agents/skills/aoa-summon/references/summon-request-v3.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","old_path":"","path":".agents/skills/aoa-summon/references/summon-result-v3.schema.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:92f6cb933d1234200cf42296","old_path":"","path":"docs/decisions/2026-05-06-template-modernization-optional-sections.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:510468dce3adcca5b9dd9e62","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/TEMP_TEMPLATE_MODERNIZATION_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ae08abd868d9a1beac548328","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/template-modernization-skill-support-pilot.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bb3734d408850908df3fb61b","old_path":"","path":"techniques/proof/skill-support/bounded-context-map/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","old_path":"","path":"techniques/proof/skill-support/contract-test-design/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c72fce65f8f3a6a4c8a4aee7","old_path":"","path":"techniques/proof/skill-support/property-invariants/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"fbead87e01b82df6c56e3d92a074cd7515131847"}],"id":"aoa:aoa-techniques:event:f2153e93d95fbe285f9d191a","label":"[codex] modernize skill-support templates and session-growth skills (#386)","object_ids":["aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932","aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","aoa:aoa-techniques:artifact:41d7907a0164582cfc9b6e36","aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","aoa:aoa-techniques:artifact:510468dce3adcca5b9dd9e62","aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994","aoa:aoa-techniques:artifact:92f6cb933d1234200cf42296","aoa:aoa-techniques:artifact:9cd97915cf1fb0e20fed2a32","aoa:aoa-techniques:artifact:ae08abd868d9a1beac548328","aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","aoa:aoa-techniques:artifact:bb3734d408850908df3fb61b","aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","aoa:aoa-techniques:artifact:c50c0d77d1853be5cf94cf88","aoa:aoa-techniques:artifact:c72fce65f8f3a6a4c8a4aee7","aoa:aoa-techniques:artifact:d64d91264d3d501dbf03239b","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5"],"observation_state":"observed","occurred_at":"2026-05-08T00:49:56+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932","aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","aoa:aoa-techniques:artifact:41d7907a0164582cfc9b6e36","aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","aoa:aoa-techniques:artifact:510468dce3adcca5b9dd9e62","aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994","aoa:aoa-techniques:artifact:92f6cb933d1234200cf42296","aoa:aoa-techniques:artifact:9cd97915cf1fb0e20fed2a32","aoa:aoa-techniques:artifact:ae08abd868d9a1beac548328","aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","aoa:aoa-techniques:artifact:bb3734d408850908df3fb61b","aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","aoa:aoa-techniques:artifact:c50c0d77d1853be5cf94cf88","aoa:aoa-techniques:artifact:c72fce65f8f3a6a4c8a4aee7","aoa:aoa-techniques:artifact:d64d91264d3d501dbf03239b","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5"],"temporal_ref":"historical","trust_ref":"observed"}, + {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:06b67e6454f303e071c45d93","aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:25636c6d7bd067d19ed7965d","aoa:aoa-techniques:anchor:29561a42a14618cc2a9796b4","aoa:aoa-techniques:anchor:53530997e9663556b5f8e2f9","aoa:aoa-techniques:anchor:646ea72b4ab3140409bfa77e","aoa:aoa-techniques:anchor:7ebe1e475bee3f6b020e7cfc","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","old_path":"","path":".agents/skills/aoa-commit-growth-seam/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","old_path":"","path":".agents/skills/aoa-commit-growth-seam/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c50c0d77d1853be5cf94cf88","old_path":"","path":".agents/skills/aoa-commit-growth-seam/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:41d7907a0164582cfc9b6e36","old_path":"","path":".agents/skills/aoa-commit-growth-seam/assets/small-logo.svg"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","old_path":"","path":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","old_path":"","path":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","old_path":"","path":".agents/skills/aoa-quest-harvest/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","old_path":"","path":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","old_path":"","path":".agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","old_path":"","path":".agents/skills/aoa-session-donor-harvest/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/family-shape.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","old_path":"","path":".agents/skills/aoa-session-progression-lift/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/progression-axes.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","old_path":"","path":".agents/skills/aoa-session-route-forks/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","old_path":"","path":".agents/skills/aoa-session-self-diagnose/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","old_path":"","path":".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","old_path":"","path":".agents/skills/aoa-session-self-repair/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","old_path":"","path":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","old_path":"","path":".agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","old_path":"","path":".agents/skills/aoa-summon/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","old_path":"","path":".agents/skills/aoa-summon/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d64d91264d3d501dbf03239b","old_path":"","path":".agents/skills/aoa-summon/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9cd97915cf1fb0e20fed2a32","old_path":"","path":".agents/skills/aoa-summon/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932","old_path":"","path":".agents/skills/aoa-summon/references/no-raw-traces-rule.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994","old_path":"","path":".agents/skills/aoa-summon/references/passport-lane-matrix.v3.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","old_path":"","path":".agents/skills/aoa-summon/references/summon-request-v3.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","old_path":"","path":".agents/skills/aoa-summon/references/summon-result-v3.schema.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:92f6cb933d1234200cf42296","old_path":"","path":"docs/decisions/2026-05-06-template-modernization-optional-sections.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:510468dce3adcca5b9dd9e62","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/TEMP_TEMPLATE_MODERNIZATION_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ae08abd868d9a1beac548328","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/template-modernization-skill-support-pilot.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bb3734d408850908df3fb61b","old_path":"","path":"techniques/proof/skill-support/bounded-context-map/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","old_path":"","path":"techniques/proof/skill-support/contract-test-design/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c72fce65f8f3a6a4c8a4aee7","old_path":"","path":"techniques/proof/skill-support/property-invariants/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"fbead87e01b82df6c56e3d92a074cd7515131847"}],"id":"aoa:aoa-techniques:event:f2153e93d95fbe285f9d191a","label":"[codex] modernize skill-support templates and session-growth skills (#386)","object_ids":["aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:510468dce3adcca5b9dd9e62","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:92f6cb933d1234200cf42296","aoa:aoa-techniques:artifact:ae08abd868d9a1beac548328","aoa:aoa-techniques:artifact:bb3734d408850908df3fb61b","aoa:aoa-techniques:artifact:c72fce65f8f3a6a4c8a4aee7","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3"],"observation_state":"observed","occurred_at":"2026-05-08T00:49:56+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:510468dce3adcca5b9dd9e62","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:92f6cb933d1234200cf42296","aoa:aoa-techniques:artifact:ae08abd868d9a1beac548328","aoa:aoa-techniques:artifact:bb3734d408850908df3fb61b","aoa:aoa-techniques:artifact:c72fce65f8f3a6a4c8a4aee7","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:b39961a80e3e86daf30828aa","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:917c3ecf3044a5ce38ca1ad8","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/TEMP_SELECTOR_RELATION_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:890889554e1cec9079f72f86","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/selector-relation-wave-c-execution-owner-review.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"203d7932198b2d432176e7ff8a4cc2ec7470ea5a"}],"id":"aoa:aoa-techniques:event:f2374480a4d974b6ee3ef121","label":"Review selector relation wave C","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:890889554e1cec9079f72f86","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3"],"observation_state":"observed","occurred_at":"2026-05-07T02:34:58+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:890889554e1cec9079f72f86","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3","aoa:aoa-techniques:anchor:fb761ab40de4e53e17087890"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","old_path":"","path":"docs/TECHNIQUE_TREE_CONTRACT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:fcebf684504ec852058428c6","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/antifragility-recovery-direct-read-migration-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"5ef7bcf7d5a699d31a885e5aea4d8288cc6e2534"}],"id":"aoa:aoa-techniques:event:f345d996b6d19eb83b676a73","label":"Accept antifragility recovery migration review","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:fcebf684504ec852058428c6"],"observation_state":"observed","occurred_at":"2026-05-06T00:36:09+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:fcebf684504ec852058428c6"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"8Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:0cfaf63adb83bc34245928b0","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:812fad3b80f3550260300bd9","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:cb23086eb1d631637092a92f"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:addf788b355bc92c9174faf3","old_path":"","path":"techniques/agent-workflows/pinned-validation-matrix-before-generated-publish/TECHNIQUE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b2b72f5b91938acb8ea42ed1","old_path":"","path":"techniques/agent-workflows/pinned-validation-matrix-before-generated-publish/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8341b96c4d7026564ddae4bd","old_path":"","path":"techniques/agent-workflows/pinned-validation-matrix-before-generated-publish/notes/origin-evidence.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"fdc07ab51f85feee7ee3c98e61de654268b5835f"}],"id":"aoa:aoa-techniques:event:f385bc499d67bb867d3488ba","label":"strengthen pinned validation technique evidence","object_ids":["aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8341b96c4d7026564ddae4bd","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:addf788b355bc92c9174faf3","aoa:aoa-techniques:artifact:b2b72f5b91938acb8ea42ed1","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5"],"observation_state":"observed","occurred_at":"2026-04-07T21:02:30-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8341b96c4d7026564ddae4bd","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:addf788b355bc92c9174faf3","aoa:aoa-techniques:artifact:b2b72f5b91938acb8ea42ed1","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5"],"temporal_ref":"historical","trust_ref":"observed"}, @@ -604,7 +600,7 @@ {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:54b2514382567e92c148fb34"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","old_path":"","path":".github/workflows/repo-validation.yml"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"60e64a0a33721992a403a3c3d74de70804e54e0c"}],"id":"aoa:aoa-techniques:event:f799038c429f471bac7fab83","label":"Align required check name with protection contract (#180)","object_ids":["aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1"],"observation_state":"observed","occurred_at":"2026-04-19T18:47:21-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:a15e6ee2aaf58837815fab1f","aoa:aoa-techniques:anchor:bf8f26c2da253c7556b9df24","aoa:aoa-techniques:anchor:f7f2d0ff6edda0ca6c77aafb"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:98a53b8158b65b6e4c5fd342","old_path":"","path":"techniques/evaluation/signal-first-gate-promotion/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e05ff15898c013e16dbb4c6d","old_path":"","path":"techniques/evaluation/signal-first-gate-promotion/checks/gate-promotion-checklist.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a7424ded38bb4e49d30490d4","old_path":"","path":"techniques/evaluation/signal-first-gate-promotion/examples/minimal-signal-first-rollout.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"696fff3ae29fa04a9ebc6cea8a373902c2223109"}],"id":"aoa:aoa-techniques:event:f84bdb4ac023c322d6b9310f","label":"technique: add signal-first-gate-promotion (#8)","object_ids":["aoa:aoa-techniques:artifact:98a53b8158b65b6e4c5fd342","aoa:aoa-techniques:artifact:a7424ded38bb4e49d30490d4","aoa:aoa-techniques:artifact:e05ff15898c013e16dbb4c6d","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa"],"observation_state":"observed","occurred_at":"2026-03-14T00:01:46+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:98a53b8158b65b6e4c5fd342","aoa:aoa-techniques:artifact:a7424ded38bb4e49d30490d4","aoa:aoa-techniques:artifact:e05ff15898c013e16dbb4c6d","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:2914a4a235947730804edc19","aoa:aoa-techniques:anchor:e2d905475a1e1b31afb5976c","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:77ae89a437f7af629c753dda","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/TEMP_OWNER_BOUNDARY_BRIDGE_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cd86ffaf0ac8b5ffb3d7d7cb","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/owner-boundary-bridge-wave-f-knowledge-ingest-history-tool-review.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"b2d83c678f7b107299595ab55f27dda8aa24abc0"}],"id":"aoa:aoa-techniques:event:f984237b1efaa23e7015b6a6","label":"Review owner-boundary wave F (#382)","object_ids":["aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:77ae89a437f7af629c753dda","aoa:aoa-techniques:artifact:cd86ffaf0ac8b5ffb3d7d7cb","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3"],"observation_state":"observed","occurred_at":"2026-05-07T07:37:21+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:77ae89a437f7af629c753dda","aoa:aoa-techniques:artifact:cd86ffaf0ac8b5ffb3d7d7cb","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3"],"temporal_ref":"historical","trust_ref":"observed"}, - {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:04a807a1f7901a1c9da73657","aoa:aoa-techniques:anchor:082a5ef4d07a2dea7b4895b5","aoa:aoa-techniques:anchor:08d7a90da0720a6b58ce9f36","aoa:aoa-techniques:anchor:0e45c0a0c3c24463f7ffea4a","aoa:aoa-techniques:anchor:16e27d3f880108a2270124ee","aoa:aoa-techniques:anchor:1bccc17ccf262492993bda9b","aoa:aoa-techniques:anchor:1e7d86e66a6b1bc6565ef446","aoa:aoa-techniques:anchor:2119e707a815ab6dffe0eadc","aoa:aoa-techniques:anchor:239b4dcb1a7cd0a15a51b87a","aoa:aoa-techniques:anchor:28cb9d928b61c5c69febf227","aoa:aoa-techniques:anchor:2a1b62b3dbfe48989b1c24ed","aoa:aoa-techniques:anchor:2a634d293abbb173a08db854","aoa:aoa-techniques:anchor:2aca2d1494ef3f70fed972f0","aoa:aoa-techniques:anchor:2c20c5831a9c2b293596b131","aoa:aoa-techniques:anchor:2cdbe0196968b08e4502fe6d","aoa:aoa-techniques:anchor:2f080e0bc600fe7104741a36","aoa:aoa-techniques:anchor:3604d947bacbd2a53d9ed83e","aoa:aoa-techniques:anchor:3936ad8f7089c4e1e9452279","aoa:aoa-techniques:anchor:3cc1662b5ee122f6b7dd91a1","aoa:aoa-techniques:anchor:3f509b03ec463b21d870ea1a","aoa:aoa-techniques:anchor:3f54ed16a4f39acc4dd101b9","aoa:aoa-techniques:anchor:43e110274cba07d3bd0500f2","aoa:aoa-techniques:anchor:45025ae3367a385c72fd514b","aoa:aoa-techniques:anchor:457dbfcaf85357bf35a25481","aoa:aoa-techniques:anchor:469f2d718ac0503c1b3f57cd","aoa:aoa-techniques:anchor:4e71e9a942df8b10f7a3d0c4","aoa:aoa-techniques:anchor:5240e27ab14d93b347d907ad","aoa:aoa-techniques:anchor:5341042b551cfff1ba2022e2","aoa:aoa-techniques:anchor:59a93b6e6a9bf59c7a295537","aoa:aoa-techniques:anchor:5e0306e4895dfc63062f2ae2","aoa:aoa-techniques:anchor:627c662361b82bdfbd5a87f4","aoa:aoa-techniques:anchor:64edd1d3011388027cef1d7d","aoa:aoa-techniques:anchor:6659225f5859ad8c1219bf21","aoa:aoa-techniques:anchor:72b92249051a1295a1fdc195","aoa:aoa-techniques:anchor:73cb1a4f4ffe3a405d43ac28","aoa:aoa-techniques:anchor:772a3300d2ae3ee9fced7a93","aoa:aoa-techniques:anchor:77584e9b05fa752d5f093e27","aoa:aoa-techniques:anchor:7955adcaf003db2c2d0ab54b","aoa:aoa-techniques:anchor:79a3e8edf71ea39d9090a49f","aoa:aoa-techniques:anchor:79b77475e880b10e34c9194f","aoa:aoa-techniques:anchor:7d0274677e27b3ec6286e4be","aoa:aoa-techniques:anchor:7f0187559c54541ea2712951","aoa:aoa-techniques:anchor:83f889da9b259842d99e9f7f","aoa:aoa-techniques:anchor:8450e468d7bbfc9cfd4526f8","aoa:aoa-techniques:anchor:91b348edfba7d8ba4eb2350f","aoa:aoa-techniques:anchor:97a8145afcc816b3dc5dce07","aoa:aoa-techniques:anchor:97e1be4eae0493b2728a556f","aoa:aoa-techniques:anchor:9a47b4c355ea23788b854a07","aoa:aoa-techniques:anchor:a32eaa6335966eec7b1a1e2d","aoa:aoa-techniques:anchor:a66c140085547db71257cb9e","aoa:aoa-techniques:anchor:a87aeab7ae40331d01996f23","aoa:aoa-techniques:anchor:acefe65248a17f4aced3e316","aoa:aoa-techniques:anchor:ad8e42557405b77971f50592","aoa:aoa-techniques:anchor:c0bf9ab44c9b107b7a10f742","aoa:aoa-techniques:anchor:c56d385ef110c0995508bf6c","aoa:aoa-techniques:anchor:c66fa76859a6a2230ba6b77e","aoa:aoa-techniques:anchor:c69ff88c69391d705b9fcf15","aoa:aoa-techniques:anchor:d0d179ff34af7c70309975cd","aoa:aoa-techniques:anchor:d3e34b2df38ee20e091676e0","aoa:aoa-techniques:anchor:df28a205fe1d1ce628541498","aoa:aoa-techniques:anchor:e58a756cc935a2795ee351e2","aoa:aoa-techniques:anchor:e9763dc43fb4cdb1bcf73057","aoa:aoa-techniques:anchor:e9fb17f5d47a8345cb7a46f5","aoa:aoa-techniques:anchor:ecff337358ec01309662d780","aoa:aoa-techniques:anchor:ed46bcab3e572d986d89fbb1","aoa:aoa-techniques:anchor:f66b5a50f9134b7216a128ea","aoa:aoa-techniques:anchor:fcf72db981284ee211ddaa00","aoa:aoa-techniques:anchor:fd47261ae69f50158f266544","aoa:aoa-techniques:anchor:fdf9ae9c86c7e5dc96e6a3b7"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","old_path":"","path":".agents/skills/aoa-adr-write/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","old_path":"","path":".agents/skills/aoa-adr-write/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","old_path":"","path":".agents/skills/aoa-approval-gate-check/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","old_path":"","path":".agents/skills/aoa-approval-gate-check/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","old_path":"","path":".agents/skills/aoa-approval-gate-check/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","old_path":"","path":".agents/skills/aoa-bounded-context-map/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","old_path":"","path":".agents/skills/aoa-bounded-context-map/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","old_path":"","path":".agents/skills/aoa-change-protocol/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","old_path":"","path":".agents/skills/aoa-change-protocol/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","old_path":"","path":".agents/skills/aoa-change-protocol/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","old_path":"","path":".agents/skills/aoa-commit-growth-seam/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","old_path":"","path":".agents/skills/aoa-commit-growth-seam/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","old_path":"","path":".agents/skills/aoa-commit-growth-seam/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","old_path":"","path":".agents/skills/aoa-contract-test/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","old_path":"","path":".agents/skills/aoa-contract-test/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","old_path":"","path":".agents/skills/aoa-core-logic-boundary/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","old_path":"","path":".agents/skills/aoa-core-logic-boundary/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","old_path":"","path":".agents/skills/aoa-dry-run-first/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","old_path":"","path":".agents/skills/aoa-dry-run-first/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","old_path":"","path":".agents/skills/aoa-dry-run-first/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","old_path":"","path":".agents/skills/aoa-local-stack-bringup/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","old_path":"","path":".agents/skills/aoa-local-stack-bringup/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","old_path":"","path":".agents/skills/aoa-local-stack-bringup/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","old_path":"","path":".agents/skills/aoa-property-invariants/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","old_path":"","path":".agents/skills/aoa-property-invariants/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","old_path":"","path":".agents/skills/aoa-quest-harvest/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","old_path":"","path":".agents/skills/aoa-quest-harvest/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","old_path":"","path":".agents/skills/aoa-quest-harvest/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","old_path":"","path":".agents/skills/aoa-safe-infra-change/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","old_path":"","path":".agents/skills/aoa-safe-infra-change/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","old_path":"","path":".agents/skills/aoa-safe-infra-change/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","old_path":"","path":".agents/skills/aoa-sanitized-share/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","old_path":"","path":".agents/skills/aoa-sanitized-share/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","old_path":"","path":".agents/skills/aoa-sanitized-share/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","old_path":"","path":".agents/skills/aoa-session-donor-harvest/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","old_path":"","path":".agents/skills/aoa-session-donor-harvest/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","old_path":"","path":".agents/skills/aoa-session-donor-harvest/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","old_path":"","path":".agents/skills/aoa-session-progression-lift/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","old_path":"","path":".agents/skills/aoa-session-progression-lift/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","old_path":"","path":".agents/skills/aoa-session-progression-lift/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","old_path":"","path":".agents/skills/aoa-session-route-forks/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","old_path":"","path":".agents/skills/aoa-session-route-forks/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","old_path":"","path":".agents/skills/aoa-session-route-forks/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","old_path":"","path":".agents/skills/aoa-session-route-forks/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","old_path":"","path":".agents/skills/aoa-session-self-diagnose/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","old_path":"","path":".agents/skills/aoa-session-self-diagnose/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","old_path":"","path":".agents/skills/aoa-session-self-diagnose/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","old_path":"","path":".agents/skills/aoa-session-self-repair/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","old_path":"","path":".agents/skills/aoa-session-self-repair/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","old_path":"","path":".agents/skills/aoa-session-self-repair/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","old_path":"","path":".agents/skills/aoa-source-of-truth-check/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","old_path":"","path":".agents/skills/aoa-source-of-truth-check/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","old_path":"","path":".agents/skills/aoa-summon/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","old_path":"","path":".agents/skills/aoa-summon/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","old_path":"","path":".agents/skills/aoa-summon/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","old_path":"","path":".agents/skills/aoa-summon/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","old_path":"","path":".agents/skills/aoa-tdd-slice/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","old_path":"","path":".agents/skills/aoa-tdd-slice/examples/example.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"cbf2233b0c6b1d977a6972393ba690b1a19d4dbf"}],"id":"aoa:aoa-techniques:event:f9f0d40e975cbc3497008ab6","label":"Refresh shared AoA skill pack (#393)","object_ids":["aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","aoa:aoa-techniques:artifact:590829fb074a642096f3461a","aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","aoa:aoa-techniques:artifact:880156171bda50436439ec2e","aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec"],"observation_state":"observed","occurred_at":"2026-05-12T04:43:44+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","aoa:aoa-techniques:artifact:590829fb074a642096f3461a","aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","aoa:aoa-techniques:artifact:880156171bda50436439ec2e","aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec"],"temporal_ref":"historical","trust_ref":"observed"}, + {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":[],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","old_path":"","path":".agents/skills/aoa-adr-write/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","old_path":"","path":".agents/skills/aoa-adr-write/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","old_path":"","path":".agents/skills/aoa-approval-gate-check/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","old_path":"","path":".agents/skills/aoa-approval-gate-check/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","old_path":"","path":".agents/skills/aoa-approval-gate-check/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","old_path":"","path":".agents/skills/aoa-bounded-context-map/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","old_path":"","path":".agents/skills/aoa-bounded-context-map/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","old_path":"","path":".agents/skills/aoa-change-protocol/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","old_path":"","path":".agents/skills/aoa-change-protocol/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","old_path":"","path":".agents/skills/aoa-change-protocol/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","old_path":"","path":".agents/skills/aoa-commit-growth-seam/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","old_path":"","path":".agents/skills/aoa-commit-growth-seam/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","old_path":"","path":".agents/skills/aoa-commit-growth-seam/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","old_path":"","path":".agents/skills/aoa-contract-test/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","old_path":"","path":".agents/skills/aoa-contract-test/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","old_path":"","path":".agents/skills/aoa-core-logic-boundary/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","old_path":"","path":".agents/skills/aoa-core-logic-boundary/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","old_path":"","path":".agents/skills/aoa-dry-run-first/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","old_path":"","path":".agents/skills/aoa-dry-run-first/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","old_path":"","path":".agents/skills/aoa-dry-run-first/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","old_path":"","path":".agents/skills/aoa-local-stack-bringup/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","old_path":"","path":".agents/skills/aoa-local-stack-bringup/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","old_path":"","path":".agents/skills/aoa-local-stack-bringup/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","old_path":"","path":".agents/skills/aoa-property-invariants/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","old_path":"","path":".agents/skills/aoa-property-invariants/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","old_path":"","path":".agents/skills/aoa-quest-harvest/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","old_path":"","path":".agents/skills/aoa-quest-harvest/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","old_path":"","path":".agents/skills/aoa-quest-harvest/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","old_path":"","path":".agents/skills/aoa-safe-infra-change/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","old_path":"","path":".agents/skills/aoa-safe-infra-change/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","old_path":"","path":".agents/skills/aoa-safe-infra-change/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","old_path":"","path":".agents/skills/aoa-sanitized-share/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","old_path":"","path":".agents/skills/aoa-sanitized-share/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","old_path":"","path":".agents/skills/aoa-sanitized-share/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","old_path":"","path":".agents/skills/aoa-session-donor-harvest/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","old_path":"","path":".agents/skills/aoa-session-donor-harvest/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","old_path":"","path":".agents/skills/aoa-session-donor-harvest/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","old_path":"","path":".agents/skills/aoa-session-progression-lift/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","old_path":"","path":".agents/skills/aoa-session-progression-lift/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","old_path":"","path":".agents/skills/aoa-session-progression-lift/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","old_path":"","path":".agents/skills/aoa-session-route-forks/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","old_path":"","path":".agents/skills/aoa-session-route-forks/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","old_path":"","path":".agents/skills/aoa-session-route-forks/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","old_path":"","path":".agents/skills/aoa-session-route-forks/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","old_path":"","path":".agents/skills/aoa-session-self-diagnose/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","old_path":"","path":".agents/skills/aoa-session-self-diagnose/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","old_path":"","path":".agents/skills/aoa-session-self-diagnose/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","old_path":"","path":".agents/skills/aoa-session-self-repair/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","old_path":"","path":".agents/skills/aoa-session-self-repair/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","old_path":"","path":".agents/skills/aoa-session-self-repair/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","old_path":"","path":".agents/skills/aoa-source-of-truth-check/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","old_path":"","path":".agents/skills/aoa-source-of-truth-check/examples/example.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","old_path":"","path":".agents/skills/aoa-summon/SKILL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","old_path":"","path":".agents/skills/aoa-summon/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","old_path":"","path":".agents/skills/aoa-summon/checks/review.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","old_path":"","path":".agents/skills/aoa-summon/examples/runtime.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","old_path":"","path":".agents/skills/aoa-tdd-slice/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","old_path":"","path":".agents/skills/aoa-tdd-slice/examples/example.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"cbf2233b0c6b1d977a6972393ba690b1a19d4dbf"}],"id":"aoa:aoa-techniques:event:f9f0d40e975cbc3497008ab6","label":"Refresh shared AoA skill pack (#393)","object_ids":[],"observation_state":"observed","occurred_at":"2026-05-12T04:43:44+03:00","provenance_ref":"observed","source_record_ids":[],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:05bc9804c7daefad3f66ac01","aoa:aoa-techniques:anchor:09865bce58d3aac80cf94c03","aoa:aoa-techniques:anchor:3423cfbd42f552f06877e282","aoa:aoa-techniques:anchor:35b718f92aa8648b6c366472","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:71671de120f09df7ff17b904","aoa:aoa-techniques:anchor:73d6e655cdd42c12629bd5d4","aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:ac00b1dbf624011326d60345","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:beebfbe62f129484bf6104ba","aoa:aoa-techniques:anchor:c060a0aa80f595d95d16d9d6","aoa:aoa-techniques:anchor:c1639cc1867f0e495e49a78c","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:f1615a3346f961e904a56fae"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","old_path":"","path":"TECHNIQUE_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","old_path":"","path":"data/technique_kind_overlay.csv"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","old_path":"","path":"data/technique_kind_overlay.yaml"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e68b0d639bece8be88382143","old_path":"","path":"docs/SELECTION_PATTERNS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","old_path":"","path":"generated/technique_kind_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","old_path":"","path":"generated/technique_promotion_readiness.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","old_path":"","path":"mechanics/audit/parts/external-evidence-ledger/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:13623f22e42783639afea8a4","old_path":"","path":"mechanics/audit/parts/external-evidence-sprint-runbook/TEMP_PROMOTION_EVIDENCE_LONG_PASS_PLAN.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:44722698e85b27aa1d6af548","old_path":"","path":"techniques/history/history-artifacts/transcript-linked-code-lineage/TECHNIQUE.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9851bf9e7e8e6afb722c8eaa","old_path":"","path":"techniques/history/history-artifacts/transcript-linked-code-lineage/notes/adverse-effects-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6bbd8af245b85a91e9690c99","old_path":"","path":"techniques/history/history-artifacts/transcript-linked-code-lineage/notes/canonical-readiness.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:60bea46e7d1c57abb9bce7e4","old_path":"","path":"techniques/history/history-artifacts/transcript-linked-code-lineage/notes/second-context-adaptation.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","old_path":"","path":"tests/test_audit_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e5099efe04874e260d36b86a","old_path":"","path":"tests/test_history_artifacts_tree_pilot.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"4d59bf494440ac122d565dbda81dfd5cc09ea9f4"}],"id":"aoa:aoa-techniques:event:fa53a80840bbb48160c6e82e","label":"Promote transcript lineage evidence (#423)","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:44722698e85b27aa1d6af548","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:60bea46e7d1c57abb9bce7e4","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:6bbd8af245b85a91e9690c99","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:9851bf9e7e8e6afb722c8eaa","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:e5099efe04874e260d36b86a","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"observation_state":"observed","occurred_at":"2026-05-13T01:38:25+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:379434014a529d1f7af6d151","aoa:aoa-techniques:artifact:44722698e85b27aa1d6af548","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:60bea46e7d1c57abb9bce7e4","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","aoa:aoa-techniques:artifact:6bbd8af245b85a91e9690c99","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:9851bf9e7e8e6afb722c8eaa","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:b5d54a6ff1bb9331d0c891ab","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","aoa:aoa-techniques:artifact:c89f324a2cf376e8069cf5c3","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","aoa:aoa-techniques:artifact:e5099efe04874e260d36b86a","aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:00f749287049b6cbac539733","aoa:aoa-techniques:anchor:011f49430d6fef6fc3394ea0","aoa:aoa-techniques:anchor:0561437660c51420b0ec28c1","aoa:aoa-techniques:anchor:05ff61d82a32d6f84dd59ed4","aoa:aoa-techniques:anchor:078e7f333328f1102459e5fb","aoa:aoa-techniques:anchor:09cf3eb855544e96edd2a660","aoa:aoa-techniques:anchor:10d61e38a30d55ef5467bc47","aoa:aoa-techniques:anchor:117590a6512c37f886b9596d","aoa:aoa-techniques:anchor:121c6228b15f43915f86c23a","aoa:aoa-techniques:anchor:1225f530a01b985d1dd48428","aoa:aoa-techniques:anchor:136a05cfca4e52f75d32272a","aoa:aoa-techniques:anchor:174980a049e0dbb2fcb3a0b9","aoa:aoa-techniques:anchor:179e757fd5ced558ba459a42","aoa:aoa-techniques:anchor:1833116f863fcb854ff81b6a","aoa:aoa-techniques:anchor:19c5675557f7ca07c5b7175f","aoa:aoa-techniques:anchor:1c669e9afd690688d1454271","aoa:aoa-techniques:anchor:1e687d9fa34ec38e09ce1510","aoa:aoa-techniques:anchor:207945d3ed1826091a1dec66","aoa:aoa-techniques:anchor:219fa43a6db9eb01fa6b53e3","aoa:aoa-techniques:anchor:223f301549a7c3634523c676","aoa:aoa-techniques:anchor:29580d1616ca7a518c165a95","aoa:aoa-techniques:anchor:2c9dbac0c8f40e0e64107103","aoa:aoa-techniques:anchor:2deaf6df24b0862dafa6faf8","aoa:aoa-techniques:anchor:2e97f6bf0bbef989ad50abc9","aoa:aoa-techniques:anchor:307b666103ba6f3d53b0354a","aoa:aoa-techniques:anchor:3bc78c5b848f6cb3f84a5ec5","aoa:aoa-techniques:anchor:3e0038b420a8333a5519d1b7","aoa:aoa-techniques:anchor:3e6b368dfe8863577b2d51d5","aoa:aoa-techniques:anchor:3f6616bc510ef69ec85f8310","aoa:aoa-techniques:anchor:415f166dadce2da3f1bd713f","aoa:aoa-techniques:anchor:42fe7975d59003337ffe2dd4","aoa:aoa-techniques:anchor:4542faaec0b9f84893bba941","aoa:aoa-techniques:anchor:462d705a4cb5d208fa7d9ce9","aoa:aoa-techniques:anchor:471c76e509f12421a7e3531d","aoa:aoa-techniques:anchor:48c555cbec87d7b924e0e9b4","aoa:aoa-techniques:anchor:4b9425834f3efcfe254951d5","aoa:aoa-techniques:anchor:4bb64dccf4cd84ccae49e469","aoa:aoa-techniques:anchor:4bc4e8abdf130baad4ea9609","aoa:aoa-techniques:anchor:4f6cba747776425cdc8516c9","aoa:aoa-techniques:anchor:510528209495086f0f9992f4","aoa:aoa-techniques:anchor:530c14d154f7bdd37a54acee","aoa:aoa-techniques:anchor:53ef5320505459a8d8ed9005","aoa:aoa-techniques:anchor:542cb286c856d41b6b3ee01d","aoa:aoa-techniques:anchor:58778a95328c2aa088c3af89","aoa:aoa-techniques:anchor:5d36ed9a80c6b5ef3346805f","aoa:aoa-techniques:anchor:5ddeac9e9e4e87d227a4f1db","aoa:aoa-techniques:anchor:62974c378ed3c976b7376b53","aoa:aoa-techniques:anchor:62e1f6ee0e746ecba57b5555","aoa:aoa-techniques:anchor:6379f8ab7692ab90ebc13087","aoa:aoa-techniques:anchor:657896c747cf94f687706905","aoa:aoa-techniques:anchor:66e44c3112cdaf117a959584","aoa:aoa-techniques:anchor:674fe5d57e2d2f69dbb15d9b","aoa:aoa-techniques:anchor:67e4c840ab1dad3c1e825c4d","aoa:aoa-techniques:anchor:6f22f4f13a7a236cf6aab6d6","aoa:aoa-techniques:anchor:710bf8b34332b642c78dda4b","aoa:aoa-techniques:anchor:71407fbd9fd3673cf3c2ad4a","aoa:aoa-techniques:anchor:71c60c774db666d34d6d709e","aoa:aoa-techniques:anchor:740691800808033c0583c7e7","aoa:aoa-techniques:anchor:76d7e23d785eb99d2c2461c3","aoa:aoa-techniques:anchor:76eea640c24009aec1bfab28","aoa:aoa-techniques:anchor:7983499fe9dfb4f426b20b13","aoa:aoa-techniques:anchor:7e32cf67ed1d3b06504f0709","aoa:aoa-techniques:anchor:7e94cbd6fc83a95a7b6b1bb2","aoa:aoa-techniques:anchor:80d4e62e76e1504ffa776181","aoa:aoa-techniques:anchor:80e5c00636a4baf63eba4917","aoa:aoa-techniques:anchor:81d76d0c8e2b2caa5b16433f","aoa:aoa-techniques:anchor:82f90d940e3522e1df53473f","aoa:aoa-techniques:anchor:83e3d6e7c15d17a3511ed3f7","aoa:aoa-techniques:anchor:85678bd420420491d2cd28d7","aoa:aoa-techniques:anchor:877c026ea74b2ecdd65d0e85","aoa:aoa-techniques:anchor:8c1a576e5c5f1bdfdd025796","aoa:aoa-techniques:anchor:8d16542ec75744041ff14697","aoa:aoa-techniques:anchor:8d3985e152027b2feb03ed79","aoa:aoa-techniques:anchor:90ab32120d5c8a5f1dda48b5","aoa:aoa-techniques:anchor:941ca3f162c38ce3a00947a7","aoa:aoa-techniques:anchor:9543062438cd1bc847bb5b75","aoa:aoa-techniques:anchor:9658ffb32a49a4b52422e50c","aoa:aoa-techniques:anchor:96ab28771ed4bdc714ec8f54","aoa:aoa-techniques:anchor:9ab9345df646720e7dfcb657","aoa:aoa-techniques:anchor:9cc7ca4245209d9ac659a736","aoa:aoa-techniques:anchor:9f9bfec410b01b21e26ccb96","aoa:aoa-techniques:anchor:a0ee1e54a7ea7a414d4ee42a","aoa:aoa-techniques:anchor:a1a9eb814de45b8be9f8d563","aoa:aoa-techniques:anchor:a20636241a8dc5adffe6d7b1","aoa:aoa-techniques:anchor:a2fe13c4c906a63c18dd603a","aoa:aoa-techniques:anchor:a57cae85502fb3447e347621","aoa:aoa-techniques:anchor:a658057f502887df6009c134","aoa:aoa-techniques:anchor:a6593f655c48f058fb98be67","aoa:aoa-techniques:anchor:ab377e4781b2f0284d30292a","aoa:aoa-techniques:anchor:adac9bfc7b09cbfdcba482da","aoa:aoa-techniques:anchor:ae5cdde629e419932a1efb33","aoa:aoa-techniques:anchor:ae763ebe886d560e9a128289","aoa:aoa-techniques:anchor:afbbf316a793168113b9e43e","aoa:aoa-techniques:anchor:b13a821c41cc18894908df36","aoa:aoa-techniques:anchor:b468584d9a09ecdd134146e2","aoa:aoa-techniques:anchor:b5f74f05e602b52f685325b5","aoa:aoa-techniques:anchor:b941b860b72291d7495d37d8","aoa:aoa-techniques:anchor:bab7b5cd8bdd00ac0e267cc8","aoa:aoa-techniques:anchor:bb071000a4560add16e2a228","aoa:aoa-techniques:anchor:bbabdf5180fdfe1c66ba7e3b","aoa:aoa-techniques:anchor:bbe3c968658bbc47df7eb131","aoa:aoa-techniques:anchor:bc328b701bf14aca1db48b1c","aoa:aoa-techniques:anchor:bd5eef8faa9654c54a03aacc","aoa:aoa-techniques:anchor:bd7dc8285330cb614cc68c80","aoa:aoa-techniques:anchor:beb4d0e14503c5db83bb4f2f","aoa:aoa-techniques:anchor:c392164dd57169f43cee87de","aoa:aoa-techniques:anchor:c450c667dbffb5ccadc74e72","aoa:aoa-techniques:anchor:c890315e91a4b02ac157dac7","aoa:aoa-techniques:anchor:ccbe4ce08f4c033595dff580","aoa:aoa-techniques:anchor:cf74663ad40bbe7ae36b44b3","aoa:aoa-techniques:anchor:d03a1bef68bd7c36ae10aa08","aoa:aoa-techniques:anchor:d4a628cf951becfdd01dabf2","aoa:aoa-techniques:anchor:d4d0162479655530148090ae","aoa:aoa-techniques:anchor:da1e1168d10f7d81758e66b6","aoa:aoa-techniques:anchor:db637daffe3c04ffe5172405","aoa:aoa-techniques:anchor:df2aa342a0c15341f888a168","aoa:aoa-techniques:anchor:df912c745f7eed16ac81a1c0","aoa:aoa-techniques:anchor:e3dd9a43b7f6089811ca3814","aoa:aoa-techniques:anchor:e6e397463283460a7c6a10cd","aoa:aoa-techniques:anchor:e85100dd80b9b7f11c4ea282","aoa:aoa-techniques:anchor:ed30810d749089eb4df0ea53","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:edd3cfbb07dbd8f0b0b67111","aoa:aoa-techniques:anchor:eef895c2844923eb68e32f11","aoa:aoa-techniques:anchor:ef80566e1761644e154032e8","aoa:aoa-techniques:anchor:f0dee75f40aa051e58a5c9a2","aoa:aoa-techniques:anchor:f4f7aea888856f7b8f62d662","aoa:aoa-techniques:anchor:f578516548354d5981eb1844","aoa:aoa-techniques:anchor:ff722a49ae8d3745219e2716"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:31d28326ecca1cf901d91b46","old_path":"","path":".agents/spark/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:24477d1d7cb209d1fbbdf83e","old_path":"","path":".agents/spark/SWARM.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:42d9f271dea9edd048f8e120","old_path":"","path":"DESIGN.AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","old_path":"","path":"config/agents_mesh.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cd3dcd02ce7c26afc781ea86","old_path":"","path":"docs/decisions/2026-05-17-agent-neighbor-doc-command-ownership.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:36ba783140c1bec340f64427","old_path":"","path":"docs/decisions/2026-05-17-agents-mesh-canonical-closure.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e5ec0e7030077b7cf1bfed98","old_path":"","path":"docs/decisions/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","old_path":"","path":"docs/guardrails/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","old_path":"","path":"docs/guardrails/AGENTS_MESH_INDEX.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a6035ffadf74cdaa5ce7242d","old_path":"","path":"docs/guardrails/AGENTS_MESH_PROTOCOL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8005e5b700a11bc4fd350476","old_path":"","path":"docs/guardrails/LINK_AND_SHAPE_HYGIENE_PROTOCOL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:416736a2a201444290bbfb32","old_path":"","path":"docs/guardrails/THEMATIC_DISTRICT_PROTOCOL.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9735cf4c4e1378183c6588b5","old_path":"","path":"docs/review/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b2612e9335e498d648ec4fb5","old_path":"","path":"docs/review/CANONICAL_RUBRIC.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e708b577669fbd578dee31d3","old_path":"","path":"docs/review/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc33ba3ce18b92060ea9a6d6","old_path":"","path":"docs/review/SEMANTIC_REVIEW_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:21acb3e7216e2e84d66e381e","old_path":"","path":"docs/selection/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:492b78300882a0665199b29d","old_path":"","path":"docs/selection/TECHNIQUE_CAPSULE_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5efaaf307c5d080a4b62b1f5","old_path":"","path":"docs/selection/TECHNIQUE_SELECTION_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:70f558cdc5c6ae4773fb1be8","old_path":"","path":"docs/source-lift/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:88a5286d112e6a9a50e482d8","old_path":"","path":"docs/source-lift/EVIDENCE_NOTE_PROVENANCE_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:824946171e82d0b0cf7a6c9e","old_path":"","path":"docs/source-lift/KAG_EXPORT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d39fb28408cf3fb0f6d77214","old_path":"","path":"docs/source-lift/REPO_DOC_SURFACE_LIFT_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f0f2da3459f55832608c73b4","old_path":"","path":"docs/source-lift/TECHNIQUE_CHECKLIST_LIFT_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5182e7d1394de0c039b65613","old_path":"","path":"docs/source-lift/TECHNIQUE_EXAMPLE_LIFT_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2991279148f7e9edfd5ef750","old_path":"","path":"docs/source-lift/TECHNIQUE_SECTION_LIFT_GUIDE.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:49aaa2819e35a856818ecec8","old_path":"","path":"examples/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","old_path":"","path":"generated/agents_mesh.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3ec0767fce7dac43a368e260","old_path":"","path":"legacy/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:70cf324ad5b327bba1d3ff96","old_path":"","path":"legacy/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f98306dd5b9800eb2179fc78","old_path":"","path":"legacy/archive/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca8d844544577e6b3deba7e9","old_path":"","path":"legacy/archive/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5e1723690eb14108db5c12e7","old_path":"","path":"legacy/raw/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a19a1378cfb9c3ea326afee5","old_path":"","path":"legacy/raw/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:04bef8605ec2e98416c0441c","old_path":"","path":"legacy/receipts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","old_path":"","path":"legacy/receipts/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e76d68a5b5eae349802a9128","old_path":"","path":"mechanics/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c091f898d3cc5f78b75c94dc","old_path":"","path":"mechanics/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8e087ffe6784c317374525a5","old_path":"","path":"mechanics/agon/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","old_path":"","path":"mechanics/agon/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8dd4007d37a940777959c8cd","old_path":"","path":"mechanics/agon/legacy/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9a7a41d839dada1f8762f2f5","old_path":"","path":"mechanics/agon/legacy/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6abdd88740cb41a00714edf0","old_path":"","path":"mechanics/agon/parts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:277789b5aff360f3f5e53d85","old_path":"","path":"mechanics/antifragility/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11","old_path":"","path":"mechanics/antifragility/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7936bd49062f1b9f7fcc4840","old_path":"","path":"mechanics/antifragility/legacy/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:87df2f9f4b2c95a41b2395ff","old_path":"","path":"mechanics/antifragility/parts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cceb307272637ebed425f089","old_path":"","path":"mechanics/audit/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8442d8bba839abb3a1035ee7","old_path":"","path":"mechanics/audit/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d49c981907e98d0aabf2e838","old_path":"","path":"mechanics/audit/legacy/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0b93e2bbd1c14bf19cfa3f09","old_path":"","path":"mechanics/audit/parts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1fcf12b8829a2e1590d8674f","old_path":"","path":"mechanics/boundary-bridge/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ed4ace301e7714a0fa443e06","old_path":"","path":"mechanics/boundary-bridge/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:533d63d24a42b446f9686034","old_path":"","path":"mechanics/boundary-bridge/legacy/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:92a8c606225ec60a84f0fda0","old_path":"","path":"mechanics/boundary-bridge/legacy/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:68d15c50ddebed3b86c4c4a8","old_path":"","path":"mechanics/boundary-bridge/parts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cc4a61a4cb72286efc062e32","old_path":"","path":"mechanics/checkpoint/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b0e9ecf9b03e64ab947c2a82","old_path":"","path":"mechanics/checkpoint/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:59a00873d5dc847da1ee0db7","old_path":"","path":"mechanics/checkpoint/legacy/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:13fa736e001dfaf859f13456","old_path":"","path":"mechanics/checkpoint/legacy/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:702481da184f07f5e5d7f9b6","old_path":"","path":"mechanics/checkpoint/parts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0b7d8520f2e4a183b2db8372","old_path":"","path":"mechanics/distillation/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a9c949d3ec8753d6c9e15610","old_path":"","path":"mechanics/distillation/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:243f21054759c33a660563f2","old_path":"","path":"mechanics/distillation/legacy/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c7c83102096d7ba5b4584308","old_path":"","path":"mechanics/distillation/parts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c59f4287b9e3a72be88c9eaa","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/config/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:34627f21196e425b7edb4a68","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/data/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:647cc87cbeaaa43064efaee4","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reports/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c54de120089eef1a6853667a","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/scripts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:97ba6ad641f66f9e5b516012","old_path":"","path":"mechanics/experience/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:16d501e3e9dde3dd1ee3540d","old_path":"","path":"mechanics/experience/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:512648e4243016d1b1f98145","old_path":"","path":"mechanics/experience/legacy/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:eb62b607c7d30d10699c6443","old_path":"","path":"mechanics/experience/legacy/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b96a94ddc4b5c4349ff4d1c0","old_path":"","path":"mechanics/experience/parts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ac0fbb989bdb0fc797cd718d","old_path":"","path":"mechanics/growth-cycle/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc9132d584369fcbb76fde34","old_path":"","path":"mechanics/growth-cycle/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8035fbe88a8dfa16ce1b9f83","old_path":"","path":"mechanics/growth-cycle/legacy/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:042291052ecdb2eec59b0a6a","old_path":"","path":"mechanics/growth-cycle/legacy/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:702c9e7346b7cb0cce3d4950","old_path":"","path":"mechanics/growth-cycle/parts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a1437a25a7c1a02db837a57d","old_path":"","path":"mechanics/method-growth/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:13625acb67ef244c4570bac3","old_path":"","path":"mechanics/method-growth/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:625162de51e723d5db427245","old_path":"","path":"mechanics/method-growth/legacy/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7df0d9c81bb529fbbaf9d494","old_path":"","path":"mechanics/method-growth/legacy/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d3617f5c4554fc9e730c5f0e","old_path":"","path":"mechanics/method-growth/parts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:19cf9e44d6ce3b2b9ead568b","old_path":"","path":"mechanics/questbook/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1542cfb27c305bbfb441f82f","old_path":"","path":"mechanics/questbook/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0b635a6b6078150633c72716","old_path":"","path":"mechanics/questbook/legacy/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:805bb7358d78bdd5637026c0","old_path":"","path":"mechanics/questbook/legacy/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:01422e27a833b3bb87d0f873","old_path":"","path":"mechanics/questbook/parts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8a4bf6cbf0b0b17588e64529","old_path":"","path":"mechanics/recurrence/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:19fb3d55a5cf2e7e3f87c063","old_path":"","path":"mechanics/recurrence/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6cb63ea59fe4ac1e57bcf7ff","old_path":"","path":"mechanics/recurrence/legacy/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9ba8b6fe7cf5ab0b759f444d","old_path":"","path":"mechanics/recurrence/legacy/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:370d67eadc0f1df2999866b8","old_path":"","path":"mechanics/recurrence/parts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:fe10cc3966eef02f0a57ad2e","old_path":"","path":"mechanics/recurrence/parts/live-observation-producers/scripts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:301079de4f207771e1be5e44","old_path":"","path":"mechanics/release-support/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f","old_path":"","path":"mechanics/release-support/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6bffd838b243af9812b6318","old_path":"","path":"mechanics/release-support/legacy/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6904ce45be061689fe7ae2b2","old_path":"","path":"mechanics/release-support/legacy/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:67e9b6c07b17b6f2605622e2","old_path":"","path":"mechanics/release-support/parts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1bea40a4f33d56ec3110ebf3","old_path":"","path":"mechanics/rpg/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:850e7b6f4f85c0ec893fb9c2","old_path":"","path":"mechanics/rpg/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4110021710a3254ee59f1eda","old_path":"","path":"mechanics/rpg/legacy/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:296de615c38bb185a6e9d89a","old_path":"","path":"mechanics/rpg/legacy/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:98a4d14e0dc54ba32ba9958e","old_path":"","path":"mechanics/rpg/parts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7698d5ddfea36399ee4fab64","old_path":"","path":"mechanics/tests/test_mechanics_package_cards.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d","old_path":"","path":"quests/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f64ecde9cc4ec22e9c3feec4","old_path":"","path":"quests/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c","old_path":"","path":"quests/agon/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7490bf4c7cd92e9b1496b3f8","old_path":"","path":"quests/agon/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:fa4c2103641a1e3297b5e2db","old_path":"","path":"quests/techniques/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ae5e635216feb078c6d02e40","old_path":"","path":"quests/techniques/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","old_path":"","path":"scripts/validate_repo.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:aac1fdea85399dc5bb3a69f6","old_path":"","path":"techniques/agent-workflows/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7aa7e4b9fe7d2eed132b58ee","old_path":"","path":"techniques/continuity/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e7923cf520e9cfaf3b8cb91c","old_path":"","path":"techniques/docs/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:1e963cf2d2b5de8a07625937","old_path":"","path":"techniques/evaluation/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:bf4f0ead65b71478dc32c271","old_path":"","path":"techniques/execution/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c17bd04cd670af6bdde1baf1","old_path":"","path":"techniques/governance/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8ee6025e4a3e2a49eb5f5c4c","old_path":"","path":"techniques/history/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:825255f117845ba2e37f9964","old_path":"","path":"techniques/ingest/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4ed48981ce43ce3a53fd614f","old_path":"","path":"techniques/instruction/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6cbefd43f4835a1bab7f03a9","old_path":"","path":"techniques/knowledge-lift/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6186ecc56985ab947094c7ee","old_path":"","path":"techniques/proof/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:30bc9b7a1a2970e45e814b8d","old_path":"","path":"techniques/recovery/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d1f4574050b7a20007d83888","old_path":"","path":"techniques/tool-use/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","old_path":"","path":"tests/test_agents_mesh.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","old_path":"","path":"tests/test_root_legacy_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:2703d8ddae46be18fcf0b3fe","old_path":"","path":"tests/test_validate_repo.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"2c2aec4a7661b49a675145cc63f6004c366a5ecc"}],"id":"aoa:aoa-techniques:event:fb236c4d23e186172af6aaeb","label":"docs: canonicalize AGENTS mesh ownership","object_ids":["aoa:aoa-techniques:artifact:01422e27a833b3bb87d0f873","aoa:aoa-techniques:artifact:042291052ecdb2eec59b0a6a","aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f","aoa:aoa-techniques:artifact:04bef8605ec2e98416c0441c","aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0b635a6b6078150633c72716","aoa:aoa-techniques:artifact:0b7d8520f2e4a183b2db8372","aoa:aoa-techniques:artifact:0b93e2bbd1c14bf19cfa3f09","aoa:aoa-techniques:artifact:13625acb67ef244c4570bac3","aoa:aoa-techniques:artifact:13fa736e001dfaf859f13456","aoa:aoa-techniques:artifact:1542cfb27c305bbfb441f82f","aoa:aoa-techniques:artifact:16d501e3e9dde3dd1ee3540d","aoa:aoa-techniques:artifact:19cf9e44d6ce3b2b9ead568b","aoa:aoa-techniques:artifact:19fb3d55a5cf2e7e3f87c063","aoa:aoa-techniques:artifact:1bea40a4f33d56ec3110ebf3","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","aoa:aoa-techniques:artifact:1e963cf2d2b5de8a07625937","aoa:aoa-techniques:artifact:1fcf12b8829a2e1590d8674f","aoa:aoa-techniques:artifact:21acb3e7216e2e84d66e381e","aoa:aoa-techniques:artifact:243f21054759c33a660563f2","aoa:aoa-techniques:artifact:24477d1d7cb209d1fbbdf83e","aoa:aoa-techniques:artifact:277789b5aff360f3f5e53d85","aoa:aoa-techniques:artifact:296de615c38bb185a6e9d89a","aoa:aoa-techniques:artifact:2991279148f7e9edfd5ef750","aoa:aoa-techniques:artifact:301079de4f207771e1be5e44","aoa:aoa-techniques:artifact:30bc9b7a1a2970e45e814b8d","aoa:aoa-techniques:artifact:31d28326ecca1cf901d91b46","aoa:aoa-techniques:artifact:34627f21196e425b7edb4a68","aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","aoa:aoa-techniques:artifact:36ba783140c1bec340f64427","aoa:aoa-techniques:artifact:370d67eadc0f1df2999866b8","aoa:aoa-techniques:artifact:3ec0767fce7dac43a368e260","aoa:aoa-techniques:artifact:4110021710a3254ee59f1eda","aoa:aoa-techniques:artifact:416736a2a201444290bbfb32","aoa:aoa-techniques:artifact:42d9f271dea9edd048f8e120","aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","aoa:aoa-techniques:artifact:492b78300882a0665199b29d","aoa:aoa-techniques:artifact:49aaa2819e35a856818ecec8","aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","aoa:aoa-techniques:artifact:4ed48981ce43ce3a53fd614f","aoa:aoa-techniques:artifact:512648e4243016d1b1f98145","aoa:aoa-techniques:artifact:5182e7d1394de0c039b65613","aoa:aoa-techniques:artifact:533d63d24a42b446f9686034","aoa:aoa-techniques:artifact:59a00873d5dc847da1ee0db7","aoa:aoa-techniques:artifact:5e1723690eb14108db5c12e7","aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","aoa:aoa-techniques:artifact:5efaaf307c5d080a4b62b1f5","aoa:aoa-techniques:artifact:6186ecc56985ab947094c7ee","aoa:aoa-techniques:artifact:625162de51e723d5db427245","aoa:aoa-techniques:artifact:647cc87cbeaaa43064efaee4","aoa:aoa-techniques:artifact:67e9b6c07b17b6f2605622e2","aoa:aoa-techniques:artifact:68d15c50ddebed3b86c4c4a8","aoa:aoa-techniques:artifact:6904ce45be061689fe7ae2b2","aoa:aoa-techniques:artifact:6abdd88740cb41a00714edf0","aoa:aoa-techniques:artifact:6cb63ea59fe4ac1e57bcf7ff","aoa:aoa-techniques:artifact:6cbefd43f4835a1bab7f03a9","aoa:aoa-techniques:artifact:702481da184f07f5e5d7f9b6","aoa:aoa-techniques:artifact:702c9e7346b7cb0cce3d4950","aoa:aoa-techniques:artifact:70cf324ad5b327bba1d3ff96","aoa:aoa-techniques:artifact:70f558cdc5c6ae4773fb1be8","aoa:aoa-techniques:artifact:7490bf4c7cd92e9b1496b3f8","aoa:aoa-techniques:artifact:7698d5ddfea36399ee4fab64","aoa:aoa-techniques:artifact:7936bd49062f1b9f7fcc4840","aoa:aoa-techniques:artifact:7aa7e4b9fe7d2eed132b58ee","aoa:aoa-techniques:artifact:7df0d9c81bb529fbbaf9d494","aoa:aoa-techniques:artifact:8005e5b700a11bc4fd350476","aoa:aoa-techniques:artifact:8035fbe88a8dfa16ce1b9f83","aoa:aoa-techniques:artifact:805bb7358d78bdd5637026c0","aoa:aoa-techniques:artifact:824946171e82d0b0cf7a6c9e","aoa:aoa-techniques:artifact:825255f117845ba2e37f9964","aoa:aoa-techniques:artifact:8442d8bba839abb3a1035ee7","aoa:aoa-techniques:artifact:850e7b6f4f85c0ec893fb9c2","aoa:aoa-techniques:artifact:87df2f9f4b2c95a41b2395ff","aoa:aoa-techniques:artifact:88a5286d112e6a9a50e482d8","aoa:aoa-techniques:artifact:8a4bf6cbf0b0b17588e64529","aoa:aoa-techniques:artifact:8dd4007d37a940777959c8cd","aoa:aoa-techniques:artifact:8e087ffe6784c317374525a5","aoa:aoa-techniques:artifact:8ee6025e4a3e2a49eb5f5c4c","aoa:aoa-techniques:artifact:92a8c606225ec60a84f0fda0","aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11","aoa:aoa-techniques:artifact:9735cf4c4e1378183c6588b5","aoa:aoa-techniques:artifact:97ba6ad641f66f9e5b516012","aoa:aoa-techniques:artifact:98a4d14e0dc54ba32ba9958e","aoa:aoa-techniques:artifact:9a7a41d839dada1f8762f2f5","aoa:aoa-techniques:artifact:9ba8b6fe7cf5ab0b759f444d","aoa:aoa-techniques:artifact:a1437a25a7c1a02db837a57d","aoa:aoa-techniques:artifact:a19a1378cfb9c3ea326afee5","aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","aoa:aoa-techniques:artifact:a6035ffadf74cdaa5ce7242d","aoa:aoa-techniques:artifact:a9c949d3ec8753d6c9e15610","aoa:aoa-techniques:artifact:aac1fdea85399dc5bb3a69f6","aoa:aoa-techniques:artifact:ac0fbb989bdb0fc797cd718d","aoa:aoa-techniques:artifact:ae5e635216feb078c6d02e40","aoa:aoa-techniques:artifact:b0e9ecf9b03e64ab947c2a82","aoa:aoa-techniques:artifact:b2612e9335e498d648ec4fb5","aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","aoa:aoa-techniques:artifact:b96a94ddc4b5c4349ff4d1c0","aoa:aoa-techniques:artifact:bf4f0ead65b71478dc32c271","aoa:aoa-techniques:artifact:c091f898d3cc5f78b75c94dc","aoa:aoa-techniques:artifact:c17bd04cd670af6bdde1baf1","aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d","aoa:aoa-techniques:artifact:c54de120089eef1a6853667a","aoa:aoa-techniques:artifact:c59f4287b9e3a72be88c9eaa","aoa:aoa-techniques:artifact:c7c83102096d7ba5b4584308","aoa:aoa-techniques:artifact:ca8d844544577e6b3deba7e9","aoa:aoa-techniques:artifact:cc4a61a4cb72286efc062e32","aoa:aoa-techniques:artifact:cceb307272637ebed425f089","aoa:aoa-techniques:artifact:cd3dcd02ce7c26afc781ea86","aoa:aoa-techniques:artifact:d1f4574050b7a20007d83888","aoa:aoa-techniques:artifact:d3617f5c4554fc9e730c5f0e","aoa:aoa-techniques:artifact:d39fb28408cf3fb0f6d77214","aoa:aoa-techniques:artifact:d49c981907e98d0aabf2e838","aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c","aoa:aoa-techniques:artifact:dc33ba3ce18b92060ea9a6d6","aoa:aoa-techniques:artifact:dc9132d584369fcbb76fde34","aoa:aoa-techniques:artifact:e5ec0e7030077b7cf1bfed98","aoa:aoa-techniques:artifact:e6bffd838b243af9812b6318","aoa:aoa-techniques:artifact:e708b577669fbd578dee31d3","aoa:aoa-techniques:artifact:e76d68a5b5eae349802a9128","aoa:aoa-techniques:artifact:e7923cf520e9cfaf3b8cb91c","aoa:aoa-techniques:artifact:eb62b607c7d30d10699c6443","aoa:aoa-techniques:artifact:ed4ace301e7714a0fa443e06","aoa:aoa-techniques:artifact:f0f2da3459f55832608c73b4","aoa:aoa-techniques:artifact:f64ecde9cc4ec22e9c3feec4","aoa:aoa-techniques:artifact:f98306dd5b9800eb2179fc78","aoa:aoa-techniques:artifact:fa4c2103641a1e3297b5e2db","aoa:aoa-techniques:artifact:fe10cc3966eef02f0a57ad2e"],"observation_state":"observed","occurred_at":"2026-05-17T09:44:34+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:01422e27a833b3bb87d0f873","aoa:aoa-techniques:artifact:042291052ecdb2eec59b0a6a","aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f","aoa:aoa-techniques:artifact:04bef8605ec2e98416c0441c","aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0b635a6b6078150633c72716","aoa:aoa-techniques:artifact:0b7d8520f2e4a183b2db8372","aoa:aoa-techniques:artifact:0b93e2bbd1c14bf19cfa3f09","aoa:aoa-techniques:artifact:13625acb67ef244c4570bac3","aoa:aoa-techniques:artifact:13fa736e001dfaf859f13456","aoa:aoa-techniques:artifact:1542cfb27c305bbfb441f82f","aoa:aoa-techniques:artifact:16d501e3e9dde3dd1ee3540d","aoa:aoa-techniques:artifact:19cf9e44d6ce3b2b9ead568b","aoa:aoa-techniques:artifact:19fb3d55a5cf2e7e3f87c063","aoa:aoa-techniques:artifact:1bea40a4f33d56ec3110ebf3","aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","aoa:aoa-techniques:artifact:1e963cf2d2b5de8a07625937","aoa:aoa-techniques:artifact:1fcf12b8829a2e1590d8674f","aoa:aoa-techniques:artifact:21acb3e7216e2e84d66e381e","aoa:aoa-techniques:artifact:243f21054759c33a660563f2","aoa:aoa-techniques:artifact:24477d1d7cb209d1fbbdf83e","aoa:aoa-techniques:artifact:277789b5aff360f3f5e53d85","aoa:aoa-techniques:artifact:296de615c38bb185a6e9d89a","aoa:aoa-techniques:artifact:2991279148f7e9edfd5ef750","aoa:aoa-techniques:artifact:301079de4f207771e1be5e44","aoa:aoa-techniques:artifact:30bc9b7a1a2970e45e814b8d","aoa:aoa-techniques:artifact:31d28326ecca1cf901d91b46","aoa:aoa-techniques:artifact:34627f21196e425b7edb4a68","aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","aoa:aoa-techniques:artifact:36ba783140c1bec340f64427","aoa:aoa-techniques:artifact:370d67eadc0f1df2999866b8","aoa:aoa-techniques:artifact:3ec0767fce7dac43a368e260","aoa:aoa-techniques:artifact:4110021710a3254ee59f1eda","aoa:aoa-techniques:artifact:416736a2a201444290bbfb32","aoa:aoa-techniques:artifact:42d9f271dea9edd048f8e120","aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","aoa:aoa-techniques:artifact:492b78300882a0665199b29d","aoa:aoa-techniques:artifact:49aaa2819e35a856818ecec8","aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","aoa:aoa-techniques:artifact:4ed48981ce43ce3a53fd614f","aoa:aoa-techniques:artifact:512648e4243016d1b1f98145","aoa:aoa-techniques:artifact:5182e7d1394de0c039b65613","aoa:aoa-techniques:artifact:533d63d24a42b446f9686034","aoa:aoa-techniques:artifact:59a00873d5dc847da1ee0db7","aoa:aoa-techniques:artifact:5e1723690eb14108db5c12e7","aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","aoa:aoa-techniques:artifact:5efaaf307c5d080a4b62b1f5","aoa:aoa-techniques:artifact:6186ecc56985ab947094c7ee","aoa:aoa-techniques:artifact:625162de51e723d5db427245","aoa:aoa-techniques:artifact:647cc87cbeaaa43064efaee4","aoa:aoa-techniques:artifact:67e9b6c07b17b6f2605622e2","aoa:aoa-techniques:artifact:68d15c50ddebed3b86c4c4a8","aoa:aoa-techniques:artifact:6904ce45be061689fe7ae2b2","aoa:aoa-techniques:artifact:6abdd88740cb41a00714edf0","aoa:aoa-techniques:artifact:6cb63ea59fe4ac1e57bcf7ff","aoa:aoa-techniques:artifact:6cbefd43f4835a1bab7f03a9","aoa:aoa-techniques:artifact:702481da184f07f5e5d7f9b6","aoa:aoa-techniques:artifact:702c9e7346b7cb0cce3d4950","aoa:aoa-techniques:artifact:70cf324ad5b327bba1d3ff96","aoa:aoa-techniques:artifact:70f558cdc5c6ae4773fb1be8","aoa:aoa-techniques:artifact:7490bf4c7cd92e9b1496b3f8","aoa:aoa-techniques:artifact:7698d5ddfea36399ee4fab64","aoa:aoa-techniques:artifact:7936bd49062f1b9f7fcc4840","aoa:aoa-techniques:artifact:7aa7e4b9fe7d2eed132b58ee","aoa:aoa-techniques:artifact:7df0d9c81bb529fbbaf9d494","aoa:aoa-techniques:artifact:8005e5b700a11bc4fd350476","aoa:aoa-techniques:artifact:8035fbe88a8dfa16ce1b9f83","aoa:aoa-techniques:artifact:805bb7358d78bdd5637026c0","aoa:aoa-techniques:artifact:824946171e82d0b0cf7a6c9e","aoa:aoa-techniques:artifact:825255f117845ba2e37f9964","aoa:aoa-techniques:artifact:8442d8bba839abb3a1035ee7","aoa:aoa-techniques:artifact:850e7b6f4f85c0ec893fb9c2","aoa:aoa-techniques:artifact:87df2f9f4b2c95a41b2395ff","aoa:aoa-techniques:artifact:88a5286d112e6a9a50e482d8","aoa:aoa-techniques:artifact:8a4bf6cbf0b0b17588e64529","aoa:aoa-techniques:artifact:8dd4007d37a940777959c8cd","aoa:aoa-techniques:artifact:8e087ffe6784c317374525a5","aoa:aoa-techniques:artifact:8ee6025e4a3e2a49eb5f5c4c","aoa:aoa-techniques:artifact:92a8c606225ec60a84f0fda0","aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11","aoa:aoa-techniques:artifact:9735cf4c4e1378183c6588b5","aoa:aoa-techniques:artifact:97ba6ad641f66f9e5b516012","aoa:aoa-techniques:artifact:98a4d14e0dc54ba32ba9958e","aoa:aoa-techniques:artifact:9a7a41d839dada1f8762f2f5","aoa:aoa-techniques:artifact:9ba8b6fe7cf5ab0b759f444d","aoa:aoa-techniques:artifact:a1437a25a7c1a02db837a57d","aoa:aoa-techniques:artifact:a19a1378cfb9c3ea326afee5","aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","aoa:aoa-techniques:artifact:a6035ffadf74cdaa5ce7242d","aoa:aoa-techniques:artifact:a9c949d3ec8753d6c9e15610","aoa:aoa-techniques:artifact:aac1fdea85399dc5bb3a69f6","aoa:aoa-techniques:artifact:ac0fbb989bdb0fc797cd718d","aoa:aoa-techniques:artifact:ae5e635216feb078c6d02e40","aoa:aoa-techniques:artifact:b0e9ecf9b03e64ab947c2a82","aoa:aoa-techniques:artifact:b2612e9335e498d648ec4fb5","aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","aoa:aoa-techniques:artifact:b96a94ddc4b5c4349ff4d1c0","aoa:aoa-techniques:artifact:bf4f0ead65b71478dc32c271","aoa:aoa-techniques:artifact:c091f898d3cc5f78b75c94dc","aoa:aoa-techniques:artifact:c17bd04cd670af6bdde1baf1","aoa:aoa-techniques:artifact:c2e8a587202c4399cb81d74d","aoa:aoa-techniques:artifact:c54de120089eef1a6853667a","aoa:aoa-techniques:artifact:c59f4287b9e3a72be88c9eaa","aoa:aoa-techniques:artifact:c7c83102096d7ba5b4584308","aoa:aoa-techniques:artifact:ca8d844544577e6b3deba7e9","aoa:aoa-techniques:artifact:cc4a61a4cb72286efc062e32","aoa:aoa-techniques:artifact:cceb307272637ebed425f089","aoa:aoa-techniques:artifact:cd3dcd02ce7c26afc781ea86","aoa:aoa-techniques:artifact:d1f4574050b7a20007d83888","aoa:aoa-techniques:artifact:d3617f5c4554fc9e730c5f0e","aoa:aoa-techniques:artifact:d39fb28408cf3fb0f6d77214","aoa:aoa-techniques:artifact:d49c981907e98d0aabf2e838","aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c","aoa:aoa-techniques:artifact:dc33ba3ce18b92060ea9a6d6","aoa:aoa-techniques:artifact:dc9132d584369fcbb76fde34","aoa:aoa-techniques:artifact:e5ec0e7030077b7cf1bfed98","aoa:aoa-techniques:artifact:e6bffd838b243af9812b6318","aoa:aoa-techniques:artifact:e708b577669fbd578dee31d3","aoa:aoa-techniques:artifact:e76d68a5b5eae349802a9128","aoa:aoa-techniques:artifact:e7923cf520e9cfaf3b8cb91c","aoa:aoa-techniques:artifact:eb62b607c7d30d10699c6443","aoa:aoa-techniques:artifact:ed4ace301e7714a0fa443e06","aoa:aoa-techniques:artifact:f0f2da3459f55832608c73b4","aoa:aoa-techniques:artifact:f64ecde9cc4ec22e9c3feec4","aoa:aoa-techniques:artifact:f98306dd5b9800eb2179fc78","aoa:aoa-techniques:artifact:fa4c2103641a1e3297b5e2db","aoa:aoa-techniques:artifact:fe10cc3966eef02f0a57ad2e"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"8Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"10729d5d0e6b98effc39bab9ea06aef77c59ed24"}],"id":"aoa:aoa-techniques:event:fba4810d2a4e053bcc4f48d9","label":"Normalize latest release changelog contract","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"observation_state":"observed","occurred_at":"2026-04-10T12:36:51-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"temporal_ref":"historical","trust_ref":"observed"}, @@ -618,7 +614,7 @@ {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:514c19cd0e657d6ce9c431fa","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","old_path":"","path":"AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"1f874cbd27180f75ac5c4513ae901bf762af6f21"}],"id":"aoa:aoa-techniques:event:ff08632509019175d650f4ee","label":"docs: refresh roadmap and root entry routing (#170)","object_ids":["aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4"],"observation_state":"observed","occurred_at":"2026-04-12T22:54:35-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:90c4dfe155106869deff84d8","aoa:aoa-techniques:anchor:c9a8eaecac36231a7a08d73b"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8ceb02d9d12f41b80057bec","old_path":"","path":"mechanics/growth-cycle/parts/promotion-readiness-incubation/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91","old_path":"","path":"mechanics/growth-cycle/tests/test_growth_cycle_mechanics_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"a1918b54a3ab52dcb0f3266694b9c984db9fae68"}],"id":"aoa:aoa-techniques:event:ff17c3d1d1ea651ebd92cd6d","label":"Sanitize promotion incubation evidence handles (#486)","object_ids":["aoa:aoa-techniques:artifact:b8ceb02d9d12f41b80057bec","aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91"],"observation_state":"observed","occurred_at":"2026-06-30T16:07:40-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:b8ceb02d9d12f41b80057bec","aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"8Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:230ccd6b97439f8e668e242d","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:7c495ca7cabdf7431cc11213","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","old_path":"","path":"docs/TECHNIQUE_TREE_CONTRACT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/README.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0e5d03b7c703b67bec05b7c0","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/skill-support-direct-read-migration-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"1ffe82711321d1de2119980f46aa695fe9cbac3c"}],"id":"aoa:aoa-techniques:event:ff5866022bb786d783908adf","label":"Accept skill-support migration review","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0e5d03b7c703b67bec05b7c0","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"observation_state":"observed","occurred_at":"2026-05-05T12:55:41-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0e5d03b7c703b67bec05b7c0","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:dc98c76b070d0fd38c07ccb3","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619"],"temporal_ref":"historical","trust_ref":"observed"}, - {"actor":{"email":"gerhmangrant@gmail.com","name":"8Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:04c20aa7744d9886284248bf","aoa:aoa-techniques:anchor:0766969695a59702ee0e8b47","aoa:aoa-techniques:anchor:07aa41f30f92ca27d95da8d0","aoa:aoa-techniques:anchor:082a5ef4d07a2dea7b4895b5","aoa:aoa-techniques:anchor:0a3436fea75ef75cb22a94fc","aoa:aoa-techniques:anchor:0d1846cf2586a6e0fe69cf2a","aoa:aoa-techniques:anchor:0d729e8f59d036defece564b","aoa:aoa-techniques:anchor:0e45c0a0c3c24463f7ffea4a","aoa:aoa-techniques:anchor:0e871eb3036bea3f36975118","aoa:aoa-techniques:anchor:12f65c95d9d55bc21c228d0a","aoa:aoa-techniques:anchor:146e08ab9b2543c41b3b9000","aoa:aoa-techniques:anchor:17eede8e1ea204f728dad114","aoa:aoa-techniques:anchor:18f3dc49afa4ff405f6b9d4d","aoa:aoa-techniques:anchor:1930241d71de18bb23b5fe1e","aoa:aoa-techniques:anchor:199fb6aa3b2193f44f47845f","aoa:aoa-techniques:anchor:1bccc17ccf262492993bda9b","aoa:aoa-techniques:anchor:1d3334a76184de93e733a0d6","aoa:aoa-techniques:anchor:1de1f8253e2a2a511c9629f3","aoa:aoa-techniques:anchor:1e7d86e66a6b1bc6565ef446","aoa:aoa-techniques:anchor:216e6bc90fdc8136c822acc7","aoa:aoa-techniques:anchor:21cb757f92ee0136a08c2047","aoa:aoa-techniques:anchor:2329c354f1f66f2882c03fed","aoa:aoa-techniques:anchor:2449cba7ac85599239680820","aoa:aoa-techniques:anchor:24b6d9835577d94f77e71b52","aoa:aoa-techniques:anchor:260342ab54f7912e4e4d8670","aoa:aoa-techniques:anchor:27240726e14b851048eebdca","aoa:aoa-techniques:anchor:27bac5c714ca45f1c975fb0a","aoa:aoa-techniques:anchor:287f8bd77b3c60b181a17230","aoa:aoa-techniques:anchor:2aca2d1494ef3f70fed972f0","aoa:aoa-techniques:anchor:2b311a120d53761a68305a1a","aoa:aoa-techniques:anchor:2c20c5831a9c2b293596b131","aoa:aoa-techniques:anchor:2cdbe0196968b08e4502fe6d","aoa:aoa-techniques:anchor:2d71ea063d90002be0a74f2a","aoa:aoa-techniques:anchor:2db3db3ac70b482a6abb1507","aoa:aoa-techniques:anchor:2ed5515d1b5f880d8f274c58","aoa:aoa-techniques:anchor:2f56831d807890c4b87af7e7","aoa:aoa-techniques:anchor:33dacadb439212fe273f5d11","aoa:aoa-techniques:anchor:38caa5f4ae40e467862a32bd","aoa:aoa-techniques:anchor:38dad3927ac983e1ddac2eeb","aoa:aoa-techniques:anchor:3b2f31fba5c75d1bacff69ef","aoa:aoa-techniques:anchor:3c78d36e8ea533377c73237d","aoa:aoa-techniques:anchor:3f509b03ec463b21d870ea1a","aoa:aoa-techniques:anchor:44ed3db44950975b757cd2c5","aoa:aoa-techniques:anchor:45025ae3367a385c72fd514b","aoa:aoa-techniques:anchor:451323b97064796043f95ae5","aoa:aoa-techniques:anchor:464e3076f2ed47344c738853","aoa:aoa-techniques:anchor:4aeea4f95f6eec8fd3e9757a","aoa:aoa-techniques:anchor:4d55155a160e18d7a3006a12","aoa:aoa-techniques:anchor:4eb5daf1db3b5bf49e72f4c1","aoa:aoa-techniques:anchor:4f2cd452f7ae94645c7e3b97","aoa:aoa-techniques:anchor:5169fa4934223be05134b570","aoa:aoa-techniques:anchor:5240e27ab14d93b347d907ad","aoa:aoa-techniques:anchor:5341c892af5bac917f07bc14","aoa:aoa-techniques:anchor:55d1dd4d206d760f3baf9ecb","aoa:aoa-techniques:anchor:5715059f119a91c0dac07a1d","aoa:aoa-techniques:anchor:58e11c9efccace294d2bfae5","aoa:aoa-techniques:anchor:59a93b6e6a9bf59c7a295537","aoa:aoa-techniques:anchor:5a39ecbf7c0442042f72ee93","aoa:aoa-techniques:anchor:5b995f4e6c1326398bdf4cd8","aoa:aoa-techniques:anchor:5be980bf4843ab56f137fd35","aoa:aoa-techniques:anchor:5caa4d4638e9b3eedb79e9c1","aoa:aoa-techniques:anchor:5eab4b03c3390fc369ebfe25","aoa:aoa-techniques:anchor:5efbdce7ff66c835981c9aea","aoa:aoa-techniques:anchor:62515219dba56b38814db6ea","aoa:aoa-techniques:anchor:627c662361b82bdfbd5a87f4","aoa:aoa-techniques:anchor:63081d4dc1f355056375aee7","aoa:aoa-techniques:anchor:63e632260c33094359326197","aoa:aoa-techniques:anchor:65a133fd7fd9770fb9753e66","aoa:aoa-techniques:anchor:6624f264692d6da00e210709","aoa:aoa-techniques:anchor:67bb0f9600d091fa8f98c602","aoa:aoa-techniques:anchor:692a44da6364bcb137656e4d","aoa:aoa-techniques:anchor:69755c426b6e4dd041959645","aoa:aoa-techniques:anchor:699e4bfaff83e4d31fdec72f","aoa:aoa-techniques:anchor:6aa1ee09c39bf3a223a8b44d","aoa:aoa-techniques:anchor:6cf2214359f5c329d8bd7342","aoa:aoa-techniques:anchor:6e95b1abbb9c44e5cc38dc77","aoa:aoa-techniques:anchor:6ea602cf07b34be6e540fc4e","aoa:aoa-techniques:anchor:6eda777f8251f2c549f2f886","aoa:aoa-techniques:anchor:70fa9eff724b915e67129fee","aoa:aoa-techniques:anchor:7288bbb50e5514262dd3a448","aoa:aoa-techniques:anchor:72b92249051a1295a1fdc195","aoa:aoa-techniques:anchor:730c9f45de8d398861c85b43","aoa:aoa-techniques:anchor:739645dd1ead589dcd940f85","aoa:aoa-techniques:anchor:74dd2589c3cc7d31292f7d1a","aoa:aoa-techniques:anchor:74e614843fef08878688c74a","aoa:aoa-techniques:anchor:77584e9b05fa752d5f093e27","aoa:aoa-techniques:anchor:7768cc451c48020f6dd1a37b","aoa:aoa-techniques:anchor:77dd3e829108b1464f95adfb","aoa:aoa-techniques:anchor:79196c966016f369c330aea3","aoa:aoa-techniques:anchor:7aa97653c8b8d1cb9aca1f2b","aoa:aoa-techniques:anchor:7b56b547432ff3b5567c06ec","aoa:aoa-techniques:anchor:7e17338e525e67df314cf500","aoa:aoa-techniques:anchor:7f90613e6b081e4c0dcd3b36","aoa:aoa-techniques:anchor:81e751c5767d42cef22832dd","aoa:aoa-techniques:anchor:822766081dc706c4a5596d8d","aoa:aoa-techniques:anchor:8b23544bfd64771a11fe9223","aoa:aoa-techniques:anchor:901ebe884eb24a6de300bb9d","aoa:aoa-techniques:anchor:90fc909d097c46a144a1ed78","aoa:aoa-techniques:anchor:9169e99fd07cee3ae37c01ba","aoa:aoa-techniques:anchor:937d015dad887d3ac98301f3","aoa:aoa-techniques:anchor:97a8145afcc816b3dc5dce07","aoa:aoa-techniques:anchor:98d737fbf1efec9a38cc9808","aoa:aoa-techniques:anchor:995dd7656467e68f9ff726c7","aoa:aoa-techniques:anchor:9b999adaf3a894cb2273de8f","aoa:aoa-techniques:anchor:9c99f866699785bae53f44f0","aoa:aoa-techniques:anchor:9e4cac7b102c0bc695156dfb","aoa:aoa-techniques:anchor:a26e09dcbd2ffa7f33c0ddc4","aoa:aoa-techniques:anchor:a2ca6fe3a2f60b771849d062","aoa:aoa-techniques:anchor:a66c140085547db71257cb9e","aoa:aoa-techniques:anchor:a84ff848bbc14cda817c4529","aoa:aoa-techniques:anchor:ad8e42557405b77971f50592","aoa:aoa-techniques:anchor:ae15c341c9e16d3e0d8953de","aoa:aoa-techniques:anchor:ae2b87fa0b9f0dd26ac2db30","aoa:aoa-techniques:anchor:b02504a5dd4a3ef16e0a7545","aoa:aoa-techniques:anchor:b2864cddaa4dc994e03423b4","aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008","aoa:aoa-techniques:anchor:bb55a0402abf7efa69474420","aoa:aoa-techniques:anchor:bbc10d00a81b44502e34f378","aoa:aoa-techniques:anchor:bc266cb04785c75c388f3960","aoa:aoa-techniques:anchor:bd06a22ba55213434fcd44c9","aoa:aoa-techniques:anchor:bddc83db6ae7871e9ad78e45","aoa:aoa-techniques:anchor:bdfbc9e45f97cdf55479ac8e","aoa:aoa-techniques:anchor:bf51265fe5eee1bcab5ca7c0","aoa:aoa-techniques:anchor:bfbb7f9c02a1c7d64e49c5eb","aoa:aoa-techniques:anchor:c0bf9ab44c9b107b7a10f742","aoa:aoa-techniques:anchor:c32051c8d766091e5b4fc84b","aoa:aoa-techniques:anchor:c66fa76859a6a2230ba6b77e","aoa:aoa-techniques:anchor:c93e6ecea8a8b364d103fc64","aoa:aoa-techniques:anchor:cf84c05e6f051a3d4cd96e50","aoa:aoa-techniques:anchor:d01d63beaa907db04f7dfa46","aoa:aoa-techniques:anchor:d0d179ff34af7c70309975cd","aoa:aoa-techniques:anchor:d4489ab3d4e1629a2bb89686","aoa:aoa-techniques:anchor:d5a37533745ac0ae6a130a02","aoa:aoa-techniques:anchor:d74504b92d1a231ea01631c4","aoa:aoa-techniques:anchor:d83d810703e24547eeb52473","aoa:aoa-techniques:anchor:d933b894b739c95285bc2006","aoa:aoa-techniques:anchor:de0c908f58373d14174eba50","aoa:aoa-techniques:anchor:e389add54f5c6e1ab35be113","aoa:aoa-techniques:anchor:e6b95507566e68b3d9dea079","aoa:aoa-techniques:anchor:e9763dc43fb4cdb1bcf73057","aoa:aoa-techniques:anchor:e9fb17f5d47a8345cb7a46f5","aoa:aoa-techniques:anchor:ea0c8561a4c29feccd3026af","aoa:aoa-techniques:anchor:ebd34fb9c9f2dbe20d1ef4ff","aoa:aoa-techniques:anchor:f0ae42f04dceaca4c38d9c7a","aoa:aoa-techniques:anchor:f3281a24c344e7a164d59e94","aoa:aoa-techniques:anchor:f3d935855c087ec511fb9996","aoa:aoa-techniques:anchor:f41d0c32b416a5316c9d8387","aoa:aoa-techniques:anchor:f58e11eec8186d661b960fc8","aoa:aoa-techniques:anchor:f662582d794db930554d475e","aoa:aoa-techniques:anchor:f66b5a50f9134b7216a128ea","aoa:aoa-techniques:anchor:f7a3a8aa9e7814ad52819056","aoa:aoa-techniques:anchor:f9bbbe67e46a2ca77c512e88","aoa:aoa-techniques:anchor:f9eb254adc6177ab76b27f24","aoa:aoa-techniques:anchor:fb42781906f48ac3e9b7d513","aoa:aoa-techniques:anchor:fbd3f97413fbd37b1f4fbdb6","aoa:aoa-techniques:anchor:fbe51c1758e1b5fb3e53b942","aoa:aoa-techniques:anchor:fcf72db981284ee211ddaa00","aoa:aoa-techniques:anchor:fdf9ae9c86c7e5dc96e6a3b7"],"changes":[{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:fd6f77c05019c0ed69476a70","old_path":"","path":".agents/skills/aoa-adr-write"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","old_path":"","path":".agents/skills/aoa-adr-write/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","old_path":"","path":".agents/skills/aoa-adr-write/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:adb976718e0b9871db71f409","old_path":"","path":".agents/skills/aoa-adr-write/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e5afe83667c7779006a3b340","old_path":"","path":".agents/skills/aoa-adr-write/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","old_path":"","path":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","old_path":"","path":".agents/skills/aoa-adr-write/references/decision-note.template.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:62d9d7b9ff4181992e05bb81","old_path":"","path":".agents/skills/aoa-approval-gate-check"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","old_path":"","path":".agents/skills/aoa-approval-gate-check/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","old_path":"","path":".agents/skills/aoa-approval-gate-check/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:18b74e5a5ff59df8a04c275f","old_path":"","path":".agents/skills/aoa-approval-gate-check/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1a6ce3b916ace93f658c1d4c","old_path":"","path":".agents/skills/aoa-approval-gate-check/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:77fce7fe86dc196f3ec26d97","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8332989297232b11ad1350ff","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:09cb49ad526692a9aa564893","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:edde533f6776ec0e9d0e3aa5","old_path":"","path":".agents/skills/aoa-bounded-context-map"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","old_path":"","path":".agents/skills/aoa-bounded-context-map/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","old_path":"","path":".agents/skills/aoa-bounded-context-map/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e43c0a58f055dbff935dda86","old_path":"","path":".agents/skills/aoa-bounded-context-map/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f9278c27fa3a43f533c83fbd","old_path":"","path":".agents/skills/aoa-bounded-context-map/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","old_path":"","path":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","old_path":"","path":".agents/skills/aoa-bounded-context-map/references/context-map.template.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:fe2d5ed24bb40d51d6b19195","old_path":"","path":".agents/skills/aoa-change-protocol"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","old_path":"","path":".agents/skills/aoa-change-protocol/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","old_path":"","path":".agents/skills/aoa-change-protocol/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:13ea3af4d96e46f27186ab12","old_path":"","path":".agents/skills/aoa-change-protocol/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:094ebac0e7e2f3ce57cf25e2","old_path":"","path":".agents/skills/aoa-change-protocol/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:d825ef8167d6a392b5474158","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6ef01b8e7e152498e89ee3a5","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:554104d8a235d4a1025a0606","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:b5464ae7179502a5a4f38822","old_path":"","path":".agents/skills/aoa-contract-test"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","old_path":"","path":".agents/skills/aoa-contract-test/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","old_path":"","path":".agents/skills/aoa-contract-test/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7bee74fe0254b259c85979a4","old_path":"","path":".agents/skills/aoa-contract-test/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4452d53f16e627f25a4ad68b","old_path":"","path":".agents/skills/aoa-contract-test/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","old_path":"","path":".agents/skills/aoa-contract-test/references/contract-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:03b4da2390e51922a0a84c6b","old_path":"","path":".agents/skills/aoa-core-logic-boundary"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","old_path":"","path":".agents/skills/aoa-core-logic-boundary/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","old_path":"","path":".agents/skills/aoa-core-logic-boundary/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9d3d12a86424bc775e82d788","old_path":"","path":".agents/skills/aoa-core-logic-boundary/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e1fda7ed619c326866eed6e2","old_path":"","path":".agents/skills/aoa-core-logic-boundary/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","old_path":"","path":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:a749079fedd842d3e7c29f72","old_path":"","path":".agents/skills/aoa-dry-run-first"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","old_path":"","path":".agents/skills/aoa-dry-run-first/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","old_path":"","path":".agents/skills/aoa-dry-run-first/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","old_path":"","path":".agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","old_path":"","path":".agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c7deead25794dc3e0b9188a7","old_path":"","path":".agents/skills/aoa-dry-run-first/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b6c2f9b6844178e9809cfa1f","old_path":"","path":".agents/skills/aoa-dry-run-first/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","old_path":"","path":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","old_path":"","path":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","old_path":"","path":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","old_path":"","path":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:c9620b260320ac28f5322287","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7b5fbfab2f6c7d53a5345161","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3557634eec6bdb53d6d4db40","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:ca607e5768d39a2f1abf3a15","old_path":"","path":".agents/skills/aoa-local-stack-bringup"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","old_path":"","path":".agents/skills/aoa-local-stack-bringup/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","old_path":"","path":".agents/skills/aoa-local-stack-bringup/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:db384e6839b485bc81880159","old_path":"","path":".agents/skills/aoa-local-stack-bringup/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","old_path":"","path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","old_path":"","path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c1cec244488955706be397f1","old_path":"","path":".agents/skills/aoa-local-stack-bringup/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","old_path":"","path":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","old_path":"","path":".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","old_path":"","path":".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","old_path":"","path":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:bcd843a962d8c4629ca8a72c","old_path":"","path":".agents/skills/aoa-port-adapter-refactor"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c3144eb71b18e2674bc43f87","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1a6da3c4c87b99e8491ed6b0","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:4a8538700d9943930820a1f3","old_path":"","path":".agents/skills/aoa-property-invariants"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","old_path":"","path":".agents/skills/aoa-property-invariants/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","old_path":"","path":".agents/skills/aoa-property-invariants/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a1b7548f51793f4b5377dc9f","old_path":"","path":".agents/skills/aoa-property-invariants/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ff090c61f64bdf2c37db2b3f","old_path":"","path":".agents/skills/aoa-property-invariants/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","old_path":"","path":".agents/skills/aoa-property-invariants/references/invariant-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:6dc1d8cda1e804ce94fe1d7f","old_path":"","path":".agents/skills/aoa-quest-harvest"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","old_path":"","path":".agents/skills/aoa-quest-harvest/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","old_path":"","path":".agents/skills/aoa-quest-harvest/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8e9ba9b293f5b013b7268017","old_path":"","path":".agents/skills/aoa-quest-harvest/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e4085ed8d332415607938122","old_path":"","path":".agents/skills/aoa-quest-harvest/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","old_path":"","path":".agents/skills/aoa-quest-harvest/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","old_path":"","path":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","old_path":"","path":".agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","old_path":"","path":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:3f286e9e0abb190590d575c7","old_path":"","path":".agents/skills/aoa-safe-infra-change"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","old_path":"","path":".agents/skills/aoa-safe-infra-change/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","old_path":"","path":".agents/skills/aoa-safe-infra-change/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","old_path":"","path":".agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","old_path":"","path":".agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:47c8c5f010f80c35b04f4c5e","old_path":"","path":".agents/skills/aoa-safe-infra-change/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ad8aaa5efb9dc07ae800892d","old_path":"","path":".agents/skills/aoa-safe-infra-change/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","old_path":"","path":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","old_path":"","path":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","old_path":"","path":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","old_path":"","path":".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:63be715487ce4f3f60d7b9da","old_path":"","path":".agents/skills/aoa-sanitized-share"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","old_path":"","path":".agents/skills/aoa-sanitized-share/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","old_path":"","path":".agents/skills/aoa-sanitized-share/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:fda6fc81262926199607f2a3","old_path":"","path":".agents/skills/aoa-sanitized-share/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:63c1b89d3d7da11b5eba53ec","old_path":"","path":".agents/skills/aoa-sanitized-share/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:eac14b6aaf150b84b501fb52","old_path":"","path":".agents/skills/aoa-session-donor-harvest"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","old_path":"","path":".agents/skills/aoa-session-donor-harvest/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","old_path":"","path":".agents/skills/aoa-session-donor-harvest/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4a820cc25ce9e2c1a71bfe6c","old_path":"","path":".agents/skills/aoa-session-donor-harvest/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9a7c33c9af35639fe95d3bce","old_path":"","path":".agents/skills/aoa-session-donor-harvest/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/candidate-lineage-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/family-shape.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:09b4a11c92b648085fd5be34","old_path":"","path":".agents/skills/aoa-session-progression-lift"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","old_path":"","path":".agents/skills/aoa-session-progression-lift/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","old_path":"","path":".agents/skills/aoa-session-progression-lift/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:719c8b6b987bfb2e7352b61e","old_path":"","path":".agents/skills/aoa-session-progression-lift/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:79ca22bb6583fa52b960f1a6","old_path":"","path":".agents/skills/aoa-session-progression-lift/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/progression-axes.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:90b7f1e0b9ea911d66e2a84b","old_path":"","path":".agents/skills/aoa-session-route-forks"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","old_path":"","path":".agents/skills/aoa-session-route-forks/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","old_path":"","path":".agents/skills/aoa-session-route-forks/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:673475f0067e9658ac1c13dd","old_path":"","path":".agents/skills/aoa-session-route-forks/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2a1c9fd8cf4ca8d810044304","old_path":"","path":".agents/skills/aoa-session-route-forks/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","old_path":"","path":".agents/skills/aoa-session-route-forks/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","old_path":"","path":".agents/skills/aoa-session-route-forks/references/decision-fork-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","old_path":"","path":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:770f3f7bca420941cb5b79a1","old_path":"","path":".agents/skills/aoa-session-self-diagnose"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","old_path":"","path":".agents/skills/aoa-session-self-diagnose/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","old_path":"","path":".agents/skills/aoa-session-self-diagnose/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3d0a60fd65ad9c43db97ec5d","old_path":"","path":".agents/skills/aoa-session-self-diagnose/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b1b2f4095d2d81c7a3fc98c2","old_path":"","path":".agents/skills/aoa-session-self-diagnose/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","old_path":"","path":".agents/skills/aoa-session-self-diagnose/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","old_path":"","path":".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","old_path":"","path":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:f37275048f91b80a129c5ce8","old_path":"","path":".agents/skills/aoa-session-self-repair"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","old_path":"","path":".agents/skills/aoa-session-self-repair/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","old_path":"","path":".agents/skills/aoa-session-self-repair/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f5186ad55781ea7ee27e1944","old_path":"","path":".agents/skills/aoa-session-self-repair/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d42282f463ab1777efa77e4f","old_path":"","path":".agents/skills/aoa-session-self-repair/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","old_path":"","path":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","old_path":"","path":".agents/skills/aoa-session-self-repair/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","old_path":"","path":".agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","old_path":"","path":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:35c6aa3ab8e8cbf0fef8d755","old_path":"","path":".agents/skills/aoa-source-of-truth-check"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","old_path":"","path":".agents/skills/aoa-source-of-truth-check/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","old_path":"","path":".agents/skills/aoa-source-of-truth-check/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:918af0868aff9c877f9bb19c","old_path":"","path":".agents/skills/aoa-source-of-truth-check/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:109dd8267de795f43ceb8882","old_path":"","path":".agents/skills/aoa-source-of-truth-check/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","old_path":"","path":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:9e07a0828b1d568620a331c7","old_path":"","path":".agents/skills/aoa-tdd-slice"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","old_path":"","path":".agents/skills/aoa-tdd-slice/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","old_path":"","path":".agents/skills/aoa-tdd-slice/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:fab6119d4b4a293224861e01","old_path":"","path":".agents/skills/aoa-tdd-slice/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:77502f9785278ea361977196","old_path":"","path":".agents/skills/aoa-tdd-slice/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","old_path":"","path":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"a58198421d3a69bf599ed84b0c222dabf0cbba11"}],"id":"aoa:aoa-techniques:event:ff80747f6dc3771e1c8cba68","label":"Install portable AoA skill foundation","object_ids":["aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","aoa:aoa-techniques:artifact:094ebac0e7e2f3ce57cf25e2","aoa:aoa-techniques:artifact:09cb49ad526692a9aa564893","aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","aoa:aoa-techniques:artifact:109dd8267de795f43ceb8882","aoa:aoa-techniques:artifact:13ea3af4d96e46f27186ab12","aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","aoa:aoa-techniques:artifact:18b74e5a5ff59df8a04c275f","aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","aoa:aoa-techniques:artifact:1a6ce3b916ace93f658c1d4c","aoa:aoa-techniques:artifact:1a6da3c4c87b99e8491ed6b0","aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","aoa:aoa-techniques:artifact:2a1c9fd8cf4ca8d810044304","aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","aoa:aoa-techniques:artifact:3557634eec6bdb53d6d4db40","aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","aoa:aoa-techniques:artifact:3d0a60fd65ad9c43db97ec5d","aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","aoa:aoa-techniques:artifact:4452d53f16e627f25a4ad68b","aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","aoa:aoa-techniques:artifact:47c8c5f010f80c35b04f4c5e","aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","aoa:aoa-techniques:artifact:4a820cc25ce9e2c1a71bfe6c","aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","aoa:aoa-techniques:artifact:554104d8a235d4a1025a0606","aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","aoa:aoa-techniques:artifact:590829fb074a642096f3461a","aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","aoa:aoa-techniques:artifact:63c1b89d3d7da11b5eba53ec","aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","aoa:aoa-techniques:artifact:673475f0067e9658ac1c13dd","aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","aoa:aoa-techniques:artifact:6ef01b8e7e152498e89ee3a5","aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","aoa:aoa-techniques:artifact:719c8b6b987bfb2e7352b61e","aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","aoa:aoa-techniques:artifact:77502f9785278ea361977196","aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","aoa:aoa-techniques:artifact:79ca22bb6583fa52b960f1a6","aoa:aoa-techniques:artifact:7b5fbfab2f6c7d53a5345161","aoa:aoa-techniques:artifact:7bee74fe0254b259c85979a4","aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","aoa:aoa-techniques:artifact:8332989297232b11ad1350ff","aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","aoa:aoa-techniques:artifact:880156171bda50436439ec2e","aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","aoa:aoa-techniques:artifact:8e9ba9b293f5b013b7268017","aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","aoa:aoa-techniques:artifact:918af0868aff9c877f9bb19c","aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","aoa:aoa-techniques:artifact:9a7c33c9af35639fe95d3bce","aoa:aoa-techniques:artifact:9d3d12a86424bc775e82d788","aoa:aoa-techniques:artifact:a1b7548f51793f4b5377dc9f","aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","aoa:aoa-techniques:artifact:ad8aaa5efb9dc07ae800892d","aoa:aoa-techniques:artifact:adb976718e0b9871db71f409","aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","aoa:aoa-techniques:artifact:b1b2f4095d2d81c7a3fc98c2","aoa:aoa-techniques:artifact:b6c2f9b6844178e9809cfa1f","aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","aoa:aoa-techniques:artifact:c1cec244488955706be397f1","aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","aoa:aoa-techniques:artifact:c3144eb71b18e2674bc43f87","aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","aoa:aoa-techniques:artifact:c7deead25794dc3e0b9188a7","aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","aoa:aoa-techniques:artifact:d42282f463ab1777efa77e4f","aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","aoa:aoa-techniques:artifact:db384e6839b485bc81880159","aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","aoa:aoa-techniques:artifact:e1fda7ed619c326866eed6e2","aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","aoa:aoa-techniques:artifact:e4085ed8d332415607938122","aoa:aoa-techniques:artifact:e43c0a58f055dbff935dda86","aoa:aoa-techniques:artifact:e5afe83667c7779006a3b340","aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","aoa:aoa-techniques:artifact:f5186ad55781ea7ee27e1944","aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","aoa:aoa-techniques:artifact:f9278c27fa3a43f533c83fbd","aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","aoa:aoa-techniques:artifact:fab6119d4b4a293224861e01","aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","aoa:aoa-techniques:artifact:fda6fc81262926199607f2a3","aoa:aoa-techniques:artifact:ff090c61f64bdf2c37db2b3f","aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951"],"observation_state":"observed","occurred_at":"2026-05-07T11:21:11-06:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","aoa:aoa-techniques:artifact:094ebac0e7e2f3ce57cf25e2","aoa:aoa-techniques:artifact:09cb49ad526692a9aa564893","aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","aoa:aoa-techniques:artifact:109dd8267de795f43ceb8882","aoa:aoa-techniques:artifact:13ea3af4d96e46f27186ab12","aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","aoa:aoa-techniques:artifact:18b74e5a5ff59df8a04c275f","aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","aoa:aoa-techniques:artifact:1a6ce3b916ace93f658c1d4c","aoa:aoa-techniques:artifact:1a6da3c4c87b99e8491ed6b0","aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","aoa:aoa-techniques:artifact:2a1c9fd8cf4ca8d810044304","aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","aoa:aoa-techniques:artifact:3557634eec6bdb53d6d4db40","aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","aoa:aoa-techniques:artifact:3d0a60fd65ad9c43db97ec5d","aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","aoa:aoa-techniques:artifact:4452d53f16e627f25a4ad68b","aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","aoa:aoa-techniques:artifact:47c8c5f010f80c35b04f4c5e","aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","aoa:aoa-techniques:artifact:4a820cc25ce9e2c1a71bfe6c","aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","aoa:aoa-techniques:artifact:554104d8a235d4a1025a0606","aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","aoa:aoa-techniques:artifact:590829fb074a642096f3461a","aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","aoa:aoa-techniques:artifact:63c1b89d3d7da11b5eba53ec","aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","aoa:aoa-techniques:artifact:673475f0067e9658ac1c13dd","aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","aoa:aoa-techniques:artifact:6ef01b8e7e152498e89ee3a5","aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","aoa:aoa-techniques:artifact:719c8b6b987bfb2e7352b61e","aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","aoa:aoa-techniques:artifact:77502f9785278ea361977196","aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","aoa:aoa-techniques:artifact:79ca22bb6583fa52b960f1a6","aoa:aoa-techniques:artifact:7b5fbfab2f6c7d53a5345161","aoa:aoa-techniques:artifact:7bee74fe0254b259c85979a4","aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","aoa:aoa-techniques:artifact:8332989297232b11ad1350ff","aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","aoa:aoa-techniques:artifact:880156171bda50436439ec2e","aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","aoa:aoa-techniques:artifact:8e9ba9b293f5b013b7268017","aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","aoa:aoa-techniques:artifact:918af0868aff9c877f9bb19c","aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","aoa:aoa-techniques:artifact:9a7c33c9af35639fe95d3bce","aoa:aoa-techniques:artifact:9d3d12a86424bc775e82d788","aoa:aoa-techniques:artifact:a1b7548f51793f4b5377dc9f","aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","aoa:aoa-techniques:artifact:ad8aaa5efb9dc07ae800892d","aoa:aoa-techniques:artifact:adb976718e0b9871db71f409","aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","aoa:aoa-techniques:artifact:b1b2f4095d2d81c7a3fc98c2","aoa:aoa-techniques:artifact:b6c2f9b6844178e9809cfa1f","aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","aoa:aoa-techniques:artifact:c1cec244488955706be397f1","aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","aoa:aoa-techniques:artifact:c3144eb71b18e2674bc43f87","aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","aoa:aoa-techniques:artifact:c7deead25794dc3e0b9188a7","aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","aoa:aoa-techniques:artifact:d42282f463ab1777efa77e4f","aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","aoa:aoa-techniques:artifact:db384e6839b485bc81880159","aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","aoa:aoa-techniques:artifact:e1fda7ed619c326866eed6e2","aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","aoa:aoa-techniques:artifact:e4085ed8d332415607938122","aoa:aoa-techniques:artifact:e43c0a58f055dbff935dda86","aoa:aoa-techniques:artifact:e5afe83667c7779006a3b340","aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","aoa:aoa-techniques:artifact:f5186ad55781ea7ee27e1944","aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","aoa:aoa-techniques:artifact:f9278c27fa3a43f533c83fbd","aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","aoa:aoa-techniques:artifact:fab6119d4b4a293224861e01","aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","aoa:aoa-techniques:artifact:fda6fc81262926199607f2a3","aoa:aoa-techniques:artifact:ff090c61f64bdf2c37db2b3f","aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951"],"temporal_ref":"historical","trust_ref":"observed"}, + {"actor":{"email":"gerhmangrant@gmail.com","name":"8Dionysus"},"anchor_ids":[],"changes":[{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:fd6f77c05019c0ed69476a70","old_path":"","path":".agents/skills/aoa-adr-write"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","old_path":"","path":".agents/skills/aoa-adr-write/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","old_path":"","path":".agents/skills/aoa-adr-write/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:adb976718e0b9871db71f409","old_path":"","path":".agents/skills/aoa-adr-write/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e5afe83667c7779006a3b340","old_path":"","path":".agents/skills/aoa-adr-write/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","old_path":"","path":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","old_path":"","path":".agents/skills/aoa-adr-write/references/decision-note.template.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:62d9d7b9ff4181992e05bb81","old_path":"","path":".agents/skills/aoa-approval-gate-check"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","old_path":"","path":".agents/skills/aoa-approval-gate-check/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","old_path":"","path":".agents/skills/aoa-approval-gate-check/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:18b74e5a5ff59df8a04c275f","old_path":"","path":".agents/skills/aoa-approval-gate-check/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1a6ce3b916ace93f658c1d4c","old_path":"","path":".agents/skills/aoa-approval-gate-check/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:77fce7fe86dc196f3ec26d97","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8332989297232b11ad1350ff","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:09cb49ad526692a9aa564893","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:edde533f6776ec0e9d0e3aa5","old_path":"","path":".agents/skills/aoa-bounded-context-map"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","old_path":"","path":".agents/skills/aoa-bounded-context-map/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","old_path":"","path":".agents/skills/aoa-bounded-context-map/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e43c0a58f055dbff935dda86","old_path":"","path":".agents/skills/aoa-bounded-context-map/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f9278c27fa3a43f533c83fbd","old_path":"","path":".agents/skills/aoa-bounded-context-map/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","old_path":"","path":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","old_path":"","path":".agents/skills/aoa-bounded-context-map/references/context-map.template.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:fe2d5ed24bb40d51d6b19195","old_path":"","path":".agents/skills/aoa-change-protocol"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","old_path":"","path":".agents/skills/aoa-change-protocol/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","old_path":"","path":".agents/skills/aoa-change-protocol/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:13ea3af4d96e46f27186ab12","old_path":"","path":".agents/skills/aoa-change-protocol/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:094ebac0e7e2f3ce57cf25e2","old_path":"","path":".agents/skills/aoa-change-protocol/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:d825ef8167d6a392b5474158","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6ef01b8e7e152498e89ee3a5","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:554104d8a235d4a1025a0606","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:b5464ae7179502a5a4f38822","old_path":"","path":".agents/skills/aoa-contract-test"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","old_path":"","path":".agents/skills/aoa-contract-test/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","old_path":"","path":".agents/skills/aoa-contract-test/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7bee74fe0254b259c85979a4","old_path":"","path":".agents/skills/aoa-contract-test/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4452d53f16e627f25a4ad68b","old_path":"","path":".agents/skills/aoa-contract-test/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","old_path":"","path":".agents/skills/aoa-contract-test/references/contract-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:03b4da2390e51922a0a84c6b","old_path":"","path":".agents/skills/aoa-core-logic-boundary"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","old_path":"","path":".agents/skills/aoa-core-logic-boundary/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","old_path":"","path":".agents/skills/aoa-core-logic-boundary/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9d3d12a86424bc775e82d788","old_path":"","path":".agents/skills/aoa-core-logic-boundary/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e1fda7ed619c326866eed6e2","old_path":"","path":".agents/skills/aoa-core-logic-boundary/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","old_path":"","path":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:a749079fedd842d3e7c29f72","old_path":"","path":".agents/skills/aoa-dry-run-first"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","old_path":"","path":".agents/skills/aoa-dry-run-first/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","old_path":"","path":".agents/skills/aoa-dry-run-first/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","old_path":"","path":".agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","old_path":"","path":".agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c7deead25794dc3e0b9188a7","old_path":"","path":".agents/skills/aoa-dry-run-first/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b6c2f9b6844178e9809cfa1f","old_path":"","path":".agents/skills/aoa-dry-run-first/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","old_path":"","path":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","old_path":"","path":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","old_path":"","path":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","old_path":"","path":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:c9620b260320ac28f5322287","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7b5fbfab2f6c7d53a5345161","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3557634eec6bdb53d6d4db40","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:ca607e5768d39a2f1abf3a15","old_path":"","path":".agents/skills/aoa-local-stack-bringup"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","old_path":"","path":".agents/skills/aoa-local-stack-bringup/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","old_path":"","path":".agents/skills/aoa-local-stack-bringup/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:db384e6839b485bc81880159","old_path":"","path":".agents/skills/aoa-local-stack-bringup/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","old_path":"","path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","old_path":"","path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c1cec244488955706be397f1","old_path":"","path":".agents/skills/aoa-local-stack-bringup/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","old_path":"","path":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","old_path":"","path":".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","old_path":"","path":".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","old_path":"","path":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:bcd843a962d8c4629ca8a72c","old_path":"","path":".agents/skills/aoa-port-adapter-refactor"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c3144eb71b18e2674bc43f87","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1a6da3c4c87b99e8491ed6b0","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:4a8538700d9943930820a1f3","old_path":"","path":".agents/skills/aoa-property-invariants"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","old_path":"","path":".agents/skills/aoa-property-invariants/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","old_path":"","path":".agents/skills/aoa-property-invariants/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:a1b7548f51793f4b5377dc9f","old_path":"","path":".agents/skills/aoa-property-invariants/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ff090c61f64bdf2c37db2b3f","old_path":"","path":".agents/skills/aoa-property-invariants/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","old_path":"","path":".agents/skills/aoa-property-invariants/references/invariant-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:6dc1d8cda1e804ce94fe1d7f","old_path":"","path":".agents/skills/aoa-quest-harvest"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","old_path":"","path":".agents/skills/aoa-quest-harvest/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","old_path":"","path":".agents/skills/aoa-quest-harvest/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8e9ba9b293f5b013b7268017","old_path":"","path":".agents/skills/aoa-quest-harvest/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e4085ed8d332415607938122","old_path":"","path":".agents/skills/aoa-quest-harvest/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","old_path":"","path":".agents/skills/aoa-quest-harvest/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","old_path":"","path":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","old_path":"","path":".agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","old_path":"","path":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:3f286e9e0abb190590d575c7","old_path":"","path":".agents/skills/aoa-safe-infra-change"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","old_path":"","path":".agents/skills/aoa-safe-infra-change/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","old_path":"","path":".agents/skills/aoa-safe-infra-change/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","old_path":"","path":".agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","old_path":"","path":".agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:47c8c5f010f80c35b04f4c5e","old_path":"","path":".agents/skills/aoa-safe-infra-change/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ad8aaa5efb9dc07ae800892d","old_path":"","path":".agents/skills/aoa-safe-infra-change/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","old_path":"","path":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","old_path":"","path":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","old_path":"","path":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","old_path":"","path":".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:63be715487ce4f3f60d7b9da","old_path":"","path":".agents/skills/aoa-sanitized-share"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","old_path":"","path":".agents/skills/aoa-sanitized-share/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","old_path":"","path":".agents/skills/aoa-sanitized-share/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:fda6fc81262926199607f2a3","old_path":"","path":".agents/skills/aoa-sanitized-share/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:63c1b89d3d7da11b5eba53ec","old_path":"","path":".agents/skills/aoa-sanitized-share/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:eac14b6aaf150b84b501fb52","old_path":"","path":".agents/skills/aoa-session-donor-harvest"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","old_path":"","path":".agents/skills/aoa-session-donor-harvest/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","old_path":"","path":".agents/skills/aoa-session-donor-harvest/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:4a820cc25ce9e2c1a71bfe6c","old_path":"","path":".agents/skills/aoa-session-donor-harvest/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:9a7c33c9af35639fe95d3bce","old_path":"","path":".agents/skills/aoa-session-donor-harvest/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/candidate-lineage-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/family-shape.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:09b4a11c92b648085fd5be34","old_path":"","path":".agents/skills/aoa-session-progression-lift"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","old_path":"","path":".agents/skills/aoa-session-progression-lift/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","old_path":"","path":".agents/skills/aoa-session-progression-lift/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:719c8b6b987bfb2e7352b61e","old_path":"","path":".agents/skills/aoa-session-progression-lift/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:79ca22bb6583fa52b960f1a6","old_path":"","path":".agents/skills/aoa-session-progression-lift/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/progression-axes.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:90b7f1e0b9ea911d66e2a84b","old_path":"","path":".agents/skills/aoa-session-route-forks"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","old_path":"","path":".agents/skills/aoa-session-route-forks/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","old_path":"","path":".agents/skills/aoa-session-route-forks/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:673475f0067e9658ac1c13dd","old_path":"","path":".agents/skills/aoa-session-route-forks/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2a1c9fd8cf4ca8d810044304","old_path":"","path":".agents/skills/aoa-session-route-forks/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","old_path":"","path":".agents/skills/aoa-session-route-forks/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","old_path":"","path":".agents/skills/aoa-session-route-forks/references/decision-fork-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","old_path":"","path":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:770f3f7bca420941cb5b79a1","old_path":"","path":".agents/skills/aoa-session-self-diagnose"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","old_path":"","path":".agents/skills/aoa-session-self-diagnose/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","old_path":"","path":".agents/skills/aoa-session-self-diagnose/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:3d0a60fd65ad9c43db97ec5d","old_path":"","path":".agents/skills/aoa-session-self-diagnose/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:b1b2f4095d2d81c7a3fc98c2","old_path":"","path":".agents/skills/aoa-session-self-diagnose/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","old_path":"","path":".agents/skills/aoa-session-self-diagnose/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","old_path":"","path":".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","old_path":"","path":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:f37275048f91b80a129c5ce8","old_path":"","path":".agents/skills/aoa-session-self-repair"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","old_path":"","path":".agents/skills/aoa-session-self-repair/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","old_path":"","path":".agents/skills/aoa-session-self-repair/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f5186ad55781ea7ee27e1944","old_path":"","path":".agents/skills/aoa-session-self-repair/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:d42282f463ab1777efa77e4f","old_path":"","path":".agents/skills/aoa-session-self-repair/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","old_path":"","path":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","old_path":"","path":".agents/skills/aoa-session-self-repair/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","old_path":"","path":".agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","old_path":"","path":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:35c6aa3ab8e8cbf0fef8d755","old_path":"","path":".agents/skills/aoa-source-of-truth-check"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","old_path":"","path":".agents/skills/aoa-source-of-truth-check/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","old_path":"","path":".agents/skills/aoa-source-of-truth-check/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:918af0868aff9c877f9bb19c","old_path":"","path":".agents/skills/aoa-source-of-truth-check/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:109dd8267de795f43ceb8882","old_path":"","path":".agents/skills/aoa-source-of-truth-check/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","old_path":"","path":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:9e07a0828b1d568620a331c7","old_path":"","path":".agents/skills/aoa-tdd-slice"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","old_path":"","path":".agents/skills/aoa-tdd-slice/SKILL.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","old_path":"","path":".agents/skills/aoa-tdd-slice/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:fab6119d4b4a293224861e01","old_path":"","path":".agents/skills/aoa-tdd-slice/assets/large-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:77502f9785278ea361977196","old_path":"","path":".agents/skills/aoa-tdd-slice/assets/small-logo.svg"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","old_path":"","path":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"a58198421d3a69bf599ed84b0c222dabf0cbba11"}],"id":"aoa:aoa-techniques:event:ff80747f6dc3771e1c8cba68","label":"Install portable AoA skill foundation","object_ids":[],"observation_state":"observed","occurred_at":"2026-05-07T11:21:11-06:00","provenance_ref":"observed","source_record_ids":[],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:aoa-techniques:anchor:049b437d9cb9f0424555278f","aoa:aoa-techniques:anchor:087adf8088e9c22d59676823","aoa:aoa-techniques:anchor:10ae6cd03af1175e168bc0f6","aoa:aoa-techniques:anchor:117590a6512c37f886b9596d","aoa:aoa-techniques:anchor:1aecae6fb2e66d86841e4ce3","aoa:aoa-techniques:anchor:1d896485a992c9aba72be467","aoa:aoa-techniques:anchor:1e70455e1ec38c8975f9395c","aoa:aoa-techniques:anchor:20a5eccfc031f4ee4e4cb2be","aoa:aoa-techniques:anchor:219843d89f34e6d8eee191c1","aoa:aoa-techniques:anchor:29421ac62c907187825bb3da","aoa:aoa-techniques:anchor:2bdd4d2b2612aab5c49eaf63","aoa:aoa-techniques:anchor:2c234357d93af3aa108a0e07","aoa:aoa-techniques:anchor:3195de7ba2422399682c6f68","aoa:aoa-techniques:anchor:397ee57afcd203d06ed446f4","aoa:aoa-techniques:anchor:42b38b306d0b2dada56a2f38","aoa:aoa-techniques:anchor:43cfb1aab829162898397ea6","aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f","aoa:aoa-techniques:anchor:4a265c97c7a9faca1d98e672","aoa:aoa-techniques:anchor:4eab77fd386af5ae2113dd0a","aoa:aoa-techniques:anchor:542cb286c856d41b6b3ee01d","aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3","aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64","aoa:aoa-techniques:anchor:6849c1c95ccc92fdd41c98b1","aoa:aoa-techniques:anchor:69990758f4e77ebf427a86eb","aoa:aoa-techniques:anchor:6c0487ab5c82a135bb9d646d","aoa:aoa-techniques:anchor:6ecda435fefca8bca0c2297b","aoa:aoa-techniques:anchor:742ffb384c201b4341ba179c","aoa:aoa-techniques:anchor:756d8e5f4ec4a41de767985e","aoa:aoa-techniques:anchor:7bcdd4c131d06ec3d46d86f9","aoa:aoa-techniques:anchor:85ece9cc4c6853eb444d52b2","aoa:aoa-techniques:anchor:86cd8c8cba03b51bec82f742","aoa:aoa-techniques:anchor:8b05edb2b8c320f8aecc2d6c","aoa:aoa-techniques:anchor:955475f1440c4addf33d4d0e","aoa:aoa-techniques:anchor:992e4c748b558b55fbbb9482","aoa:aoa-techniques:anchor:9e9dbfcb0f723d1b6f2ccc77","aoa:aoa-techniques:anchor:a087a6322bdea870d5ef27e4","aoa:aoa-techniques:anchor:a155e088afec56e980544ff7","aoa:aoa-techniques:anchor:a188dc3799555ece3826cb61","aoa:aoa-techniques:anchor:a2e7fc3b28042ca4a62070be","aoa:aoa-techniques:anchor:a591c2003c96c381d0865a31","aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","aoa:aoa-techniques:anchor:a66ad54861afdc3091142221","aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95","aoa:aoa-techniques:anchor:aa369dd1896057a6b58c3679","aoa:aoa-techniques:anchor:af2da9db935e672cafdddc04","aoa:aoa-techniques:anchor:bc263ab13bb1f335bdbf20aa","aoa:aoa-techniques:anchor:bd37edcadae821d3cc405bef","aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020","aoa:aoa-techniques:anchor:cc911416c8bcf0fd15c22f83","aoa:aoa-techniques:anchor:d03a1bef68bd7c36ae10aa08","aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","aoa:aoa-techniques:anchor:d48d9ac189be3eee7a0503af","aoa:aoa-techniques:anchor:d4fc0c403c650e871a2cbda3","aoa:aoa-techniques:anchor:d7f73ad093a923457abe4476","aoa:aoa-techniques:anchor:d8d3a4fd08271182777b74a7","aoa:aoa-techniques:anchor:ed30810d749089eb4df0ea53","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3","aoa:aoa-techniques:anchor:f603f2d584d5ab76a1877ff6","aoa:aoa-techniques:anchor:f9dd423e96335d688bf33d4e","aoa:aoa-techniques:anchor:fef8cb4d3585806764129a54"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a7e347ba9f7e739401fed1a7","old_path":"","path":"docs/EVIDENCE_NOTE_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","old_path":"","path":"docs/TECHNIQUE_CAPSULES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:504d3c903c8d5ccbcf5b3a18","old_path":"","path":"docs/TECHNIQUE_CHECKLISTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:abfebb9b8dca2ab5439da644","old_path":"","path":"docs/TECHNIQUE_EXAMPLES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:82deffe6a98147e76c2d63dd","old_path":"","path":"docs/TECHNIQUE_KINDS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6fe228fee215e25fb668688","old_path":"","path":"docs/TECHNIQUE_SECTIONS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5bc6e409bcfd7f1e6c75c67c","old_path":"","path":"docs/TECHNIQUE_SELECTION.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","old_path":"","path":"docs/TECHNIQUE_TREE_CONTRACT.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","old_path":"","path":"generated/technique_capsules.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","old_path":"","path":"generated/technique_capsules.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","old_path":"","path":"generated/technique_catalog.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","old_path":"","path":"generated/technique_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","old_path":"","path":"generated/technique_checklist_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","old_path":"","path":"generated/technique_checklist_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","old_path":"","path":"generated/technique_evidence_note_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","old_path":"","path":"generated/technique_evidence_note_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","old_path":"","path":"generated/technique_example_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","old_path":"","path":"generated/technique_example_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","old_path":"","path":"generated/technique_kind_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","old_path":"","path":"generated/technique_section_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","old_path":"","path":"generated/technique_section_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","old_path":"","path":"generated/technique_sections.full.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","old_path":"","path":"legacy/INDEX.md"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:cd8280d623d5e4e42e3c17fb","old_path":"","path":"legacy/receipts/2026-05-05-review-evidence-tree-pilot.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","old_path":"","path":"legacy/receipts/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8ea53f8905eb3fe19fdc83af","old_path":"","path":"mechanics/audit/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","old_path":"","path":"mechanics/audit/parts/promotion-readiness-matrix/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","old_path":"","path":"mechanics/distillation/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","old_path":"","path":"mechanics/distillation/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b4e84d31cd8d486d071969d4","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7c2ca2d07ae9813385dfbc1a","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/config/agon_candidate_handoff.seed.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8b9b6b7d4d614b345ae84a1f","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/examples/agon_candidate_handoff_entry.example.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7456cccdf9125526fac126b2","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/gates/bundle-reviews/request-evidence-bundle-readiness-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5291f1cdb3efaddd81d020a9","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/gates/challenge-claim-practice.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3ed1bb127f65309292d92079","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/gates/offer-evidence-reference-practice.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:171083c92df90597b8c6d473","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/gates/request-evidence-practice.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/generated/agon_candidate_handoff.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","old_path":"","path":"mechanics/distillation/parts/agon-candidate-handoff/tests/test_agon_candidate_handoff.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:31bd9ed4776744c6bee438e4","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/landed-approval-evidence-pilot-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:24f952fceed043566fc03f8b","old_path":"","path":"mechanics/distillation/parts/technique-reform-ingress/reviews/review-evidence-direct-read-migration-review.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8150cef8632840038231233a","old_path":"","path":"reports/technique_family_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:4fc908fe02f2986830ac1adb","old_path":"","path":"reports/technique_family_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","old_path":"","path":"reports/technique_topology_scout.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ca785fdeae3ee2044bca3d2d","old_path":"","path":"reports/technique_topology_scout.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:0978b56480c7657711436219","old_path":"","path":"reports/technique_tree_projection.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:517d2b1d5273d7915e2b334d","old_path":"","path":"reports/technique_tree_projection.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","old_path":"","path":"scripts/validate_nested_agents.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e7923cf520e9cfaf3b8cb91c","old_path":"","path":"techniques/docs/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6186ecc56985ab947094c7ee","old_path":"","path":"techniques/proof/AGENTS.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:31d58a5e3be09a42a623f99e","old_path":"techniques/agent-workflows/single-locus-claim-challenge/TECHNIQUE.md","path":"techniques/proof/review-evidence/single-locus-claim-challenge/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:904690bea8946cbdb23381e3","old_path":"techniques/agent-workflows/single-locus-claim-challenge/checks/single-locus-claim-challenge-checklist.md","path":"techniques/proof/review-evidence/single-locus-claim-challenge/checks/single-locus-claim-challenge-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:f645442e4bc4df6ac0539b96","old_path":"techniques/agent-workflows/single-locus-claim-challenge/examples/minimal-single-locus-claim-challenge.md","path":"techniques/proof/review-evidence/single-locus-claim-challenge/examples/minimal-single-locus-claim-challenge.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:9ab20556e3dc7b6f287e7158","old_path":"techniques/agent-workflows/single-locus-claim-challenge/notes/canonical-readiness.md","path":"techniques/proof/review-evidence/single-locus-claim-challenge/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:556adf10fbdb559b3b76ac5f","old_path":"techniques/agent-workflows/single-locus-claim-challenge/notes/origin-evidence.md","path":"techniques/proof/review-evidence/single-locus-claim-challenge/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c","old_path":"techniques/agent-workflows/single-missing-evidence-request/TECHNIQUE.md","path":"techniques/proof/review-evidence/single-missing-evidence-request/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:4d22e0c860bd9abe7dd57760","old_path":"techniques/agent-workflows/single-missing-evidence-request/checks/single-missing-evidence-request-checklist.md","path":"techniques/proof/review-evidence/single-missing-evidence-request/checks/single-missing-evidence-request-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:2a3d50858d47e6b718f53cc4","old_path":"techniques/agent-workflows/single-missing-evidence-request/examples/minimal-single-missing-evidence-request.md","path":"techniques/proof/review-evidence/single-missing-evidence-request/examples/minimal-single-missing-evidence-request.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:414a09b9e6ec0fec2c11ec9d","old_path":"techniques/agent-workflows/single-missing-evidence-request/notes/canonical-readiness.md","path":"techniques/proof/review-evidence/single-missing-evidence-request/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:e2ff3a872424dab89c159010","old_path":"techniques/agent-workflows/single-missing-evidence-request/notes/origin-evidence.md","path":"techniques/proof/review-evidence/single-missing-evidence-request/notes/origin-evidence.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:038fe3ff8700fe443a6c6452","old_path":"techniques/docs/single-scoped-evidence-reference/TECHNIQUE.md","path":"techniques/proof/review-evidence/single-scoped-evidence-reference/TECHNIQUE.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:94cf308154b3a9f19d80e58d","old_path":"techniques/docs/single-scoped-evidence-reference/checks/single-scoped-evidence-reference-checklist.md","path":"techniques/proof/review-evidence/single-scoped-evidence-reference/checks/single-scoped-evidence-reference-checklist.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:cd99f5804a59445147ce48b0","old_path":"techniques/docs/single-scoped-evidence-reference/examples/minimal-single-scoped-evidence-reference.md","path":"techniques/proof/review-evidence/single-scoped-evidence-reference/examples/minimal-single-scoped-evidence-reference.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:1fc0f910d9f01a8bc586a3d4","old_path":"techniques/docs/single-scoped-evidence-reference/notes/canonical-readiness.md","path":"techniques/proof/review-evidence/single-scoped-evidence-reference/notes/canonical-readiness.md"},{"change_kind":"rename","object_id":"aoa:aoa-techniques:artifact:00a2848773b5fb5770c32213","old_path":"techniques/docs/single-scoped-evidence-reference/notes/origin-evidence.md","path":"techniques/proof/review-evidence/single-scoped-evidence-reference/notes/origin-evidence.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:36dea36870d073dbc0007be5","old_path":"","path":"tests/test_distillation_mechanics_topology.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:cd11834206853d96580b3ce6","old_path":"","path":"tests/test_docs_boundary_tree_pilot.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:50ff6e7647104f2158343fac","old_path":"","path":"tests/test_kag_source_lift_tree_pilot.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","old_path":"","path":"tests/test_root_legacy_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"819127ec75a7c4abf41322d1617a12ca7b8878b1"}],"id":"aoa:aoa-techniques:event:ffd14ade0e52eb107dd0bc3d","label":"Migrate review evidence techniques (#313)","object_ids":["aoa:aoa-techniques:artifact:00a2848773b5fb5770c32213","aoa:aoa-techniques:artifact:038fe3ff8700fe443a6c6452","aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:171083c92df90597b8c6d473","aoa:aoa-techniques:artifact:1fc0f910d9f01a8bc586a3d4","aoa:aoa-techniques:artifact:24f952fceed043566fc03f8b","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:2a3d50858d47e6b718f53cc4","aoa:aoa-techniques:artifact:31bd9ed4776744c6bee438e4","aoa:aoa-techniques:artifact:31d58a5e3be09a42a623f99e","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:3ed1bb127f65309292d92079","aoa:aoa-techniques:artifact:414a09b9e6ec0fec2c11ec9d","aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:4d22e0c860bd9abe7dd57760","aoa:aoa-techniques:artifact:50ff6e7647104f2158343fac","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:5291f1cdb3efaddd81d020a9","aoa:aoa-techniques:artifact:556adf10fbdb559b3b76ac5f","aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","aoa:aoa-techniques:artifact:6186ecc56985ab947094c7ee","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa","aoa:aoa-techniques:artifact:7456cccdf9125526fac126b2","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7c2ca2d07ae9813385dfbc1a","aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:8b9b6b7d4d614b345ae84a1f","aoa:aoa-techniques:artifact:8ea53f8905eb3fe19fdc83af","aoa:aoa-techniques:artifact:904690bea8946cbdb23381e3","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:94cf308154b3a9f19d80e58d","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:9ab20556e3dc7b6f287e7158","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:b4e84d31cd8d486d071969d4","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:cd11834206853d96580b3ce6","aoa:aoa-techniques:artifact:cd8280d623d5e4e42e3c17fb","aoa:aoa-techniques:artifact:cd99f5804a59445147ce48b0","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:e2ff3a872424dab89c159010","aoa:aoa-techniques:artifact:e7923cf520e9cfaf3b8cb91c","aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","aoa:aoa-techniques:artifact:f645442e4bc4df6ac0539b96","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"observation_state":"observed","occurred_at":"2026-05-06T05:06:23+03:00","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:00a2848773b5fb5770c32213","aoa:aoa-techniques:artifact:038fe3ff8700fe443a6c6452","aoa:aoa-techniques:artifact:05ecaf9308cc1250d1052b8c","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:0978b56480c7657711436219","aoa:aoa-techniques:artifact:171083c92df90597b8c6d473","aoa:aoa-techniques:artifact:1fc0f910d9f01a8bc586a3d4","aoa:aoa-techniques:artifact:24f952fceed043566fc03f8b","aoa:aoa-techniques:artifact:25ec99b48eaf10eda7e1cf3c","aoa:aoa-techniques:artifact:2a3d50858d47e6b718f53cc4","aoa:aoa-techniques:artifact:31bd9ed4776744c6bee438e4","aoa:aoa-techniques:artifact:31d58a5e3be09a42a623f99e","aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","aoa:aoa-techniques:artifact:3228705e4b99b2befda7d6e4","aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","aoa:aoa-techniques:artifact:3ed1bb127f65309292d92079","aoa:aoa-techniques:artifact:414a09b9e6ec0fec2c11ec9d","aoa:aoa-techniques:artifact:47ec2120ab466efaae32de89","aoa:aoa-techniques:artifact:482a691bd1d9d6813e9b83c3","aoa:aoa-techniques:artifact:4a7971b6969f883379199d9b","aoa:aoa-techniques:artifact:4d22e0c860bd9abe7dd57760","aoa:aoa-techniques:artifact:50ff6e7647104f2158343fac","aoa:aoa-techniques:artifact:51e205f68df56fa5625e0d0b","aoa:aoa-techniques:artifact:5291f1cdb3efaddd81d020a9","aoa:aoa-techniques:artifact:556adf10fbdb559b3b76ac5f","aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","aoa:aoa-techniques:artifact:6186ecc56985ab947094c7ee","aoa:aoa-techniques:artifact:669574982b491ecfa69ad3f6","aoa:aoa-techniques:artifact:683343bdf93f55ed3cada861","aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa","aoa:aoa-techniques:artifact:7456cccdf9125526fac126b2","aoa:aoa-techniques:artifact:79eeacf6b8500c3529e09a8e","aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","aoa:aoa-techniques:artifact:7c2ca2d07ae9813385dfbc1a","aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c","aoa:aoa-techniques:artifact:8150cef8632840038231233a","aoa:aoa-techniques:artifact:8b9b6b7d4d614b345ae84a1f","aoa:aoa-techniques:artifact:8ea53f8905eb3fe19fdc83af","aoa:aoa-techniques:artifact:904690bea8946cbdb23381e3","aoa:aoa-techniques:artifact:939587694ad1459c4120bb30","aoa:aoa-techniques:artifact:94cf308154b3a9f19d80e58d","aoa:aoa-techniques:artifact:98e2b2359f5d77618787b2e6","aoa:aoa-techniques:artifact:9ab20556e3dc7b6f287e7158","aoa:aoa-techniques:artifact:a04c48c0567216a966b69e3f","aoa:aoa-techniques:artifact:a89cc4cf0027284e4e48535d","aoa:aoa-techniques:artifact:b4e84d31cd8d486d071969d4","aoa:aoa-techniques:artifact:b8c6332797d4e84c43bb3167","aoa:aoa-techniques:artifact:cd0f784593172b186005e0c4","aoa:aoa-techniques:artifact:cd11834206853d96580b3ce6","aoa:aoa-techniques:artifact:cd8280d623d5e4e42e3c17fb","aoa:aoa-techniques:artifact:cd99f5804a59445147ce48b0","aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","aoa:aoa-techniques:artifact:e2f11de3b127965c05321619","aoa:aoa-techniques:artifact:e2ff3a872424dab89c159010","aoa:aoa-techniques:artifact:e7923cf520e9cfaf3b8cb91c","aoa:aoa-techniques:artifact:e8921ab3091f80a96da2b570","aoa:aoa-techniques:artifact:f645442e4bc4df6ac0539b96","aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072"],"temporal_ref":"historical","trust_ref":"observed"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:257a5135f4b678bee6b8f4fc"],"changes":[],"event_kind":"release_declaration","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:257a5135f4b678bee6b8f4fc"}],"id":"aoa:aoa-techniques:event:12893fe22df9df4c487cc64f","label":"[0.2.0] - 2026-03-23","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"temporal_ref":"current","trust_ref":"declared"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:d6781bf8cccea27ada9077b2"],"changes":[],"event_kind":"release_declaration","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:d6781bf8cccea27ada9077b2"}],"id":"aoa:aoa-techniques:event:2b1cb479845d104f327d7ac7","label":"[0.1.0] - 2026-03-17","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"temporal_ref":"current","trust_ref":"declared"}, @@ -629,7 +625,7 @@ {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:7431ce729615553f6cc4bda8"],"changes":[],"event_kind":"release_declaration","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:7431ce729615553f6cc4bda8"}],"id":"aoa:aoa-techniques:event:9d9b639dc9ccd4a098d02a08","label":"[0.4.2] - 2026-04-23","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"temporal_ref":"current","trust_ref":"declared"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:2ebc6741f31cf641bc3a90c6"],"changes":[],"event_kind":"release_declaration","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:2ebc6741f31cf641bc3a90c6"}],"id":"aoa:aoa-techniques:event:ba0b94aaaf08b1022052b3e4","label":"[0.4.0] - 2026-04-10","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"temporal_ref":"current","trust_ref":"declared"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:7e2d3b35a864b791fb421223"],"changes":[],"event_kind":"release_lane","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:7e2d3b35a864b791fb421223"}],"id":"aoa:aoa-techniques:event:174572687740b6d7767dbfa4","label":"[Unreleased]","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa"],"temporal_ref":"current","trust_ref":"declared"}, - {"actor":{"email":"","name":"repository-snapshot"},"anchor_ids":["aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","aoa:aoa-techniques:anchor:252e1f9e875634c2740af2bd","aoa:aoa-techniques:anchor:4920a368e209bd2071d61163","aoa:aoa-techniques:anchor:7aaf5296b3966381481500c1","aoa:aoa-techniques:anchor:bcd9180670351ea5814b34ea","aoa:aoa-techniques:anchor:d9a9b2878690d70f1b1dc1eb","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","old_path":"","path":"docs/readers/repo/REPO_DOC_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","old_path":"","path":"generated/repo_doc_surface_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","old_path":"","path":"generated/repo_doc_surface_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:33a13c6a675a1b4196d4b4a8","old_path":"","path":"tests/test_validate_repo_generated_drift.py"}],"event_kind":"repository_snapshot_change_set","event_role":"observation","evidence_refs":[{"kind":"repository_snapshot","ref":"source-tree-snapshot"}],"id":"aoa:aoa-techniques:event:fd90634c984213ce3a1ccd53","label":"Repository source snapshot change set","object_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:33a13c6a675a1b4196d4b4a8","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","aoa:aoa-techniques:artifact:b335630551682c19a781afeb","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6"],"observation_state":"observed","occurred_at":"","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:33a13c6a675a1b4196d4b4a8","aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","aoa:aoa-techniques:artifact:b335630551682c19a781afeb","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6"],"temporal_ref":"current","trust_ref":"observed"}, + {"actor":{"email":"","name":"repository-snapshot"},"anchor_ids":["aoa:aoa-techniques:anchor:02f9836c877d040038d8e30b","aoa:aoa-techniques:anchor:06612901f354b1bfcfa85995","aoa:aoa-techniques:anchor:0a28f3466403c47b0319eb8a","aoa:aoa-techniques:anchor:2fe8b9669fffe2732f1fc985","aoa:aoa-techniques:anchor:482cc1edd5cb89f27fc506bc","aoa:aoa-techniques:anchor:4920a368e209bd2071d61163","aoa:aoa-techniques:anchor:4ee1d2c2763ee13e01827f9f","aoa:aoa-techniques:anchor:514c19cd0e657d6ce9c431fa","aoa:aoa-techniques:anchor:544093c82ec1750d71cb3650","aoa:aoa-techniques:anchor:768de01ee4eed1d819075a9a","aoa:aoa-techniques:anchor:7aaf5296b3966381481500c1","aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","aoa:aoa-techniques:anchor:bee9642b3b3068cae0573c74","aoa:aoa-techniques:anchor:c073f923084e3be188dc6970","aoa:aoa-techniques:anchor:c1079448157ef4f00c4f23ef","aoa:aoa-techniques:anchor:c5293c51f822a2ea1be12ee2","aoa:aoa-techniques:anchor:d9a9b2878690d70f1b1dc1eb","aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","aoa:aoa-techniques:anchor:ef80566e1761644e154032e8","aoa:aoa-techniques:anchor:ff722a49ae8d3745219e2716"],"changes":[{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","old_path":"","path":".agents/AGENTS.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","old_path":"","path":".agents/skills/AGENTS.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","old_path":"","path":".agents/skills/aoa-adr-write/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","old_path":"","path":".agents/skills/aoa-adr-write/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:adb976718e0b9871db71f409","old_path":"","path":".agents/skills/aoa-adr-write/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:e5afe83667c7779006a3b340","old_path":"","path":".agents/skills/aoa-adr-write/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","old_path":"","path":".agents/skills/aoa-adr-write/examples/example.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","old_path":"","path":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","old_path":"","path":".agents/skills/aoa-adr-write/references/decision-note.template.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","old_path":"","path":".agents/skills/aoa-approval-gate-check/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","old_path":"","path":".agents/skills/aoa-approval-gate-check/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:18b74e5a5ff59df8a04c275f","old_path":"","path":".agents/skills/aoa-approval-gate-check/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:1a6ce3b916ace93f658c1d4c","old_path":"","path":".agents/skills/aoa-approval-gate-check/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","old_path":"","path":".agents/skills/aoa-approval-gate-check/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","old_path":"","path":".agents/skills/aoa-approval-gate-check/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:8332989297232b11ad1350ff","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:09cb49ad526692a9aa564893","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","old_path":"","path":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","old_path":"","path":".agents/skills/aoa-bounded-context-map/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","old_path":"","path":".agents/skills/aoa-bounded-context-map/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:e43c0a58f055dbff935dda86","old_path":"","path":".agents/skills/aoa-bounded-context-map/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:f9278c27fa3a43f533c83fbd","old_path":"","path":".agents/skills/aoa-bounded-context-map/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","old_path":"","path":".agents/skills/aoa-bounded-context-map/examples/example.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","old_path":"","path":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","old_path":"","path":".agents/skills/aoa-bounded-context-map/references/context-map.template.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","old_path":"","path":".agents/skills/aoa-change-protocol/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","old_path":"","path":".agents/skills/aoa-change-protocol/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:13ea3af4d96e46f27186ab12","old_path":"","path":".agents/skills/aoa-change-protocol/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:094ebac0e7e2f3ce57cf25e2","old_path":"","path":".agents/skills/aoa-change-protocol/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","old_path":"","path":".agents/skills/aoa-change-protocol/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","old_path":"","path":".agents/skills/aoa-change-protocol/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:6ef01b8e7e152498e89ee3a5","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:554104d8a235d4a1025a0606","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","old_path":"","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","old_path":"","path":".agents/skills/aoa-commit-growth-seam/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","old_path":"","path":".agents/skills/aoa-commit-growth-seam/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:c50c0d77d1853be5cf94cf88","old_path":"","path":".agents/skills/aoa-commit-growth-seam/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:41d7907a0164582cfc9b6e36","old_path":"","path":".agents/skills/aoa-commit-growth-seam/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","old_path":"","path":".agents/skills/aoa-commit-growth-seam/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","old_path":"","path":".agents/skills/aoa-commit-growth-seam/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","old_path":"","path":".agents/skills/aoa-contract-test/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","old_path":"","path":".agents/skills/aoa-contract-test/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:7bee74fe0254b259c85979a4","old_path":"","path":".agents/skills/aoa-contract-test/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:4452d53f16e627f25a4ad68b","old_path":"","path":".agents/skills/aoa-contract-test/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","old_path":"","path":".agents/skills/aoa-contract-test/examples/example.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","old_path":"","path":".agents/skills/aoa-contract-test/references/contract-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","old_path":"","path":".agents/skills/aoa-core-logic-boundary/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","old_path":"","path":".agents/skills/aoa-core-logic-boundary/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:9d3d12a86424bc775e82d788","old_path":"","path":".agents/skills/aoa-core-logic-boundary/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:e1fda7ed619c326866eed6e2","old_path":"","path":".agents/skills/aoa-core-logic-boundary/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","old_path":"","path":".agents/skills/aoa-core-logic-boundary/examples/example.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","old_path":"","path":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","old_path":"","path":".agents/skills/aoa-dry-run-first/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","old_path":"","path":".agents/skills/aoa-dry-run-first/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","old_path":"","path":".agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","old_path":"","path":".agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:c7deead25794dc3e0b9188a7","old_path":"","path":".agents/skills/aoa-dry-run-first/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:b6c2f9b6844178e9809cfa1f","old_path":"","path":".agents/skills/aoa-dry-run-first/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","old_path":"","path":".agents/skills/aoa-dry-run-first/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","old_path":"","path":".agents/skills/aoa-dry-run-first/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","old_path":"","path":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","old_path":"","path":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","old_path":"","path":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","old_path":"","path":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:7b5fbfab2f6c7d53a5345161","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:3557634eec6bdb53d6d4db40","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/examples/example.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","old_path":"","path":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","old_path":"","path":".agents/skills/aoa-local-stack-bringup/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","old_path":"","path":".agents/skills/aoa-local-stack-bringup/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:db384e6839b485bc81880159","old_path":"","path":".agents/skills/aoa-local-stack-bringup/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","old_path":"","path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","old_path":"","path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:c1cec244488955706be397f1","old_path":"","path":".agents/skills/aoa-local-stack-bringup/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","old_path":"","path":".agents/skills/aoa-local-stack-bringup/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","old_path":"","path":".agents/skills/aoa-local-stack-bringup/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","old_path":"","path":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","old_path":"","path":".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","old_path":"","path":".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","old_path":"","path":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:c3144eb71b18e2674bc43f87","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:1a6da3c4c87b99e8491ed6b0","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/examples/example.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","old_path":"","path":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","old_path":"","path":".agents/skills/aoa-property-invariants/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","old_path":"","path":".agents/skills/aoa-property-invariants/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:a1b7548f51793f4b5377dc9f","old_path":"","path":".agents/skills/aoa-property-invariants/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:ff090c61f64bdf2c37db2b3f","old_path":"","path":".agents/skills/aoa-property-invariants/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","old_path":"","path":".agents/skills/aoa-property-invariants/examples/example.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","old_path":"","path":".agents/skills/aoa-property-invariants/references/invariant-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","old_path":"","path":".agents/skills/aoa-quest-harvest/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","old_path":"","path":".agents/skills/aoa-quest-harvest/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:8e9ba9b293f5b013b7268017","old_path":"","path":".agents/skills/aoa-quest-harvest/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:e4085ed8d332415607938122","old_path":"","path":".agents/skills/aoa-quest-harvest/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","old_path":"","path":".agents/skills/aoa-quest-harvest/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","old_path":"","path":".agents/skills/aoa-quest-harvest/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","old_path":"","path":".agents/skills/aoa-quest-harvest/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","old_path":"","path":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","old_path":"","path":".agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","old_path":"","path":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","old_path":"","path":".agents/skills/aoa-safe-infra-change/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","old_path":"","path":".agents/skills/aoa-safe-infra-change/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","old_path":"","path":".agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","old_path":"","path":".agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:47c8c5f010f80c35b04f4c5e","old_path":"","path":".agents/skills/aoa-safe-infra-change/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:ad8aaa5efb9dc07ae800892d","old_path":"","path":".agents/skills/aoa-safe-infra-change/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","old_path":"","path":".agents/skills/aoa-safe-infra-change/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","old_path":"","path":".agents/skills/aoa-safe-infra-change/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","old_path":"","path":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","old_path":"","path":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","old_path":"","path":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","old_path":"","path":".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","old_path":"","path":".agents/skills/aoa-sanitized-share/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","old_path":"","path":".agents/skills/aoa-sanitized-share/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:fda6fc81262926199607f2a3","old_path":"","path":".agents/skills/aoa-sanitized-share/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:63c1b89d3d7da11b5eba53ec","old_path":"","path":".agents/skills/aoa-sanitized-share/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","old_path":"","path":".agents/skills/aoa-sanitized-share/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","old_path":"","path":".agents/skills/aoa-sanitized-share/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","old_path":"","path":".agents/skills/aoa-session-donor-harvest/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","old_path":"","path":".agents/skills/aoa-session-donor-harvest/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:4a820cc25ce9e2c1a71bfe6c","old_path":"","path":".agents/skills/aoa-session-donor-harvest/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:9a7c33c9af35639fe95d3bce","old_path":"","path":".agents/skills/aoa-session-donor-harvest/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","old_path":"","path":".agents/skills/aoa-session-donor-harvest/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","old_path":"","path":".agents/skills/aoa-session-donor-harvest/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/candidate-lineage-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/family-shape.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","old_path":"","path":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","old_path":"","path":".agents/skills/aoa-session-progression-lift/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","old_path":"","path":".agents/skills/aoa-session-progression-lift/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:719c8b6b987bfb2e7352b61e","old_path":"","path":".agents/skills/aoa-session-progression-lift/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:79ca22bb6583fa52b960f1a6","old_path":"","path":".agents/skills/aoa-session-progression-lift/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","old_path":"","path":".agents/skills/aoa-session-progression-lift/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","old_path":"","path":".agents/skills/aoa-session-progression-lift/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/progression-axes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","old_path":"","path":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","old_path":"","path":".agents/skills/aoa-session-route-forks/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","old_path":"","path":".agents/skills/aoa-session-route-forks/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:673475f0067e9658ac1c13dd","old_path":"","path":".agents/skills/aoa-session-route-forks/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:2a1c9fd8cf4ca8d810044304","old_path":"","path":".agents/skills/aoa-session-route-forks/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","old_path":"","path":".agents/skills/aoa-session-route-forks/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","old_path":"","path":".agents/skills/aoa-session-route-forks/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","old_path":"","path":".agents/skills/aoa-session-route-forks/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","old_path":"","path":".agents/skills/aoa-session-route-forks/references/decision-fork-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","old_path":"","path":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","old_path":"","path":".agents/skills/aoa-session-self-diagnose/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","old_path":"","path":".agents/skills/aoa-session-self-diagnose/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:3d0a60fd65ad9c43db97ec5d","old_path":"","path":".agents/skills/aoa-session-self-diagnose/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:b1b2f4095d2d81c7a3fc98c2","old_path":"","path":".agents/skills/aoa-session-self-diagnose/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","old_path":"","path":".agents/skills/aoa-session-self-diagnose/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","old_path":"","path":".agents/skills/aoa-session-self-diagnose/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","old_path":"","path":".agents/skills/aoa-session-self-diagnose/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","old_path":"","path":".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","old_path":"","path":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","old_path":"","path":".agents/skills/aoa-session-self-repair/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","old_path":"","path":".agents/skills/aoa-session-self-repair/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:f5186ad55781ea7ee27e1944","old_path":"","path":".agents/skills/aoa-session-self-repair/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:d42282f463ab1777efa77e4f","old_path":"","path":".agents/skills/aoa-session-self-repair/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","old_path":"","path":".agents/skills/aoa-session-self-repair/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","old_path":"","path":".agents/skills/aoa-session-self-repair/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","old_path":"","path":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","old_path":"","path":".agents/skills/aoa-session-self-repair/references/core-skill-application-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","old_path":"","path":".agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","old_path":"","path":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","old_path":"","path":".agents/skills/aoa-source-of-truth-check/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","old_path":"","path":".agents/skills/aoa-source-of-truth-check/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:918af0868aff9c877f9bb19c","old_path":"","path":".agents/skills/aoa-source-of-truth-check/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:109dd8267de795f43ceb8882","old_path":"","path":".agents/skills/aoa-source-of-truth-check/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","old_path":"","path":".agents/skills/aoa-source-of-truth-check/examples/example.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","old_path":"","path":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","old_path":"","path":".agents/skills/aoa-summon/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","old_path":"","path":".agents/skills/aoa-summon/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:d64d91264d3d501dbf03239b","old_path":"","path":".agents/skills/aoa-summon/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:9cd97915cf1fb0e20fed2a32","old_path":"","path":".agents/skills/aoa-summon/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","old_path":"","path":".agents/skills/aoa-summon/checks/review.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","old_path":"","path":".agents/skills/aoa-summon/examples/runtime.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932","old_path":"","path":".agents/skills/aoa-summon/references/no-raw-traces-rule.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994","old_path":"","path":".agents/skills/aoa-summon/references/passport-lane-matrix.v3.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","old_path":"","path":".agents/skills/aoa-summon/references/summon-request-v3.schema.json"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","old_path":"","path":".agents/skills/aoa-summon/references/summon-result-v3.schema.json"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","old_path":"","path":".agents/skills/aoa-tdd-slice/SKILL.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","old_path":"","path":".agents/skills/aoa-tdd-slice/agents/openai.yaml"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:fab6119d4b4a293224861e01","old_path":"","path":".agents/skills/aoa-tdd-slice/assets/large-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:77502f9785278ea361977196","old_path":"","path":".agents/skills/aoa-tdd-slice/assets/small-logo.svg"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","old_path":"","path":".agents/skills/aoa-tdd-slice/examples/example.md"},{"change_kind":"delete","object_id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","old_path":"","path":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","old_path":"","path":"AGENTS.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","old_path":"","path":"config/agents_mesh.json"},{"change_kind":"add","object_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","old_path":"","path":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","old_path":"","path":"docs/decisions/indexes/by-date.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","old_path":"","path":"docs/decisions/indexes/by-guard.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","old_path":"","path":"docs/decisions/indexes/by-mechanic.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","old_path":"","path":"docs/decisions/indexes/by-number.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","old_path":"","path":"docs/decisions/indexes/by-surface.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","old_path":"","path":"docs/decisions/indexes/by-technique-axis.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","old_path":"","path":"docs/readers/repo/REPO_DOC_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","old_path":"","path":"docs/validation/SCRIPT_TOPOLOGY.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","old_path":"","path":"docs/validation/VALIDATOR_TOPOLOGY.md"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","old_path":"","path":"docs/validation/script_inventory.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","old_path":"","path":"generated/agents_mesh.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","old_path":"","path":"generated/repo_doc_surface_manifest.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","old_path":"","path":"generated/repo_doc_surface_manifest.min.json"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","old_path":"","path":"scripts/validate_semantic_agents.py"},{"change_kind":"modify","object_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","old_path":"","path":"tests/test_script_topology.py"}],"event_kind":"repository_snapshot_change_set","event_role":"observation","evidence_refs":[{"kind":"repository_snapshot","ref":"source-tree-snapshot"}],"id":"aoa:aoa-techniques:event:2d3711c1f4e8211facce024d","label":"Repository source snapshot change set","object_ids":["aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","aoa:aoa-techniques:artifact:acd156903f044a996b858398","aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","aoa:aoa-techniques:artifact:ebd094489b277783f911ea74"],"observation_state":"observed","occurred_at":"","provenance_ref":"observed","source_record_ids":["aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","aoa:aoa-techniques:artifact:acd156903f044a996b858398","aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","aoa:aoa-techniques:artifact:ebd094489b277783f911ea74"],"temporal_ref":"current","trust_ref":"observed"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:c9a8eaecac36231a7a08d73b"],"changes":[],"event_kind":"test_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:c9a8eaecac36231a7a08d73b"}],"id":"aoa:aoa-techniques:event:00f041d95aa250fae70cdeb0","label":"mechanics/growth-cycle/tests/test_growth_cycle_mechanics_topology.py","object_ids":["aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91"],"temporal_ref":"current","trust_ref":"declared"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:c5293c51f822a2ea1be12ee2"],"changes":[],"event_kind":"test_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:c5293c51f822a2ea1be12ee2"}],"id":"aoa:aoa-techniques:event:029ebdc2e92d71cd6ed9a89f","label":"tests/test_script_topology.py","object_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938"],"temporal_ref":"current","trust_ref":"declared"}, {"actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:aoa-techniques:anchor:7b17d40a9798969387d38658"],"changes":[],"event_kind":"test_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:aoa-techniques:anchor:7b17d40a9798969387d38658"}],"id":"aoa:aoa-techniques:event:069021ecaa04d203eae882ed","label":"mechanics/experience/tests/test_experience_governance_contracts.py","object_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b"],"temporal_ref":"current","trust_ref":"declared"}, @@ -764,7 +760,7 @@ ], "index_identity": { "artifact_kind": "repository_event_index", - "content_digest": "1237432b83a5dbd807dbac30da026b0d5c1339f986f0981e9ad8c81492392404", + "content_digest": "d12ecf6638d1b69b734480fd6273b40a9cfa859d35b9b972b12e4c719566f926", "index_kind": "event", "local_id": "index:repo-local:events", "schema_ref": "aoa-kag:schemas/repo-local-kag-repository-index.schema.json" @@ -851,17 +847,17 @@ }, "schema_version": "aoa-repo-local-kag-repository-index-v2", "source_index": { - "content_digest": "f0fcdd29bf036cf6c8b787ff8d33c99b68b47538543182dc6f1d14bdb3d2cb59", + "content_digest": "6263f0d91f1e1f1156e6b5d6ba0a7b10740c2efe86fd10b1ab9852d6843430ef", "local_id": "index:repo-local:source-surfaces", "path": "kag/indexes/source_surface_index.json" }, "summary": { - "entry_count": 761, + "entry_count": 757, "kind_counts": { - "command_run": 8, - "decision_record": 75, + "command_run": 2, + "decision_record": 76, "generation_run": 25, - "git_commit": 512, + "git_commit": 513, "release_declaration": 8, "release_lane": 1, "repository_snapshot_change_set": 1, diff --git a/kag/indexes/repo_relation_index.json b/kag/indexes/repo_relation_index.json index b54cae5f..c87cfe33 100644 --- a/kag/indexes/repo_relation_index.json +++ b/kag/indexes/repo_relation_index.json @@ -79,6 +79,8 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8c7bc6280a286e8d707deb20"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1a559f4ce2e51a69649ae215","id":"aoa:aoa-techniques:relation:95da6ee48683c52fdb63c6d8","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:865ad4ddb73bb07b257d17f1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8c7bc6280a286e8d707deb20"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1a559f4ce2e51a69649ae215","id":"aoa:aoa-techniques:relation:2dc32276e0aea94ed2769a8d","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:966c4a2215595ba4e6d29baf","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:695ac9b892586b0e8de631e8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1af61f1b6400d9f9679960da","id":"aoa:aoa-techniques:relation:c224932a297f67e687696903","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:27d65c19d7595558d45895e4","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3ccf227ede8a00bf19193d30"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1b54f583a571cf9290d5be56","id":"aoa:aoa-techniques:relation:23f32195f25c17637ad01285","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b5552c17b322fe2bd8fb4eb8","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3ccf227ede8a00bf19193d30"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1b54f583a571cf9290d5be56","id":"aoa:aoa-techniques:relation:b5f93e30ddc021dc0b927724","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f771f22027ce47c63544e4f5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:962eb07681905a90cb9305e2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1c07fca105da6f9bdebc2412","id":"aoa:aoa-techniques:relation:aa1052cb53b061498631e0e7","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2695b0d8f28d458986a03dab","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a2773de4eec6355818e480d1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1c4d3aa758d8091a47c890dc","id":"aoa:aoa-techniques:relation:cc2024de2a43ec92929de3c2","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:563d8452f4214b58efff7d03","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a2773de4eec6355818e480d1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1c4d3aa758d8091a47c890dc","id":"aoa:aoa-techniques:relation:c976678309bccb811580b6fe","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cd9a3f06d91b28b3d66b599f","trust_ref":"deterministic"}, @@ -222,7 +224,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9744a21154e5afb6d9f90070"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3a65f5d88530d05ae9678061","id":"aoa:aoa-techniques:relation:64b0f1dfed07f8de1109c743","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c01d35e13359a795e4492411","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9744a21154e5afb6d9f90070"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3a65f5d88530d05ae9678061","id":"aoa:aoa-techniques:relation:ccab22f17a32d6361e278e8c","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ce4125849c27ea6f5d28fd19","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9744a21154e5afb6d9f90070"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3a65f5d88530d05ae9678061","id":"aoa:aoa-techniques:relation:63035e5125358f1ba5589c0b","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ed8516164ed5d3626efe6fad","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0fa56ca83e42d7dca88f9442"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3acf0ca10d4574488ec73e53","id":"aoa:aoa-techniques:relation:55ee08d12ef21f8ca4bf79ce","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3acf0ca10d4574488ec73e53","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bf082fc984a3f6b5135e5f2c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3bd7e41ec84b8c87d8f56ea9","id":"aoa:aoa-techniques:relation:5cbfe0f291b3f624d94469c0","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:84e0a7554a68bb2d30131281","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:88fcda1f24c985a5ef3b3e62"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3c74f00cd1c5f11de5a5cbfc","id":"aoa:aoa-techniques:relation:3b2ae955dec07e173b7d3c2d","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5176aa4331e0a54bf8b12b4d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:88fcda1f24c985a5ef3b3e62"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3c74f00cd1c5f11de5a5cbfc","id":"aoa:aoa-techniques:relation:a1399b9a9ec9ca5a4c7f0e15","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5edc1468fdeab06d69f4f397","trust_ref":"deterministic"}, @@ -382,9 +383,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6031d6d9c24ea0841d96c38"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:62b3b958e30692fccae9a4b7","id":"aoa:aoa-techniques:relation:f0413878fc6dde364f45cff6","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1c6e33b819120362c7903a28","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:038496da87dd6b6246a7c07a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:62c798585a13c07126e50c1d","id":"aoa:aoa-techniques:relation:2e51cfe7f69b9e15eac203b8","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:563d8452f4214b58efff7d03","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:038496da87dd6b6246a7c07a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:62c798585a13c07126e50c1d","id":"aoa:aoa-techniques:relation:858e913473531ef6c7c537a1","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cd9a3f06d91b28b3d66b599f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d87466cd37fe0be13fef6c49"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:62fb53c9469ed2977147f140","id":"aoa:aoa-techniques:relation:09cd5e36fb27dcf126ef015c","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2fed22709b99d64f2a70fc9b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d87466cd37fe0be13fef6c49"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:62fb53c9469ed2977147f140","id":"aoa:aoa-techniques:relation:62b3a54fd34f2184bfc942bd","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a554713466d55cb0550c9628","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d87466cd37fe0be13fef6c49"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:62fb53c9469ed2977147f140","id":"aoa:aoa-techniques:relation:a5c3ad88e01f2863de1074c1","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b44bde98b70243fab0cfbecd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d7a5ae09bee3ed420d5b328c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:631be198e5e299ce5552c162","id":"aoa:aoa-techniques:relation:40a71e5f668926d22d912c1e","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3d0f30f9d6a4710b6ba19e39","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d7a5ae09bee3ed420d5b328c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:631be198e5e299ce5552c162","id":"aoa:aoa-techniques:relation:fc8c733d4ecd1d53da61ac28","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6f43c4b587a2b32bd3b0e91e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d7a5ae09bee3ed420d5b328c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:631be198e5e299ce5552c162","id":"aoa:aoa-techniques:relation:29138f8017c19c4d8fd8f86c","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a99d0a526e659c64c86017ae","trust_ref":"deterministic"}, @@ -607,7 +605,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18f0352793d5e13729fdd4b6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9664963c84c4cfa0ac0c6aed","id":"aoa:aoa-techniques:relation:d11ad10cd37c9ac285c34398","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:997d7e3b0314ed4e342c7a81","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a08aefc55b0c50d2e40f327f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:968d5cbd49f89f7faa0040ab","id":"aoa:aoa-techniques:relation:af87d5416a9ae0d61faa48ab","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:563d8452f4214b58efff7d03","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a08aefc55b0c50d2e40f327f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:968d5cbd49f89f7faa0040ab","id":"aoa:aoa-techniques:relation:8a7cfd016f45944a31e9bcc8","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cd9a3f06d91b28b3d66b599f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:64e4bda4c0bf95f30b4ae9b3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:96b0d9968dddfe285837e1a1","id":"aoa:aoa-techniques:relation:b630d6da23de172738f35bb9","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0f0fc5a0ac494e80b7b7ffa3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7c48e1a5d511ff0180eb7eb7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:97a5c5a2cc5dbb9c0d69a051","id":"aoa:aoa-techniques:relation:11e2b3f32484b2084e58c784","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0fe37ebaf17ea53cd1cd2f42","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1455b70b994814778968805b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:983b13781c6069555727be39","id":"aoa:aoa-techniques:relation:ab8ae898c6bd54103bcff742","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:acd07b2505fd911c43def015","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c0252a036a29ab3e81dc6711"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9882c9fe35a2cd237c3e8d2b","id":"aoa:aoa-techniques:relation:14afbc0ca5455441f730094c","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:02e3da0e24432e3b1d5e57b1","trust_ref":"deterministic"}, @@ -642,8 +639,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0737be1d5e74c690c298bbe9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9cd40cda7c3c6f8b3b361df2","id":"aoa:aoa-techniques:relation:05eec4a1c00f4bef3f1e96f6","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f1b75ea88e91867dea3db19b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0737be1d5e74c690c298bbe9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9cd40cda7c3c6f8b3b361df2","id":"aoa:aoa-techniques:relation:dcaf8a669811c228d9859664","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fbb6e02472b3b404fd4e9bcb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4d509b5613584e0d0f96a3aa"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9d31d7bda6f608d44cfce1cb","id":"aoa:aoa-techniques:relation:87f3694566c44aef37d86a7d","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b77cb76dac75ee17a4fa11a6","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3c8bfb55ee5bf957d5ef06e3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9d391e6938bbe1d03791413e","id":"aoa:aoa-techniques:relation:3b6311d37d7a02badc97b220","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c88721d717e09f6f31882a5f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5ebb87ff55f4b81ca44e0779"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9fc2084a1b2b17ad91bd438e","id":"aoa:aoa-techniques:relation:90cf3e220e576be63e5a20eb","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d0a6b51471cc6a75db908d77","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7433a8b3b16f67d6efa089d3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9fec0d2b1837f3852a59cc27","id":"aoa:aoa-techniques:relation:520d4f7fb46694a40036c43a","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:563d8452f4214b58efff7d03","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7433a8b3b16f67d6efa089d3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9fec0d2b1837f3852a59cc27","id":"aoa:aoa-techniques:relation:93c213dcd1224ca726caa42a","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cd9a3f06d91b28b3d66b599f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9d0b88762960bd5a8aa9ea7e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a03aedda2f8276901d8145f6","id":"aoa:aoa-techniques:relation:dea0b621d03f81d46f094c23","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:563d8452f4214b58efff7d03","trust_ref":"deterministic"}, @@ -710,8 +705,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:05dc863720a29bc57aef12af"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ae9ff448dcaa2c5e49768ada","id":"aoa:aoa-techniques:relation:b50314dfbe9d1e120976e82e","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:241ce5e1313be12033624895","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:05dc863720a29bc57aef12af"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ae9ff448dcaa2c5e49768ada","id":"aoa:aoa-techniques:relation:3a54f22d449d65858645a550","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7e460601c134a1844e35f0a1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:05dc863720a29bc57aef12af"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ae9ff448dcaa2c5e49768ada","id":"aoa:aoa-techniques:relation:a6e6e49d6ba8d328e1804005","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c25d734258dd3c64860526e1","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3069419b8fa1a0d2d5c85011"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:af3f502ccf4fb4e0cda684f2","id":"aoa:aoa-techniques:relation:ab95423a6ef114e22f146e66","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b5552c17b322fe2bd8fb4eb8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3069419b8fa1a0d2d5c85011"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:af3f502ccf4fb4e0cda684f2","id":"aoa:aoa-techniques:relation:849969266b1d06d1f2fa5254","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f771f22027ce47c63544e4f5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eec25f6cbdb622f7c83df1e5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:afb80d8ad40824377c37959f","id":"aoa:aoa-techniques:relation:c18eacd0c3671447d1ccbdfd","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6eafca1bcfafc33d58560f1b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9cc1fc2728dde1300de66b1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:afd4b69840119514fc15b67e","id":"aoa:aoa-techniques:relation:9099b8ad8c436309fd162986","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6eafca1bcfafc33d58560f1b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2a4797e22071f650567e4eb3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:affc09000b042377894fff44","id":"aoa:aoa-techniques:relation:8dd8d0c6516418842cda707f","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:563d8452f4214b58efff7d03","trust_ref":"deterministic"}, @@ -810,7 +803,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d49b1aefed9980281d09c53"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b98c549d842a721595064322","id":"aoa:aoa-techniques:relation:793a09b93b08591c1c5af3f4","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:efe04f35fdb0313122b453b0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d49b1aefed9980281d09c53"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b98c549d842a721595064322","id":"aoa:aoa-techniques:relation:fa8fe7705253ec7d74c08f64","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fb70a4e5fc42c77fe9eeb103","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d49b1aefed9980281d09c53"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b98c549d842a721595064322","id":"aoa:aoa-techniques:relation:baf5bc3743ebbe16eb1ebbbe","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fc5c8652febcaa09ab414dae","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2ff360eaca1e06ededdd646f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b9cc79ef0161b69e0b981fd9","id":"aoa:aoa-techniques:relation:6d152ec21f3ea52284f6dbb4","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3782d773fa26696573a34c09","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c74dae2d4702d43d23f8376"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b9d639ec3fde2c2ef6746cd7","id":"aoa:aoa-techniques:relation:88e79c12f156f72a29d220c7","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:563d8452f4214b58efff7d03","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c74dae2d4702d43d23f8376"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b9d639ec3fde2c2ef6746cd7","id":"aoa:aoa-techniques:relation:099d9d879649160c90fc4509","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cd9a3f06d91b28b3d66b599f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:36b7276447cd2e0867fff9ac"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b9df4b2d87142171d1b6b380","id":"aoa:aoa-techniques:relation:201a64f9384057eba1a360a8","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:563d8452f4214b58efff7d03","trust_ref":"deterministic"}, @@ -878,7 +870,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89e2e55948d362f5dc8ff381"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c7e6e13e323ca326cf884d57","id":"aoa:aoa-techniques:relation:f10cffa97cf6dd31fd2ab75d","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:573ef2e2ef5d975a7e3d0b92","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89e2e55948d362f5dc8ff381"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c7e6e13e323ca326cf884d57","id":"aoa:aoa-techniques:relation:91aa543095207fdc93cf3b94","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c7027d3d9c33c8168f40de09","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89e2e55948d362f5dc8ff381"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c7e6e13e323ca326cf884d57","id":"aoa:aoa-techniques:relation:9d202c145dd849a81533f772","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e65f965c69f126594ca59e53","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:62ac77c1a862c92d62d97b70"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c88721d717e09f6f31882a5f","id":"aoa:aoa-techniques:relation:33644c3a9e9ea32303be9c40","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:df968b12bfa98876960fd30e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eaf9d320466fb3e493e5f7fd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c9000e4c818890e01e4d5dbd","id":"aoa:aoa-techniques:relation:6c4e9ba0eaed7e0da6b11b6e","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:77d454d2534219fe59d8d379","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eaf9d320466fb3e493e5f7fd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c9000e4c818890e01e4d5dbd","id":"aoa:aoa-techniques:relation:07e2af0ac1302fc003d0b94e","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:84e7ed619d6b09018ab79268","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:85bd0142a6c2a378692c5f28"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c93207b771e4ed15e6db1a14","id":"aoa:aoa-techniques:relation:86fda2dfc4fe2adcfa4be64a","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:563d8452f4214b58efff7d03","trust_ref":"deterministic"}, @@ -903,7 +894,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d21b69f97115a668dcd97fef"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d062855f3ca2a78c7f09ab66","id":"aoa:aoa-techniques:relation:2fa539a345ef2bc1826b5069","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e016a66cf850f48f6ba8ee10","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:39340b05736e866380d4404c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d09f993569a2a1ad3ea9e565","id":"aoa:aoa-techniques:relation:5f4246b49883219519038480","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:563d8452f4214b58efff7d03","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:39340b05736e866380d4404c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d09f993569a2a1ad3ea9e565","id":"aoa:aoa-techniques:relation:101a38c89a08f1a5d2fc03a3","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cd9a3f06d91b28b3d66b599f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d54c274cb08e0c4172493acc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d0a6b51471cc6a75db908d77","id":"aoa:aoa-techniques:relation:8c6eb2147234e835fb52e81e","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3acf0ca10d4574488ec73e53","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:15f5f6a0b341d210080b4258"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d14068c518180409848b4b5a","id":"aoa:aoa-techniques:relation:dbdd26ea2e1c3d2251e33e92","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b5552c17b322fe2bd8fb4eb8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:15f5f6a0b341d210080b4258"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d14068c518180409848b4b5a","id":"aoa:aoa-techniques:relation:e5e8beff934e1c305e0b470f","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cc6d8aad6561620a32d3f66d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55679791d3cf98e9f6b5fd1e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d203b34bea571b3d8acf75e5","id":"aoa:aoa-techniques:relation:5ca39d22320ffbb42e896b82","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:563d8452f4214b58efff7d03","trust_ref":"deterministic"}, @@ -923,6 +913,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:401cd22e7bde8fadb749385b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d827d7b1f53093511b45b024","id":"aoa:aoa-techniques:relation:51d1dc364bdd1a5adbdafdfb","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d7968dbb278f3063ba5efd9a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:26e4e6c99cc2093345c8d111"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d87d32a5bf86eead6a80fec6","id":"aoa:aoa-techniques:relation:b643f6710b986acb689b87f3","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d7968dbb278f3063ba5efd9a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:26e4e6c99cc2093345c8d111"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d87d32a5bf86eead6a80fec6","id":"aoa:aoa-techniques:relation:63589561c3d9c72a43136897","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ecae41d7dc52f8316639a1b3","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4ff4a5ec611c0dd0611506aa"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d90c23f20764f550914ad022","id":"aoa:aoa-techniques:relation:ca7c15c6dbcd4f024995f34a","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9f577cea5fe36eb9557a6d03","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7c6a178eb0ca133d8a329bc1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d9660a1cef875696c472cf36","id":"aoa:aoa-techniques:relation:3191179822eb672287fd85a6","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2be4462641167c01b7502701","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:554d592f50e0e7f643c7f3d1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d978926a686473a799a8a561","id":"aoa:aoa-techniques:relation:dc85c894cd3773be155bdd3d","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3809179c4688bd3576b22817","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:554d592f50e0e7f643c7f3d1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d978926a686473a799a8a561","id":"aoa:aoa-techniques:relation:1b4a4213165d74ce8d8a6c4c","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9416459693b3901bd33d76e9","trust_ref":"deterministic"}, @@ -1082,12 +1073,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:698ce1fd24c6530b163e1545"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ff8c615ea2927fb01479637a","id":"aoa:aoa-techniques:relation:03f48dec3a183a74a58f8da2","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:563d8452f4214b58efff7d03","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:698ce1fd24c6530b163e1545"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ff8c615ea2927fb01479637a","id":"aoa:aoa-techniques:relation:5b4c89c2f91db1ac98cbec5c","provenance_ref":"deterministic","relation_kind":"calls","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cd9a3f06d91b28b3d66b599f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c43acacf39b31916eb566aaa"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0035b21457859e88d90c2e60","id":"aoa:aoa-techniques:relation:48c0a925e157ca38ecc89004","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e919acf32379833d5aaefd98","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0766969695a59702ee0e8b47"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:004cbd6a2cc7fdc2b03bcc3e","id":"aoa:aoa-techniques:relation:c7f320af98c1e708699cfddc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0d1846cf2586a6e0fe69cf2a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:004cbd6a2cc7fdc2b03bcc3e","id":"aoa:aoa-techniques:relation:4b7addbeb3640fcb39d1047a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0d9719632d56fa5d0cacf28c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5341042b551cfff1ba2022e2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:004cbd6a2cc7fdc2b03bcc3e","id":"aoa:aoa-techniques:relation:f3af592c32012e9b8e26eef6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6514bc9d928b9e85cf336500","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e9fb17f5d47a8345cb7a46f5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:004cbd6a2cc7fdc2b03bcc3e","id":"aoa:aoa-techniques:relation:61659ca5b9d9a705f56c371c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6b7ce9bac40e573b2650ec5d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fb42781906f48ac3e9b7d513"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:004cbd6a2cc7fdc2b03bcc3e","id":"aoa:aoa-techniques:relation:28ad5d269ef19acf3a350820","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7f98076a5173418b31360db8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2119e707a815ab6dffe0eadc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:004cbd6a2cc7fdc2b03bcc3e","id":"aoa:aoa-techniques:relation:6512626a1efbf46fa88730d6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ee31b14a9260b757a7f0773e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e76b0f29dde266311d494e44"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:00e1f643cab1050f82f5c87f","id":"aoa:aoa-techniques:relation:590713afa16980c02845446a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1ea19a95e311526da500ae47","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8354c9cffb8970ac26ef1646"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:00e1f643cab1050f82f5c87f","id":"aoa:aoa-techniques:relation:b37d4c961f1e16345a07bbd9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:759c48fbb09f99f50b4da1a7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1aa703ad0516dded2ed51aae"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0108ef63a1281625184090bf","id":"aoa:aoa-techniques:relation:a489e8532dee94126da18a96","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d2953f59029c3da963218542","trust_ref":"deterministic"}, @@ -1120,8 +1105,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:579bfa2cd9bcffa90eea4355"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:03ef10b9a170af51fcef8783","id":"aoa:aoa-techniques:relation:73befdfc05c3bcf7c4b2d71f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d2041503c269305ee6bfe382","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e2e6307b95f8a0a360d272d8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:04292935f30172e367b885d4","id":"aoa:aoa-techniques:relation:e11a4c9a80c75dfc76c62006","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:efcfc8862b7a27253fd2259b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ee135303b99d5b7f7b13ef0a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:046e59478e86bfa4b02e03c2","id":"aoa:aoa-techniques:relation:a235664c35b5ce9e1ebe1b2b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b82a9b3bed86e020224a6b37","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:63e632260c33094359326197"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0474a00a8442b8b7108e506e","id":"aoa:aoa-techniques:relation:4d728e62efcb4ac316375224","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4a820cc25ce9e2c1a71bfe6c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5341c892af5bac917f07bc14"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0474a00a8442b8b7108e506e","id":"aoa:aoa-techniques:relation:72efe68ffe7fe19f0abfd212","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:9a7c33c9af35639fe95d3bce","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:460b687597965f9957007646"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:04f614e9258131383bdfecdb","id":"aoa:aoa-techniques:relation:9432a07e9f78e85c893094d8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0af7b827a80d1aac246e172d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:71d7002a41c84c9989772397"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:04f614e9258131383bdfecdb","id":"aoa:aoa-techniques:relation:6d32ece53a8c0cbd8dd4b9fc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2df195f2bcd5ac8dda239684","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44403101a0b4493f183c55a4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:04f614e9258131383bdfecdb","id":"aoa:aoa-techniques:relation:8f242f3e5d2f4c6b793d23aa","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5d2a59443e9e2ee7f8b1e13a","trust_ref":"deterministic"}, @@ -1321,7 +1304,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a666000cb117e8287914d4f6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0af6ca0dd06943efdb5b253d","id":"aoa:aoa-techniques:relation:bccaf19425ad530249237b64","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:41ddb70917f1ab433cdb991c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9621ddacd070654cd018571d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0af6ca0dd06943efdb5b253d","id":"aoa:aoa-techniques:relation:8c3c4a7cc220206eca3b1d56","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:615948f781642d4d65255c73","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4fa89ac9ebdddb09380968fc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0af6ca0dd06943efdb5b253d","id":"aoa:aoa-techniques:relation:ec7639844e8f0337c4297a94","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e4279bda3a52bfd33bdaeb4b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c66fa76859a6a2230ba6b77e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0b8031b972077b733cc1db9a","id":"aoa:aoa-techniques:relation:5d4194a459e81cf5dd1982cf","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d345db16b7b48ef19b23f521"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0b8a4cd2fcfc2e10e91b82dc","id":"aoa:aoa-techniques:relation:5e32bdfc97d2e77d236e5d92","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c348dabcca277760e5eeca99","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c3935def28297bf3576ec50"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0b8a4cd2fcfc2e10e91b82dc","id":"aoa:aoa-techniques:relation:9d9a8e961bd5d516645a4d30","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7e5aafc7cc6f2af35981d038","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:75aac53f355e3317514874b7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0b8a4cd2fcfc2e10e91b82dc","id":"aoa:aoa-techniques:relation:6f442a975ae83df666a0485d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8e666429f109f0c3777ddb57","trust_ref":"deterministic"}, @@ -1343,8 +1325,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bcaa53e7acc82f692731e6ca"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0c14b3ce5cadd6abbc54f9d3","id":"aoa:aoa-techniques:relation:c65bcc463a83e8d2af5dbae4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:de8aefcee4ba65700cfd4185","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:521d783c129ef44781bb1535"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0c14b3ce5cadd6abbc54f9d3","id":"aoa:aoa-techniques:relation:74891586595963ced1df32e7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fb1a755de92d043be1c97744","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:65e927065d19e10bd4578c63"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0c566614dd4a2de7253fba06","id":"aoa:aoa-techniques:relation:0406f7c637c06b77efbf4ae9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:44c99df5d8f27dd01c920c67","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ecff337358ec01309662d780"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0d4a772c956c7eaad33243be","id":"aoa:aoa-techniques:relation:d97fb8994bd89b8d454b74ad","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0e45c0a0c3c24463f7ffea4a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0d50b42ca7a3b2e9d0c94497","id":"aoa:aoa-techniques:relation:c4f5c6a74fd0468d52c28dee","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0d3da29adbf5a15f8dd675f8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0d52dd2c4401e273251211de","id":"aoa:aoa-techniques:relation:13463dd3fd6fe8405d41670d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d03b113f00895e57aede726f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f36ccd3d8b0361231a770ac"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0d52dd2c4401e273251211de","id":"aoa:aoa-techniques:relation:c1e708e453f73904fb76489d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:943589ca7fb86ed3440af343","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0523824e689a3fd4231cbf59"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0d52dd2c4401e273251211de","id":"aoa:aoa-techniques:relation:22c47260563fdc8e44b3736a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:da07a7171d8a72afad6db215","trust_ref":"deterministic"}, @@ -1353,19 +1333,8 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09865bce58d3aac80cf94c03"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0d69000f799fb01bbcef3c42","id":"aoa:aoa-techniques:relation:02d8810408868a12f8a0f6ba","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:60bea46e7d1c57abb9bce7e4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:73d6e655cdd42c12629bd5d4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0d69000f799fb01bbcef3c42","id":"aoa:aoa-techniques:relation:3958394edcab83dde3175f20","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6bbd8af245b85a91e9690c99","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3423cfbd42f552f06877e282"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0d69000f799fb01bbcef3c42","id":"aoa:aoa-techniques:relation:139c2c5100fb7ee865131e19","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:9851bf9e7e8e6afb722c8eaa","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0d1846cf2586a6e0fe69cf2a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0d9719632d56fa5d0cacf28c","id":"aoa:aoa-techniques:relation:498486e7d8e8183a175c84ac","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c99f866699785bae53f44f0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0d9719632d56fa5d0cacf28c","id":"aoa:aoa-techniques:relation:d9867d9b0d8980655ea2df28","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:12f65c95d9d55bc21c228d0a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0d9719632d56fa5d0cacf28c","id":"aoa:aoa-techniques:relation:7800601c941f0ffbdbb6d6e6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:464e3076f2ed47344c738853"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0d9719632d56fa5d0cacf28c","id":"aoa:aoa-techniques:relation:a4c59748de6e601c50882315","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6b95507566e68b3d9dea079"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0da3d2273c3df926c3313030","id":"aoa:aoa-techniques:relation:6d919415f7849b0d777f0fa2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:63e632260c33094359326197"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0da3d2273c3df926c3313030","id":"aoa:aoa-techniques:relation:d359ee281210d0a116be7403","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0474a00a8442b8b7108e506e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2cdbe0196968b08e4502fe6d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0da3d2273c3df926c3313030","id":"aoa:aoa-techniques:relation:83404ff62bcf72e8fb129fd1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2cc3b267cefc6fd33689c0cc","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:469f2d718ac0503c1b3f57cd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0da3d2273c3df926c3313030","id":"aoa:aoa-techniques:relation:96da34162fc9e43d188ba75e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:827aff2c84951bb639674c22","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2a634d293abbb173a08db854"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0da3d2273c3df926c3313030","id":"aoa:aoa-techniques:relation:1fd849c27350619866255407","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dd15691a0b70e22ecb32ac83","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae15c341c9e16d3e0d8953de"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0da3d2273c3df926c3313030","id":"aoa:aoa-techniques:relation:ebf35dc5f0a29f069b804ecd","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f2afd2ff037caa398b0e0665","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e149c66942cf4a3849902e23"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0dacc01b2b5e6040f1d08d27","id":"aoa:aoa-techniques:relation:a374d69808f4ef06a4a58d9f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7718085f707b5657c1c1833c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1cc9ae928ab68350d7c7477d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0dacc01b2b5e6040f1d08d27","id":"aoa:aoa-techniques:relation:76d0bf01caa42933e82f7d3f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ab86b64a1881bd07d28c2ec2","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f41d0c32b416a5316c9d8387"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0e327785c111a4d0843da81e","id":"aoa:aoa-techniques:relation:e9e7dbdc377d6be307651c86","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4ad03f4304fb99397e3eb403"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0ed252414d9b49d149ddccd8","id":"aoa:aoa-techniques:relation:9e06f432dfebbae8c468071d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:436c0178449184d78679b748","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3009aa25d549a5f182e7204a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0ed252414d9b49d149ddccd8","id":"aoa:aoa-techniques:relation:8127cd8a679b9a105e704d6f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d3e3e4029f2f19c88f313261","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:54ffee2f3976fec0ce204e3f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:0f4c0c3a85fe8877b0dd4f0f","id":"aoa:aoa-techniques:relation:d5e0223febb90746f21513af","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f51787100e1ffad936185849","trust_ref":"deterministic"}, @@ -1375,16 +1344,12 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1866c9a69aac2d1b6c2a5c83"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1090fbff77620a621528890a","id":"aoa:aoa-techniques:relation:85331c5ec5960dc855d69dde","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:972efac3114203a9dfece2e0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c64837856196038d7b6354d3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1090fbff77620a621528890a","id":"aoa:aoa-techniques:relation:f9e5af6a90dfd1c88bb85585","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d03af9d59783c9f2bc1a49a3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef6798235c7a956b46c1400c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1150cd907f797e6ae68612f7","id":"aoa:aoa-techniques:relation:b2360b8a574ee1d58d5c42db","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:9dd4729f5086cc2ccb7e90a1","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a66c140085547db71257cb9e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:116893ff3284754615f3d045","id":"aoa:aoa-techniques:relation:b6b9962ae1bc4231801dba49","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:47718eb692e916667a343468"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1178ca8202fed3b6bb39ebd3","id":"aoa:aoa-techniques:relation:d28b230cc8f5e967c24fbed2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8cd97322065435f2f2b26027","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:709adc91b88a39db94060514"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1178ca8202fed3b6bb39ebd3","id":"aoa:aoa-techniques:relation:d085ebe941f265b956a5c9d1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c6df1331bef3ab8eb6356bdb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72622e0b7439398bf3e3c8db"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1178ca8202fed3b6bb39ebd3","id":"aoa:aoa-techniques:relation:ec576093657790bcda134297","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1aa286d5398a5bf5012a5b5e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:901d79ba1a78e90eda4180af"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1178ca8202fed3b6bb39ebd3","id":"aoa:aoa-techniques:relation:dd85470e62a717234385dd69","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6c473f0b6286965984ec5847","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5e0306e4895dfc63062f2ae2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:11811d5997d6424564c895eb","id":"aoa:aoa-techniques:relation:fd9caad054a3cf17b6c28922","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:edee9d57ff8acab27b54b620"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:11a176cceac88d4e31c8e88d","id":"aoa:aoa-techniques:relation:c44b654d2759ab9082faef47","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:22ca698c0b795bf598928106","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:117590a6512c37f886b9596d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:12b3e7048ede95d32c33d248","id":"aoa:aoa-techniques:relation:098072628a27989a8c106b25","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e7923cf520e9cfaf3b8cb91c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:699e4bfaff83e4d31fdec72f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:12eb41de45a720f21757a588","id":"aoa:aoa-techniques:relation:bb99a1a54f1dc4f04f172dab","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e43c0a58f055dbff935dda86","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e389add54f5c6e1ab35be113"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:12eb41de45a720f21757a588","id":"aoa:aoa-techniques:relation:0c730f632b03b60272759fd8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f9278c27fa3a43f533c83fbd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f0dd03c21fc64e0b1d900853"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:13215c0b799286d6f5724998","id":"aoa:aoa-techniques:relation:6578eae3b189e77a966a6084","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1d7350a9603840506726b710","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89ed5fd856221383bc003e7e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:13215c0b799286d6f5724998","id":"aoa:aoa-techniques:relation:5454b3df538a7ec3431fbca3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7f88e5a2831724f1aac0ec22","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:416748545decf30ec824fd5e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:13215c0b799286d6f5724998","id":"aoa:aoa-techniques:relation:fc76076569def483166c5fa9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d838f876e1140d073c4004be","trust_ref":"deterministic"}, @@ -1398,7 +1363,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a1a9eb814de45b8be9f8d563"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:13ad7abaeb019db2e2f64917","id":"aoa:aoa-techniques:relation:ddc72e60ffb843ebb9774654","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d49c981907e98d0aabf2e838","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ec91edf2d92b7a8e4246ab7e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:13ad7abaeb019db2e2f64917","id":"aoa:aoa-techniques:relation:39f70ab28d9c035686aa1ddb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f93253dae86af3a100005334","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4ad03f4304fb99397e3eb403"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:13ad7abaeb019db2e2f64917","id":"aoa:aoa-techniques:relation:5c62507e291e36a139676ba0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0ed252414d9b49d149ddccd8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08d7a90da0720a6b58ce9f36"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:13c5700c61aa8caff561eebb","id":"aoa:aoa-techniques:relation:3b2f17850414d0859fcde4d6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f13f490c063ce8b468af2950"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:13f4c0fbd7543572a3da99ad","id":"aoa:aoa-techniques:relation:6c402fe3fff8a5a29db06e67","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:75a55f9c40b54aba500e4d40","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1462eb94a0aeb1cb4b199ca0","id":"aoa:aoa-techniques:relation:a482310b0ae3385852600456","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:321896c1b1f5171091b5cdf3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f96be22bbfa558dcf4c52c14"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1462eb94a0aeb1cb4b199ca0","id":"aoa:aoa-techniques:relation:9e1363808f9ef6e4279bc039","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:538a4458db4e8a9435f20f9b","trust_ref":"deterministic"}, @@ -1415,7 +1379,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e9f1dd5d464c48513a795ac1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:14eb320cae2f80c1899ba9a5","id":"aoa:aoa-techniques:relation:d60f4b34d2a45591e6689084","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a5c71d3a62692c33b883e995","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ddce0e9e8d4726d1c9ec7021"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:152947f6ccdaa54a93b70cb8","id":"aoa:aoa-techniques:relation:42d90e430dddaec9d22eee3b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ec5ef4c560c378c40dc5b7c2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5ad33e6207efb0741486e279"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:15433a640b3ae61389d1275f","id":"aoa:aoa-techniques:relation:6d69596e3c7c21714e40eca2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4a4d4efd2e0cab699702c406","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fdf9ae9c86c7e5dc96e6a3b7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1557e8a2dc38a9c2e260d1bd","id":"aoa:aoa-techniques:relation:a7bef22605b45bbb873b1f43","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d46549e98409ac9095f755b7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:156518002bd878809ff8144c","id":"aoa:aoa-techniques:relation:62327a9f0d238e5458f09c2c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0af21e4a5fbf493a46e2e90e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d924e029605eb97a1b2e989d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:156518002bd878809ff8144c","id":"aoa:aoa-techniques:relation:f4a0b4944c17fc0dbcdc782e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6afdfec1cd5d4db89cb75bf8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:962e5fbb3c4d50c4a14d5318"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:156518002bd878809ff8144c","id":"aoa:aoa-techniques:relation:370502e03c9793249dd72824","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8d09a11ed735d24c0227a926","trust_ref":"deterministic"}, @@ -1444,7 +1407,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7a3a9da109c336c8e4dba46c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:163e2a0a9792ce01086858b1","id":"aoa:aoa-techniques:relation:d9668df6efae72a51189cbe5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6fe72c7467dd5adb095a1cde","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:24e77ca8d3306512fb3773da"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:163e2a0a9792ce01086858b1","id":"aoa:aoa-techniques:relation:b904dfd880d1591cc8298889","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b488473b4fcb2197bc083bd4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b5426eb25da6c4f99bfa10b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:16c28b557bbd50567dc9744e","id":"aoa:aoa-techniques:relation:7534f30f6aac327b3d80bfaa","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5ef249d0336834ae0e821216","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e7d86e66a6b1bc6565ef446"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:17228db8d981a197511ff602","id":"aoa:aoa-techniques:relation:f5ea5f025d19b73653086a0e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2030293bcfe5fa02a805fb8f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:17efabb0e3c55caca93dbce3","id":"aoa:aoa-techniques:relation:1c57b862f78a84c1954d38f9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c3633ce00072e52ca020b49d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ba9f1e2064d0f54d04fcb25"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:18497cb3493d784c11212498","id":"aoa:aoa-techniques:relation:73a122a8965f7ebdb1363826","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2db7d7bdba0434400cc5e079","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:41a91dc10d6f826c31a2daf5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:18b2cae8d0d2160dec16ad08","id":"aoa:aoa-techniques:relation:7fc0198086020b7186e523c0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7f3fe599a123e12c31dbd6ea","trust_ref":"deterministic"}, @@ -1505,17 +1467,8 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5da3cf8dd44869d115501ac1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1d034d2def1aea810ee10dd8","id":"aoa:aoa-techniques:relation:eaf01efc2cf40f945fca828f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d77c10c9ba07bd6d5f7d9521","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:88163f45079ac3717b6d402f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1d0e9fcbdaff833ebcc99f55","id":"aoa:aoa-techniques:relation:5c29e509e705370f741acdd8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:35d77bf50f6518f4f2e625ff","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b28806d9c009243e81e2aad"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1d0e9fcbdaff833ebcc99f55","id":"aoa:aoa-techniques:relation:5afa00448d74ecf67c07cbd7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:aaedc8232c27c8b4d75da32f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:63081d4dc1f355056375aee7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1dc5b2c1bbd86e144e0b4ebb","id":"aoa:aoa-techniques:relation:b3c6ea7c7212ee1e6400560d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a1b7548f51793f4b5377dc9f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:38caa5f4ae40e467862a32bd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1dc5b2c1bbd86e144e0b4ebb","id":"aoa:aoa-techniques:relation:12f5b983a929c743d2c73e37","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ff090c61f64bdf2c37db2b3f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b6293e141ee9edd300b06cbe"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1de48a928dc6ab04ffa2ad71","id":"aoa:aoa-techniques:relation:006b8f689cd49025d8b6436c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4bb775b510fef0b03861add7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9ba7404f68690c34453e3a4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1de48a928dc6ab04ffa2ad71","id":"aoa:aoa-techniques:relation:63ef725745d2eeaae804ee98","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:aecbbf32b8d43d6cf8d19a2b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e58a756cc935a2795ee351e2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1e054ee4bf896fce7315c5f5","id":"aoa:aoa-techniques:relation:9c9a22dec380fed07c33d44c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7aa97653c8b8d1cb9aca1f2b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1e305c42bf7d3ca2820dbc74","id":"aoa:aoa-techniques:relation:2196392193e86732aa3b132a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08d7a90da0720a6b58ce9f36"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1e305c42bf7d3ca2820dbc74","id":"aoa:aoa-techniques:relation:b8a5670b4b3eb89d420c6043","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:13c5700c61aa8caff561eebb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3f54ed16a4f39acc4dd101b9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1e305c42bf7d3ca2820dbc74","id":"aoa:aoa-techniques:relation:933222465bf33bb2a7d7eb97","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:40e72e1012d8e0bd4ccdd0d3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:97a8145afcc816b3dc5dce07"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1e305c42bf7d3ca2820dbc74","id":"aoa:aoa-techniques:relation:94292b7c889ec72f3996dc91","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4efaeba5a4ba87eefbcf51e2","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44ed3db44950975b757cd2c5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1e305c42bf7d3ca2820dbc74","id":"aoa:aoa-techniques:relation:8686565c2fe9c400fc2a504b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:50bd99bdd05a28068577db6b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a26e09dcbd2ffa7f33c0ddc4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1e305c42bf7d3ca2820dbc74","id":"aoa:aoa-techniques:relation:d7af028293b74304d7e1815f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b4f2324e0f0ba7bb61a5fb6b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1ebc26f279153617949f5c39","id":"aoa:aoa-techniques:relation:a071b0c6278edad6115ac9ca","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4c1199b4f0ce4d0b0c09ec89"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1ebc26f279153617949f5c39","id":"aoa:aoa-techniques:relation:7298d40858efb7109dde9e39","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2b4945591edfeaa4cf4d3f15","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a01f4ba8670297316a01a2bf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1ebc26f279153617949f5c39","id":"aoa:aoa-techniques:relation:61ceb0653488b4452c2f67e7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:3dc5dd454e080eb849ee5efa","trust_ref":"deterministic"}, @@ -1566,8 +1519,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:11ae1687e9f4d20ed8df5b62"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1fa5e716940cd7c2e2b600e0","id":"aoa:aoa-techniques:relation:29a5b1e193bb6329b28822d1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:496cb42254b839bc2a752978","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d199a4efb9f550ca83201b82"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1fa5e716940cd7c2e2b600e0","id":"aoa:aoa-techniques:relation:bdd3bacdb8f5f45de211da96","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:9b89fd4f7add2d82f5d59dec","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eb3bc154b0475606ecf107f1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1fa5e716940cd7c2e2b600e0","id":"aoa:aoa-techniques:relation:1fb985c5994a0de4bd9a60dc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:dfac5f448040319a3eb5e49b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:01fe06da38680afe497dfdf5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2070c0f146359d2741d33082","id":"aoa:aoa-techniques:relation:9fa59d8aa83d7dd9ceaf17ba","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:9cd97915cf1fb0e20fed2a32","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4818e09d8b67bfbf40937a66"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2070c0f146359d2741d33082","id":"aoa:aoa-techniques:relation:1a7c7ea2facc347c537be8d6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d64d91264d3d501dbf03239b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4cb6c0cde5c509b8e1af52bf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2072170cc50d8d8f57d6ad2d","id":"aoa:aoa-techniques:relation:622fed9b79a7d208b6eff98a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:151c8e651e7dd00570f8319b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:330559aad5438fcab2df9f54"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:20880ed853c44f4b25a52caf","id":"aoa:aoa-techniques:relation:da75854481db78337458da28","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:23f000b28526872cb4b0428b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6a8a176dee051700abbd3529"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:20c8c198c8f592a3338cfb65","id":"aoa:aoa-techniques:relation:4c3e635ebc00b24fbe0fd9df","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1a6a55dac727ba44504278d7","trust_ref":"deterministic"}, @@ -1580,8 +1531,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1772ae6f75a764f5396e3395"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:20e2011f21921aa3b60445d4","id":"aoa:aoa-techniques:relation:bc6eec82be14c58f5331731a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:07f3fd2cb6c50656e64b8395","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fd32ee68e397bc67c47c12e3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:20e2011f21921aa3b60445d4","id":"aoa:aoa-techniques:relation:b11a4546df8884c1f861511c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f870e6650bece3eebada65a5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cfe2ade882ee5eb1be683cb6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:20e2011f21921aa3b60445d4","id":"aoa:aoa-techniques:relation:c571615b16903bb320607c25","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ffefaf861aa2e2ea30e81432","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7d0274677e27b3ec6286e4be"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:216b95187a7bd568c5ea7810","id":"aoa:aoa-techniques:relation:c35692769882f345c26cb582","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c20c5831a9c2b293596b131"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:21ffb0124768c359ed23301d","id":"aoa:aoa-techniques:relation:206c3f35839b886f28b10d84","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e99e4d2868c808bd9c7f7234"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:220024c4a4a67e8d59fc2edf","id":"aoa:aoa-techniques:relation:071fd46fb812ddb65beffb43","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4e9ef2476f5a56114c7c9cac","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1ba06ccad01d5b99e0da2218"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:220024c4a4a67e8d59fc2edf","id":"aoa:aoa-techniques:relation:2b8eaf44ecf9208455cf4871","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8be1340ecc195708af9e289e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:21f09c41a507b118733cdbb5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:220024c4a4a67e8d59fc2edf","id":"aoa:aoa-techniques:relation:9bf8a1a44b2b2929b6343eea","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8f65fd2dded84d84cb50acb8","trust_ref":"deterministic"}, @@ -1592,9 +1541,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:30061cd328bdf760025c9cad"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2329fcceda852005e4b13195","id":"aoa:aoa-techniques:relation:92c47f2bb0aee2ca0c558bdf","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:41d3e11cb807de70712f7ce8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:93af6a3b1e844e1b7e5fff79"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2329fcceda852005e4b13195","id":"aoa:aoa-techniques:relation:4b4d3ebb76bcd9e539ef73f5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4708d0ab3937fd9b2f99bbcb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e2d94c0f3933b65d0a8c9fbc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2329fcceda852005e4b13195","id":"aoa:aoa-techniques:relation:f00ef6d0bb0d80f933e928b9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e25e8ff5c4b6122ac5cd7ab6","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cf84c05e6f051a3d4cd96e50"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:232b0383a1597c5d77b95d79","id":"aoa:aoa-techniques:relation:9bb253f32dcd1a182790ac0a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9bbbe67e46a2ca77c512e88"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:232b0383a1597c5d77b95d79","id":"aoa:aoa-techniques:relation:b3144fc3d8ed5af4164eccb7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f7a3a8aa9e7814ad52819056"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:232b0383a1597c5d77b95d79","id":"aoa:aoa-techniques:relation:a3b60e11ea1b053a7ae7214b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:314c8a5663f03bba573cba64"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2372ed169e8eb0b4ca5e8b13","id":"aoa:aoa-techniques:relation:064b85b0ff6dd00d405ef97e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:38b527dc33459092def8f5eb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c25c5e02d8b07269ec5b5fe2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:238df9ea2d1a0c8d92774c22","id":"aoa:aoa-techniques:relation:6ecffa4870da0c296590176c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8a742b04e81fe54978814a5b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:588118439a5a45cf3bc908b0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:23dab24f572593abbe495854","id":"aoa:aoa-techniques:relation:d500a6c27061299a4f8cf40c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8641600212a88c503841aa7b","trust_ref":"deterministic"}, @@ -1622,9 +1568,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a5e82ccceff15a40dd66c1c0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2598710d225595c2227a012d","id":"aoa:aoa-techniques:relation:c88abbbe80fead14ebdd6075","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d100a1447f716e5c2da0f480","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2418a8dbcf2d45101d7c65da"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2598710d225595c2227a012d","id":"aoa:aoa-techniques:relation:179cf1ef3b59db21537cf4a2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5444024be584e07c1f238aad","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:462e9e2f4825c2289ed67d08"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2598710d225595c2227a012d","id":"aoa:aoa-techniques:relation:b49863c713cd2c0bb5c6aec8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:71b1bdc327d0cf8e9bb3f2bb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c69ff88c69391d705b9fcf15"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:25d7ec98542b7d72e772573c","id":"aoa:aoa-techniques:relation:3f6e0e70cf8f1535bfeb19ab","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bb55a0402abf7efa69474420"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:25f2beaad9549632f3cffb69","id":"aoa:aoa-techniques:relation:724bf065fde863b7ca5726b4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4452d53f16e627f25a4ad68b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2ed5515d1b5f880d8f274c58"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:25f2beaad9549632f3cffb69","id":"aoa:aoa-techniques:relation:971859938b92c0290340b6af","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7bee74fe0254b259c85979a4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:62974c378ed3c976b7376b53"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:27ac9086383fd092294fe438","id":"aoa:aoa-techniques:relation:f3af8463842409e403bc6fdd","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:49aaa2819e35a856818ecec8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:52e110f4c70ecddf974a5e6e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:27ac9086383fd092294fe438","id":"aoa:aoa-techniques:relation:26c49a7f121cda73faa0378b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8422851312e543e42101f9c5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f1e93c7009768e5a59824868"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:27ac9086383fd092294fe438","id":"aoa:aoa-techniques:relation:543af9bbbd4f2a26203d0f27","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:87c37630bc6d828694084bbe","trust_ref":"deterministic"}, @@ -1644,19 +1587,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fd13e8882c1c74fe4d2f7e42"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:28374ff270484027d900106d","id":"aoa:aoa-techniques:relation:84507d3a1b7cd6af13dbe508","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:05883d419d3696293efcb6e9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d00d5e6fc80437dcf62cf27"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:28374ff270484027d900106d","id":"aoa:aoa-techniques:relation:35eab40f2b2c1f390bbd4bd2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7e1483be98eef71b23db6e95","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2bdd4d2b2612aab5c49eaf63"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:28f66f2f1edf87da5f012727","id":"aoa:aoa-techniques:relation:bd8e98e1ede8f6457c18db54","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f645442e4bc4df6ac0539b96","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5169fa4934223be05134b570"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2987b579a01352ee4183443d","id":"aoa:aoa-techniques:relation:655d12d51ffa88f96179229d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ecff337358ec01309662d780"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2987b579a01352ee4183443d","id":"aoa:aoa-techniques:relation:ab8df93bd264542d80e2db6d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0d4a772c956c7eaad33243be","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a66c140085547db71257cb9e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2987b579a01352ee4183443d","id":"aoa:aoa-techniques:relation:446eb84b4f1a106cfe452437","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:116893ff3284754615f3d045","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74dd2589c3cc7d31292f7d1a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2987b579a01352ee4183443d","id":"aoa:aoa-techniques:relation:ec2b73f44a519279661d3201","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:38bc317ff7abf49321476c69","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fd47261ae69f50158f266544"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2987b579a01352ee4183443d","id":"aoa:aoa-techniques:relation:20a46d7fb35a031f4fba5f70","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4412423eab92f4ba268ae59b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7288bbb50e5514262dd3a448"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2987b579a01352ee4183443d","id":"aoa:aoa-techniques:relation:ee5a63ead8c79441ece749e4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:da39231fbb47badd4701fba2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2aed6204874d78943cb88c4b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:29a3d06a2114e4dbb9ddae57","id":"aoa:aoa-techniques:relation:4dd7ce84118b17b1c677396e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:93726270ba3ddfca31de58fe","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3cc1662b5ee122f6b7dd91a1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:29d19874e3991188a71ac736","id":"aoa:aoa-techniques:relation:7438d567ebe7b0108b5b9d8d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de0c908f58373d14174eba50"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2a10b6a31ed35dc49d46b395","id":"aoa:aoa-techniques:relation:9654384056e46d7ed359836e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:45025ae3367a385c72fd514b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2a10b6a31ed35dc49d46b395","id":"aoa:aoa-techniques:relation:2d3d35d3a3ae0350ca8699fa","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5aee3a37feb6ad86fb562886","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18f3dc49afa4ff405f6b9d4d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2a10b6a31ed35dc49d46b395","id":"aoa:aoa-techniques:relation:c1b44ebcdaab1c5c115e5e01","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5fbdf4ff1db2eca7a50cb4c4","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:33dacadb439212fe273f5d11"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2a10b6a31ed35dc49d46b395","id":"aoa:aoa-techniques:relation:b8651618c48e650f792f4062","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a873448d3fcb68b7a7fcac21","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:772a3300d2ae3ee9fced7a93"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2a10b6a31ed35dc49d46b395","id":"aoa:aoa-techniques:relation:2bfeccc68312b08ad51b5599","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f98a682fcbd490a1347c8f68","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d896485a992c9aba72be467"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2a2554bf929765c35e682dd7","id":"aoa:aoa-techniques:relation:ec637db5b485f082af76b801","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7c2ca2d07ae9813385dfbc1a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d8ae8ccaebf78acbf700bc36"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2b304fe88793623e79c91e82","id":"aoa:aoa-techniques:relation:84bc91b6a7ef6f4b5e75130b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4d9263474a89434fd36a7fee","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fbf906dc8d0146886f86b70c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2b9c5da8e0754af828132b38","id":"aoa:aoa-techniques:relation:0f4731744374f54068baa33f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:040dd8699c33cac07cf4c506","trust_ref":"deterministic"}, @@ -1668,13 +1599,11 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:13802c71a291ca6540806ce4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2c02581fd44d7f6ce12bff0c","id":"aoa:aoa-techniques:relation:80c98b96ed1fc57b5fb91125","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0a9f7c2533329b5cc3f569dc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c61a75458d2f3a13f025e16e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2c02581fd44d7f6ce12bff0c","id":"aoa:aoa-techniques:relation:4c5e866b112f29db55c8835b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:3ae93e5f7a23c58f7dfb0031","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6402a1a49413d4b59b28c467"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2c02581fd44d7f6ce12bff0c","id":"aoa:aoa-techniques:relation:b4dc2e93b6e4eb6bf73012fa","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d9ac278f5b81c5f2137bffc2","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2cdbe0196968b08e4502fe6d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2cc3b267cefc6fd33689c0cc","id":"aoa:aoa-techniques:relation:8deae3e31749395c8a496a0b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:010a61f492bb104095a313b5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2cea429551c1485c7ea97e29","id":"aoa:aoa-techniques:relation:dc4dcab552bae798754b47c3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a8723f68aca70ab29c7457b3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d79d8e3419fb4e101b1a3a6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2d618b79425f27ebf8b2f03c","id":"aoa:aoa-techniques:relation:3813a4ff53eb8b456ad1acde","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1894e8e0df0b62f819cc6635","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5d764320d10b5fd183ff6dab"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2d618b79425f27ebf8b2f03c","id":"aoa:aoa-techniques:relation:96bed09f36dc679588a1aabe","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4e5be85dcf04b91b6ae6a3e5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d8852855ed87b989a67f9104"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2d618b79425f27ebf8b2f03c","id":"aoa:aoa-techniques:relation:c959841ce36f794458f56845","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8eb3ed937b8dba4638df5852","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c0ceb9c01ce42ffed2df4d9f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2d618b79425f27ebf8b2f03c","id":"aoa:aoa-techniques:relation:43bc6ac8964bf9b0c9cd785c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a1e87ecd53202e8272f5effc","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:83f889da9b259842d99e9f7f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2d618f8427775347853cd3e7","id":"aoa:aoa-techniques:relation:a61ffeb49611fb8403a6acd4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a3b573d5b574941c3cb54f45"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2de34be3f70b8600b5905d08","id":"aoa:aoa-techniques:relation:9f1795c266051fb26aac0df8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8179f37303356b0948d9c933","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8f233dc185acc109fbc9ea0a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2de34be3f70b8600b5905d08","id":"aoa:aoa-techniques:relation:1f0d4c0f9aff8739af4f6f52","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:682fec65e6950491563e6835","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e37b430c42e43beb34f81cd0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2de34be3f70b8600b5905d08","id":"aoa:aoa-techniques:relation:a37a93541be1a63b4732eee7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e424cd0a7cfac4e70510deac","trust_ref":"deterministic"}, @@ -1691,17 +1620,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a591c2003c96c381d0865a31"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f41dfc1681986bc56c36342","id":"aoa:aoa-techniques:relation:5663d6505449570ab3926839","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:47bc81e7df38f87e81071f20","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:087adf8088e9c22d59676823"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f41dfc1681986bc56c36342","id":"aoa:aoa-techniques:relation:145d7de53114081a6980d727","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6bcb8559011983bbb232ff5b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:78724c573b450996535cbdb3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f41dfc1681986bc56c36342","id":"aoa:aoa-techniques:relation:c72341cf216ff28e06d5a7f2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8ba1a7a43d759d5713e8358d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:082a5ef4d07a2dea7b4895b5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f7663d437f4399f83843c85","id":"aoa:aoa-techniques:relation:1ca1a136e032dfac3c0e15b9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fdf9ae9c86c7e5dc96e6a3b7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f7663d437f4399f83843c85","id":"aoa:aoa-techniques:relation:34311d110c6a67460cf032c2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1557e8a2dc38a9c2e260d1bd","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:730c9f45de8d398861c85b43"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f7663d437f4399f83843c85","id":"aoa:aoa-techniques:relation:cb9c6b21f612475cf151f61e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3d7aa532f914732c71b2238d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:acefe65248a17f4aced3e316"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f7663d437f4399f83843c85","id":"aoa:aoa-techniques:relation:19891e7d8e1316812bad7a45","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:716ec969acb977d11cc7a501","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7955adcaf003db2c2d0ab54b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f7663d437f4399f83843c85","id":"aoa:aoa-techniques:relation:c40d0607638914460d762768","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7f48446b05809ce24b5aa206","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d5a37533745ac0ae6a130a02"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f7663d437f4399f83843c85","id":"aoa:aoa-techniques:relation:fad95d2744670a43fac163c4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cb91111e2a2e0569c5c1829e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ebd34fb9c9f2dbe20d1ef4ff"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f87667c8f78d3c99d5d3267","id":"aoa:aoa-techniques:relation:2d4b3eee22f402180a2151bc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f41d0c32b416a5316c9d8387"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f87667c8f78d3c99d5d3267","id":"aoa:aoa-techniques:relation:cad4608ef5d10941c0986491","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0e327785c111a4d0843da81e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bf51265fe5eee1bcab5ca7c0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f87667c8f78d3c99d5d3267","id":"aoa:aoa-techniques:relation:78e9ecbbe87287083364c18f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:488ab30ab7089f2c8db7a484","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5240e27ab14d93b347d907ad"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f87667c8f78d3c99d5d3267","id":"aoa:aoa-techniques:relation:2515b7f0205748c4f0ae69c7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6d27026bce56e5a4769c264d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:73cb1a4f4ffe3a405d43ac28"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f87667c8f78d3c99d5d3267","id":"aoa:aoa-techniques:relation:a0219ad70648854b930da70e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dd40b43b17883cc5050d9d6e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35582fd3576d4cd7a603a947"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2f9e48500f77ebf18c529cdd","id":"aoa:aoa-techniques:relation:6a332734dbab60a99657618a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:191ad0abb176c1ea9da5725b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:505ca391ac1507d95a92ca44"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2fce2911dec33f8da5b69fea","id":"aoa:aoa-techniques:relation:1d0a27492ad9c3062d1bce3e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:9d13ecde0912299ed3aaf2e2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e622d5b323cfe6898da53a7e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2fce2911dec33f8da5b69fea","id":"aoa:aoa-techniques:relation:d0131c7b6d70e088090649d0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:90b6f5a74ea6f64a82c0141e","trust_ref":"deterministic"}, @@ -1735,11 +1653,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e84808e185920b271684dfd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:30e4034e5e3c0f7bb650fe5c","id":"aoa:aoa-techniques:relation:c4a58d199b2b99cbe2b7bc89","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5ee7b85c2fb14866e3819122","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b6d38ef0501f3bbd0a5dbd21"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:30e4034e5e3c0f7bb650fe5c","id":"aoa:aoa-techniques:relation:3a598284242ccc27135bd5d7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d4e7488a5d191b4e3a14f4a9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ff51524e26f0d47f824cd142"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:30e4034e5e3c0f7bb650fe5c","id":"aoa:aoa-techniques:relation:b46ea463787c7d44e813dfbb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5449f8bf09daebabdef48d47","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7b56b547432ff3b5567c06ec"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3128e25c4c68f576b06e41d5","id":"aoa:aoa-techniques:relation:bdab3fb4f45721efe7cd8a67","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:699e4bfaff83e4d31fdec72f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3128e25c4c68f576b06e41d5","id":"aoa:aoa-techniques:relation:19a1b93b4b5d845f095a8478","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:12eb41de45a720f21757a588","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74e614843fef08878688c74a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3128e25c4c68f576b06e41d5","id":"aoa:aoa-techniques:relation:779a91d2023e621fe18d77f2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:708ebdb4aedc3143297899d3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:df28a205fe1d1ce628541498"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3128e25c4c68f576b06e41d5","id":"aoa:aoa-techniques:relation:d4891924ab9dbb6271a3ffb1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:773645946c2649c6899cada9","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:77584e9b05fa752d5f093e27"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3128e25c4c68f576b06e41d5","id":"aoa:aoa-techniques:relation:8feb23b29361aeb6573f66d2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:84463f745dfe6a241ea8c4b0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:33fdc294f9a086fef0b51fd4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:31698bfd3f7469574d554f56","id":"aoa:aoa-techniques:relation:a08baffac35d790517a294fc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:07a822b245abe80d3e88549d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8ee1bbb34a1f7abb1e9ea241"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:31801991daca7505a646813a","id":"aoa:aoa-techniques:relation:ad693d31660d529a7c3b1bc8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ba87ad926dbde011490712d5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb204029b71bdac79d32b071"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:31cd30792b59196960fcfa04","id":"aoa:aoa-techniques:relation:320168dad7512f0d3bbb1fb9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ee90d7d0429526bdcd27bb43","trust_ref":"deterministic"}, @@ -1748,14 +1661,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:001060ddda38a734346d2f06"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:31dbe036bf774a44a33fd95f","id":"aoa:aoa-techniques:relation:608a05d2bcc72f48334e2a0b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:250ba1f3c5028ab65a6ea052","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:98764cf870e25048ca4174c6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:31dbe036bf774a44a33fd95f","id":"aoa:aoa-techniques:relation:3cc03fe084c310f3d6008528","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a69563ae3638573151b5182a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1ae8c6a765b3fa1e9f5736c6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3258c47e8c82c70714b7e298","id":"aoa:aoa-techniques:relation:915e2dbc6ba2bd5fd51ca6fb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:598b031bfa584deece302698","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4489ab3d4e1629a2bb89686"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:32bfe7e9cd6b0a7d23704bd8","id":"aoa:aoa-techniques:relation:5da0e0195f9380fabc5b05b7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:07aa41f30f92ca27d95da8d0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:32bfe7e9cd6b0a7d23704bd8","id":"aoa:aoa-techniques:relation:6daecb4d98dbb4f11372469f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:90fc909d097c46a144a1ed78"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:32bfe7e9cd6b0a7d23704bd8","id":"aoa:aoa-techniques:relation:8e432902af6c33c51e69b17f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ea0c8561a4c29feccd3026af"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:32bfe7e9cd6b0a7d23704bd8","id":"aoa:aoa-techniques:relation:ca968934dc0c1b6713b68931","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:21cb757f92ee0136a08c2047"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:32bfe7e9cd6b0a7d23704bd8","id":"aoa:aoa-techniques:relation:ac827f83046061b0a57adcc5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5caa4d4638e9b3eedb79e9c1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:32bfe7e9cd6b0a7d23704bd8","id":"aoa:aoa-techniques:relation:b416caf2377620e96a0523ba","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1930241d71de18bb23b5fe1e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:32bfe7e9cd6b0a7d23704bd8","id":"aoa:aoa-techniques:relation:e41a095e1ffb54459020a0b1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:79196c966016f369c330aea3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:32bfe7e9cd6b0a7d23704bd8","id":"aoa:aoa-techniques:relation:574a7adcff77810336bb1c70","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ea1cf3ae086b664215fb2631"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:32ca09cdc82f408ea1ed01bb","id":"aoa:aoa-techniques:relation:a80fd878ce18ba6a329b5fc8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c12f22e12b2729d19972daad","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2c9fbd758995bbbd5acbbba"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:32d7532e77c3b65832622214","id":"aoa:aoa-techniques:relation:6b3b3887e4141b25f2127c74","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c93a23226c6e8a5c002e4bfe","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:57694c576021967d84c9eacd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:32f2f10774b04084c12fca66","id":"aoa:aoa-techniques:relation:530524a6b282e83c72514528","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e83f56bc275e1738d3a5b23b","trust_ref":"deterministic"}, @@ -1839,7 +1744,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a449f3c6fc5141bc9c76748d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:36492603008115be2db26ac7","id":"aoa:aoa-techniques:relation:983b9e3b5e761067ea351ed4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8340c564c99b04b2d2bc9d0a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2323e38403362d29e033deae"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:36492603008115be2db26ac7","id":"aoa:aoa-techniques:relation:127f27c751baf086a417f1cd","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:87521d3395d01ec0fe08f1ea","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5bc91fceca9739150de32c64"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:36492603008115be2db26ac7","id":"aoa:aoa-techniques:relation:8af71d7d43d8d6a3ef102015","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e1c51c7c70802edcbfd3c1c4","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c0bf9ab44c9b107b7a10f742"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:36cd4245149f1558abe809dc","id":"aoa:aoa-techniques:relation:7f1610f67e4bc8067cda7fe7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0c79bfbbe749c87047778cad"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:36d82c3b9084ea582cc29a04","id":"aoa:aoa-techniques:relation:b7ed01562cc134229e82ac51","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ca2f08e9cd81b90f1953b263","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:01b6dccf42035ac00add3458"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3796c401d1260e585671d00c","id":"aoa:aoa-techniques:relation:5ac9d7892478bef81634227a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0e0a99b1daa3ca54d8e97b14","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:401eee461517107be51ea0ac"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3796c401d1260e585671d00c","id":"aoa:aoa-techniques:relation:b6c394b981d3a9b4c85793bd","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:546282426a259a82d02eb975","trust_ref":"deterministic"}, @@ -1851,15 +1755,10 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3557c248cf79a818bb6fde82"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:37ccbb9b7dc37628a0083f9f","id":"aoa:aoa-techniques:relation:29be50da16c1849e2fa65e09","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:cf97fba43df543332979ff14","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:26c99fda896db84e75fc8009"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:37ccbb9b7dc37628a0083f9f","id":"aoa:aoa-techniques:relation:00e047f97776aa8f6443db86","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f284d8538bf3370df939087d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:33501c32c26cd3f46be7abf0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:37d400bbb1480369e9df6e0a","id":"aoa:aoa-techniques:relation:40fb9df71e9f97c7f8fb7eb1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4ab9a51f11c86a649f96ff02","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74dd2589c3cc7d31292f7d1a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:38bc317ff7abf49321476c69","id":"aoa:aoa-techniques:relation:de385e4cb2806d555babfac0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:27240726e14b851048eebdca"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:38bc317ff7abf49321476c69","id":"aoa:aoa-techniques:relation:de507a2999bf5a9d323c4e8f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b23544bfd64771a11fe9223"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:38bc317ff7abf49321476c69","id":"aoa:aoa-techniques:relation:cdaef0a726c8d3b32e74a051","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:27bac5c714ca45f1c975fb0a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:38bc317ff7abf49321476c69","id":"aoa:aoa-techniques:relation:d375652311b2646a96d86e8c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5759d77aa5f590f92e569360"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3908b87c97a723fff3c4049c","id":"aoa:aoa-techniques:relation:f088f045eedf05fc9aae5a3c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0f6efa61982a73a1287839d9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:164e0f08224d4f30287120e6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3908b87c97a723fff3c4049c","id":"aoa:aoa-techniques:relation:a9132d57e207ac3246e040bb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2cb5add0c4c07364045149fc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a7d45d25ac918469a7c202b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3908b87c97a723fff3c4049c","id":"aoa:aoa-techniques:relation:38d2c98b5d786b406f28a184","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4df547e743c97c82d6ac1842","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:48a66bf6a15eb2aeb8544049"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3908b87c97a723fff3c4049c","id":"aoa:aoa-techniques:relation:fa42ec48ee7580ef5ade3c85","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6646e0b529e99daa7c15ce58","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:79b77475e880b10e34c9194f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3926b4acea6134c5d886246e","id":"aoa:aoa-techniques:relation:33a4259b0ccbbfcf0e7c8fe9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e2f469f2662138ff6802edab"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3a5cbe0e503e738a1859bfa6","id":"aoa:aoa-techniques:relation:fff28c208ce6b60b5bb78170","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:892ec0c0b9f04c3f8144e173","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3ff3ec4ec0d54e45c5fc455d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3a5cbe0e503e738a1859bfa6","id":"aoa:aoa-techniques:relation:a7c454fa53baf940ec20f10c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:59f6c5a2d167fc3628a82505","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aac3d8ecd3e73457dd2d8080"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3a5cbe0e503e738a1859bfa6","id":"aoa:aoa-techniques:relation:a7cfc4c7ab0a182541525b16","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f47963ad53fe58dd4c96319e","trust_ref":"deterministic"}, @@ -1902,8 +1801,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:510528209495086f0f9992f4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3d4d4cbfb587e41d86bee26b","id":"aoa:aoa-techniques:relation:c9180973562ebec3f1872a93","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cdfcf7fe68531d40d00cad6a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:415f166dadce2da3f1bd713f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3d4d4cbfb587e41d86bee26b","id":"aoa:aoa-techniques:relation:55ff12996ddeef56dcd0850e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d9b1068c7062df4ed7076a62","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4bb64dccf4cd84ccae49e469"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3d4d4cbfb587e41d86bee26b","id":"aoa:aoa-techniques:relation:a40384b822a7aa0352cf077b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fd5e6974d5140dc426210d82","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:730c9f45de8d398861c85b43"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3d7aa532f914732c71b2238d","id":"aoa:aoa-techniques:relation:6cec6caab9ba71b92ede0dca","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:554104d8a235d4a1025a0606","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f56831d807890c4b87af7e7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3d7aa532f914732c71b2238d","id":"aoa:aoa-techniques:relation:c7d0c0805dea4b11143068bf","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6ef01b8e7e152498e89ee3a5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0753a33beb0bc935596315e3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3dc7ee0fa6112e6c49a914ac","id":"aoa:aoa-techniques:relation:7f2e4a7fd8a384798518a1b3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0268e5d6be49bc548b0d9720","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:41a91dc10d6f826c31a2daf5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3dc7ee0fa6112e6c49a914ac","id":"aoa:aoa-techniques:relation:2eab2a4c84f072283a4cb9da","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:18b2cae8d0d2160dec16ad08","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a3b573d5b574941c3cb54f45"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3dc7ee0fa6112e6c49a914ac","id":"aoa:aoa-techniques:relation:1f1e5258ad00b6d6162255e9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2de34be3f70b8600b5905d08","trust_ref":"deterministic"}, @@ -1915,7 +1812,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d70740b766f3ce0b887c5360"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3e4f302a04a2cfe025c045a4","id":"aoa:aoa-techniques:relation:8d54bc30daa03d0274241a1c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7c8327f856e63c91c0b364b7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3d0e306a862fa2c499a4ebf7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3e4f302a04a2cfe025c045a4","id":"aoa:aoa-techniques:relation:ac57bdd7f21400fb9c3e2e27","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8b981b15b910bc3a1d158f00","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:db839bae3840f6a898646c94"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3e4f302a04a2cfe025c045a4","id":"aoa:aoa-techniques:relation:82e812b9e1ec93ecb9604eb1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dd364c4d5ee51533b016e8b0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3936ad8f7089c4e1e9452279"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3e9da65757219efbfde56acc","id":"aoa:aoa-techniques:relation:b00157b1dfd53b873e74918d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6863f0a0e8bff2710df4b562"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3f1fd32261c76288e1f3ebbe","id":"aoa:aoa-techniques:relation:a6297e4a33058ad520d53644","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:11ab2a997c94c45df6c2a8a2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f930d38f8199e6bbc5ba4b61"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3f1fd32261c76288e1f3ebbe","id":"aoa:aoa-techniques:relation:8a9746e8615e2fc592a8029a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:46158246895d2d162c9c033b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:853c96f02db71730e6e3a659"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3f1fd32261c76288e1f3ebbe","id":"aoa:aoa-techniques:relation:68c58c54d40a28de02211145","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:98245da973eb9a03f9967734","trust_ref":"deterministic"}, @@ -1942,7 +1838,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b8e2aa0a89912e1006d5580d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3fae101e99c9c201fd2d1239","id":"aoa:aoa-techniques:relation:78e22e4b3730a28b2db23e87","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:161c18f0b780667405eadc2b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae763ebe886d560e9a128289"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3fae101e99c9c201fd2d1239","id":"aoa:aoa-techniques:relation:325bb83aacfd657ae72d3ade","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2598710d225595c2227a012d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b2203dee7df3cd1d8df3f75"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3fae101e99c9c201fd2d1239","id":"aoa:aoa-techniques:relation:986989b36423d446c24c70d8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ba2a951637f8e5cc72a651b7","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fcf72db981284ee211ddaa00"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:3fe9a06021a3e1c78654f779","id":"aoa:aoa-techniques:relation:b29d7d5e6dd2c95d1e09efa8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ba7fff716d9ac6df8273261b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:40363934e87e8d8b4a840539","id":"aoa:aoa-techniques:relation:b0fc1aef9a70b56a9c9884cc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:58d8c52a91b7ee6e097f4162","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b9328afae6c6c3a807df998c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:403a09fc4e1474f7c4831287","id":"aoa:aoa-techniques:relation:0e20a842eecde7ffee12d19a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b849fbc428f8b7f0b5a22e32","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e46a06d16c9c342c6d386f5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4053dfeea882e78d3f31d314","id":"aoa:aoa-techniques:relation:7b824d69aa41ec45bc65755e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:18813c86948efc57e661623d","trust_ref":"deterministic"}, @@ -1954,7 +1849,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9f717dbb332cee68ef3dcdef"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:40a89453b872c3a558cad360","id":"aoa:aoa-techniques:relation:09133537c0dbd80f2a271f8f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b8f9c5c7c089a1d57f3eadaa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:529d0643451928677aca1738"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:40da16383601e35f00e3a964","id":"aoa:aoa-techniques:relation:e679e2cdca5a1172f0ae66bd","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:71db2dd7a3307cb6d5eb3673","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bc7596fa5f86b2b9921bc0cc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:40da16383601e35f00e3a964","id":"aoa:aoa-techniques:relation:4e570a5573557350ac5c2780","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d526b202b0d9a036a60f24c1","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3f54ed16a4f39acc4dd101b9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:40e72e1012d8e0bd4ccdd0d3","id":"aoa:aoa-techniques:relation:06ef5cf6d406d3261bb83589","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b423ccc3bc299d13a0bfb338"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:41129d0c5720ced43a0e069d","id":"aoa:aoa-techniques:relation:b70ee5b90efcab22f8707680","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b2a8cd3f1dd7f330861f0a02","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f77ae669acaeac74aee3543"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:41241376215006bf8705d6a6","id":"aoa:aoa-techniques:relation:289408d6c64a0bcd67f4a2e4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:da4801eacd603b9bb77770c9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:414e17d4044012619febb97f","id":"aoa:aoa-techniques:relation:1aad3e2f1873a168585e607c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4ec749cd753f1b6ba5d472d8","trust_ref":"deterministic"}, @@ -1980,7 +1874,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef27f5a40bb3eefbd3162863"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:43a8098eb05d2f9d7e17c8b7","id":"aoa:aoa-techniques:relation:d5e1e6e6089f82e09bde9a9e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6d5675828e06a9dbd9ea4488","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de0e330ef15d6ffdf84712bc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:43aa46ff5c6eec7b117964cd","id":"aoa:aoa-techniques:relation:311e7209415ba247ff5a14d6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7a5585c8985742ae1c2ec0c6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:05bc9804c7daefad3f66ac01"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:43c277491f9b8950032eeb4c","id":"aoa:aoa-techniques:relation:fa717b321058169732dee504","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fd47261ae69f50158f266544"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4412423eab92f4ba268ae59b","id":"aoa:aoa-techniques:relation:45d82cb5828f6fed7c6520fe","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f5ddb8aaab5c80465f527b2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4418995b18762dd24a7691ca","id":"aoa:aoa-techniques:relation:94d4c8109a76c30e19fa17ad","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8da191a41a5772fed0590bf9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6624befefa7d6a4a0832ca3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4418995b18762dd24a7691ca","id":"aoa:aoa-techniques:relation:54f8aa18cbde8f39bf1b2aaf","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:99f84619d10cdce2e5c30f5b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c9bcf8f4673755e0aa1c6f9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4419b358714e8b5ef18957ee","id":"aoa:aoa-techniques:relation:b9f86fb16f35bb34e22ccd0d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1c31676c06066ad24cbcdfe7","trust_ref":"deterministic"}, @@ -1998,11 +1891,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4e699262a0ad253cf301f8b4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:44e2264e6df5b75e37d45ea3","id":"aoa:aoa-techniques:relation:bb5477f9e6617d54fd27373f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a5e7d30a9b00589ad9384acc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b29e3ff5d20392272196f244"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:44e2264e6df5b75e37d45ea3","id":"aoa:aoa-techniques:relation:12e9c6a04fc95e5fd4eaca9f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bc545dfbbcd7e67169a54265","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9ce8d37ee8935dc1114be391"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:44e2264e6df5b75e37d45ea3","id":"aoa:aoa-techniques:relation:fb90eeb8ea372452751ccd9e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e44ac2cf2f959c094f218bc5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:24b6d9835577d94f77e71b52"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:45066c1ad6075fca29d6e1f2","id":"aoa:aoa-techniques:relation:29fc073a60dc51e0872d478b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:63081d4dc1f355056375aee7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:45066c1ad6075fca29d6e1f2","id":"aoa:aoa-techniques:relation:a5e447b9ae90b30e4d50fb92","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1dc5b2c1bbd86e144e0b4ebb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8450e468d7bbfc9cfd4526f8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:45066c1ad6075fca29d6e1f2","id":"aoa:aoa-techniques:relation:91758fe2b555b6bae483d0f2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6afbf5ae616362e069544648","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:17eede8e1ea204f728dad114"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:45066c1ad6075fca29d6e1f2","id":"aoa:aoa-techniques:relation:e44fa96c11ed5762d627ef50","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:84ec4fd50d26237396b7f603","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2aca2d1494ef3f70fed972f0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:45066c1ad6075fca29d6e1f2","id":"aoa:aoa-techniques:relation:51674ed060ce522d40f22379","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9f619d206037579b82232487","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:29421ac62c907187825bb3da"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:45128e9a052421c40bd87363","id":"aoa:aoa-techniques:relation:12158d9d04167d1efdbf67e7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:94cf308154b3a9f19d80e58d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:25bd5860f48d9d0db01787f6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:451417a8f6d5648cc4b5cd23","id":"aoa:aoa-techniques:relation:a23307be9c0a7ecc8a5c2cf0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:83139d36644f0d2cbe04ce64","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72668b0ed9a050cf6dab9b00"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:451461f0612f449b4abe2574","id":"aoa:aoa-techniques:relation:f637b4cfb9f1431b4adc3ed8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:28374ff270484027d900106d","trust_ref":"deterministic"}, @@ -2031,12 +1919,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b7167d4fffb7f26a86cc57a3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:455f24d9b5779f5d5782e4b4","id":"aoa:aoa-techniques:relation:1d6e38e63e8147e9fd10ed53","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b28f391d7d0fa9d3c7010172","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e3ba8b6a110c4f7491b449a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:455f24d9b5779f5d5782e4b4","id":"aoa:aoa-techniques:relation:f75e1d05686d769124922fd2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c5f5f6447c8b6de18f7917a2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:10ae6cd03af1175e168bc0f6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:45fc0af1eb76349839f18bd7","id":"aoa:aoa-techniques:relation:670f3d4600d26612394e8470","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:904690bea8946cbdb23381e3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3f509b03ec463b21d870ea1a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:461a73a32660dd88897d06fb","id":"aoa:aoa-techniques:relation:7452ec22ce593893460a7074","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cf84c05e6f051a3d4cd96e50"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:461a73a32660dd88897d06fb","id":"aoa:aoa-techniques:relation:c48260204a47a4f4459e9148","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:232b0383a1597c5d77b95d79","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fcf72db981284ee211ddaa00"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:461a73a32660dd88897d06fb","id":"aoa:aoa-techniques:relation:3c2e9b03ab0453f34eead7f0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3fe9a06021a3e1c78654f779","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ed46bcab3e572d986d89fbb1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:461a73a32660dd88897d06fb","id":"aoa:aoa-techniques:relation:f9e397925de203214aa368a3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:625e4e617f5dc2eff2a63820","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6eda777f8251f2c549f2f886"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:461a73a32660dd88897d06fb","id":"aoa:aoa-techniques:relation:d925b6f7705bb8451714d09f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:662bf206fa93bb7ddc9eb543","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3604d947bacbd2a53d9ed83e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:461a73a32660dd88897d06fb","id":"aoa:aoa-techniques:relation:7125ab1b734c1ae9bbda22a9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f5d1cc4c6dcb11ec53679f8a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e1c3ae0cc5665c824b45695"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4654a79eb1ec3912d7963eea","id":"aoa:aoa-techniques:relation:156e9dbb92017db9fff5de0d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:62ef3fd3f80f398994c57482","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3e47ff60e896eb181128238"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4654a79eb1ec3912d7963eea","id":"aoa:aoa-techniques:relation:c3d0885668c2d32ca5ab0088","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c51ba5a615e120261340d2d8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:be4137ccf711b84068923c22"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4670e66c3ef7336496d87ba1","id":"aoa:aoa-techniques:relation:ea118c769154bccffc88c43f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:070a8b8e1fd8f212259f9635","trust_ref":"deterministic"}, @@ -2049,17 +1931,11 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:978e7a003effb0fd6154307c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:47ae6f0e6da2875e9001f1a7","id":"aoa:aoa-techniques:relation:b3f4f2d55c6194794da6b73d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:df3dedeb399280a688945489","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f93709cbc940134b6d15fd93"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:47ae6f0e6da2875e9001f1a7","id":"aoa:aoa-techniques:relation:e3625b812a735c193ef02efa","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:fe7c6853ce01a2162a720948","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a591c2003c96c381d0865a31"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:47bc81e7df38f87e81071f20","id":"aoa:aoa-techniques:relation:cbdf5e3a88b73fa06f32a589","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2a3d50858d47e6b718f53cc4","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bf51265fe5eee1bcab5ca7c0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:488ab30ab7089f2c8db7a484","id":"aoa:aoa-techniques:relation:b88a55618fd357d7bda1acd8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:77502f9785278ea361977196","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a2ca6fe3a2f60b771849d062"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:488ab30ab7089f2c8db7a484","id":"aoa:aoa-techniques:relation:5c8526c37a35a318398f79ba","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:fab6119d4b4a293224861e01","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c0e1eac49cf4d72e5b987719"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:490d7dc0ef8d9e52f81cc12d","id":"aoa:aoa-techniques:relation:7333519307bb2a852e4a6f9e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:882eb0f0ff3ac9d109e0ae94","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c878897a98cbdaa8fb45b8c1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:49142533b5a75e568582f7f9","id":"aoa:aoa-techniques:relation:2afefbf93051d1d9367ff77c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8fb6b3d9218473df15d7206c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:edee9d57ff8acab27b54b620"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:49142533b5a75e568582f7f9","id":"aoa:aoa-techniques:relation:7df81287db8a9c1e72f6d508","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:11a176cceac88d4e31c8e88d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b735f854f64401d75c022659"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:49142533b5a75e568582f7f9","id":"aoa:aoa-techniques:relation:44d93260d765a77fcd23e559","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:444537b43b9eb9836d2e5ee3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9f69161cfceddbdd8ea69ac5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:49142533b5a75e568582f7f9","id":"aoa:aoa-techniques:relation:96c5c299b949f4f542468a97","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b129e52f612ed5a239e550cc","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a8559b11d2bfba23b122d053"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4916798cb319c36fe1e8acf0","id":"aoa:aoa-techniques:relation:dbe5f2cc839f8eed91659ff6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6bca21ff480e1e6367da9bd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4916798cb319c36fe1e8acf0","id":"aoa:aoa-techniques:relation:d31831b0f749ff26ae69b4ff","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:575946391cdaa8ff6a82b97e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4916798cb319c36fe1e8acf0","id":"aoa:aoa-techniques:relation:d49206f3ed7ad7c78d67500d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:310f6aec958b8c0aac4948c0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4916798cb319c36fe1e8acf0","id":"aoa:aoa-techniques:relation:30a31489d149f8c29b1f37fb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:83c9cee2518e7ca5bc94929c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:49521fb1a4dab40da6023fa4","id":"aoa:aoa-techniques:relation:94479ef8ce21ef581625717b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:19ad5940ccc2d23e9da0c7f6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b9fa3f67cc6cc007b878f0a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:49521fb1a4dab40da6023fa4","id":"aoa:aoa-techniques:relation:b542d1f8303bd5b85d25fe1d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a5fbfd47a6eafe632e8bd8fd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:498fed7b674b74aa02bd8829","id":"aoa:aoa-techniques:relation:37ca57a3aa60477ea0028247","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ccf0a085b77099b5deb224eb","trust_ref":"deterministic"}, @@ -2080,7 +1956,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c90514efe4c6f02678b8fbe6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4cfc1fedfc33049a27a42109","id":"aoa:aoa-techniques:relation:66f40f7564a594d9c910a6a6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6b742cefa7d28236093d7a8e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:25e014d654459c793aebdc4a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4d253393fc323484bac9537f","id":"aoa:aoa-techniques:relation:b89b4eefacdb57a4ccdc9f70","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a48341531e1bf6275aaddcce","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6db5c681903cf927e5408636"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4d3d9d0f934546459425b3b2","id":"aoa:aoa-techniques:relation:58db1620a87cd5d694a47de7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:32efd6a45f0ac7162684fb0d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c56d385ef110c0995508bf6c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4d83a256490c64cb6f5781e3","id":"aoa:aoa-techniques:relation:339ab6a1dfa7266930537b47","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8be2acb6d75569df181ecb70"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4d9afa49668e2c9ab37255cc","id":"aoa:aoa-techniques:relation:b93464a1ade2f50ee8bc7ff6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0aa9bcfff017d7175583c296","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:53ac7afc800093708ee5dfcb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4d9afa49668e2c9ab37255cc","id":"aoa:aoa-techniques:relation:77eb6371ad8b1b2191b63369","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:38bc1283acf72ad8fc6681d0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:12ebdaec9bbeede76cb95e4b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4d9afa49668e2c9ab37255cc","id":"aoa:aoa-techniques:relation:d4f058b64633cd8f321b3c75","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4aad1a608897f6a57841cdfd","trust_ref":"deterministic"}, @@ -2094,14 +1969,12 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:98c96ca525b2a2509df5459b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4ec749cd753f1b6ba5d472d8","id":"aoa:aoa-techniques:relation:cafd3b9338e583e275355833","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:05f910a3e42336352f0c95d9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bc247cb6218eb25918ccaf4a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4ec749cd753f1b6ba5d472d8","id":"aoa:aoa-techniques:relation:288f0a9d53bf09b3ec2e5304","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4329dac63d000f14fea26460","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:95f5f984f5c497e55d07ec2d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4ec749cd753f1b6ba5d472d8","id":"aoa:aoa-techniques:relation:ce169ee80af4062a5c321176","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e483c419896d47afeaa90250","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:97a8145afcc816b3dc5dce07"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4efaeba5a4ba87eefbcf51e2","id":"aoa:aoa-techniques:relation:2425137ae52c717f1e15d0a2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a04bf10004e41075ddc7588e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4f2c5807d8eca737ad8f4d23","id":"aoa:aoa-techniques:relation:e8f4b697e3f39eeb67df64a3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:194b5a78b854a52aa669c1b9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0c45dff3e34d0964ce0687f5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4f2c5807d8eca737ad8f4d23","id":"aoa:aoa-techniques:relation:e9d6d0a0e1a5c90c2c8b0eab","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5c9d3053fe85a9fc279875d9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a460dc12d9847ce18e0f3d2e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4f5bd03d453edb3f26b46fad","id":"aoa:aoa-techniques:relation:5a93d932f6fddb50d0ea34f3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8c3cfa207103ed1e00f7386b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:54ffee2f3976fec0ce204e3f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4f5bd03d453edb3f26b46fad","id":"aoa:aoa-techniques:relation:0ed8fc142aeaac5f56b55511","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0f4c0c3a85fe8877b0dd4f0f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3d1245e206db99ac1ee66dd1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4f5bd03d453edb3f26b46fad","id":"aoa:aoa-techniques:relation:21c6a36e5fc38b63ddeaee86","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5c87d69ef205411aa47e8289","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b0eda72355e473c4c93aa1a0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4f5bd03d453edb3f26b46fad","id":"aoa:aoa-techniques:relation:d637d8be73df3ad62bccae5b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a8ad5342f8a9c69bc18a5f35","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:79a3e8edf71ea39d9090a49f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4f7a0f8e5b88c7b37f597a9c","id":"aoa:aoa-techniques:relation:77806d836fdedf7643bc1559","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:53a716e226c924eb776bed5f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:4f976565325193e1159a6423","id":"aoa:aoa-techniques:relation:4a88fe181e1cd4848d72b657","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:28b074006fa0dd239f7ba7e2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5979dd4f703fbe347530a8fe"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5071bee3806255cacf5f85c8","id":"aoa:aoa-techniques:relation:dd3efd81431fbf488d593af2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:455ee43cce4bf734693d48ae","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:df912c745f7eed16ac81a1c0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5071bee3806255cacf5f85c8","id":"aoa:aoa-techniques:relation:807ad1e87ccb8b29d66acebc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:625162de51e723d5db427245","trust_ref":"deterministic"}, @@ -2109,14 +1982,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89c7ba1b45aa6f792dbb4462"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5071bee3806255cacf5f85c8","id":"aoa:aoa-techniques:relation:457fdbc26ed3cc6b18939574","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c65580c8b9ecefa5b9cf025a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5e3a6abedfca2bab8f359285"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5071bee3806255cacf5f85c8","id":"aoa:aoa-techniques:relation:2e7abe9706247b54c6e5295e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4c635f5500d321048728d885","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c1639cc1867f0e495e49a78c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5094db302e29d2b5f6e3d2a4","id":"aoa:aoa-techniques:relation:66c9721a2e193808a035cf31","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bf43e62b4937509d1a09aba0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:901ebe884eb24a6de300bb9d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:509f7ef3bd050856245c2338","id":"aoa:aoa-techniques:relation:c1d5a6ebb5470ea8fb2d5e88","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bb55a0402abf7efa69474420"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:509f7ef3bd050856245c2338","id":"aoa:aoa-techniques:relation:5fe77b96e28bf529aa2afd3a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:25f2beaad9549632f3cffb69","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:79a3e8edf71ea39d9090a49f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:509f7ef3bd050856245c2338","id":"aoa:aoa-techniques:relation:0000b6cd9f98aec5f22d0eee","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4f7a0f8e5b88c7b37f597a9c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd06a22ba55213434fcd44c9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:509f7ef3bd050856245c2338","id":"aoa:aoa-techniques:relation:fafcea98f787484862a9b19b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:81a4fda5510967dd81ade4db","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:59a93b6e6a9bf59c7a295537"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:509f7ef3bd050856245c2338","id":"aoa:aoa-techniques:relation:9290ccc3a6b8d63f0732393c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:93751fb76423b351c72606be","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44ed3db44950975b757cd2c5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:50bd99bdd05a28068577db6b","id":"aoa:aoa-techniques:relation:3481544f20ca1d46e1407213","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5efbdce7ff66c835981c9aea"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:50bd99bdd05a28068577db6b","id":"aoa:aoa-techniques:relation:962d9cf3d7d3d0c3cf4bf0e8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:62515219dba56b38814db6ea"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:50bd99bdd05a28068577db6b","id":"aoa:aoa-techniques:relation:2c65142709319f3bd9c8a446","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bc263ab13bb1f335bdbf20aa"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:50eaf4d89473b049e685e5cf","id":"aoa:aoa-techniques:relation:c7b69515498de45c31a14b69","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:171083c92df90597b8c6d473","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d7f73ad093a923457abe4476"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:50eaf4d89473b049e685e5cf","id":"aoa:aoa-techniques:relation:df0f01a722007cef3ce6dd9b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:3ed1bb127f65309292d92079","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9dd423e96335d688bf33d4e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:50eaf4d89473b049e685e5cf","id":"aoa:aoa-techniques:relation:84302cdcfe7045b4eea00a14","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5291f1cdb3efaddd81d020a9","trust_ref":"deterministic"}, @@ -2126,8 +1991,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0eac6758d1787e0dc33ecdd7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:50eaf4d89473b049e685e5cf","id":"aoa:aoa-techniques:relation:5bc9aaca66c05e1ba8ec3bff","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b3ca5c6bb6d9a900b2811f1d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e7934f42394dc6299c4db126"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:50eaf4d89473b049e685e5cf","id":"aoa:aoa-techniques:relation:73f471b8b37cc733c096abda","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ea60005f1e9265fc973f7abf","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0330aece16af444c2f7e39cb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:50eaf4d89473b049e685e5cf","id":"aoa:aoa-techniques:relation:7015719651666ba8f11339db","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ff1c05f8c3579c7ecdf45561","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:216e6bc90fdc8136c822acc7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:515df1fc69c0a89a5f7bda48","id":"aoa:aoa-techniques:relation:53998ce7e7633e9c6eb62984","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bc266cb04785c75c388f3960"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:515df1fc69c0a89a5f7bda48","id":"aoa:aoa-techniques:relation:f2adce281411ca67a51ec59d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ece90781a786691faa2982d2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:517e71875e89271d1e808903","id":"aoa:aoa-techniques:relation:52eea0465da6b320295a6d7b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:efd34f4ea8cac32cab6a2fb7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:47718eb692e916667a343468"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:517e71875e89271d1e808903","id":"aoa:aoa-techniques:relation:6135d1bd85976151f6f6fc3f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1178ca8202fed3b6bb39ebd3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f35e0bb553ce30c68d8babe7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:517e71875e89271d1e808903","id":"aoa:aoa-techniques:relation:4c14a4c8ceceb18e25dae914","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2823eac9a551698a111124cc","trust_ref":"deterministic"}, @@ -2185,7 +2048,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c25c1a92122af796072b8399"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5553ebc1abd2cbdd65adce5e","id":"aoa:aoa-techniques:relation:1591e109a485b808234ac330","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bdc30658f8962f3b3bf3a7b3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5553ebc1abd2cbdd65adce5e","id":"aoa:aoa-techniques:relation:6a19673405c9e7c38f1f1b28","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:14d0010b6a64120f5f7866fa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0ebb24dad67ca0599e1257db"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5553ebc1abd2cbdd65adce5e","id":"aoa:aoa-techniques:relation:3f95b2d4f178517329ebcba8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b805d1e52cdc794439aefd77","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c93e6ecea8a8b364d103fc64"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:555dc41669cf431d3a241d20","id":"aoa:aoa-techniques:relation:c4481dfcead102dae479e466","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:deb510955bf94a25d261fcc7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5581ef58f85a0d268744a60b","id":"aoa:aoa-techniques:relation:83eb6a6d2d070e4a0b41d917","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:eb35f94a51713ea7c9e8b345","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:176de192e20d0318def52070"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:558c51d37fec198730947f01","id":"aoa:aoa-techniques:relation:108dc50cfe39d61027846b7a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:dd8fa42a36f58cfc9d0a8dbd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:add36d860b355204915abeeb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:55990b90884f96ddc4fb84b8","id":"aoa:aoa-techniques:relation:389d21337645196079ccfbd1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1ef01e20174005e6c1188987","trust_ref":"deterministic"}, @@ -2193,11 +2055,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c37ddaa8897053b49c9bb296"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:55990b90884f96ddc4fb84b8","id":"aoa:aoa-techniques:relation:9222dc0d985352b7aa75a702","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ab54375914c6a23ced573aa9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:537361e02526bb363dcfd3b7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:55990b90884f96ddc4fb84b8","id":"aoa:aoa-techniques:relation:b37d410fbedd749f4c59f231","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ba2860101181a093316d8cba","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e4ebaadd62df8eeecb03fbd7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:55a621c4b7940e10ae4309db","id":"aoa:aoa-techniques:relation:1496a4d159a938bb68b39112","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:88d1f522451f427bfa72f9da","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55d1dd4d206d760f3baf9ecb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:573ecc54b3478c0e12d73767","id":"aoa:aoa-techniques:relation:3b4297f8078bb9a72a2084ea","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e58a756cc935a2795ee351e2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:573ecc54b3478c0e12d73767","id":"aoa:aoa-techniques:relation:1518174d88f9d3e53385dcbe","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1e054ee4bf896fce7315c5f5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c20c5831a9c2b293596b131"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:573ecc54b3478c0e12d73767","id":"aoa:aoa-techniques:relation:5681036d48b013427513788f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:21ffb0124768c359ed23301d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:83f889da9b259842d99e9f7f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:573ecc54b3478c0e12d73767","id":"aoa:aoa-techniques:relation:ca3d0fc36b640df0f70c8825","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2d618f8427775347853cd3e7","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4d55155a160e18d7a3006a12"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:573ecc54b3478c0e12d73767","id":"aoa:aoa-techniques:relation:a48897b993ab88ba19d325d6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d75022d5c2a9e88856c3eb29","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:744a564f9dde1b8c88dc7977"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:581e9749cdd2db16f6ce3b80","id":"aoa:aoa-techniques:relation:947d6446f9f8500200b38c34","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:00e21bd5f33436c86d020716","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:491e2d3e81cfde1d923fcbfa"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:581e9749cdd2db16f6ce3b80","id":"aoa:aoa-techniques:relation:527b31ac214abbc2de1be360","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:06e9e8aaedfd37a6721abd79","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2b5919e4c84f4db8739b6d1e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:581e9749cdd2db16f6ce3b80","id":"aoa:aoa-techniques:relation:266192637a6d083255b1175b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0914e3c074cf8e909266390d","trust_ref":"deterministic"}, @@ -2233,6 +2090,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8fe61f4c47fe2fa66beded4a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:581e9749cdd2db16f6ce3b80","id":"aoa:aoa-techniques:relation:169b5e78cc206c404edab472","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:66c9da7139c879aa59436976","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d34e1db87163c17a6fb9fd78"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:581e9749cdd2db16f6ce3b80","id":"aoa:aoa-techniques:relation:4eff36efb50167219d953ea0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:68d1acbead326413b0a3381c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:77427ef2611ae4fc92160ec3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:581e9749cdd2db16f6ce3b80","id":"aoa:aoa-techniques:relation:95463d5601acfca0e08fddc1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6ae513b765f8285d63a685c1","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a2520fe344405977ca97a745"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:581e9749cdd2db16f6ce3b80","id":"aoa:aoa-techniques:relation:bbf039633b119fa372c74015","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:51e7e5a32fe9fd41052840df"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:581e9749cdd2db16f6ce3b80","id":"aoa:aoa-techniques:relation:10729b49e8380eea98700287","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7509581fdecfac52b10fbe11","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3580be83591f3f5166daf498"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:581e9749cdd2db16f6ce3b80","id":"aoa:aoa-techniques:relation:f939fefc87e775f76985304d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:757e2a99b8a1456db342687f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b8cbd99d16cd6d1f48578d9f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:581e9749cdd2db16f6ce3b80","id":"aoa:aoa-techniques:relation:bc34e5c03c74d62091817a77","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:769eecba9656c1d0bbb6cce6","trust_ref":"deterministic"}, @@ -2284,12 +2142,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08b9cbbc688a1f382cb4a26b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5944b503e1ffa7de4c228db0","id":"aoa:aoa-techniques:relation:2d12f25715ce01f27ec156b2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:135790aad8ff2a807d02701c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bba30a00ff5e4aa048049df2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5944b503e1ffa7de4c228db0","id":"aoa:aoa-techniques:relation:f87bc50e42b66068693327fb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:84277125c03ab930a4b7252f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2cdd3281212bb6970aca3b9a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5944b503e1ffa7de4c228db0","id":"aoa:aoa-techniques:relation:ce3e038557e2c1a5f4a91c18","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e29466ab9b68d140321f6d74","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bbc10d00a81b44502e34f378"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5975c9f7ad67463dc3402d83","id":"aoa:aoa-techniques:relation:4675b5cbb37848e3d58bd9d7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e7d86e66a6b1bc6565ef446"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5975c9f7ad67463dc3402d83","id":"aoa:aoa-techniques:relation:b4f9cfc97c3a9d8b8d143ca6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:17228db8d981a197511ff602","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c56d385ef110c0995508bf6c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5975c9f7ad67463dc3402d83","id":"aoa:aoa-techniques:relation:f62aa8a6505d54c2d7803f01","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4d83a256490c64cb6f5781e3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d933b894b739c95285bc2006"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5975c9f7ad67463dc3402d83","id":"aoa:aoa-techniques:relation:aaaa726575de24f1ffd703cb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8d537673d7a55685aeeeccc5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4eb5daf1db3b5bf49e72f4c1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5975c9f7ad67463dc3402d83","id":"aoa:aoa-techniques:relation:79a0330d262e7371085a00a7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dcb5e5a342304e8be95c4d64","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72b92249051a1295a1fdc195"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:59a40681cbeef8e6e926383b","id":"aoa:aoa-techniques:relation:c155a41277d608c0eaadc6fb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0f15e80c000c8f5d22d6d178"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:59f590fde1f3cdd35e88f688","id":"aoa:aoa-techniques:relation:356dddb940227b3cc42ecfda","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:663d13e30152989cea785444"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:59f590fde1f3cdd35e88f688","id":"aoa:aoa-techniques:relation:2833e5cb94abe26675a88b8c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:01d394a424dc963c515c816f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9ad08765b70f5485cac9d76a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:59f590fde1f3cdd35e88f688","id":"aoa:aoa-techniques:relation:6f9ec76318ac9e4dd6c4b886","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:15860d9789c4df9f8d19c848","trust_ref":"deterministic"}, @@ -2303,13 +2155,10 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b8d8eca3f8db226f5ad50d95"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:59f6c5a2d167fc3628a82505","id":"aoa:aoa-techniques:relation:f95bbc4d124c82d20728f7ea","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:dfbd23c3c7f962a239b7a523","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1c647d39855a202b7fd2aae6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:59f6c5a2d167fc3628a82505","id":"aoa:aoa-techniques:relation:f22061c8ca84e45fa9d5d19b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e5a780d95f8f56877b5b4bc5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8fcab39a5860a791beff50c3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5a8154f1cbae179af95b1b23","id":"aoa:aoa-techniques:relation:47727ba428605c7924ee688c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:87b4aedd1462262edadf94a9","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:38dad3927ac983e1ddac2eeb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5ab1c66a30efe08b2c874fcc","id":"aoa:aoa-techniques:relation:8165ff5052384e48f65473cf","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:09cb49ad526692a9aa564893","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bfbb7f9c02a1c7d64e49c5eb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5ab1c66a30efe08b2c874fcc","id":"aoa:aoa-techniques:relation:1ac8a3ba374222241885de13","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8332989297232b11ad1350ff","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55746eecca1eeae205a62d8d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5ae12cd356b9ff88246bc758","id":"aoa:aoa-techniques:relation:48b09814b2155e7b3e514d41","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:770f717bd719c9ebb8fd232e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c1c6563423966ae83e219b1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5ae12cd356b9ff88246bc758","id":"aoa:aoa-techniques:relation:259b1329a25e6d94ba79f908","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0a8c41843e27789c47b48e06","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:67f3e943565f13b54b84ae71"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5ae12cd356b9ff88246bc758","id":"aoa:aoa-techniques:relation:b21dabf03139619180e78693","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5ebd7eabc4a30cb068e8916d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c78eb9c374d893f5715c2096"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5ae12cd356b9ff88246bc758","id":"aoa:aoa-techniques:relation:5696f8101ea7bee47c9625d7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:687a4b1330026049c876f78e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:45025ae3367a385c72fd514b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5aee3a37feb6ad86fb562886","id":"aoa:aoa-techniques:relation:9f93e8e65af862bfd266b73e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b1b997a86c119d019c1835ef"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5af707fd5e3b557ca160ae81","id":"aoa:aoa-techniques:relation:e07998359a31ecb8de945027","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:655b0934dca893480d6eb15d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:61741115aadeff15c496af2d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5af707fd5e3b557ca160ae81","id":"aoa:aoa-techniques:relation:70247aacaa4e432100a8f722","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:616e1af5dc671c15e3bf64b9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8c35ec68552a78c5c01c13a7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5af707fd5e3b557ca160ae81","id":"aoa:aoa-techniques:relation:a91ef1aab3d086b56abe8f09","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7a3d41c47ef2414d533f171d","trust_ref":"deterministic"}, @@ -2325,8 +2174,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:563fc6e5606ddf98964c3ea5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5bba689f38c335d80c77047a","id":"aoa:aoa-techniques:relation:0b592af191809d09f654e12a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5ea367362ffc1187e0c85dc1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5ed8e9d28d68ec0d05dc2e74"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5bba689f38c335d80c77047a","id":"aoa:aoa-techniques:relation:a570abe7173172ea78e1543a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7a3e5925a43ccffd437c39f4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:faf7c1f6142f80ba8b7469c6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5bba689f38c335d80c77047a","id":"aoa:aoa-techniques:relation:59c7db9d1e4ece1ada54f25d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:dd0bd278bffc51db53111d3a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f2cd452f7ae94645c7e3b97"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5bf149dabfa8bd0ef06b99ec","id":"aoa:aoa-techniques:relation:fdb899b95e8d5801876d974c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:995dd7656467e68f9ff726c7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5bf149dabfa8bd0ef06b99ec","id":"aoa:aoa-techniques:relation:5e03edaed3bb815e36bf4224","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3d1245e206db99ac1ee66dd1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5c87d69ef205411aa47e8289","id":"aoa:aoa-techniques:relation:b6c2259a921ea506f3086ded","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e2abb53218a5ad6a828e6d1f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0c45dff3e34d0964ce0687f5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5c9d3053fe85a9fc279875d9","id":"aoa:aoa-techniques:relation:0537d62e0e47b42512822f43","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:012afc0f60d47e2156e11e7c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4060afa0d3bdefb2aaba1ec6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5c9d3053fe85a9fc279875d9","id":"aoa:aoa-techniques:relation:153b5f26bf9bce8dd7389a86","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1a947fc97b5561e714670849","trust_ref":"deterministic"}, @@ -2363,7 +2210,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b468584d9a09ecdd134146e2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5f1187e95b41c10f80350256","id":"aoa:aoa-techniques:relation:ebe4e7cfa4c610db3b6f9f9d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:702481da184f07f5e5d7f9b6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de4a4283c738e97083aa9841"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5f1187e95b41c10f80350256","id":"aoa:aoa-techniques:relation:e5bd16e579e9a603181f1933","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:bbd408f411a09604ee023356","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:135bab607e767c1e4099fac6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5f1187e95b41c10f80350256","id":"aoa:aoa-techniques:relation:69b59764eb5002ca41f67bce","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d8f29679ea7a1f7d4ffaee8b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18f3dc49afa4ff405f6b9d4d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:5fbdf4ff1db2eca7a50cb4c4","id":"aoa:aoa-techniques:relation:0078aa064e1ecd93900d03c3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b5f74f05e602b52f685325b5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:60a9bdf9582ba814a237321f","id":"aoa:aoa-techniques:relation:d3db8e83d2ef3b2a8832a6ee","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:243f21054759c33a660563f2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4eb9d4e709b70261952becb9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:60a9bdf9582ba814a237321f","id":"aoa:aoa-techniques:relation:6d35cd45c85914ab6d196c49","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4d310869dd2e62ecdcd12672","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:45133b63935581e72ef1883d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:60a9bdf9582ba814a237321f","id":"aoa:aoa-techniques:relation:8d7ee53ca8c03ef078f0a0ca","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57","trust_ref":"deterministic"}, @@ -2391,7 +2237,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:66e44c3112cdaf117a959584"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6211446b319c164f3a41fe81","id":"aoa:aoa-techniques:relation:409ff8f92a95f8890f447cd3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:98a4d14e0dc54ba32ba9958e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9277af0f47ef68aaea1953f6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6211446b319c164f3a41fe81","id":"aoa:aoa-techniques:relation:419d9ac82ebf399cf455ddef","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d75660e4e17f1d13fcf86611","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:14c31a3b59bc072d9ed96e68"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:624e3a4cf68070ae15b77a8b","id":"aoa:aoa-techniques:relation:4d6613bffde0019d963eefc5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:9f329f41db5440a32682a751","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ed46bcab3e572d986d89fbb1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:625e4e617f5dc2eff2a63820","id":"aoa:aoa-techniques:relation:bc29da9e7fd263792a20326a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4e8deb2a7613c614302c44f1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6260d9d4b747ab70c76d90b0","id":"aoa:aoa-techniques:relation:900dd566f91903462a429d35","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:41627642723565570a5ba138","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9a2ab01879b8826a731fbfe4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6261e551722a0415a14d3c69","id":"aoa:aoa-techniques:relation:8448e1d83f1c93ce869ada82","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:395a124445c66f20adae62e0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b850f2205124f90996d1ed5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:62e72cd2222f4f159b363caf","id":"aoa:aoa-techniques:relation:1dcb3f6d381b3802be18ddf5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0b514ec0f40107f2d5885231","trust_ref":"deterministic"}, @@ -2420,15 +2265,12 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5ad33e6207efb0741486e279"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6455d7f243d143bd74a2f236","id":"aoa:aoa-techniques:relation:21ed35be92c61c52e9053d15","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9f6e9f880543295ce15666e6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35f572e564c2ca2e9ab09660"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6455d7f243d143bd74a2f236","id":"aoa:aoa-techniques:relation:e1aca4888c6b695c817aad67","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dff2dacc789ed9a0913ed2f5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:78f6b03ec7dd0a67883ea447"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:64a459995116a636ff18dbb8","id":"aoa:aoa-techniques:relation:a7f1262e096fae1cdf877cbf","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:125afcff8fa1dd2c166f8240","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5341042b551cfff1ba2022e2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6514bc9d928b9e85cf336500","id":"aoa:aoa-techniques:relation:179a895b4a5b1ca0a99b922b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a9c9e95778384d2d4ae71f38"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:655ad31ed5cdfce9c825dc84","id":"aoa:aoa-techniques:relation:0a63962a348ce33831d48564","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:9b912748bdf9b428ca13d58f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b05edb2b8c320f8aecc2d6c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:659e07948a74817ea37e22b7","id":"aoa:aoa-techniques:relation:02d4fec998f8d79dfc4ccc72","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:cd99f5804a59445147ce48b0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:36574a31839b3113cfe3a1cd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:65ba97a076d4cd7786c1d99c","id":"aoa:aoa-techniques:relation:a6837d25a9a7738a283bbb25","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2eb53341e502b0b2d73a3b17","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a2b0e26932668c66414c22ec"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:65ba97a076d4cd7786c1d99c","id":"aoa:aoa-techniques:relation:b19358eb31a079557eb09a28","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2ed5b501a82fb2aec2587bcc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72e5adda1ab13a15e605911d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:65ba97a076d4cd7786c1d99c","id":"aoa:aoa-techniques:relation:b3920d1c7fa37b2911a6648c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:3bd1406d72b55e6e041fb658","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:70e824b0cc31e64c19fce8cb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:65ba97a076d4cd7786c1d99c","id":"aoa:aoa-techniques:relation:18833bbb1dc9c43ade0516a5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:9ecd3378d6f6372b1047a9c0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6eda777f8251f2c549f2f886"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:662bf206fa93bb7ddc9eb543","id":"aoa:aoa-techniques:relation:598f5d18a5d5b022cdf89d77","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2a1c9fd8cf4ca8d810044304","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1de1f8253e2a2a511c9629f3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:662bf206fa93bb7ddc9eb543","id":"aoa:aoa-techniques:relation:863c4a9ae6984714e17575fc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:673475f0067e9658ac1c13dd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:48a66bf6a15eb2aeb8544049"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6646e0b529e99daa7c15ce58","id":"aoa:aoa-techniques:relation:0ae7dd68ba1b72ef8d75f10b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2d4324af86755a673c1fded3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0dbbe602b125cfcc55766ccf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6646e0b529e99daa7c15ce58","id":"aoa:aoa-techniques:relation:1992b71e1b1393da08392d05","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f9a0d6347c48e626cb968dc1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6e660002df4e4fbe4cf8e67"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6654b623336b84e5e0d00fcf","id":"aoa:aoa-techniques:relation:91a23d10258a1d6d25257b9f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8a47b6fe523961d9a211829f","trust_ref":"deterministic"}, @@ -2465,8 +2307,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ec5d751262748e9544ae1b4a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:69290413fe9a9d4148496858","id":"aoa:aoa-techniques:relation:c98357581fa53d04b0540cb9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:77dba71ca3761f3889b1bae8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5eca26f9f92cc76ecbdf29b7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:69290413fe9a9d4148496858","id":"aoa:aoa-techniques:relation:18be94fdcbd2f1eaf0988567","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8ca89d81ec41c1cebae5b70b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5ec71f22754332e9ee623026"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:69290413fe9a9d4148496858","id":"aoa:aoa-techniques:relation:b44b713a35d1f820a940f74d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fd1f2f3dd0dabf0389357b4d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6624f264692d6da00e210709"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6939e7d08002eabdf666f971","id":"aoa:aoa-techniques:relation:f355acccece602869e143877","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9e4cac7b102c0bc695156dfb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6939e7d08002eabdf666f971","id":"aoa:aoa-techniques:relation:8baa18d23331dbbfa289b1d4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2ae4bfdcf2f16f238d8d2abf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:69cbd15ee2af6d8589431dd2","id":"aoa:aoa-techniques:relation:e4b4c28dfc7a731ab58dc1be","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8c7bde31d34cfc557f300250","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e1fda7f4bc62f925528582d6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:69cbd15ee2af6d8589431dd2","id":"aoa:aoa-techniques:relation:ed3c770e8547bab6bb30d077","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:195cecdea45e9d572cdf2a52","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:77804df5d74c874f5adb97bf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:69cbd15ee2af6d8589431dd2","id":"aoa:aoa-techniques:relation:c5cd9d09345f182465264092","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:722e3151463436b6def23163","trust_ref":"deterministic"}, @@ -2491,7 +2331,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:69dd03e435274a0a50ae4c52"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:69e2c19e4c0eb2ff70e7974c","id":"aoa:aoa-techniques:relation:1c1331f8856ea2c4cd9108fc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f86f4212fedac1fdd786906d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c2b826a9b2493c9141b32bab"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6aa8bd21c61c1deb67a59d00","id":"aoa:aoa-techniques:relation:a4f0a39e595b9c26fb0c1d31","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:225b1629d97d0f8edf201bb3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b6c5cf60936a620da4f55c74"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6af8969eedf886fab058fb88","id":"aoa:aoa-techniques:relation:bab6f4915a85b5eee248ae0c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b55f83bb51ac6656d4d45bf3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8450e468d7bbfc9cfd4526f8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6afbf5ae616362e069544648","id":"aoa:aoa-techniques:relation:54b88d59ac493197af618e13","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:052e3ebdeee0ad37b88dffd8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6b37f0dc5cf50113ecbab915","id":"aoa:aoa-techniques:relation:892ead4b07f8db770e275a87","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:69115555405d4182c0eda99a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35f572e564c2ca2e9ab09660"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6b5abae253516710fd730638","id":"aoa:aoa-techniques:relation:1fc7212a2bd9c1a5d9b2e0e0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:76651b92fe24f30a4158e2a8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f03a5c8a5d1739fa0ad05200"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6b7a07aeb2d906d2a81c3529","id":"aoa:aoa-techniques:relation:e36a27bff2db06ab83488d83","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2da7fee81d15fb0159639ca2","trust_ref":"deterministic"}, @@ -2499,8 +2338,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:21fb041775366b802482f596"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6b7ce76b2b9a1945d050f2df","id":"aoa:aoa-techniques:relation:bd2c20b70bdc127f2975c8bd","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:aa0f020df5186b0f45272871","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8555262078750762d4a7e812"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6b7ce76b2b9a1945d050f2df","id":"aoa:aoa-techniques:relation:1072c30ed2a632987e70a86f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c18fd53e585f453c91f99d52","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b82714c4f1cc9583eca39ff1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6b7ce76b2b9a1945d050f2df","id":"aoa:aoa-techniques:relation:b8d032c7cfc70edad1c92cd1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f7b2391175dd9d9d5872ff91","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e9fb17f5d47a8345cb7a46f5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6b7ce9bac40e573b2650ec5d","id":"aoa:aoa-techniques:relation:1917328677a614697ab045dd","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a87aeab7ae40331d01996f23"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6bb220ce8bcc186b3f9bd8e8","id":"aoa:aoa-techniques:relation:89cb04d943416b0a3ab67c35","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:087adf8088e9c22d59676823"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6bcb8559011983bbb232ff5b","id":"aoa:aoa-techniques:relation:1718902d3162f732bb9a2802","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4d22e0c860bd9abe7dd57760","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:606a27bb796330d734ca35f2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6c0f969a6183f88f8a03de05","id":"aoa:aoa-techniques:relation:0eefc4bff662e17a46a368ac","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:12e61c382551c593c013e9ed","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9d467784ec3b60c8324903dd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6c0f969a6183f88f8a03de05","id":"aoa:aoa-techniques:relation:d1a45136580f9f42699d43bf","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1bf05d6841c70a072980804b","trust_ref":"deterministic"}, @@ -2509,8 +2346,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e03c4363ee68a475049a9b2c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6c0f969a6183f88f8a03de05","id":"aoa:aoa-techniques:relation:622a2d88f5fe788f45aceeec","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d15b96316f61caee1ed82450","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:901d79ba1a78e90eda4180af"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6c473f0b6286965984ec5847","id":"aoa:aoa-techniques:relation:e577346027746627478f3002","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:65aab6e00bd219449f8e0604","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2caea3dea47d96fc35e5fed0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6c473f0b6286965984ec5847","id":"aoa:aoa-techniques:relation:c146d5c502953225f526a339","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:96e6b1ce02c4f43c1da2bb66","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2a1b62b3dbfe48989b1c24ed"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6d0aac1dbd440d0659310220","id":"aoa:aoa-techniques:relation:db1e4faf09062630b6f87aa8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5240e27ab14d93b347d907ad"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6d27026bce56e5a4769c264d","id":"aoa:aoa-techniques:relation:26bc13c88d67711eae4b1c1f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:270751308ecc15c719876d0b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6e00f761b3732bfa37edd518","id":"aoa:aoa-techniques:relation:672df247acf2fa3b7f760b1d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0f88e23c2c445bd245a15a6d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f91a46405faff3f6e2d8387c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6e00f761b3732bfa37edd518","id":"aoa:aoa-techniques:relation:9eb7297ac54de9439a1e7218","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c1488709a914f891abc0179b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d9b3b17a48efa6ec8846451"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6e00f761b3732bfa37edd518","id":"aoa:aoa-techniques:relation:5bbc8f7b8c91abb409a82f8c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e2218414455cdde9f64f9b24","trust_ref":"deterministic"}, @@ -2521,16 +2356,10 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bfafad588a1405e61b53c363"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6eb0aeddbe495427e8d1474d","id":"aoa:aoa-techniques:relation:2f7924670466d2ff99ea89e2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1fc6bada6f15b8b85ee226d8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:99c63f9e628cbcefde05d8bd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6eb0aeddbe495427e8d1474d","id":"aoa:aoa-techniques:relation:ce172284e8cfc13954cc584d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:83a6c75252f240d20eb9954a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1f4517908346795f48c23d5a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6eb0aeddbe495427e8d1474d","id":"aoa:aoa-techniques:relation:22f926e0721732bd857fd9b3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f0c9e0a532d36632f5b8a7c0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b02504a5dd4a3ef16e0a7545"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6f3763a6f70bc9e15386f59c","id":"aoa:aoa-techniques:relation:cf9c2f4715148a53b0355d9d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:47c8c5f010f80c35b04f4c5e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3281a24c344e7a164d59e94"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6f3763a6f70bc9e15386f59c","id":"aoa:aoa-techniques:relation:409eabc8ee2f6841c3310b2d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ea602cf07b34be6e540fc4e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6f3763a6f70bc9e15386f59c","id":"aoa:aoa-techniques:relation:7b78f58932dfee118cde58f0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ad8aaa5efb9dc07ae800892d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f58e11eec8186d661b960fc8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6f3763a6f70bc9e15386f59c","id":"aoa:aoa-techniques:relation:d960902ba8d99b81d03fb075","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0d2ee890f533b4a170ab4ede"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6f90747f88527ecc31cadd67","id":"aoa:aoa-techniques:relation:09daaa33b23c4e476e3a6225","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:16bf5344f444426fc1f01dde","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3d62551899a614547f3566c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6f90747f88527ecc31cadd67","id":"aoa:aoa-techniques:relation:b76af8b4281a02f5751e1f2d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5c9d576af5c4da10e3595e94","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bb1d83635c4533aab88be0db"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6f90747f88527ecc31cadd67","id":"aoa:aoa-techniques:relation:4af3338e1dbf4ad9b6a58e3c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6a350d904740b759ade9c5d3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:953fda3cda66869746ed618d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6f90747f88527ecc31cadd67","id":"aoa:aoa-techniques:relation:14a72de0225a3b2c2f0649ed","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b8898957770abacba6993bc3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7f90613e6b081e4c0dcd3b36"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6ff90f60d369ed5735232167","id":"aoa:aoa-techniques:relation:8113aec9022b9eaac2d8d2a3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1a6da3c4c87b99e8491ed6b0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3c78d36e8ea533377c73237d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:6ff90f60d369ed5735232167","id":"aoa:aoa-techniques:relation:ab89607a230ab090c4b0c4cc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c3144eb71b18e2674bc43f87","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:80d4e62e76e1504ffa776181"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:702894495629399f1149aaf6","id":"aoa:aoa-techniques:relation:865f2aec3e9b55abcd5f1a82","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6cbefd43f4835a1bab7f03a9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:11102557dfa5b3e3ba27b41d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:702894495629399f1149aaf6","id":"aoa:aoa-techniques:relation:bcdff08a28b9d748fb356ff3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fee4a7baeaeb0388b6022492","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d095930d35ee73cb0c69871"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:703bfef87263bae289bfc34a","id":"aoa:aoa-techniques:relation:f541890f56fc06314ab1b8ce","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:df797d7151eaf3bd87fc86b3","trust_ref":"deterministic"}, @@ -2542,13 +2371,10 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35f572e564c2ca2e9ab09660"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:703dedc12ba3c11d0c5f5515","id":"aoa:aoa-techniques:relation:526760ecdbf80458c1b316c0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6b5abae253516710fd730638","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4ead9cf657de60c2517d354f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:703dedc12ba3c11d0c5f5515","id":"aoa:aoa-techniques:relation:b35fc5f3118165aa19ef3561","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d0c3208194bc38996fbfede9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:525ca553b3f8746fb229c334"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:70634901492df952ec8b82bf","id":"aoa:aoa-techniques:relation:17ae7df3e6600e2500f6dbfd","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d27b56ff431893151fb5396d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74e614843fef08878688c74a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:708ebdb4aedc3143297899d3","id":"aoa:aoa-techniques:relation:b49d5cc081e9210373a2f8aa","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6cf2214359f5c329d8bd7342"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:708ebdb4aedc3143297899d3","id":"aoa:aoa-techniques:relation:8e5c51f3d19e958d7a0637ed","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c98e619ff12f56812448116b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7118b12877fc7a604faa9d5c","id":"aoa:aoa-techniques:relation:4bc83ff8b42801ad16f6bd27","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:fffca88edd30a13a11063690","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4f1d99b0989a322b8da7196"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:71549666d769aae2287b6300","id":"aoa:aoa-techniques:relation:f7c032764aecf2e9030cd741","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f35d0c120acc61a2ba2a4849","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef8acdfe43c6c1fa0edf27e6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:71549666d769aae2287b6300","id":"aoa:aoa-techniques:relation:d2e1f3fb677c2ce5cbd18ac9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f55d59c8f6dcecf868fa3c37","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4e069f39ea81dfb2bd8b3d7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:71549666d769aae2287b6300","id":"aoa:aoa-techniques:relation:56dbdd104b0ee0e31950128e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:fd36d2f41a5814b215a3d848","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:acefe65248a17f4aced3e316"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:716ec969acb977d11cc7a501","id":"aoa:aoa-techniques:relation:2acfa3f4e46db33ae869dac4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:462e9e2f4825c2289ed67d08"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:71b1bdc327d0cf8e9bb3f2bb","id":"aoa:aoa-techniques:relation:9966dd42222e835db5e78bbe","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:207d028a244119d51928639b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:94ddfef0148a80db3b88a1e7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:71b5e605d60e9cee27d79d7d","id":"aoa:aoa-techniques:relation:adf97e29b12b6060eeea859b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:aea204fadf73ee5718d5415b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9422b587b028c78aff891c6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:71b5e605d60e9cee27d79d7d","id":"aoa:aoa-techniques:relation:a834195b272959009dab1127","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:cb07dc041136d352abc5b2e8","trust_ref":"deterministic"}, @@ -2563,7 +2389,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:67c2d2b9210e1d611a82d64a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:722e3151463436b6def23163","id":"aoa:aoa-techniques:relation:22fc10eced9e86ce6a43883c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:395db01b03dd495d2cc8e3ff","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3e4042c40756bc8846b80c2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:722e3151463436b6def23163","id":"aoa:aoa-techniques:relation:f5e34037e988687d7fcc46bb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6eac765000e7efd901d7f713","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4bc426b41811b9f2c9fa0264"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:722e3151463436b6def23163","id":"aoa:aoa-techniques:relation:f837064441e0fefda3506eb8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:fed07009388e07ceef11d5ea","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f080e0bc600fe7104741a36"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:725227da4f5e61d53b04e5df","id":"aoa:aoa-techniques:relation:4fe82638b80f7aa22eb4b389","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:490a27d2e91d07f87b07992c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7291eb905b6396cd0bfd1002","id":"aoa:aoa-techniques:relation:f9762b8be083e0e5fe739d1b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:87b9e3133f13f48d0d948b33","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:11102557dfa5b3e3ba27b41d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:73a4f3434fafd278b3b6b0b4","id":"aoa:aoa-techniques:relation:7c37070f804ee79e571fc6c2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:03bbd5aec688a30c8470b0c6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9f7d363cdbc292aecf9b81d3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:73a4f3434fafd278b3b6b0b4","id":"aoa:aoa-techniques:relation:51fbe7029f6ee609b92421b4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7242e910ab0062d0f7815df3","trust_ref":"deterministic"}, @@ -2574,8 +2399,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f1d4acbc72acb7fedf4c89e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7404d0b3f88e76883ba71a7c","id":"aoa:aoa-techniques:relation:07daffcbf552354f6e67f02f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:97ca50a1f257bd769286c5fd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d7e3d38cd6bdf24a5f2fdba"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7404d0b3f88e76883ba71a7c","id":"aoa:aoa-techniques:relation:c17a7e80632e585d3501c4ba","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b0db3a1fa4142afe42fcb075","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1c34dc0ad73cd87fbca87741"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:74b9ea54977b63eefa71bad9","id":"aoa:aoa-techniques:relation:16d8a4c83307dec9468a69e4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:df27250f9d8181c9b4c949f5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1bccc17ccf262492993bda9b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:74bdda64bcdde5828eee1c2a","id":"aoa:aoa-techniques:relation:667a3fb8c08e55df05005ff0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d3e34b2df38ee20e091676e0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:751a19cd036532213cc93a55","id":"aoa:aoa-techniques:relation:487f5faaff2d757278911d18","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:23c462e9b98c602d506b5ef9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:756419f8de1a0f7c48e72d55","id":"aoa:aoa-techniques:relation:d61f6d392bcfb26f16d6420b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:551aac060212aabeebecce6c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:86cd8c8cba03b51bec82f742"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:75a716ba7bfb0d29764bcdee","id":"aoa:aoa-techniques:relation:d085b69a19457d2a82ba541b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8b9b6b7d4d614b345ae84a1f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:415cd89d83e8c0e99b80ee5c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:763c8307989f1cb5b439efb7","id":"aoa:aoa-techniques:relation:cf0ea29b59cd21e5f8f13327","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:92582e86226a42808b829ebc","trust_ref":"deterministic"}, @@ -2583,10 +2406,8 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b3ca45f0a90e1783f551cce2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7718085f707b5657c1c1833c","id":"aoa:aoa-techniques:relation:1bb9f079f2b6555056d4e37d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:057b9409e59f81ffc317fea8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:490a27d2e91d07f87b07992c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7718085f707b5657c1c1833c","id":"aoa:aoa-techniques:relation:9e1797dc4a72efc4b88c58e0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7291eb905b6396cd0bfd1002","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f20d173e0089aba8f4d5f5ca"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7718085f707b5657c1c1833c","id":"aoa:aoa-techniques:relation:4ae146866865e696fd8ee16b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:94316ff9f23858a2269a685c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:df28a205fe1d1ce628541498"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:773645946c2649c6899cada9","id":"aoa:aoa-techniques:relation:358ad585602622ae775806ae","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a26ac27ac2fde411be4715e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7764c0e358e96b45b7e00965","id":"aoa:aoa-techniques:relation:e456217c6406b890df620617","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e7511364e3df6d61ebff6731","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:675caa36db4c691a99fb1d7b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7784a6a6e282f3a9351c6580","id":"aoa:aoa-techniques:relation:ac3e46312aee9c36c8b05fc1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:efad5c18022305012ddd5d4d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7f0187559c54541ea2712951"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:779a4edb8571d5795cfd0cf9","id":"aoa:aoa-techniques:relation:04ce132c6b19eaebfe51a636","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ec5d751262748e9544ae1b4a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:77dba71ca3761f3889b1bae8","id":"aoa:aoa-techniques:relation:d0249e6ee0d667215e36567c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:cd0a9eb47b3966652f71e09d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fd9b8bd017678d9b70685c9b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:78146f83e4398cb3089cfa7d","id":"aoa:aoa-techniques:relation:9961f527df1adc3d7357109c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:53068e6c538f8880c777eac3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7d09a905624f002d261fc6e1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:78146f83e4398cb3089cfa7d","id":"aoa:aoa-techniques:relation:670d6c02ca219d8e9c78e29d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c64f07789c9e121df3ccfa7f","trust_ref":"deterministic"}, @@ -2601,8 +2422,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0277f4d8d074a39ca8714ad9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:794f56f0ac48c7ba6eb16832","id":"aoa:aoa-techniques:relation:282d2ad6b860a01249f9df01","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c0dd964116807657f013e34f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a129c03a795d91171919999b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:794f56f0ac48c7ba6eb16832","id":"aoa:aoa-techniques:relation:622d91f8d7176030ecf624f3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f739d5e7ba353b88fb6aa2f4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8cf0f88821697b8fb23b716c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:79549dd33d774ecb0898b71c","id":"aoa:aoa-techniques:relation:b2b015ec7151bdf3071db87b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ab869d595593a59d02d3c895","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:17583ff356ab62ec4b8faaef"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7a1427e56021727a43145f68","id":"aoa:aoa-techniques:relation:da8283ed5cc6120744a89640","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:41d7907a0164582cfc9b6e36","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:03c8fbbe1087020e6fd57a27"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7a1427e56021727a43145f68","id":"aoa:aoa-techniques:relation:5dc5eef4a8f4a1107ddf91fe","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c50c0d77d1853be5cf94cf88","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:43d64f1d5e247f9d6c5428cf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7a274d62b2449a061d310ec8","id":"aoa:aoa-techniques:relation:335d016a8efc857877f779e6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:182f726c5cbb10dbf61c2767","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8c35ec68552a78c5c01c13a7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7a3d41c47ef2414d533f171d","id":"aoa:aoa-techniques:relation:cc618696f863fb904a122929","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:06502c2ace1191a8a20e9186","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dee379c9d80d5ffa66fe8ccf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7a3d41c47ef2414d533f171d","id":"aoa:aoa-techniques:relation:b573bb0282299193bf51ffc8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:46eef750f37f5cbfab722948","trust_ref":"deterministic"}, @@ -2684,10 +2503,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:539c4c7f1988986bb8dedb41"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7e26b84b5087a749a1c8724f","id":"aoa:aoa-techniques:relation:acfd0608914d83c88dc81176","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8c03e296e2b205750d519a14","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8cf09d9b7192e61a8d0ac789"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7e26b84b5087a749a1c8724f","id":"aoa:aoa-techniques:relation:3f159878baea3f07239e1ccf","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9b2abeb75372b68bbe8b6c1a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c3935def28297bf3576ec50"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7e5aafc7cc6f2af35981d038","id":"aoa:aoa-techniques:relation:774087e4b47bd87376f462b9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bd84c9fe581febe98c182d78","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7955adcaf003db2c2d0ab54b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7f48446b05809ce24b5aa206","id":"aoa:aoa-techniques:relation:6ed2406d5b037d38d0cc7449","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:678f8396ab115bc54c75ac78"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7f82b0aa49e55fdf2cb63d79","id":"aoa:aoa-techniques:relation:c6af0a973be0b78773f5572f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:219c9412169388f071bb00b9","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fb42781906f48ac3e9b7d513"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7f98076a5173418b31360db8","id":"aoa:aoa-techniques:relation:07b83eb36026ba34c4be47ca","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d42282f463ab1777efa77e4f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5715059f119a91c0dac07a1d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7f98076a5173418b31360db8","id":"aoa:aoa-techniques:relation:244e3d1e6e52c755d8ff7dad","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f5186ad55781ea7ee27e1944","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:950ad411ab6371076c51ac50"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7fa186119bc89321918ed433","id":"aoa:aoa-techniques:relation:3796ba5cd43be955721127e0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:3e9189e1241a3ac1cdf107d8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f6f85c55f6bae9f0d6cd746"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7fa186119bc89321918ed433","id":"aoa:aoa-techniques:relation:6824403b93572a36bd556099","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:82cdde37af7f6baeb44668fd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:15a499fac37dc1fcded9d740"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7fd5bae91bfee5f420cc24e5","id":"aoa:aoa-techniques:relation:74cd5337e5b73262b91b6736","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0b077def2400952252b8064c","trust_ref":"deterministic"}, @@ -2697,28 +2513,17 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b3ed6e8cc30884df83d2cf3b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:80ad5273bdb1cb05369a8c9a","id":"aoa:aoa-techniques:relation:b9e92a171b97c3f0a2a53ecb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3e4f302a04a2cfe025c045a4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2ae4bfdcf2f16f238d8d2abf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:80ad5273bdb1cb05369a8c9a","id":"aoa:aoa-techniques:relation:abadf5f6737c55c1fe157932","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:69cbd15ee2af6d8589431dd2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c9ce9bbcc4dd77e828bec54e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:80ad5273bdb1cb05369a8c9a","id":"aoa:aoa-techniques:relation:9875434ab1e254133333d31c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cd56a033264c3e810ddc22ae","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:822766081dc706c4a5596d8d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:80ec0fda423d6f078200ddb0","id":"aoa:aoa-techniques:relation:5998e5912309a1439b903b5e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:79b77475e880b10e34c9194f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:80ec0fda423d6f078200ddb0","id":"aoa:aoa-techniques:relation:6467b8620200e6f6dd1f19c6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3926b4acea6134c5d886246e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e9763dc43fb4cdb1bcf73057"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:80ec0fda423d6f078200ddb0","id":"aoa:aoa-techniques:relation:0a2c834e520cebcc05e6cd1c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:98775a68f95eaae7e3ef94f8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c32051c8d766091e5b4fc84b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:80ec0fda423d6f078200ddb0","id":"aoa:aoa-techniques:relation:99fd88ea6ab91fa356e74663","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9d9183e6486282dc058db4ed","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:64edd1d3011388027cef1d7d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:80ec0fda423d6f078200ddb0","id":"aoa:aoa-techniques:relation:03bc66dde84b7b2be69035ff","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a66bd6fdec9a2f9142e8f901","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f66b5a50f9134b7216a128ea"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:811523fce72d344ef51aa9c3","id":"aoa:aoa-techniques:relation:c23397e9c0d37d97b420b106","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:453a1f3a9648a4957b20de68"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8151cf0130ae5dd131089b89","id":"aoa:aoa-techniques:relation:a2b2321c7bade0334a48d415","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ac711f4a6d09827568f2044c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a84ff848bbc14cda817c4529"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8155beecbbfbb719df0de9e4","id":"aoa:aoa-techniques:relation:c2924737d4fb2d37642993de","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d01d63beaa907db04f7dfa46"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8155beecbbfbb719df0de9e4","id":"aoa:aoa-techniques:relation:115801b55e4afa385dbd704a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:41b9498a50c8fd67ded8543d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:817b139b3144eb2bbf22d04f","id":"aoa:aoa-techniques:relation:734f2e23c033c0d28987df42","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:24a31f62567ffb749113ea2f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1ca07c05b39a10e6465ca20c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:817b139b3144eb2bbf22d04f","id":"aoa:aoa-techniques:relation:188aac10a4bd27652c2d8272","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3706552ee4b3cb70c1a33da6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:877c026ea74b2ecdd65d0e85"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:817b139b3144eb2bbf22d04f","id":"aoa:aoa-techniques:relation:85501e41301e43f13990e687","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:370d67eadc0f1df2999866b8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c0a65a5af6f92628ab8009d9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:817b139b3144eb2bbf22d04f","id":"aoa:aoa-techniques:relation:e2947254d0a4d3e40a9b66a5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9e28b4450b4ea43984d1323f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd06a22ba55213434fcd44c9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:81a4fda5510967dd81ade4db","id":"aoa:aoa-techniques:relation:b4f5187ef808a85c945d2c9a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:318ef01638e5882d339d13b4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:81a9faf01a0b6aad2b155d42","id":"aoa:aoa-techniques:relation:ad7efa84ef09185d4c5598aa","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:54881ed6fc5ab576a23108ad","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:85ff385f53da5901b0de1ab2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:81a9faf01a0b6aad2b155d42","id":"aoa:aoa-techniques:relation:1d06fe199560ab2bcc359057","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a490f9083c061742442c76f1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6d87899b6753650739c098f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:81a9faf01a0b6aad2b155d42","id":"aoa:aoa-techniques:relation:4003ef7c51f6797f8448457f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:cadcc7a2abfabc4524e945c7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2792e777e5688ad51226131f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:826e0b01bbab0608e281ec00","id":"aoa:aoa-techniques:relation:418200271394333c5c8f6016","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3634bd41692e32e14fe433c6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:beb6db40f520e8b4c51f876a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:826e0b01bbab0608e281ec00","id":"aoa:aoa-techniques:relation:db22d0b8f41cff3475fa8df0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f730b041640489a571217907","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2dbd8e5c1820ba5d73143ee4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:826e0b01bbab0608e281ec00","id":"aoa:aoa-techniques:relation:4b3a5a4acee11e720ec5f9bc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f8ce78e62b5b301c6391d69e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:469f2d718ac0503c1b3f57cd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:827aff2c84951bb639674c22","id":"aoa:aoa-techniques:relation:383bbb54f0b9b1c5e2cf76d5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:77584e9b05fa752d5f093e27"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:84463f745dfe6a241ea8c4b0","id":"aoa:aoa-techniques:relation:180e101fb8e425d2fde857dd","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd5eef8faa9654c54a03aacc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:844bea9fd038b21f77bb68ad","id":"aoa:aoa-techniques:relation:89f42a2f8ab4626962c49d28","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:512648e4243016d1b1f98145","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3fdeaf0c9f48bdfd93f1a950"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:844bea9fd038b21f77bb68ad","id":"aoa:aoa-techniques:relation:03461a3f76d6a5bf4c019bce","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c63cbc592f8acc944ef7e361","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4b9425834f3efcfe254951d5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:844bea9fd038b21f77bb68ad","id":"aoa:aoa-techniques:relation:b79652bc44d49a0566b78133","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:eb62b607c7d30d10699c6443","trust_ref":"deterministic"}, @@ -2730,7 +2535,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d405011434bcf2f2d4ee1bb8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8455b7cb6b049696061a6f1f","id":"aoa:aoa-techniques:relation:dbcf1912efa3c72dda6e4465","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cdbb0cf5487cd2be5f082911","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7118074e1c69a5738b1a9b22"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:84a65ff7f6254e7cc44de551","id":"aoa:aoa-techniques:relation:dfd767b4b08b21575ea34fe5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e38e4c943d0fe89cffb1a63e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:24ab03b9d0f525e39e308be8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:84c189e4e63e30b99dff9518","id":"aoa:aoa-techniques:relation:61928d26bdf25c7f71820f8d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:753c5a0f171dcd4c4ef47ab8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:17eede8e1ea204f728dad114"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:84ec4fd50d26237396b7f603","id":"aoa:aoa-techniques:relation:3bb2512a0e36630cad48ffef","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c9dbac0c8f40e0e64107103"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:84f2db3af0f7f48b2e1995f7","id":"aoa:aoa-techniques:relation:0fac9d31fc6f488a28bf524c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2991279148f7e9edfd5ef750","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7a97923026fbee82da16e13a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:84f2db3af0f7f48b2e1995f7","id":"aoa:aoa-techniques:relation:b314d210740c6803a8e0e404","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2f9967fc484ba7a1ad32db10","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:00f749287049b6cbac539733"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:84f2db3af0f7f48b2e1995f7","id":"aoa:aoa-techniques:relation:7e4d75e25eda24efedc75e63","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5182e7d1394de0c039b65613","trust_ref":"deterministic"}, @@ -2755,8 +2559,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:449f5cece147bc3fc37cc6fb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:861191fc8d84ca0b4a93c3bc","id":"aoa:aoa-techniques:relation:dfceefb098b8fe3c6ff8589d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7471b2164a550aa42abd7ebe","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ad2ff4e24d49e954e942b99f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:861191fc8d84ca0b4a93c3bc","id":"aoa:aoa-techniques:relation:7aa88096f72b7ce8dfacf5fe","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:77aca1f0812a2a8938056113","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e97086c30ae980769943e4ea"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:861191fc8d84ca0b4a93c3bc","id":"aoa:aoa-techniques:relation:b71a0f5f82e0a21ef7b3cc37","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bcc6b9308c7b94d25953428e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6aa1ee09c39bf3a223a8b44d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8614e6a2fab0ee08bd07b5f6","id":"aoa:aoa-techniques:relation:3be8c484e37382533afab871","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:9d3d12a86424bc775e82d788","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d3334a76184de93e733a0d6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8614e6a2fab0ee08bd07b5f6","id":"aoa:aoa-techniques:relation:f44c2b29b7822722cc1c1357","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e1fda7ed619c326866eed6e2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:63187bfcb0a564584fdaa9ee"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:86e9e6ccf81f5ae6032e27be","id":"aoa:aoa-techniques:relation:b7161bde965630dea835ec4c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d1b270211078603e41336a20","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d4cbdb5a3f3ad7799e2a619"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8780ca425647d883adf1ae43","id":"aoa:aoa-techniques:relation:decec1ff9babe195e4ce7efc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:34fca09092e17aaabebd6da9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1abfdf7c803c95573a77014b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8780ca425647d883adf1ae43","id":"aoa:aoa-techniques:relation:ffb57ed6b6b80bf780aeccd2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:27ec17ae779cb1d88cd22141","trust_ref":"deterministic"}, @@ -2766,17 +2568,12 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:397ee57afcd203d06ed446f4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8787da04270fd915bab2b78a","id":"aoa:aoa-techniques:relation:2d780c64d7584ba83b6e241b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1fc0f910d9f01a8bc586a3d4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8ee8399ed40497dd95fc2fe1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8787da04270fd915bab2b78a","id":"aoa:aoa-techniques:relation:a4c9e0b5f9a5d9eb11cef7df","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5a492e81b1c9a8e9ff4d8e2f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:702453fddaf0b64b0d5cc8ee"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8787da04270fd915bab2b78a","id":"aoa:aoa-techniques:relation:23634b92fce32bc5ee0a1179","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:753d9ec59f5638e6554def3b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0d179ff34af7c70309975cd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:87919a3f64665155f926103c","id":"aoa:aoa-techniques:relation:6441c6286287f2e5f6f92fd5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:02de9512beb35560af9f78a4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:87bb21a92e376e1f1388804c","id":"aoa:aoa-techniques:relation:ed7f1d5ff627eb6205dcb63d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d3e322d3c489f57c22a8d3b4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:07d88b0ffe8daadc598a4716"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:88d5c8c30dfc789b363007ad","id":"aoa:aoa-techniques:relation:aff942161d975e2a0016963d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:33d0c1b87cc9684c5c16b542","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f5860eb710d14c22b1910541"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:891fc558015586a76d830536","id":"aoa:aoa-techniques:relation:370c4d57e263bb27e02310f0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:cb52057ac615ef1cebdd66cb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:15dfa9d0970e249b35dfbb7e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:891fc558015586a76d830536","id":"aoa:aoa-techniques:relation:63dbb907b7f7032abc1ab9ff","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4524806cec8bc259fdf971c4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18d6cbe56b0b09ac057de46a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:891fc558015586a76d830536","id":"aoa:aoa-techniques:relation:abf0d0365cce8706c34887e5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:93e1059b4db94fcf8b72af6d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:83da5cee21583ecd0e65febb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:891fc558015586a76d830536","id":"aoa:aoa-techniques:relation:bbaade4acd68e5f77f468ded","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ad6b8e70685e32945f204779","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae2b87fa0b9f0dd26ac2db30"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:898be194a5b2a4dfba0005fb","id":"aoa:aoa-techniques:relation:85872a62b6d0d933dabc0e13","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9b999adaf3a894cb2273de8f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:898be194a5b2a4dfba0005fb","id":"aoa:aoa-techniques:relation:ac2ccc162b0c32d5083290b2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7e17338e525e67df314cf500"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:898be194a5b2a4dfba0005fb","id":"aoa:aoa-techniques:relation:6d7872121f837fb7e8d35e26","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d74504b92d1a231ea01631c4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:898be194a5b2a4dfba0005fb","id":"aoa:aoa-techniques:relation:854974e9e9ff5edad654d89a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c4af81ae3e0489a11ef0a168"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:89ee58ec349bc6be74a95d37","id":"aoa:aoa-techniques:relation:0effb76726eedba35237b3f0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5b44d82869b0c323d47f407b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:318ef01638e5882d339d13b4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:89ee58ec349bc6be74a95d37","id":"aoa:aoa-techniques:relation:6a3684c6a78c7882aabd3e61","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:81a9faf01a0b6aad2b155d42","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ce0e28e0fc99f6c2f58946fb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:89ee58ec349bc6be74a95d37","id":"aoa:aoa-techniques:relation:5ef51cca0944f219062769c7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ef88c0cff958a850c8e77034","trust_ref":"deterministic"}, @@ -2876,7 +2673,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6e861a520fac2d0426754b4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8d4f31f310ceccc571d19a74","id":"aoa:aoa-techniques:relation:18cddd21f4dd5c53978f1c6e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:44a533a030dd6a9abbeaa7fa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:398ce8f43d9d53f379af2846"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8d4f31f310ceccc571d19a74","id":"aoa:aoa-techniques:relation:c08ba5af047ddea6d03c640d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:78a8dfbaa559f938cc3b5b5b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d7e03ce1dbd6147fe68b11d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8d4f31f310ceccc571d19a74","id":"aoa:aoa-techniques:relation:03402441d3e820338d1dcf07","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d933b894b739c95285bc2006"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8d537673d7a55685aeeeccc5","id":"aoa:aoa-techniques:relation:64f0abd2100db7c9c036cd94","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ad598899c0fc70c0a2266350"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8da222ff37cbeae9bb752647","id":"aoa:aoa-techniques:relation:3351a63cbd2ff5413cb026f5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:33b2328b6747dddafe3f2af6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2b9b32a50b514f88ff831762"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8da222ff37cbeae9bb752647","id":"aoa:aoa-techniques:relation:063adf6ee5ea7e594044032f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5e0efc9a3eeb298f0fb60abb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9df5ea837c1aa116453a699c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8da222ff37cbeae9bb752647","id":"aoa:aoa-techniques:relation:e727e30604c1573bb52119c7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:78644e970fe05ab94f7dc580","trust_ref":"deterministic"}, @@ -2893,8 +2689,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:48c555cbec87d7b924e0e9b4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8f6d010c33282800ec214de3","id":"aoa:aoa-techniques:relation:c9c06b102d46ea02924ab7d1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f61f57df0e9f348880783b2b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:811339fa0d75fe34a3c581eb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8f6f1c1041f3c623ead29675","id":"aoa:aoa-techniques:relation:b8f532a1f76e8d52e3401e8c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d4a0b24d2de5cb4110da1bdd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8f6f1c1041f3c623ead29675","id":"aoa:aoa-techniques:relation:617ca3766fc3291379b75f69","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8fc7d216376e54bfddfdd342","id":"aoa:aoa-techniques:relation:92df001024457a4c95cf3779","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f0ae42f04dceaca4c38d9c7a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8fc7d216376e54bfddfdd342","id":"aoa:aoa-techniques:relation:cb23d0136e6ce08d9fd8f97a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9307880b55788372fecb3954"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:8fe0870ac3795eed823ba22a","id":"aoa:aoa-techniques:relation:40aee715db67a84f86c6f953","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f8210c9d6a7ef541a2898649","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:41a4a6992042d80f16919913"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:905d1558e8e40f8f93bf1c92","id":"aoa:aoa-techniques:relation:15e7eeac90843c71b76e56db","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:42a1bce7a1fd9cd489ba6462","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:19e989a0150447da22d57d3b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:905d1558e8e40f8f93bf1c92","id":"aoa:aoa-techniques:relation:62d4bcc02f059eab1fde85d0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:54d364b4d0b1d29da70a2919","trust_ref":"deterministic"}, @@ -2915,22 +2709,15 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b5e8c83d7a84263cb283a607"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:920455fef39a795693dafa27","id":"aoa:aoa-techniques:relation:de6b64e60d2bdfe4209bcd12","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:84235d72e45fe6f097c0f2f4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:20dd5930048f63df41aa78d9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:926b3b415c5c6eaa6a897086","id":"aoa:aoa-techniques:relation:57053c6cbfb0a639d1ba6881","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:58d19e21db61f98b73bcd99d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a28f3466403c47b0319eb8a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:93413c609fe54f26832b1c4e","id":"aoa:aoa-techniques:relation:3d77dfbdfcc9f255fa4b120c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:766568f058b843c6ab292b82"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:93413c609fe54f26832b1c4e","id":"aoa:aoa-techniques:relation:944db4ee1b7ea7fbdd8c752e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9691e3fa21a88f2a1da72929"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:93413c609fe54f26832b1c4e","id":"aoa:aoa-techniques:relation:575d1da53e70d0ae00882005","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:bf0542601e6669ef53a51656","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cbea0846087a6cef8f4976da"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:935250eb08e697f52af94500","id":"aoa:aoa-techniques:relation:a96f782c762f04dd3271ac2a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a46ee9677af6f31767497cfc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f21677b18eff26c79c159ad3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:935250eb08e697f52af94500","id":"aoa:aoa-techniques:relation:63073f1bd3cd6ddccabe222e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0ad36359c292dc541023dd4b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ba7fff716d9ac6df8273261b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:935250eb08e697f52af94500","id":"aoa:aoa-techniques:relation:a994da24799bb16b7e12e96b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:40363934e87e8d8b4a840539","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e2854390f9b258e859202bfe"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:935250eb08e697f52af94500","id":"aoa:aoa-techniques:relation:5ac45d5eeacc03c0b928d5c8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:998b4186c298552b95a289b1","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:59a93b6e6a9bf59c7a295537"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:93751fb76423b351c72606be","id":"aoa:aoa-techniques:relation:af92d7d7ca3fee36162b8518","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18d6cbe56b0b09ac057de46a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:93e1059b4db94fcf8b72af6d","id":"aoa:aoa-techniques:relation:351284f1e85f0080430b1bd2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:301abab06eb622fa4649deb0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f20d173e0089aba8f4d5f5ca"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:94316ff9f23858a2269a685c","id":"aoa:aoa-techniques:relation:d194d994e84af43f31162690","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ea74f3c9a143c34fa99dfde8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f36ccd3d8b0361231a770ac"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:943589ca7fb86ed3440af343","id":"aoa:aoa-techniques:relation:55a3a0c6a18899f96a1695f3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:87a9ba6544ad0adb8708df48","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:660664fda2e49db1394d858a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:94467f8480533cd12eb7d6ee","id":"aoa:aoa-techniques:relation:c5ad0d2c2791cd30ba8e740d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:cf1666dc84e8c688eb86316a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9169e99fd07cee3ae37c01ba"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:946601e40fe027e2cd48681c","id":"aoa:aoa-techniques:relation:72eac4885994e1b9eeed0cb0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0e45c0a0c3c24463f7ffea4a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:946601e40fe027e2cd48681c","id":"aoa:aoa-techniques:relation:c7ef6c9cc03d5d1b69d0e518","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0d50b42ca7a3b2e9d0c94497","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:91b348edfba7d8ba4eb2350f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:946601e40fe027e2cd48681c","id":"aoa:aoa-techniques:relation:e598bb07057231737999725e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:bd1d9cf7528d79c1b466b27f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2449cba7ac85599239680820"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:946601e40fe027e2cd48681c","id":"aoa:aoa-techniques:relation:4bc2953cf75894e0d5abcd8e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c048566916f489961b14b72f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f662582d794db930554d475e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:946601e40fe027e2cd48681c","id":"aoa:aoa-techniques:relation:16a10d5121290615071d4d99","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e734e85e5826391e600d47f2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9bb98c284f4f80ccbc19a7e6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9548faf7a80eff9a92588620","id":"aoa:aoa-techniques:relation:47ecfb4abd7e3e15596b60ab","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:695fcf0256bfb75cc8039476","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e46b7171998a352d73cb1e5e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:95ffab5f269e1008ea1e1487","id":"aoa:aoa-techniques:relation:9bf794cf3829a49bea2cda6c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:61dee8118fa8dfa0f3992df5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c04822693c08464320df0a15"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:95ffab5f269e1008ea1e1487","id":"aoa:aoa-techniques:relation:21ee48c33e0fbaa9698a4aa9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:053a6d6fc46ea486862d944d","trust_ref":"deterministic"}, @@ -2955,32 +2742,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a6b1e36a9bb825f326d7c5d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:96fe29b70298a95894ba0d1a","id":"aoa:aoa-techniques:relation:9813b072f4ac40ff36932007","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:44e2264e6df5b75e37d45ea3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c546830b92d574e43f03c22d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:96fe29b70298a95894ba0d1a","id":"aoa:aoa-techniques:relation:297e282d87d7d0677569b41d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5ccc8f4d9d338e3afd7391f2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a272571bce9aaa93601c60c6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:97671eb672b51802d96cb5ea","id":"aoa:aoa-techniques:relation:b509182db4fd819b5ae95ff1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f945e67d321277b2ecb10725","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:766568f058b843c6ab292b82"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:d9fb86140ec653e60c0c7955","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0766969695a59702ee0e8b47"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:b8b47f66aa8e4e0c5000e049","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:004cbd6a2cc7fdc2b03bcc3e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6b95507566e68b3d9dea079"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:836fdf661726ca37ba6105c5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0da3d2273c3df926c3313030","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7aa97653c8b8d1cb9aca1f2b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:a5dbfcccb79d71b39922294a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1e305c42bf7d3ca2820dbc74","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5169fa4934223be05134b570"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:a6b93b345230a24b70b4a42d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2987b579a01352ee4183443d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de0c908f58373d14174eba50"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:68b347cae596fe991ebf1314","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2a10b6a31ed35dc49d46b395","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:082a5ef4d07a2dea7b4895b5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:3b520f258cf6ddc301ced2fd","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2f7663d437f4399f83843c85","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ebd34fb9c9f2dbe20d1ef4ff"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:eb29e32c3d365e44b6b52393","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2f87667c8f78d3c99d5d3267","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7b56b547432ff3b5567c06ec"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:b5c566732a0465bb9ba05847","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3128e25c4c68f576b06e41d5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:24b6d9835577d94f77e71b52"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:0bc7fe4237456c78fe844649","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:45066c1ad6075fca29d6e1f2","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3f509b03ec463b21d870ea1a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:f86186c24c994acdf8d688cd","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:461a73a32660dd88897d06fb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:901ebe884eb24a6de300bb9d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:54e8307b817ff457eb6dc089","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:509f7ef3bd050856245c2338","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55d1dd4d206d760f3baf9ecb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:25b68e28c49c04c258708f4c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:573ecc54b3478c0e12d73767","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bbc10d00a81b44502e34f378"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:c93206e3dd48de6713e1558d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5975c9f7ad67463dc3402d83","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:822766081dc706c4a5596d8d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:a326c6705f8c1ef57d1f1b73","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:80ec0fda423d6f078200ddb0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9169e99fd07cee3ae37c01ba"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:28c5f57e9099ba33cd4ed210","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:946601e40fe027e2cd48681c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3d935855c087ec511fb9996"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:f436187a966554b14932845d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:99e854e4a42b106ed818cd59","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb5517415ee3f11a717f7b0c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:ddfe9c74cc0fa87743c26fd1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9aff9131184dcb028c3e8d70","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5b995f4e6c1326398bdf4cd8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:e850b296face65eae18d50ba","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9d93c00852eb5576e8843bef","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b2f31fba5c75d1bacff69ef"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:a8de2b4e56e1e521e18fd80d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b0b8bdbbe370949aba9ed25b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a3436fea75ef75cb22a94fc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:e2083e148dac8d4e20dc464e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b18aba9d05e4c0da4e7e98c7","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:77dd3e829108b1464f95adfb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:4de0a6947d82cccb42d77669","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d49111dec0033b957d790680","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2329c354f1f66f2882c03fed"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:9943ad7ab67b60bb452fb2e2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dc29fe975760b8de17a7dab9","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d83d810703e24547eeb52473"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:2c9ed77f79e93b9bc54293b1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e0bcf2344b48a655f8d7de4a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:260342ab54f7912e4e4d8670"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:1225a9965103dfb3c5a4e231","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:edb289c33318ce7642969fde","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:04a807a1f7901a1c9da73657"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9789be8e2ce8163bff6bca65","id":"aoa:aoa-techniques:relation:f8fedfa869f4b7f9284eb50b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:faf29c02b80521ad846942cb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f1d4acbc72acb7fedf4c89e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:97ca50a1f257bd769286c5fd","id":"aoa:aoa-techniques:relation:a75ef233f67d9dfda64d606b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2002924304ceb7f1e77f3b23","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a15e6ee2aaf58837815fab1f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:97ca50a1f257bd769286c5fd","id":"aoa:aoa-techniques:relation:08736b359adba921bc7119f3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a7424ded38bb4e49d30490d4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eb8ece9755c73ab5e71209ff"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:97e5a03f0dbc963e7f8e725a","id":"aoa:aoa-techniques:relation:989db8f2b5a46bb74afe1f49","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:31dbe036bf774a44a33fd95f","trust_ref":"deterministic"}, @@ -2989,7 +2750,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09dfc72884a20104e4434cf8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9871fb3a0177f34a239684af","id":"aoa:aoa-techniques:relation:78732b07e8319041f4e3d756","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f24bc604b56f4e2ae991a93c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ba9f1e2064d0f54d04fcb25"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9871fb3a0177f34a239684af","id":"aoa:aoa-techniques:relation:93ca24d7242c7390c8d8173c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:18497cb3493d784c11212498","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd3a9b584f77b13e72b8c67e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9871fb3a0177f34a239684af","id":"aoa:aoa-techniques:relation:c498dfce61b1eb41ec5064f4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:eb5cbac83d9936746d0a2194","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e9763dc43fb4cdb1bcf73057"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:98775a68f95eaae7e3ef94f8","id":"aoa:aoa-techniques:relation:8462984fd07c908adfda5b48","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c2f5aead16c46b7f28acefa"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:98eb8a214905a76185212db9","id":"aoa:aoa-techniques:relation:34ecfef1782f3cd02e610e98","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bdfc4c1d74db1011b2f89389","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5f5b44758dfa9a76569c3f41"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:99076e5bfd8d4c896aa57e31","id":"aoa:aoa-techniques:relation:9b83596db5398bd9e6d8049f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ad7b8eb27b3e425fb2af608e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd8e223de52567ec32a14762"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:99076e5bfd8d4c896aa57e31","id":"aoa:aoa-techniques:relation:0f3ad7ac0efb9e6fd3f1bb95","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a64f12218a8701493f40033e","trust_ref":"deterministic"}, @@ -2999,23 +2759,11 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7d654f9ef80b1dad7e6b2060"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:998b4186c298552b95a289b1","id":"aoa:aoa-techniques:relation:eacdf86c34d30d0ab92d8dd1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:72c55ede99af13f6b3904c5b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d86d2f6660ebdfc3a68b6a6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:998b4186c298552b95a289b1","id":"aoa:aoa-techniques:relation:341325eacd3806f13be6ab52","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b413ddac4ffb4643819d5b9a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:971d80591934dab19f7f8908"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:99e132455c66a2f8d8c8df59","id":"aoa:aoa-techniques:relation:d94bc5f4cfe8cd2b051a0d2f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d14d382a9e6e3ffd075b8f4c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3d935855c087ec511fb9996"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:99e854e4a42b106ed818cd59","id":"aoa:aoa-techniques:relation:25bbf60d71b720dec4852a71","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7d0274677e27b3ec6286e4be"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:99e854e4a42b106ed818cd59","id":"aoa:aoa-techniques:relation:78ed0a6bab3decee43c594a3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:216b95187a7bd568c5ea7810","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:216e6bc90fdc8136c822acc7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:99e854e4a42b106ed818cd59","id":"aoa:aoa-techniques:relation:0348002fed5dc15492982f5e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:515df1fc69c0a89a5f7bda48","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72b92249051a1295a1fdc195"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:99e854e4a42b106ed818cd59","id":"aoa:aoa-techniques:relation:b5d72824f65ad158ecda138a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:59a40681cbeef8e6e926383b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a84ff848bbc14cda817c4529"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:99e854e4a42b106ed818cd59","id":"aoa:aoa-techniques:relation:690fe4280fd60fde17335f7a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8155beecbbfbb719df0de9e4","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e95b1abbb9c44e5cc38dc77"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:99e854e4a42b106ed818cd59","id":"aoa:aoa-techniques:relation:8959a8affe7d5fd0b31b9110","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b811891ffd37783a1f8f3cd2","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:97e1be4eae0493b2728a556f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:99e854e4a42b106ed818cd59","id":"aoa:aoa-techniques:relation:7686618d8e28a9155cbf5b33","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d2403c33b258922611d21661","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a302fe3d20586550997179ce"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9a6e528c2d41d3863ab27e77","id":"aoa:aoa-techniques:relation:18b2ab90779be00069438d51","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:135d75f1904766d9c8ef2c3f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ac96ec5fc190fe8bddcfecb4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9a6e528c2d41d3863ab27e77","id":"aoa:aoa-techniques:relation:f1f936c18bfbcc733236137e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3ae9b04f201889c54223e122","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d51db91846c21574e88037e5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9a6e528c2d41d3863ab27e77","id":"aoa:aoa-techniques:relation:a39a52db823980ae64917241","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8b0aba2d5b989066e1961925","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a076790ec4a6915fcebfa53"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9a6e528c2d41d3863ab27e77","id":"aoa:aoa-techniques:relation:f3d6e06e7aae879d38464818","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:eabe203e82700694ed2f367b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0cfaf63adb83bc34245928b0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9a6e528c2d41d3863ab27e77","id":"aoa:aoa-techniques:relation:d5636eab154c8c1291e9def4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f55e8f550fa4c274cf0506c8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb5517415ee3f11a717f7b0c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9aff9131184dcb028c3e8d70","id":"aoa:aoa-techniques:relation:376f60621a23016dc92a16e9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5e0306e4895dfc63062f2ae2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9aff9131184dcb028c3e8d70","id":"aoa:aoa-techniques:relation:9f280d38c557ae933bf7a35c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:11811d5997d6424564c895eb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:17583ff356ab62ec4b8faaef"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9aff9131184dcb028c3e8d70","id":"aoa:aoa-techniques:relation:087ab3feea70d4f4e23887cf","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7a1427e56021727a43145f68","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9a47b4c355ea23788b854a07"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9aff9131184dcb028c3e8d70","id":"aoa:aoa-techniques:relation:a59c41ee6a6a3c4a488173eb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ce448b1c9d18fd3a03523769","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a32eaa6335966eec7b1a1e2d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9aff9131184dcb028c3e8d70","id":"aoa:aoa-techniques:relation:8e048b583a69baf9b4fad7b8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d6aa2aa34c6767933e904c57","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8cf09d9b7192e61a8d0ac789"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9b2abeb75372b68bbe8b6c1a","id":"aoa:aoa-techniques:relation:73f2e9feeee541c20ea0aab5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:49d95df5bbbf21afc44d32be","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:49c34b0d89122f54e9fcd02d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9be3b717487dff0b282fce77","id":"aoa:aoa-techniques:relation:1ccf581f5ef6e0d8b9c4db60","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:421b2ff25f00e355af6bb4e6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f718dc802df90e923913707f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9bf385169db33a19a6b17df4","id":"aoa:aoa-techniques:relation:34812f3c4637668b8a66bf1a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:52e73841d94c6e5347a66d5f","trust_ref":"deterministic"}, @@ -3036,13 +2784,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:343fb701152545ba0b2f6e21"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9cb74e739d237206edd134ad","id":"aoa:aoa-techniques:relation:734be6c40f503771f6e10a6e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b7e5708d6298b12f136eeedf","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c11e7cff94d12e3a69b60e6d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9cb74e739d237206edd134ad","id":"aoa:aoa-techniques:relation:1781a7ff248a6b8568b25875","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c8db22f75dfca2919eb1b99e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:748056336e06f9c0bad9b92f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9d3e692f240ec164d4b2b399","id":"aoa:aoa-techniques:relation:1d841011a6a146d84ddd419f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1bf81186d6cc920d3a8be154","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c32051c8d766091e5b4fc84b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9d9183e6486282dc058db4ed","id":"aoa:aoa-techniques:relation:467aa2db0871998b5302eae6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:094ebac0e7e2f3ce57cf25e2","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:70fa9eff724b915e67129fee"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9d9183e6486282dc058db4ed","id":"aoa:aoa-techniques:relation:e782a71d3d584374f7e26e39","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:13ea3af4d96e46f27186ab12","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5b995f4e6c1326398bdf4cd8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9d93c00852eb5576e8843bef","id":"aoa:aoa-techniques:relation:7b5c253c2d109c6434443f56","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2a1b62b3dbfe48989b1c24ed"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9d93c00852eb5576e8843bef","id":"aoa:aoa-techniques:relation:9329ba7cdf26e73ea62aff44","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6d0aac1dbd440d0659310220","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:16e27d3f880108a2270124ee"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9d93c00852eb5576e8843bef","id":"aoa:aoa-techniques:relation:c4c2f59681a8ada5b4207709","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c3e6b78fc86864cf57ad4763","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:627c662361b82bdfbd5a87f4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9d93c00852eb5576e8843bef","id":"aoa:aoa-techniques:relation:1d345efa124b27e7c9c0f3ea","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dde92912888894adbdc9c780","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7768cc451c48020f6dd1a37b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9d93c00852eb5576e8843bef","id":"aoa:aoa-techniques:relation:9b6ab5f6e035ec6487b7e0ea","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f5612e3d3194a4afefeac8c0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3a92cf550cbb4276881c9c4f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9d9bb79311c67f837b52b7a9","id":"aoa:aoa-techniques:relation:31ab2e93f3dbfd7a43736e17","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1d3e9aa02ec1437e8e00eb66","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c25c5e02d8b07269ec5b5fe2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9d9bb79311c67f837b52b7a9","id":"aoa:aoa-techniques:relation:fd344c5e57e9271ce9392eee","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:238df9ea2d1a0c8d92774c22","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:720fc62a40ae3ece64725cfd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9d9bb79311c67f837b52b7a9","id":"aoa:aoa-techniques:relation:2da7646613438f2d9a9b62aa","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f41208c1976c520b80af79d5","trust_ref":"deterministic"}, @@ -3079,8 +2820,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0523824e689a3fd4231cbf59"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9f097fc8b3cc4d327321a04b","id":"aoa:aoa-techniques:relation:3a317a84b9d99507919530be","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7d8079901b40934c4dbf835f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:293bdf594c9f272c1ad54db5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9f097fc8b3cc4d327321a04b","id":"aoa:aoa-techniques:relation:fae2aff96a85aeb13d341766","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:890ede11a171faeb69fb0796","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09dfc72884a20104e4434cf8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9f097fc8b3cc4d327321a04b","id":"aoa:aoa-techniques:relation:2d6ffcc91f984c8212908650","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b54703af3753391685b4649b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2aca2d1494ef3f70fed972f0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9f619d206037579b82232487","id":"aoa:aoa-techniques:relation:bc5dfa8bdef3dcd5aa766185","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ad8e42557405b77971f50592"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9f8265ba94847141f8b5ad71","id":"aoa:aoa-techniques:relation:0d87ea0f3ac1d7ce6aa55602","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:298f2027076fbc915d9289d9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9fd82a8f638ba553f9ae4d29","id":"aoa:aoa-techniques:relation:9c12bc0e9dc86a35d2a73b4a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2914063e7080f951b1da0df5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44f4c5eb6545f70a95796fa2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a0f30381688bb15ccb6d8487","id":"aoa:aoa-techniques:relation:57c23f0dd5fe361320b42c7a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f2d0874444fd5a0b8643d464","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c8e761cb64670b22bf947ebb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a1196b2f10ea6396b9b34790","id":"aoa:aoa-techniques:relation:2d47e99a4341c37ea65bad9a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:07ce8632e7a82fab3b4d585f","trust_ref":"deterministic"}, @@ -3095,7 +2834,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:beb4d0e14503c5db83bb4f2f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a1c1994aa538a01814b362f0","id":"aoa:aoa-techniques:relation:4a66181e95188d84bfb5f0e1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:dc33ba3ce18b92060ea9a6d6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f578516548354d5981eb1844"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a1c1994aa538a01814b362f0","id":"aoa:aoa-techniques:relation:8d0ad67e3d9e096c3f730daa","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e708b577669fbd578dee31d3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e76389ba8dbed6265fa06b2d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a1c1994aa538a01814b362f0","id":"aoa:aoa-techniques:relation:e23c40f8febf7c2adcbde827","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f595c7dcba8912a4d6d4aa98","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6659225f5859ad8c1219bf21"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a1f026672dc61c4c5d15f3a9","id":"aoa:aoa-techniques:relation:8f0be6e8bb6d9f702f6cc80d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8a51e9e74cd1141d34c549cf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a23b24651c2fc0c6a4e86a95","id":"aoa:aoa-techniques:relation:3dbfad48a1d88d70bbda5417","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4ebf57b05d9ba338303c4ca5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a3c7a8e5ec6967b4e10277e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a2a8e24aa2bbf1ce0dd68f4b","id":"aoa:aoa-techniques:relation:dfc53f1ab06fc485592ec76c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c9e4a50d242ec9c1a9253330","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:40be731673b9edeb4631a808"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a2a8e24aa2bbf1ce0dd68f4b","id":"aoa:aoa-techniques:relation:86d803bb0389d2f22feb1eb6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4554bd60a50ef003fcce76bb","trust_ref":"deterministic"}, @@ -3123,11 +2861,9 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6a4ac1d91e5712e6accbb303"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a5a60247495e713a4de30606","id":"aoa:aoa-techniques:relation:96998266d1da7a5ed68f4f5f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bf297ada0523627a02099015","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6a8178209fb899ebd08acacd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a5a60247495e713a4de30606","id":"aoa:aoa-techniques:relation:d13437b457c526b3242fc926","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:aa7ff4ce8afa9701279c3dfb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eb3d7fc9164dc018d04b4122"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a5a60247495e713a4de30606","id":"aoa:aoa-techniques:relation:1a03b3d3ce492be02da6d963","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f2bc8dbb6c43144dce9b0339","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:43e110274cba07d3bd0500f2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a5d23901400eb3fecf5d23aa","id":"aoa:aoa-techniques:relation:702ee90ad14b2554601c1d9d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:da336844c7917678561d915f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a5fdf70ea4a1525e0640a0be","id":"aoa:aoa-techniques:relation:bf717074575e06d7e4f18485","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e7573ccc777897e914ac9e99","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b48382ef11cc6cf18801df4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a5fdf70ea4a1525e0640a0be","id":"aoa:aoa-techniques:relation:807bfca43061888653b5ceb2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f6b137bbaa5d00fc24fd68d4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd8e223de52567ec32a14762"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a64f12218a8701493f40033e","id":"aoa:aoa-techniques:relation:d9761e6f4ad7e1e0bed13a79","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0c8b3c975f53615853e84d17","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:64edd1d3011388027cef1d7d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a66bd6fdec9a2f9142e8f901","id":"aoa:aoa-techniques:relation:00e30890e2deae1afde02b7e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:98764cf870e25048ca4174c6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a69563ae3638573151b5182a","id":"aoa:aoa-techniques:relation:18670bceae95d4add75d0444","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4b706cab6a43551df951a5a2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:81473efd0359cc95cc560a5d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a6bc6b03c3a2462fb66a200b","id":"aoa:aoa-techniques:relation:0e48054a0e36948fcd97b6b4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c1a4e98f1d1d92eb729e83f1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7e94cbd6fc83a95a7b6b1bb2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a72e48332abdde40ab9880d4","id":"aoa:aoa-techniques:relation:d43b938159481ecaeba6dd45","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ae5e635216feb078c6d02e40","trust_ref":"deterministic"}, @@ -3138,8 +2874,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:59444a2ca3b50c1062309d27"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a86c3d5ca51e7f3b6ff1c6d1","id":"aoa:aoa-techniques:relation:066cb802a706d40c52674f7c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0572fdc40749013b90e4d726","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:33501c32c26cd3f46be7abf0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a86c3d5ca51e7f3b6ff1c6d1","id":"aoa:aoa-techniques:relation:d570ce6b9ce6a45a23946725","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:37d400bbb1480369e9df6e0a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6625b4223f9c226ffde633bc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a86c3d5ca51e7f3b6ff1c6d1","id":"aoa:aoa-techniques:relation:6e642fa15b4e9129c8c7168d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f7269595a6125dc1ab00e34f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:33dacadb439212fe273f5d11"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a873448d3fcb68b7a7fcac21","id":"aoa:aoa-techniques:relation:325f9c0b76a8b6b16a616933","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:3557634eec6bdb53d6d4db40","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:937d015dad887d3ac98301f3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a873448d3fcb68b7a7fcac21","id":"aoa:aoa-techniques:relation:f00089525ea5ee1d7d256322","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7b5fbfab2f6c7d53a5345161","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b0eda72355e473c4c93aa1a0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a8ad5342f8a9c69bc18a5f35","id":"aoa:aoa-techniques:relation:86aecfc51832eaebf9f7221b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4a227da5cc01f0448606d3b2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:971ea2954872490293b7eafd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a8ad5342f8a9c69bc18a5f35","id":"aoa:aoa-techniques:relation:9fca29f4bc6f90483e9237eb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:608f67a46daf559679aa6b0c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f351c6c5890df764875ac6c2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:a8ad5342f8a9c69bc18a5f35","id":"aoa:aoa-techniques:relation:8d1e9737e2753bec7b3cb5c5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8a4956fcb14aa396d0c996e1","trust_ref":"deterministic"}, @@ -3246,12 +2980,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7de2877f66a048362bc5fe24"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b064caf250845a5173298565","id":"aoa:aoa-techniques:relation:ce87968754cc86ad9aa0570f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0697addfe30b7a3bc596480c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e99e4d2868c808bd9c7f7234"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b064caf250845a5173298565","id":"aoa:aoa-techniques:relation:ac4a9bc8fc1ed77a6e263724","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:220024c4a4a67e8d59fc2edf","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1f297dc0a379b84a29229ba4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b064caf250845a5173298565","id":"aoa:aoa-techniques:relation:58d306ebc72efdc2e3301a7a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4c2f9ac30857a8269e73261f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b2f31fba5c75d1bacff69ef"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b0b8bdbbe370949aba9ed25b","id":"aoa:aoa-techniques:relation:6abcfebcccbbe08f27b2879b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1bccc17ccf262492993bda9b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b0b8bdbbe370949aba9ed25b","id":"aoa:aoa-techniques:relation:0752440e8b4fb59646fbe383","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:74bdda64bcdde5828eee1c2a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d3e34b2df38ee20e091676e0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b0b8bdbbe370949aba9ed25b","id":"aoa:aoa-techniques:relation:eaa7dadf73ae5d24111142cc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:751a19cd036532213cc93a55","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae2b87fa0b9f0dd26ac2db30"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b0b8bdbbe370949aba9ed25b","id":"aoa:aoa-techniques:relation:7403480014c9d4866205d0d5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:898be194a5b2a4dfba0005fb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:98d737fbf1efec9a38cc9808"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b0b8bdbbe370949aba9ed25b","id":"aoa:aoa-techniques:relation:74315faf2dce86b3830d0502","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c6d32c33a4067e24cbe79142","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4e71e9a942df8b10f7a3d0c4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b0b8bdbbe370949aba9ed25b","id":"aoa:aoa-techniques:relation:cca81d6b83b1575f4bf1db20","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d62cd35042dee0280f2d2ddc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b5d92cbab7afe9625db16ae5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b0ce6e66493f67ee0cf1a412","id":"aoa:aoa-techniques:relation:670d29a393966f8a4beaf5e4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1e72edac7e28cf4da4792196","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c7432410ae936f696ca8c3ca"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b0ce6e66493f67ee0cf1a412","id":"aoa:aoa-techniques:relation:74d2f5277c6425e8c29e6be7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:738280b93c94398fbd150d50","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d7e3d38cd6bdf24a5f2fdba"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b0db3a1fa4142afe42fcb075","id":"aoa:aoa-techniques:relation:86d139140d3aef8cc8badafc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a805db5f17fa027905cc9bb1","trust_ref":"deterministic"}, @@ -3264,11 +2992,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b5b106e71d323cbf28c76a0e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b129e52f612ed5a239e550cc","id":"aoa:aoa-techniques:relation:e23579d28e610ab21f81cccc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:103b587717e7a88551b13655","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d6be44c1cdc9148d418a323f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b129e52f612ed5a239e550cc","id":"aoa:aoa-techniques:relation:d450b1f0f6256348681aa4fb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1ad3864abfff4fd72f6b2cc2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fc934e34b69b2d6060ddd54f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b129e52f612ed5a239e550cc","id":"aoa:aoa-techniques:relation:402c0ea9a0ad9e827c74f29e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8539b5285e54e8a32e9849ae","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a3436fea75ef75cb22a94fc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b18aba9d05e4c0da4e7e98c7","id":"aoa:aoa-techniques:relation:d2952f84b5d8529212f78362","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3cc1662b5ee122f6b7dd91a1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b18aba9d05e4c0da4e7e98c7","id":"aoa:aoa-techniques:relation:19e2c69a2930043307646949","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:29d19874e3991188a71ac736","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c93e6ecea8a8b364d103fc64"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b18aba9d05e4c0da4e7e98c7","id":"aoa:aoa-techniques:relation:a3ff06716fcac873dc644015","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:555dc41669cf431d3a241d20","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7f90613e6b081e4c0dcd3b36"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b18aba9d05e4c0da4e7e98c7","id":"aoa:aoa-techniques:relation:e532bfd9444b01e4c5c01507","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6ff90f60d369ed5735232167","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0d179ff34af7c70309975cd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b18aba9d05e4c0da4e7e98c7","id":"aoa:aoa-techniques:relation:dd67179c9c6675ade010f1e3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:87919a3f64665155f926103c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:31d228064e3fe39e936847ac"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b221d8982296ec69c6bd8e15","id":"aoa:aoa-techniques:relation:ba26d907ac8422eda4fb510a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:97bc54248f4ce0533b80f2f1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f1d7ae0a82af9cceeddd4b55"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b26c4e6af8bc2a22ee2733a8","id":"aoa:aoa-techniques:relation:32f64b32b96e1082ff3e3424","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e429cfc507ae70b6db1dd79f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b7167d4fffb7f26a86cc57a3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b28f391d7d0fa9d3c7010172","id":"aoa:aoa-techniques:relation:dcea35adba127d950a6c4da5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2ddb0a8416db61cfa384979d","trust_ref":"deterministic"}, @@ -3297,8 +3020,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd8a47caca59dd6dea1a7d6a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b42e7eea9454303f6f872c0d","id":"aoa:aoa-techniques:relation:f8f4c0ab3cdb4645b3f64079","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8a8dc18aad5c4d8a689a8c9d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:61339ee897d546a24274e048"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b42e7eea9454303f6f872c0d","id":"aoa:aoa-techniques:relation:4f1dd792ddf70cdadb5457fa","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f82bdc0b2d3ef28ae061c549","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7bee7c687c38790e83db7d36"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b48fc316daf2df493c9d4688","id":"aoa:aoa-techniques:relation:0f3474ffee175b0ae62ac031","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b6995ea63ebb742733630b70","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a26e09dcbd2ffa7f33c0ddc4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b4f2324e0f0ba7bb61a5fb6b","id":"aoa:aoa-techniques:relation:3c8ae63f695eb483e335ab18","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:3d0a60fd65ad9c43db97ec5d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0d729e8f59d036defece564b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b4f2324e0f0ba7bb61a5fb6b","id":"aoa:aoa-techniques:relation:8ab93b068ab585d73168f1ce","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b1b2f4095d2d81c7a3fc98c2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:566668872652d163a92068c1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b508228532b4bc85261bcd25","id":"aoa:aoa-techniques:relation:4fd8a66131fa99c318dbbf8e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0d7d8fdd15295cc71564a806","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ac4e39372ebc3c3ba2dcd016"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b508228532b4bc85261bcd25","id":"aoa:aoa-techniques:relation:8b8a8c24ae0d9b55a8fc47b3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:38cd2647884499fc4cc451a3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f4aeb2c49767d551d245372f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b508228532b4bc85261bcd25","id":"aoa:aoa-techniques:relation:3689a392ead690d9c032ddf2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:83fbeefb957308e0d37ddd39","trust_ref":"deterministic"}, @@ -3322,10 +3043,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c3a078108bf6ce0c08e9941"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b7498486880a5421ca165623","id":"aoa:aoa-techniques:relation:16cb63a518ea34bebc90a862","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a86c3d5ca51e7f3b6ff1c6d1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a1f8cbfc6da9b1169d4531c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b7498486880a5421ca165623","id":"aoa:aoa-techniques:relation:fa5de1702da1c5b309cbd3dd","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b3358a3990015dd8d0a87ed7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0ebb24dad67ca0599e1257db"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b805d1e52cdc794439aefd77","id":"aoa:aoa-techniques:relation:cd01f2016d47d449b75a6a4b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6908d6d859b22cca82450f09","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e95b1abbb9c44e5cc38dc77"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b811891ffd37783a1f8f3cd2","id":"aoa:aoa-techniques:relation:68feeef684247efc039e5d54","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b2864cddaa4dc994e03423b4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b811891ffd37783a1f8f3cd2","id":"aoa:aoa-techniques:relation:6d53fabd7d58582f83b3b8e3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c1cec244488955706be397f1","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fbd3f97413fbd37b1f4fbdb6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b811891ffd37783a1f8f3cd2","id":"aoa:aoa-techniques:relation:fe9a07f90f51c23c25d9af4d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:58e11c9efccace294d2bfae5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b811891ffd37783a1f8f3cd2","id":"aoa:aoa-techniques:relation:3e4a50c0db5faef498d430f7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:db384e6839b485bc81880159","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2eabda5b60ef92690ec5584"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b882ec03d88f51fbc937763c","id":"aoa:aoa-techniques:relation:65cf6b254e89a74acfb0c44a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:66b873101297af4e35bc9f8c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e2875af0756418592a444192"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b882ec03d88f51fbc937763c","id":"aoa:aoa-techniques:relation:53762c04f0b15dec2d89cf2e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9ef2b0cdf57f08c2f55c20c6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8c07ae93ebfbcdb0f28bd480"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:b882ec03d88f51fbc937763c","id":"aoa:aoa-techniques:relation:efc57861e4b0d38d297c6095","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c78ae70681d5bf76e5010de3","trust_ref":"deterministic"}, @@ -3358,7 +3075,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2e8b70f823e0281690e68b1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:bc88a6b6fd56b8aebcf964ff","id":"aoa:aoa-techniques:relation:642266cb8d7df03d586eba1b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d3b09d4a3ef6844481944d5d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e4d65314c5ee72176a5dd12d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:bc88a6b6fd56b8aebcf964ff","id":"aoa:aoa-techniques:relation:393235c11a34cb4c5969b126","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f0d6f57772f9dcbe44919b7c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:babd79e89e287c54b43c5e82"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:bcdf01ea384d59d62bf1dc72","id":"aoa:aoa-techniques:relation:50117aac08c7c19bbedb8823","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8100325d6414a7b5cd2dcd4b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:91b348edfba7d8ba4eb2350f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:bd1d9cf7528d79c1b466b27f","id":"aoa:aoa-techniques:relation:9217bc46d6a4cd8b1d999941","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:25e014d654459c793aebdc4a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:bd60d3665a52e9c5eea29617","id":"aoa:aoa-techniques:relation:bbf25399b86fd403209531bb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7363e1138b7df97fb48c737d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a26ac27ac2fde411be4715e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:bd60d3665a52e9c5eea29617","id":"aoa:aoa-techniques:relation:e61756a9c0aa01580f6b9d25","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7bf5456341d191bf0c5bf503","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3451385aaf7fe495cd288462"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:bd60d3665a52e9c5eea29617","id":"aoa:aoa-techniques:relation:aa48a29903d5c9c7b289b805","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7d25c931e5cbb02dbe7b7fd9","trust_ref":"deterministic"}, @@ -3400,8 +3116,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb049ed029c0acac5a93092b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:bf55f621a0823fc320bb7249","id":"aoa:aoa-techniques:relation:3ac5ae3c7b796292d844f187","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d4551c0a9b6d2c32fece3b8e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1b90c94fbd98c4ca9987c636"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:bf55f621a0823fc320bb7249","id":"aoa:aoa-techniques:relation:ec456e5f56e77e7410456254","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ef488fc1e8a3d9cdfcff73ba","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f40bdb6a8c2639cef293176a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:bf9fb499bc1d36dcc57cc644","id":"aoa:aoa-techniques:relation:95abbd7d01811251a4cfc73e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0b727e7eae9fb3483854b135","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2449cba7ac85599239680820"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c048566916f489961b14b72f","id":"aoa:aoa-techniques:relation:598abae13d646eb28f0ef5f6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:adb976718e0b9871db71f409","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d71ea063d90002be0a74f2a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c048566916f489961b14b72f","id":"aoa:aoa-techniques:relation:15eaf942f9d9ebd11ee3be09","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e5afe83667c7779006a3b340","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:542cb286c856d41b6b3ee01d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c0c2fbc09e53f5c8ab3a545b","id":"aoa:aoa-techniques:relation:1fdcbd9de8a69bd8d836e6e9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6186ecc56985ab947094c7ee","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:955475f1440c4addf33d4d0e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c0c2fbc09e53f5c8ab3a545b","id":"aoa:aoa-techniques:relation:a514d08ea5813a47e27050ba","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4e574c0b96b47512d863809d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:25636c6d7bd067d19ed7965d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c0c2fbc09e53f5c8ab3a545b","id":"aoa:aoa-techniques:relation:1c6eb57c738d41a7babf08df","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8c34cf5cb7e15ae611dee887","trust_ref":"deterministic"}, @@ -3414,7 +3128,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:43d64f1d5e247f9d6c5428cf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c0c7e3e0bf7d5158838fc4bd","id":"aoa:aoa-techniques:relation:bf1e215426b916e044f8ac48","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7a274d62b2449a061d310ec8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0277f4d8d074a39ca8714ad9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c0dd964116807657f013e34f","id":"aoa:aoa-techniques:relation:a4bf21eff11d0beaa6ff2f08","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:242b4ef646e2f38fe385bf0f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:43cfb1aab829162898397ea6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c0f6369d775bde7c7a8a1f03","id":"aoa:aoa-techniques:relation:127bf11662f024d9a178de82","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6ac36b8893b6395918e45cfa","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:239b4dcb1a7cd0a15a51b87a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c1026447bbded06b0abfb6cd","id":"aoa:aoa-techniques:relation:e65e755285b0bf48f70ce222","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f91a46405faff3f6e2d8387c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c1488709a914f891abc0179b","id":"aoa:aoa-techniques:relation:d99c2a4a33b0965a60ff011b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:50fc41cfa6ba8c24633c0f32","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8555262078750762d4a7e812"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c18fd53e585f453c91f99d52","id":"aoa:aoa-techniques:relation:e47018bdd5a77bc55afff252","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:243e3e5d5c19c5d75a7e5784","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:afdce17bc91f1e32f31d4ab6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c18fd53e585f453c91f99d52","id":"aoa:aoa-techniques:relation:127a915dc9e1bade8cebda62","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c3666aeadfede51daa0815c6","trust_ref":"deterministic"}, @@ -3459,13 +3172,11 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:48c3cb38b0dd177cee09d535"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c3ac15d68573a832dcb1ff1a","id":"aoa:aoa-techniques:relation:99d2bf3d34073dced74d643b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:406588cf17f70970170103ee","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b30d4870a359895625521a9c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c3ac15d68573a832dcb1ff1a","id":"aoa:aoa-techniques:relation:b3eb5dd6cd2b45f98efce263","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4f445da6e24dce9056808015","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:502ae79b008245cc360c2b4d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c3ac15d68573a832dcb1ff1a","id":"aoa:aoa-techniques:relation:286a7dadefab81e558d4a353","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:879672a14c4f6aaadf16cdfb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:16e27d3f880108a2270124ee"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c3e6b78fc86864cf57ad4763","id":"aoa:aoa-techniques:relation:2d71e828429ef5ba2e18fd2b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:017d8a7330e59ba21ae315da"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c3f15408301b1306ef4a1f44","id":"aoa:aoa-techniques:relation:9d3e9d21995d736929098fa5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2796b88a26f788cd9c06d675","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3447d7ab2a96691897c41f5f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c3f15408301b1306ef4a1f44","id":"aoa:aoa-techniques:relation:759d21f924856110fb0a86d3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5521724b265cba3b29eb94f6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b98536c44ad0dbaf3f450546"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c3f15408301b1306ef4a1f44","id":"aoa:aoa-techniques:relation:af79659d95e7fe9e645b8360","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bb3208d231ee4a99ecb4b8ba","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:741113160e372e4e289e4b8c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c3f15408301b1306ef4a1f44","id":"aoa:aoa-techniques:relation:f3c8881aac31c82d98c4df61","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e146ec01b3ebc23dc7745e88","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e85ded06cfe9e9dece594d24"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c49ffd38b7ea8804a4ac63cc","id":"aoa:aoa-techniques:relation:84dd78f001158b3fe2e9ba33","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:72acc44528483997ea7a06a0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fbe51c1758e1b5fb3e53b942"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c4c82c98a6364bd6c7fbd49f","id":"aoa:aoa-techniques:relation:7c14a0cf7f0f73d050e57d83","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c1edf487d57cdaba1b745df"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c56083063ed9f34080e339c4","id":"aoa:aoa-techniques:relation:0fce206bd5e2c53719793cec","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:91a8a9b129a8af2bb69487ef","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8cf0f88821697b8fb23b716c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c56083063ed9f34080e339c4","id":"aoa:aoa-techniques:relation:43fe8b585630cf2522f8579e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:79549dd33d774ecb0898b71c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ed4b2ec38c57c68224b433cb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c56083063ed9f34080e339c4","id":"aoa:aoa-techniques:relation:aa97ec8d2281cd7193506c55","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ea29c1e924b4574a0fbbe930","trust_ref":"deterministic"}, @@ -3488,8 +3199,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:36b23e8e8b981e5edf10c330"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c6680b17aa6f45195f3c3d55","id":"aoa:aoa-techniques:relation:4dfd9d0220b917ade259be58","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e437614207791ee58536dc13","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1841fc2c2975addf47baa16b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c6b0c4c2fc0429ac51d29f82","id":"aoa:aoa-techniques:relation:6e82254f527c5361b3b21f88","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7a4b28e1a9b05ea864d7cbb2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1a3036b147a7e22833a7ed46"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c6b0c4c2fc0429ac51d29f82","id":"aoa:aoa-techniques:relation:7c4c8a860c8fa2b064b64e12","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b7170ca2c212f60b848b34c8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:98d737fbf1efec9a38cc9808"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c6d32c33a4067e24cbe79142","id":"aoa:aoa-techniques:relation:a3945a4fca3152617e4cf5ed","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:719c8b6b987bfb2e7352b61e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4aeea4f95f6eec8fd3e9757a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c6d32c33a4067e24cbe79142","id":"aoa:aoa-techniques:relation:b2d60ab128c4f2df987b8077","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:79ca22bb6583fa52b960f1a6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f06c5d107fdc69c2477e273d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c75c351318f8cbcfc07bd3e7","id":"aoa:aoa-techniques:relation:041f63720f28a94988932ce5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8bfced70fca38ed0380e8b2e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8c07ae93ebfbcdb0f28bd480"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c78ae70681d5bf76e5010de3","id":"aoa:aoa-techniques:relation:3578f8e7156079dbb2997c27","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:709f32c31bfe64afe86affcb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:812d62cbcf8278e3f74f8b1d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c78ae70681d5bf76e5010de3","id":"aoa:aoa-techniques:relation:8db174a7d172a20a46396ce3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:861191fc8d84ca0b4a93c3bc","trust_ref":"deterministic"}, @@ -3520,7 +3229,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e120ac53e20f4bad4508961f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c9235630bf7041d6067793f0","id":"aoa:aoa-techniques:relation:def20a2d75769c5f9d66f15a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f2aebf9f40d9866b868cbc93","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f0350df157ec90d69fcf3887"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c9235630bf7041d6067793f0","id":"aoa:aoa-techniques:relation:0645f9b95cee23af467ca57a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d5ea5eded3bc80975e9a50d5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9a1d1ba2d61ab0e41d9ee969"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c9235630bf7041d6067793f0","id":"aoa:aoa-techniques:relation:0a27a716ec9f1bd09e848384","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f632c5bad3383f998604eb21","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:28cb9d928b61c5c69febf227"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c9663a85754571c110d76d21","id":"aoa:aoa-techniques:relation:20c1c013dcb208c2d2f19ea7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aa795d4eb114bf96be69313b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c9836ef06d38fbe74ed42da7","id":"aoa:aoa-techniques:relation:d66e0c13353a4dd703496ef2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0814fca0d9cf9f19a24f08be","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:61d6f695ca2f1b2f94491c55"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c99803b3508b79721c1b45ed","id":"aoa:aoa-techniques:relation:f1d3e947a8337d8a03fc6970","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f19431936325e0b14f830cb2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08b0f7e8349993480547112e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:c9b22baaa7968768721135df","id":"aoa:aoa-techniques:relation:e27832bac700348eef90275a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0e33dc533fcb541678109142","trust_ref":"deterministic"}, @@ -3543,9 +3251,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:65c0cb2f1296365767bc5201"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:cb10fcabb3e20da477fa1f0c","id":"aoa:aoa-techniques:relation:4a982d5bbb6d7b1cd168504e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:364006c21c91a155a99867bd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:78f6b03ec7dd0a67883ea447"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:cb10fcabb3e20da477fa1f0c","id":"aoa:aoa-techniques:relation:7fdbc0da6196372f80890de6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:64a459995116a636ff18dbb8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74b7f79a3378f62558d1af40"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:cb90565ef97ee12918dd1a8d","id":"aoa:aoa-techniques:relation:baeba1775dfdb2d6ecd807a2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e38ebce28e2f64e8068643d5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d5a37533745ac0ae6a130a02"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:cb91111e2a2e0569c5c1829e","id":"aoa:aoa-techniques:relation:9522db796f582a19a25d2ace","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:146e08ab9b2543c41b3b9000"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:cb91111e2a2e0569c5c1829e","id":"aoa:aoa-techniques:relation:21869ae2108ccccdaa645ce8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:04c20aa7744d9886284248bf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:cb91111e2a2e0569c5c1829e","id":"aoa:aoa-techniques:relation:6107f02a03249bb4becaa466","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:774ead182fcb89de9e19254a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:cb96c5020c98792e3ecabf6e","id":"aoa:aoa-techniques:relation:3f6c61c9591a4cbc141cfe39","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a8315cfef92666bc3dbed5ef","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08b9cbbc688a1f382cb4a26b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:cb96c5020c98792e3ecabf6e","id":"aoa:aoa-techniques:relation:0f9ea763d252afb2e3ce2c9a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5944b503e1ffa7de4c228db0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3a2c13172c42ad91d8454f06"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:cb96c5020c98792e3ecabf6e","id":"aoa:aoa-techniques:relation:1a441f37f6346ba021502882","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d6cae1c6e78c9f8dddb14150","trust_ref":"deterministic"}, @@ -3585,7 +3290,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:487fbe0c7c41b4fe3a1b24c0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ce035eb1029e48dd5e28f782","id":"aoa:aoa-techniques:relation:00f13179f640ae6a1de3dba7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:88efab2ecfa5ecb8361aa9ac","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:113e1fe816c8e98ed47486e6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ce035eb1029e48dd5e28f782","id":"aoa:aoa-techniques:relation:c69a18da9065cd5d4ba9d3eb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b574121d14b4864e461f8885","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c6d4911481662f0d408872f0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ce035eb1029e48dd5e28f782","id":"aoa:aoa-techniques:relation:d0ed607b6402596974992d12","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f9ae0a7edc80e1b99f95ce88","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9a47b4c355ea23788b854a07"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ce448b1c9d18fd3a03523769","id":"aoa:aoa-techniques:relation:f7fff3369fbf05846d3f2273","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c6a406f749f9fd623778664a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ce64dbb2ff8b2d1db28a7106","id":"aoa:aoa-techniques:relation:fe6b62c5bf645c271d322474","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:55c67f384890cc7d9fbbdb3d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e11527fa3a3abd6e85e5599d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ce823bdba779b04512374ce7","id":"aoa:aoa-techniques:relation:e96b8bda7874a6f68753f9f4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:43ea1a5d6f8f5300e3b0b289","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:56e4546d9253f9be29186d81"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ce823bdba779b04512374ce7","id":"aoa:aoa-techniques:relation:f50ef54ec7924675da482fda","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7ef8f036363e74378f8caf00","trust_ref":"deterministic"}, @@ -3617,7 +3321,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:176de192e20d0318def52070"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d20957345ae88e8fd0f1eecc","id":"aoa:aoa-techniques:relation:4f1c31a6c106a058e3b05e2e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:558c51d37fec198730947f01","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:10bc57d266ee9ca65274ba8c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d20957345ae88e8fd0f1eecc","id":"aoa:aoa-techniques:relation:2881a9003e6cd98b1a785566","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:583deb632a584dc35bd47cb7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:445a484915e1f1c40c9cb715"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d20957345ae88e8fd0f1eecc","id":"aoa:aoa-techniques:relation:34e3caa3a5b38fdc4bbfcb72","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e1aea1cc276eb66cbdcb24d3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:97e1be4eae0493b2728a556f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d2403c33b258922611d21661","id":"aoa:aoa-techniques:relation:0567c4a9b8698bf56c7e496f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6256447064a5390ad917f264"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d26ee00a272b112d86724b05","id":"aoa:aoa-techniques:relation:eb4c76f3d39aaf5b1af08728","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6bf1198ee1d45a0c07f61b49","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:65e927065d19e10bd4578c63"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d26ee00a272b112d86724b05","id":"aoa:aoa-techniques:relation:4e3b9fabbc2778fecccf8f0a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0c566614dd4a2de7253fba06","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b521ba8b77b361ce0a567769"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d26ee00a272b112d86724b05","id":"aoa:aoa-techniques:relation:9b679df22d6876f7e19264d3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1f08596678bb97fdbc2ac56c","trust_ref":"deterministic"}, @@ -3627,10 +3330,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:889ad7ebdabf117573af5efb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d285f56f36da2c14a1bfe896","id":"aoa:aoa-techniques:relation:a350373c53dcaae7beb06e91","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a8e23ac99cd418d2f33c35e0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:030167ddc8d29a98ef260e96"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d285f56f36da2c14a1bfe896","id":"aoa:aoa-techniques:relation:6fceb3f546de33dcd1c05d64","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:baae860f922f0e172636e0cc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4fd371624979b57527ac199f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d31f7398d014a24db5785a85","id":"aoa:aoa-techniques:relation:69b3e0a780cbe6e1ec3d2c7a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8611332c6fcbad7921c5cd0c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5be980bf4843ab56f137fd35"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d33da1952fb50b94e6246fde","id":"aoa:aoa-techniques:relation:dbccaa606543d0939e1ff322","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:67bb0f9600d091fa8f98c602"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d33da1952fb50b94e6246fde","id":"aoa:aoa-techniques:relation:8c8119158940444aec73cbeb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:451323b97064796043f95ae5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d33da1952fb50b94e6246fde","id":"aoa:aoa-techniques:relation:d736f58829ec6ae8effe39e6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b6c2f9b6844178e9809cfa1f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2b311a120d53761a68305a1a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d33da1952fb50b94e6246fde","id":"aoa:aoa-techniques:relation:79ede37068cafc29e34a43b9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c7deead25794dc3e0b9188a7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:66a80e4be71018e2727a452c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d3a2192183e9d21bc9f9df55","id":"aoa:aoa-techniques:relation:44e87955f1b6486bc17f6b61","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2bf761cf21e5b4d6e862bd33","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aea99a3bcd6d92d7f4cb2697"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d3a2192183e9d21bc9f9df55","id":"aoa:aoa-techniques:relation:ce0bfa4b57f383dc925df0d0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:887d4a0e7d480a04b5217873","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:82f90d940e3522e1df53473f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d3a2192183e9d21bc9f9df55","id":"aoa:aoa-techniques:relation:637e2f7e9d846f07dd5c5a0c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c59f4287b9e3a72be88c9eaa","trust_ref":"deterministic"}, @@ -3640,13 +3339,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9d56cdc064b6b3f7da21e9da"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d3a8f73ad20ccc54145343c1","id":"aoa:aoa-techniques:relation:60c2060b9ba285327f9ba7c8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e09f00ac6ddf89a5a53746c3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2e8b70f823e0281690e68b1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d3b09d4a3ef6844481944d5d","id":"aoa:aoa-techniques:relation:1051b5bd50c8a263dec2bb06","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0783391b085ffc9ad8181fe1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2b9c9b9553f778fc19e6c526"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d3b09d4a3ef6844481944d5d","id":"aoa:aoa-techniques:relation:657f5bba71557263375b7189","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:915234ae7f180d30787ce986","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:77dd3e829108b1464f95adfb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d49111dec0033b957d790680","id":"aoa:aoa-techniques:relation:1b2e8ebf28abbf25df2b7396","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c69ff88c69391d705b9fcf15"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d49111dec0033b957d790680","id":"aoa:aoa-techniques:relation:080c4fed16c01973cd692599","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:25d7ec98542b7d72e772573c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f2cd452f7ae94645c7e3b97"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d49111dec0033b957d790680","id":"aoa:aoa-techniques:relation:4cbc106eae80209138ff5eb0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5bf149dabfa8bd0ef06b99ec","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a87aeab7ae40331d01996f23"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d49111dec0033b957d790680","id":"aoa:aoa-techniques:relation:a88375ab7e61fa4544629076","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6bb220ce8bcc186b3f9bd8e8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d49111dec0033b957d790680","id":"aoa:aoa-techniques:relation:fdf0f2f147e1dbde0033c630","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8fc7d216376e54bfddfdd342","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ad8e42557405b77971f50592"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d49111dec0033b957d790680","id":"aoa:aoa-techniques:relation:2855069e933e0f0820ec678a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9f8265ba94847141f8b5ad71","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5be980bf4843ab56f137fd35"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d49111dec0033b957d790680","id":"aoa:aoa-techniques:relation:91bd9ac99a11c670232b7e61","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d33da1952fb50b94e6246fde","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:00296792184aad48ce6431d8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d4cfc0a9a4ef0902cea12bbd","id":"aoa:aoa-techniques:relation:8940c7a8fe6bbf98b0477b8f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:15ef1c41fab50fad799f1f01","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5de5ae23507eb055815ad090"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d4cfc0a9a4ef0902cea12bbd","id":"aoa:aoa-techniques:relation:d2ce98deaa4c2818cf53e469","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:25b63008565efcf1c196de2a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9edef3e6f2675ff4675a8a92"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d4cfc0a9a4ef0902cea12bbd","id":"aoa:aoa-techniques:relation:759dc565544a0878a16c55fb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:520eaee3aa96a652ca5ffae1","trust_ref":"deterministic"}, @@ -3666,10 +3358,8 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4e8deb2a7613c614302c44f1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d585030345eeb0892f989b2f","id":"aoa:aoa-techniques:relation:fd765c7dfc7ee55488029192","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6260d9d4b747ab70c76d90b0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f0350df157ec90d69fcf3887"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d5ea5eded3bc80975e9a50d5","id":"aoa:aoa-techniques:relation:4575756e75acbccd3e7060fa","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1e52a0e919d049cd43732980","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:96ab28771ed4bdc714ec8f54"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d5ea5eded3bc80975e9a50d5","id":"aoa:aoa-techniques:relation:935534747fdb81d40c7cee85","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:fe10cc3966eef02f0a57ad2e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4e71e9a942df8b10f7a3d0c4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d62cd35042dee0280f2d2ddc","id":"aoa:aoa-techniques:relation:02da0ba263ae3e8765f2ce96","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:332f4d2a061c701c20efaf2d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d63a0fe205a7f5d719758153","id":"aoa:aoa-techniques:relation:c2d7ea3c19674b230f0762b6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1b51b9a4fa704c7421aee187","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0bc0dc0a96b74bd1b64768ed"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d697cba503163a4670bcb844","id":"aoa:aoa-techniques:relation:ca40d9f7cbb97d6e6a2f3811","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:bcd6ec85336f979f0d4caa74","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a32eaa6335966eec7b1a1e2d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d6aa2aa34c6767933e904c57","id":"aoa:aoa-techniques:relation:e904c5884a955677f825203c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3a2c13172c42ad91d8454f06"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d6cae1c6e78c9f8dddb14150","id":"aoa:aoa-techniques:relation:7f4671253b27a61c3cc13958","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:230300f5c93c60553a3b11d8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89490bb2dd8701620225599e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d6cae1c6e78c9f8dddb14150","id":"aoa:aoa-techniques:relation:e23d526a7b93133a5858dbd3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:528bbfab601636d0cce5d714","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5778a57423333c5456deea8a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d6cae1c6e78c9f8dddb14150","id":"aoa:aoa-techniques:relation:05da3fc712cf52810da2baf2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:fbd78a9245a822f5022ef2a3","trust_ref":"deterministic"}, @@ -3677,8 +3367,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9d801f7ef475f7ca4ba8dbc0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d6ddbff5181b7446e44a95aa","id":"aoa:aoa-techniques:relation:eb72b235eff898d526091aa3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:58c2d02d3e74daedc4105cf0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb23086eb1d631637092a92f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d6ddbff5181b7446e44a95aa","id":"aoa:aoa-techniques:relation:78d37cf40efb85b7285e6de7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8341b96c4d7026564ddae4bd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:812fad3b80f3550260300bd9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d6ddbff5181b7446e44a95aa","id":"aoa:aoa-techniques:relation:401319f56b41dde6a98af5a7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:b2b72f5b91938acb8ea42ed1","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4d55155a160e18d7a3006a12"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d75022d5c2a9e88856c3eb29","id":"aoa:aoa-techniques:relation:6fddb99584478a048e4f8339","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:18b74e5a5ff59df8a04c275f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:692a44da6364bcb137656e4d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d75022d5c2a9e88856c3eb29","id":"aoa:aoa-techniques:relation:fdf4939df8367c0078fe9f54","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1a6ce3b916ace93f658c1d4c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2262df384d5adb4e539c50e6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d7bb5e1d8e60b6f47e736fc4","id":"aoa:aoa-techniques:relation:fedd06b9c35c7587548910c8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e3df85a81eedc494f3a8e9ed","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:477f9f4fe7b222223c008507"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d7bb5e1d8e60b6f47e736fc4","id":"aoa:aoa-techniques:relation:3b0894757b0a8034b16cb7e1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:19de1223cb794e5034337e77","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f40bdb6a8c2639cef293176a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d7bb5e1d8e60b6f47e736fc4","id":"aoa:aoa-techniques:relation:aa96fe7eaef96c7d2d8e9e1d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:bf9fb499bc1d36dcc57cc644","trust_ref":"deterministic"}, @@ -3695,8 +3383,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0713719f0c56e0be428eb4b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d9b1068c7062df4ed7076a62","id":"aoa:aoa-techniques:relation:632cccbea379f4e78d54bc9a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d51d3051ef5afbc606152462","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b050ef8987d40a362d8adff8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d9c6c49284b3416d9db07d8c","id":"aoa:aoa-techniques:relation:10ab898e5a7f82723ca3356e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:81d7516fc77abc81b4b2f7b6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0523824e689a3fd4231cbf59"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:da07a7171d8a72afad6db215","id":"aoa:aoa-techniques:relation:d337ca3f69587aad3ba42e03","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:aab6fd5018245ef251fae0f3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7288bbb50e5514262dd3a448"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:da39231fbb47badd4701fba2","id":"aoa:aoa-techniques:relation:95b1fa5d30e9110d75ff0fe2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8e9ba9b293f5b013b7268017","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:287f8bd77b3c60b181a17230"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:da39231fbb47badd4701fba2","id":"aoa:aoa-techniques:relation:5d85c33f41932346d4060bc5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e4085ed8d332415607938122","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9999bd107dd3407c134ece5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:da7a553bbd2b6ef0b9e64ebe","id":"aoa:aoa-techniques:relation:41674d70b1f9cd8678cee899","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:10af0fef4a120085a701499c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e4e372760e8208a37bff405"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:da7a553bbd2b6ef0b9e64ebe","id":"aoa:aoa-techniques:relation:31cfaf7254aea87ad2d9e714","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:327ed5df5e3202c006a7b91b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3ccc8a3a47b3aa718569e5a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:da7a553bbd2b6ef0b9e64ebe","id":"aoa:aoa-techniques:relation:aa2c7c112a6f119c5f6df73b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:37703a3048d570bbcf69a7cf","trust_ref":"deterministic"}, @@ -3713,21 +3399,8 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7b17d40a9798969387d38658"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dad7e2c9e2d8e29e92c3c918","id":"aoa:aoa-techniques:relation:540fd1c648a4c830808d5c3d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1090fbff77620a621528890a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd5eef8faa9654c54a03aacc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dad7e2c9e2d8e29e92c3c918","id":"aoa:aoa-techniques:relation:d0b1b0a6de876074998b1e15","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:844bea9fd038b21f77bb68ad","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a0ee1e54a7ea7a414d4ee42a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dad7e2c9e2d8e29e92c3c918","id":"aoa:aoa-techniques:relation:04945708047830a98f72cc16","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c2ef87693c427551cddbd72b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:81e751c5767d42cef22832dd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:db640119e82db19c41ac872c","id":"aoa:aoa-techniques:relation:55c8f43735661c8d9c3efdea","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0e871eb3036bea3f36975118"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:db640119e82db19c41ac872c","id":"aoa:aoa-techniques:relation:ff687bacbe61c1ef08137b41","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2329c354f1f66f2882c03fed"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dc29fe975760b8de17a7dab9","id":"aoa:aoa-techniques:relation:ddfe440bb6b2e83001afe273","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4489ab3d4e1629a2bb89686"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dc29fe975760b8de17a7dab9","id":"aoa:aoa-techniques:relation:8d9a43dc18b8ca197d1f11c3","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:32bfe7e9cd6b0a7d23704bd8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:38dad3927ac983e1ddac2eeb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dc29fe975760b8de17a7dab9","id":"aoa:aoa-techniques:relation:65942d870692bc52ad11ab57","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5ab1c66a30efe08b2c874fcc","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f66b5a50f9134b7216a128ea"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dc29fe975760b8de17a7dab9","id":"aoa:aoa-techniques:relation:97e46a4b1c4ffa15970cf856","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:811523fce72d344ef51aa9c3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:43e110274cba07d3bd0500f2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dc29fe975760b8de17a7dab9","id":"aoa:aoa-techniques:relation:c0056bb9bd060055a42ca1c1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a5d23901400eb3fecf5d23aa","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:457dbfcaf85357bf35a25481"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dc29fe975760b8de17a7dab9","id":"aoa:aoa-techniques:relation:d6149c84dd620fe4e0da37a8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:eb198cd16b6a4cd19ddd3975","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4eb5daf1db3b5bf49e72f4c1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dcb5e5a342304e8be95c4d64","id":"aoa:aoa-techniques:relation:bf14657e58d2b878f4f80fa0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:109dd8267de795f43ceb8882","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9eb254adc6177ab76b27f24"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dcb5e5a342304e8be95c4d64","id":"aoa:aoa-techniques:relation:5b68270093dc458d36e58844","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:918af0868aff9c877f9bb19c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2a634d293abbb173a08db854"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dd15691a0b70e22ecb32ac83","id":"aoa:aoa-techniques:relation:ead8fa53718628ddc8ddf5a2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0713719f0c56e0be428eb4b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dd33bd937e54a55caec6fccd","id":"aoa:aoa-techniques:relation:225d4f2fb5531d1bbac18096","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:007a82a8574a70f9abf45002","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:db839bae3840f6a898646c94"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dd364c4d5ee51533b016e8b0","id":"aoa:aoa-techniques:relation:d9cd87610aa86915557485a5","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d12aa26831c85f258052bf63","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:73cb1a4f4ffe3a405d43ac28"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dd40b43b17883cc5050d9d6e","id":"aoa:aoa-techniques:relation:b321c079b955096fc5b9b658","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:627c662361b82bdfbd5a87f4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:dde92912888894adbdc9c780","id":"aoa:aoa-techniques:relation:0a02d709c9bc5b856270bdac","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0501687a7627eea1ab27a425"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:de2926a5f135db08b1fdbf3e","id":"aoa:aoa-techniques:relation:5743e7df762150250216b320","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6167ffce084540f7357166c8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae6e6ddb8f2ec937caac64f5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:de2926a5f135db08b1fdbf3e","id":"aoa:aoa-techniques:relation:45c99172d21748531cad919a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:70f8c61626959d4a812a52fa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:66b687eee0d343d6aab2c83d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:de2926a5f135db08b1fdbf3e","id":"aoa:aoa-techniques:relation:8a264355f8efb7dd6e2e21e0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:754686c05ff675b0e98c9aa0","trust_ref":"deterministic"}, @@ -3760,13 +3433,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c35f2c4604d83d6c8d0aa525"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e0282d3f1fac993ae03b275f","id":"aoa:aoa-techniques:relation:c4ec99f7b4c4ef4dcbe0c65c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:98cf36781392a7d59c8728d2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0e1c4a664f5b79b973bc63d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e0282d3f1fac993ae03b275f","id":"aoa:aoa-techniques:relation:e82e46ae488b846fae776259","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:998ba212c6a82e2f08d7b6df","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9d56cdc064b6b3f7da21e9da"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e09f00ac6ddf89a5a53746c3","id":"aoa:aoa-techniques:relation:340b894118f10508477f35b7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:9c94e5d3b63cdf8676aa4362","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d83d810703e24547eeb52473"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e0bcf2344b48a655f8d7de4a","id":"aoa:aoa-techniques:relation:61db6855953f78835b79fa80","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c0bf9ab44c9b107b7a10f742"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e0bcf2344b48a655f8d7de4a","id":"aoa:aoa-techniques:relation:aa36c302f1ff3debcf6075d6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:36cd4245149f1558abe809dc","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6624f264692d6da00e210709"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e0bcf2344b48a655f8d7de4a","id":"aoa:aoa-techniques:relation:252d896b748a6f409640ba01","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6939e7d08002eabdf666f971","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b02504a5dd4a3ef16e0a7545"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e0bcf2344b48a655f8d7de4a","id":"aoa:aoa-techniques:relation:b7baf1a8fc27929965e6a03a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6f3763a6f70bc9e15386f59c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f080e0bc600fe7104741a36"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e0bcf2344b48a655f8d7de4a","id":"aoa:aoa-techniques:relation:a87d6fd08086de60c061a154","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:725227da4f5e61d53b04e5df","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:239b4dcb1a7cd0a15a51b87a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e0bcf2344b48a655f8d7de4a","id":"aoa:aoa-techniques:relation:0ff4ea69b5e779ecf12ab359","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c1026447bbded06b0abfb6cd","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:81e751c5767d42cef22832dd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e0bcf2344b48a655f8d7de4a","id":"aoa:aoa-techniques:relation:eb4decef77dbd9cec7fdaeba","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:db640119e82db19c41ac872c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c8fc24764959666027f1a232"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e0e89cde9592e3c63d3d7c15","id":"aoa:aoa-techniques:relation:6f522d270347ce44db7647eb","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ee4fbd1e13374e94ced56992","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c390dc53a650c47a06e6e3c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e119ad7990250092075618a0","id":"aoa:aoa-techniques:relation:23e0b6c4370443dc62fab097","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:9bca86108757ca4ce43e5edb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3ac8599fab26aa000ceaad4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e134f3892935e12d66c5a598","id":"aoa:aoa-techniques:relation:2923ccb1f2e364337670a655","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:25a04726002c4fdd5cde3da7","trust_ref":"deterministic"}, @@ -3848,8 +3514,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e52d2f16726c85c536cdac17"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e70dbeefe16914991624222a","id":"aoa:aoa-techniques:relation:9f4af0438f60a781335199c0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1fa5e716940cd7c2e2b600e0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:010a61f492bb104095a313b5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e70dbeefe16914991624222a","id":"aoa:aoa-techniques:relation:18c55e0d137c788a521232c7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2cea429551c1485c7ea97e29","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:332f4d2a061c701c20efaf2d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e70dbeefe16914991624222a","id":"aoa:aoa-techniques:relation:0fe4a514e7d63bffd541ddc6","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d63a0fe205a7f5d719758153","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f662582d794db930554d475e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e734e85e5826391e600d47f2","id":"aoa:aoa-techniques:relation:37dbebb879b37669325ac32e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a39ecbf7c0442042f72ee93"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e734e85e5826391e600d47f2","id":"aoa:aoa-techniques:relation:5c34d7471054acbfb032d900","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:290e5cce6055430cedfe9a03"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e7c05d8605c2343fc080de2f","id":"aoa:aoa-techniques:relation:095f27ce4d0d897012fdab05","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8ec810295d7d053b6370e87e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6bb766936f288b1c436fa8b8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e7c864dac151407507694ca3","id":"aoa:aoa-techniques:relation:12f52324b526f481fd6313d8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:476ae3c988825c9085bb65ed","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ed00e47b023ae2b78b6db184"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:e7c864dac151407507694ca3","id":"aoa:aoa-techniques:relation:2cc6ff24e54745ec10aa39df","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:4af94223d5ac80b912d5a525","trust_ref":"deterministic"}, @@ -3874,7 +3538,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a9c9e95778384d2d4ae71f38"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:eabe203e82700694ed2f367b","id":"aoa:aoa-techniques:relation:559e1eff20cb614c7edf514a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:655ad31ed5cdfce9c825dc84","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c5d45e51516b68437fe73858"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:eabe203e82700694ed2f367b","id":"aoa:aoa-techniques:relation:e2467f5079478bbdb7632037","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c8412b6427d5cd8ffd69e7a9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:57f4f41b9a9fa9082218b57b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:eabe203e82700694ed2f367b","id":"aoa:aoa-techniques:relation:4b393613d219d2eb9ceaa37c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f94e004e25941b4403fbe258","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:457dbfcaf85357bf35a25481"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:eb198cd16b6a4cd19ddd3975","id":"aoa:aoa-techniques:relation:c43a3b873f9fd0607dc32167","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd3a9b584f77b13e72b8c67e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:eb5cbac83d9936746d0a2194","id":"aoa:aoa-techniques:relation:5c395355db0866e641f600e8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:71e434175d53f07de40db827","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aab58c157b74669997f79d98"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ec29807f733b7742395e56a9","id":"aoa:aoa-techniques:relation:42a7482fc0dc4375aba2ba58","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:99345668e24840d02a9c525e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3244762985bbdcc7c654de26"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ec29807f733b7742395e56a9","id":"aoa:aoa-techniques:relation:794fd475aaf37c8383c44bd2","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:71decefd793967f895249f5d","trust_ref":"deterministic"}, @@ -3896,13 +3559,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:381ef056122e7b5c73e512fe"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ed8a6e7bcb8048464e5604fa","id":"aoa:aoa-techniques:relation:e0071c883e776a70f5367d9e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:c8715026b23c015c887a3939","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ff3f14ddd40ef2514c5e218a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ed8a6e7bcb8048464e5604fa","id":"aoa:aoa-techniques:relation:ded499bdd8156990721430ac","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d2b374987e9e83e7c0daba63","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09db89f9b03b9c0fcb4e9ec2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:eda220388fe8df8b71d2086b","id":"aoa:aoa-techniques:relation:12e4d00eab0db3372456c574","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:91f471a1dadecda6ca51f80e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:260342ab54f7912e4e4d8670"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:edb289c33318ce7642969fde","id":"aoa:aoa-techniques:relation:9f62d99f51d47d78000fca10","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c66fa76859a6a2230ba6b77e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:edb289c33318ce7642969fde","id":"aoa:aoa-techniques:relation:bf639ba856167a5501a5248a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0b8031b972077b733cc1db9a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6aa1ee09c39bf3a223a8b44d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:edb289c33318ce7642969fde","id":"aoa:aoa-techniques:relation:66de42036ca28b322b10384b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8614e6a2fab0ee08bd07b5f6","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6659225f5859ad8c1219bf21"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:edb289c33318ce7642969fde","id":"aoa:aoa-techniques:relation:42d7a68db85b7f7d12be7909","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a1f026672dc61c4c5d15f3a9","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fbe51c1758e1b5fb3e53b942"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:edb289c33318ce7642969fde","id":"aoa:aoa-techniques:relation:c5af72b2e6a9a079fbaf0b1b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c4c82c98a6364bd6c7fbd49f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1bdfdd77031da171a7516f67"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:edd1da66b76e9883346def1b","id":"aoa:aoa-techniques:relation:711dcd69a19a22b79d63cba9","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:85e082faeb7b848b9e96f1e6","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2119e707a815ab6dffe0eadc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ee31b14a9260b757a7f0773e","id":"aoa:aoa-techniques:relation:83d9bc1d77cb02e357d95b9e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0e2c987e41c040267ff3ac1d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:eea500cebae87eb21f565e62","id":"aoa:aoa-techniques:relation:dea9b6ccdd76d026560736db","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:02e130c7aa24ec4b2d97dd68","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6e397463283460a7c6a10cd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:eea500cebae87eb21f565e62","id":"aoa:aoa-techniques:relation:836b4447179da59854e771a0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:0b635a6b6078150633c72716","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ab377e4781b2f0284d30292a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:eea500cebae87eb21f565e62","id":"aoa:aoa-techniques:relation:780b92f212ef6c73144f319a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:805bb7358d78bdd5637026c0","trust_ref":"deterministic"}, @@ -3930,14 +3587,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:22f5490926c48bfc591c1aa2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f134a82e2437eb1ca956d9a1","id":"aoa:aoa-techniques:relation:29c06b318d7838d4fc2dbf63","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:34ce758db45acbe1ba4841a7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b04f7c25141ee30d51031489"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f134a82e2437eb1ca956d9a1","id":"aoa:aoa-techniques:relation:d0ca2fdc4c4a1063a6493a91","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:919adc00a9f9aa1cbca66886","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:017d8a7330e59ba21ae315da"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f134a82e2437eb1ca956d9a1","id":"aoa:aoa-techniques:relation:8f924f31db20342d6e61f979","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c3f15408301b1306ef4a1f44","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae15c341c9e16d3e0d8953de"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f2afd2ff037caa398b0e0665","id":"aoa:aoa-techniques:relation:6dd13108db2d21a6b55728d7","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:69755c426b6e4dd041959645"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f2afd2ff037caa398b0e0665","id":"aoa:aoa-techniques:relation:0db1764b3a1ac0ce099e0a41","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bddc83db6ae7871e9ad78e45"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f2afd2ff037caa398b0e0665","id":"aoa:aoa-techniques:relation:072ed4f56bb58dabeeb1d83d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:65a133fd7fd9770fb9753e66"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f2afd2ff037caa398b0e0665","id":"aoa:aoa-techniques:relation:f2444d8a2d3d4c596f4bb3de","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:739645dd1ead589dcd940f85"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f2afd2ff037caa398b0e0665","id":"aoa:aoa-techniques:relation:74bfd2ec3b747e7bac037330","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:199fb6aa3b2193f44f47845f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f2afd2ff037caa398b0e0665","id":"aoa:aoa-techniques:relation:097a30369c990e201488511d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bdfbc9e45f97cdf55479ac8e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f2afd2ff037caa398b0e0665","id":"aoa:aoa-techniques:relation:abae65e0ccbd1f446218474f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2db3db3ac70b482a6abb1507"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f2afd2ff037caa398b0e0665","id":"aoa:aoa-techniques:relation:426daf7981587d6fe0f750f4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eb3d7fc9164dc018d04b4122"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f2bc8dbb6c43144dce9b0339","id":"aoa:aoa-techniques:relation:bf0c77bda1caf1393c2f6d0d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:3feef2dd8124efaaf88da3ac","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:54bc439cc8ef8ad690f3f6d8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f2bc8dbb6c43144dce9b0339","id":"aoa:aoa-techniques:relation:49bae7902ddb48bb0927ee49","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:9021102da097414437a68d4f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ab321b78dbed0e87977a2313"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f2bc8dbb6c43144dce9b0339","id":"aoa:aoa-techniques:relation:f2792e7b986eb5b0d1db598c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:f1b7059f6f816e45a7172594","trust_ref":"deterministic"}, @@ -4002,8 +3651,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:57694c576021967d84c9eacd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f55e8f550fa4c274cf0506c8","id":"aoa:aoa-techniques:relation:ea694306597c3d29838f3d4a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:32f2f10774b04084c12fca66","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:21933df7fdf74660c48b5998"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f55e8f550fa4c274cf0506c8","id":"aoa:aoa-techniques:relation:fb75218575e37e6b6df07271","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4c572083852c087f33c345cb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fcd71193861eb050505d005a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f55e8f550fa4c274cf0506c8","id":"aoa:aoa-techniques:relation:8eaea9c44baa5cad99ef8867","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d6ddbff5181b7446e44a95aa","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7768cc451c48020f6dd1a37b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f5612e3d3194a4afefeac8c0","id":"aoa:aoa-techniques:relation:7b8805c99e87ccae4eff49df","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:63c1b89d3d7da11b5eba53ec","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5eab4b03c3390fc369ebfe25"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f5612e3d3194a4afefeac8c0","id":"aoa:aoa-techniques:relation:e10757c9be9c637a88f9f911","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:fda6fc81262926199607f2a3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae1adb0c57c9b0d09d25e1ae"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f56338b3f944a8a92979fccc","id":"aoa:aoa-techniques:relation:b1780b58e5ea77b7a297adf4","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:339c4cd09bf4a9cb40880968","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2df2be1e9538dc9aad69f96a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f56338b3f944a8a92979fccc","id":"aoa:aoa-techniques:relation:6d9faa453c4a24c7f64aca06","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:488355599cc7726489ba9d31","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7dcb479290dfe9b75868f1db"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f56338b3f944a8a92979fccc","id":"aoa:aoa-techniques:relation:a22d1f249723678f6fb8d019","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:6edbd89453a60d0eac643395","trust_ref":"deterministic"}, @@ -4016,7 +3663,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bbabdf5180fdfe1c66ba7e3b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f5a101835d95a961dcc57789","id":"aoa:aoa-techniques:relation:cf53619eb781a10693345172","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d3617f5c4554fc9e730c5f0e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0ebb24dad67ca0599e1257db"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f5a101835d95a961dcc57789","id":"aoa:aoa-techniques:relation:65777a7ed316779ca63d2899","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:db8d8cd71bfe7e7d2a336e3d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:270751308ecc15c719876d0b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f5a101835d95a961dcc57789","id":"aoa:aoa-techniques:relation:564a79ef6718131eb65b504a","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:eef8633202db4559bc74a4d9","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3604d947bacbd2a53d9ed83e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f5d1cc4c6dcb11ec53679f8a","id":"aoa:aoa-techniques:relation:034335a5f3d4253f560ce956","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:48c555cbec87d7b924e0e9b4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f61f57df0e9f348880783b2b","id":"aoa:aoa-techniques:relation:beb84575b812c2d0a04d3544","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:7490bf4c7cd92e9b1496b3f8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ccbe4ce08f4c033595dff580"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f61f57df0e9f348880783b2b","id":"aoa:aoa-techniques:relation:28c7f2ff10d8f68629cc4692","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ec69eae18db0246bcaf05b98"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f61f57df0e9f348880783b2b","id":"aoa:aoa-techniques:relation:63b599340b13da49227dba6d","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8bd02bdd5477b49d5e0e0862","trust_ref":"deterministic"}, @@ -4074,18 +3720,11 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0af7c21bf82288d83c2d2457"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f94e004e25941b4403fbe258","id":"aoa:aoa-techniques:relation:63d5aed5b59cfbe00f50de6c","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:47961174acee7abac82b1c10","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0627bb341f2d4e6097d71062"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f94e004e25941b4403fbe258","id":"aoa:aoa-techniques:relation:ff54b8720cd2d3f0de1cae10","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:db835dab8287847fd7fdc6b6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9f694b362726e7b028b21f10"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f94e004e25941b4403fbe258","id":"aoa:aoa-techniques:relation:7beb9e2b3e755a9a0da9fa4e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:e137b01c3e3cf3969b641c81","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:772a3300d2ae3ee9fced7a93"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f98a682fcbd490a1347c8f68","id":"aoa:aoa-techniques:relation:c16ed18f1a82705082a67c50","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8881ebeb5356f155b1bde376"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:fa2e13e2c684ca62792c19fa","id":"aoa:aoa-techniques:relation:c066c3d74a3919f9a88493b0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:3894d1e5250d4d85c25b793a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8cf8a41dc609dd2cc698e451"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:fa2e13e2c684ca62792c19fa","id":"aoa:aoa-techniques:relation:dedb48a34e77846e9dbc5721","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:485e376b48dfea26d1b0c4d2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2a07cb4837bb9e712e02c11a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:fa2e13e2c684ca62792c19fa","id":"aoa:aoa-techniques:relation:a2be9315e71cb237baaabaf8","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:5813f8d2d6a18e2344bfcbd1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6549e1bb6fd958ae3bcda27e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:fa2e13e2c684ca62792c19fa","id":"aoa:aoa-techniques:relation:d2e45df93093eed708d57f9f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:ce5d65b52ab4cbe348412f72","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3bc884dfe49fe1caa724bd74"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:fac220c5605cebf4c9f154b2","id":"aoa:aoa-techniques:relation:213cf635ecb4676030bf2f3e","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:d3f1e4387137e076111f31b5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:04a807a1f7901a1c9da73657"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:faf29c02b80521ad846942cb","id":"aoa:aoa-techniques:relation:3ca73af88b2045a6791d9b00","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:01fe06da38680afe497dfdf5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:faf29c02b80521ad846942cb","id":"aoa:aoa-techniques:relation:075e072b425e8b6781d7f18b","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2070c0f146359d2741d33082","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3936ad8f7089c4e1e9452279"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:faf29c02b80521ad846942cb","id":"aoa:aoa-techniques:relation:72fc1c26b0a2f1babcf933fd","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3e9da65757219efbfde56acc","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a8559b11d2bfba23b122d053"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:faf29c02b80521ad846942cb","id":"aoa:aoa-techniques:relation:258e228492522819c7aced63","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4916798cb319c36fe1e8acf0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7f0187559c54541ea2712951"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:faf29c02b80521ad846942cb","id":"aoa:aoa-techniques:relation:28e6dee30b52690a6f597f13","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:779a4edb8571d5795cfd0cf9","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:28cb9d928b61c5c69febf227"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:faf29c02b80521ad846942cb","id":"aoa:aoa-techniques:relation:5aeb383895e5b6ddeec9abd0","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c9663a85754571c110d76d21","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:521d783c129ef44781bb1535"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:fb1a755de92d043be1c97744","id":"aoa:aoa-techniques:relation:63d6698ed42035ab9879e28f","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:cd57a2d053975909a8f1e148","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9e266e042011c41484b5db1a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:fb3e43ee7886602ee5d3c7be","id":"aoa:aoa-techniques:relation:9a47ad367d500a7d1b6a71bc","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:artifact:53efc8b55bbb771b99eb5bc0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:327bacfdf78f5d37e985a9f8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:fb3e43ee7886602ee5d3c7be","id":"aoa:aoa-techniques:relation:c9a29ebf44041dbae69945c1","provenance_ref":"deterministic","relation_kind":"contains","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1371084aabc909a0276c4c1d","trust_ref":"deterministic"}, @@ -4289,9 +3928,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:15b37b200c4f27a82d24e9df"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:098f12afb4fd11c72d66bfee","id":"aoa:aoa-techniques:relation:96cb91d681ba54dc5d33b3a8","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:324ec70504bf96249c441a6a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c90d46f7e2bcdcb1ca92b103"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:098f12afb4fd11c72d66bfee","id":"aoa:aoa-techniques:relation:a0cd73c9fe839e35d32c8114","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8e5626f43c16ed8182b59a68","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:11877127446986f2bd7d4b42"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:098f12afb4fd11c72d66bfee","id":"aoa:aoa-techniques:relation:2ebfe0e5a208a470892675f7","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:bf5796bb28bd2ff7415c10ef","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a23300fcb3b9ea778c46921"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","id":"aoa:aoa-techniques:relation:05df9c80fa7ee07a748d7556","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0f0fc5a0ac494e80b7b7ffa3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dcd4a89083ede84fff11ea89"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","id":"aoa:aoa-techniques:relation:d2735bc83a3f31c94e843aae","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2e5b46c622e1747f36a7e284","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:64e4bda4c0bf95f30b4ae9b3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","id":"aoa:aoa-techniques:relation:84dbcbb9fd93b6ffdc5e60c6","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:96b0d9968dddfe285837e1a1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7fca77c6ede55597198e4cd3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0fe833418dc1eab0b2818187","id":"aoa:aoa-techniques:relation:41e59a1a83e1de11ef059e05","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3364a71bad213386cb581ca7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d80a10af14f6b093cc4892d2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0fe833418dc1eab0b2818187","id":"aoa:aoa-techniques:relation:34747ec829b02c823c3b9715","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8908a0386bdf3439790f1e28","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c20d66de904a4c631d7686a5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0fe833418dc1eab0b2818187","id":"aoa:aoa-techniques:relation:dbfe33aee10a011861e34a43","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9fb7657e83da2602efaea423","trust_ref":"deterministic"}, @@ -4710,10 +4346,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bf09c24581c05c4eaa4a8fde"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f","id":"aoa:aoa-techniques:relation:4a5016c05d42889f6b1d4e0b","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a4e959f68aecb260dae993bd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bfd529eb729a2b07d3da0e1e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f","id":"aoa:aoa-techniques:relation:6cb794acd0907ff3a6c1d376","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a85a2060e494f8008411e087","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:53d4d6601c2576fa71a67ad4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f","id":"aoa:aoa-techniques:relation:5c1deda4be8d5c536617f0bb","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ece4e8caef074328ababae73","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0fa56ca83e42d7dca88f9442"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","id":"aoa:aoa-techniques:relation:0fbfe5fca959cb5d1b3e68fe","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3acf0ca10d4574488ec73e53","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a1a18fda340e6fdcb7104240"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","id":"aoa:aoa-techniques:relation:fa29e2adcbd4f35cb81b2e83","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:88570ab88345fa232ecd2584","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5ebb87ff55f4b81ca44e0779"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","id":"aoa:aoa-techniques:relation:bc32d2a304abe6fa111f3942","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9fc2084a1b2b17ad91bd438e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d54c274cb08e0c4172493acc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","id":"aoa:aoa-techniques:relation:b8201f5bcde6e31645486619","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d0a6b51471cc6a75db908d77","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f36063a965c95af319fd49f6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:47ac5272418298592bd590d8","id":"aoa:aoa-techniques:relation:245c72d71828fb8639ce29d0","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4dd5d61cd89ef122e139ca07","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ed42e4a4af854b9d470f7ba3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd","id":"aoa:aoa-techniques:relation:9c49d224a5b240cf8791ae90","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:338306e1d26e0a1232ba53c9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44212edc355ffcd46cba3816"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd","id":"aoa:aoa-techniques:relation:c0f27f6e95231ac45214e7a4","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:bcdf60e1abf2eedc560c18cc","trust_ref":"deterministic"}, @@ -4889,9 +4521,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ce5966ea607cf6262c61355d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:637dddf144a4c6c59d2a17fc","id":"aoa:aoa-techniques:relation:3b3ac974d52ad8819a7d897e","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5b77cdf7fe32d48a6a522125","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:68561a460d8cc9579457a93c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:637dddf144a4c6c59d2a17fc","id":"aoa:aoa-techniques:relation:db994930f1eaa0eb8635afe1","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5f0ce570af4193e6b7748317","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fb546fcd9c6d9545edbc829a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6408b7f6d50ec2fda7b3357a","id":"aoa:aoa-techniques:relation:b7120c088f44aef6601c961e","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ba04cdb88eb0f91ba2046cfd","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c3c60c0c4362a365db5ba3ae"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","id":"aoa:aoa-techniques:relation:6d0063274c115f66290c3973","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1a255164a1b6c721be900bf4","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6a4d08fd67df1a30013fd2de"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","id":"aoa:aoa-techniques:relation:b1925ba2ce771f8fca81fc0a","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d01dfa4961eefa9e2feb2860","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:21585aefc4e24fe3648501af"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","id":"aoa:aoa-techniques:relation:7e2ab6809ddc4beab2cadf98","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e40efa9ef473506f9fd11359","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb330183e55c407d4bea7156"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","id":"aoa:aoa-techniques:relation:e56c3b9ca4c2ad06485ea187","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:41e285606053dfce45d0fd07","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b3afcc118ea9e4666d65b19"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","id":"aoa:aoa-techniques:relation:4024c92d5ccb7363f8cd90e9","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:510a425629cbcfaa7a1d87cc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bb84041cf8413e60b0eca828"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:66eae8a0b2fd9befdf56b2f9","id":"aoa:aoa-techniques:relation:b9e603f875ebeeae57324295","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7a0d7360196b461159b13df6","trust_ref":"deterministic"}, @@ -4935,6 +4564,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0145a41145e5f9f086163606"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","id":"aoa:aoa-techniques:relation:6ae056bb9e178561680c8815","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:efcf33e0fd13ff840e214eb6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a76c70e1cf2b6118f2c7918"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","id":"aoa:aoa-techniques:relation:76e564d5030a3c3be3605c9b","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f05cbfef6449d2a54a6559b3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b4d29c4172299982e1daac63"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6bf6b62a56d7affb222fb3fd","id":"aoa:aoa-techniques:relation:44c73fdc4eab22d0cdcc0da1","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:faa3ef03769fb0d1861d56a3","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3ccf227ede8a00bf19193d30"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","id":"aoa:aoa-techniques:relation:1d76c8a78d6c59803dbee62f","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1b54f583a571cf9290d5be56","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bf3934c5c1550a80d75e68be"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","id":"aoa:aoa-techniques:relation:8f2102ec2780dfbce50f96d2","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3673c8d5bebe5ff3c7a7707f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:61e85fd13a64320d63407a07"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","id":"aoa:aoa-techniques:relation:dd829710c5c080732fc2e6d3","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3e595e8b15ff9658b3b61a85","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0c8b3c354c17498e041c3a7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","id":"aoa:aoa-techniques:relation:0339f5a80d4af094231d7255","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5029f82e7cbd4fd03e9d6ce1","trust_ref":"deterministic"}, @@ -4942,7 +4572,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a340dc2bc78d5937850b6c6b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","id":"aoa:aoa-techniques:relation:0c81886ef859d046af570e9f","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6c8f9472b3050757c52094b2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:91b44fc7a71170d9df6ea6dd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","id":"aoa:aoa-techniques:relation:54d59329cc01ed7544f613ae","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6eab7ab315ca79838619eaaa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d1c9944b28cc8ea90f21339d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","id":"aoa:aoa-techniques:relation:6cc42f6eb873a4e93c2678ad","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a1b9abe7455d487134e81ad5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3069419b8fa1a0d2d5c85011"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","id":"aoa:aoa-techniques:relation:687b8e28e0d222ada7e014e7","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:af3f502ccf4fb4e0cda684f2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f61a442818214c7fc5745ddd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","id":"aoa:aoa-techniques:relation:1d2eb33d5640f4c4d4b3a485","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b04b6f8539862ee013179d95","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fbd6a511435d0ada652f05c3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","id":"aoa:aoa-techniques:relation:5302243aceea45c6d2f8f557","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b2892f1572e0331bf0397cac","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:95da84a92f4d674413ddeea7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","id":"aoa:aoa-techniques:relation:284594506cdf8286b101ce5c","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b5552c17b322fe2bd8fb4eb8","trust_ref":"deterministic"}, @@ -5351,10 +4980,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6d0cbc4a5dde9bf81b05ded4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b90af86566bbb19195eefe41","id":"aoa:aoa-techniques:relation:2e4cf45cfe2ee50f7f85cc63","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:97a6e1cd81f1cb992df26afd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c0929e986d10ba5d16fc29af"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b90af86566bbb19195eefe41","id":"aoa:aoa-techniques:relation:f24cd347f7febc2eb86d4807","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c9d5ba2c3c162d9aa0bf8141","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:debf0796c2a0a0312c6ab216"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b90af86566bbb19195eefe41","id":"aoa:aoa-techniques:relation:324b2341024f03d28038d19c","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dc6af194c4a5e1df22b9e35f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b186e824bddee30b68657b4a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","id":"aoa:aoa-techniques:relation:f3caeb529923ab9ee45875f0","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9074fd30bcaf4859fd29abb5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3c8bfb55ee5bf957d5ef06e3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","id":"aoa:aoa-techniques:relation:baedde330831b6ce40ee8721","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9d391e6938bbe1d03791413e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:62ac77c1a862c92d62d97b70"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","id":"aoa:aoa-techniques:relation:60fd37dd2f8cc2141377ccdb","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c88721d717e09f6f31882a5f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eb6cf5f7df4fdf639ae02bb7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","id":"aoa:aoa-techniques:relation:a5bf00db0b4dcc35bd5ed589","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:df968b12bfa98876960fd30e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:40e3197c5948c72508ab6b4d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bac359db4375a051d784ce67","id":"aoa:aoa-techniques:relation:3a6232dad92140b2ab6b7fb8","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0790680670f9d0dfcdaaf6b4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eb33f96f69a67a0d2795ac99"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bac359db4375a051d784ce67","id":"aoa:aoa-techniques:relation:cd732ff590cd04ddb2e20117","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0a8569bb971d2fb7371896e1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e67cc5afbf321fa6a518ba3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bac359db4375a051d784ce67","id":"aoa:aoa-techniques:relation:31cc979f289a52f37220e5c0","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:36ad78bc37b93ab82b588126","trust_ref":"deterministic"}, @@ -5562,10 +5187,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:670050b578bb00df3a83d14c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf","id":"aoa:aoa-techniques:relation:5460d7bec1112540d903ba19","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ece0bff118b106351a94904d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:95a3a4212a4b187597b53583"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf","id":"aoa:aoa-techniques:relation:0d293f727550b8799f5fe371","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f7d726de5d9859c1d70de4fa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09f3f416eaabd7b2f16e6a90"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e0bd6f96b5834f3924a91acf","id":"aoa:aoa-techniques:relation:d28fb668e6dff12c33be49b7","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f7f1e8623a7fcd81502066bd","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:52a3addfae7c36cc9fa36303"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","id":"aoa:aoa-techniques:relation:06e9286d9efc2adf9df48cda","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:35f9ea25755f112fd5fa61eb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cdc0184a6017b03d17502aa3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","id":"aoa:aoa-techniques:relation:875490919cb8f0c7fe0ce28d","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3782d773fa26696573a34c09","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:514090767c512fd584318527"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","id":"aoa:aoa-techniques:relation:619b620843ed110eeecb93c8","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9781b3d644070657129d2fd4","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2ff360eaca1e06ededdd646f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","id":"aoa:aoa-techniques:relation:7eba08360d83a0364f326cc6","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b9cc79ef0161b69e0b981fd9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dd12792269f5cc546e2646f4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e38ebce28e2f64e8068643d5","id":"aoa:aoa-techniques:relation:85a60617cf3b4d367deb7f9e","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1a651550fd917db52b9a06f9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2e76a09c1bf13edc78076360"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e38ebce28e2f64e8068643d5","id":"aoa:aoa-techniques:relation:d9c4022e3af778d582dc15ef","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2bec9d5736f93f97cc778303","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d8293c40a68bc07686c884d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e38ebce28e2f64e8068643d5","id":"aoa:aoa-techniques:relation:f1e3a6aa3b6bf2f1ffd7c39f","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:355b4cd682aa916b7f1b0ec7","trust_ref":"deterministic"}, @@ -5610,12 +5231,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3d70153805f2572aa2292bcc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e72fb7b4d2f73e30910b6c6f","id":"aoa:aoa-techniques:relation:32fe2b58a19b30d942c2ddad","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:413de9124f4f2645281e0b99","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb7544497f82809456bbc8af"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ea1a73c3524c9e1c4469c454","id":"aoa:aoa-techniques:relation:28fb9eb3516809a090ffa067","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:15a0d046bed332a2a02676ed","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0c493966ed0551e09d9c3c4e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ea1a73c3524c9e1c4469c454","id":"aoa:aoa-techniques:relation:397ad25df7cb88fe65f98922","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5a6dc1782c0a16abedba4f30","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:05fa83d427659fa4e2b00829"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","id":"aoa:aoa-techniques:relation:be27fb6ca1bb46b48c4052ca","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2fed22709b99d64f2a70fc9b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d87466cd37fe0be13fef6c49"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","id":"aoa:aoa-techniques:relation:932bcea6b9fc0c6e22365c82","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:62fb53c9469ed2977147f140","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3b641aaaf71a8f831bfda9b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","id":"aoa:aoa-techniques:relation:54086f22350abf8c469bf585","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8c254ec2fec711579f4ec7fd","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9dba4dde81c212a6e721e244"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","id":"aoa:aoa-techniques:relation:0e2fc891ddbbe12775892b3c","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a554713466d55cb0550c9628","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55f6f9d3a3593c337fab556e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","id":"aoa:aoa-techniques:relation:a75f4a36998b1cf21193c597","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b44bde98b70243fab0cfbecd","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:400c43d4e234657d9639c735"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","id":"aoa:aoa-techniques:relation:d02fb34b375a9ef94c99fe1b","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e700c406403a8a87b68c9097","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72858fcfbcd34788db52331c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f3c7fc181f81f29301654060","id":"aoa:aoa-techniques:relation:97aeb3f5223fdef225875ffb","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6c9f3371ce5d5b55824a3635","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:df7130c2b1a132cf4cc96537"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f6818f763cf40101bb774211","id":"aoa:aoa-techniques:relation:70295c7284e4153ef34abe25","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:03d704edae1f54c319331977","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:33e433d08c352d3d2b7b9857"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f6818f763cf40101bb774211","id":"aoa:aoa-techniques:relation:5b4163f6edd759f5b47c980f","provenance_ref":"deterministic","relation_kind":"defines","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1d7e4e10b7d10a69acdb6d21","trust_ref":"deterministic"}, @@ -6006,16 +5621,16 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:33f8a47019fe20b6c0da86f7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:13af548fd9ebbee484b49403","id":"aoa:aoa-techniques:relation:3d0e9da0a62b1f331dfc9ad4","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:faabba6a1a7809c96a39d8a6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d2ccd97335b6ced2a8cc7be0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:13af548fd9ebbee484b49403","id":"aoa:aoa-techniques:relation:dbcf8f600ee83b4267d0fea8","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:faabba6a1a7809c96a39d8a6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd78d2e3181e7fd870fb9f94"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:13af548fd9ebbee484b49403","id":"aoa:aoa-techniques:relation:797b7f3a820e49596b5efd15","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:fe0cee08666cff5a547745e4","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e51e6c8b16be71b8c69a5f5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:55cd4cdab8171a4bf3632aa3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e1ca00a23d34439806f688db"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:ff5c937e03fcc0381c6382c7","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:da8c3d65f852dddcb739e006"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:b8c7bccb4dc80f888a60885c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:30b868d8d788bb5d90a11ae7","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:12f352b9ba68a503b6d58510"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:f5a5c26ac9b2eb01aef73732","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:53d6c7effe52cf37791e7387","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6f4514206e5707a586450341"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:8ab25a4baab0d289a3ebb23f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b8faca6d827a00b51c80f7a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b9f80570e4e7fc9d1c98a2b0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:5771d23bd883712629dc736b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7d1ba259801b3802771aa938"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:ae938defcbb3494bc39bfbb2","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55107567aef5cde3d0396eef"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:c3bd27c1a794473b20f1ce70","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a01f4ba8670297316a01a2bf","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c41ed92fbf79466b43afd6aa"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:265a93c3065bcff59c382997","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d8820f600f31cf5f50a32678"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:68bc950f0d30f7b4512081dc","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b941b860b72291d7495d37d8","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:940b0cb188aec455fd02940c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:4a119df341d8066773b16a87","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55111c4c904076dab0c6fcea"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:702a7f418e8af5a5b6284ffb","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:988fd4bdbb25cccc487efff8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:47461e71d392cf18ad17432b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:30b868d8d788bb5d90a11ae7","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4a3ea3dc23685c6f18d347ee"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:818457f28af524c63d5d12bf","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:53d6c7effe52cf37791e7387","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:17dbc9ad40efe2b68bd5ed11"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:83c722767b9e2cca518545c6","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b8faca6d827a00b51c80f7a","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e31a57da513adc88952bf1af"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:22c82b1352b2f4a15c87a57d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a46e2a0768e89a2cc85e35c5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:2f0c8129caa5849a465fe5bc","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f74dc26691e06cae65ce12ab"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:874a2daf62b5616563c7ea16","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a01f4ba8670297316a01a2bf","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:53cc262569a306423cbcbf87"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:ea5c7372f21d7c32feb92cd8","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8467a49d2a09f4fd489326a9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","id":"aoa:aoa-techniques:relation:a1306148bd2ac128f2caa9a7","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b941b860b72291d7495d37d8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4a6682d5fd7a25d6edb6ae90"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:14990bdd782e37527e4dc0fc","id":"aoa:aoa-techniques:relation:d15d07fe9d1aa98abc192357","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:8a9f5870cde69451c06e7e9e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6f4e557cad08c98081b66f92"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:150300567859c68c3183bf33","id":"aoa:aoa-techniques:relation:5fb8d7a5d025524d3c25ef54","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b2d429b7d320cb9bb279a0cd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b072010d3eb4937a16e8271"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:150300567859c68c3183bf33","id":"aoa:aoa-techniques:relation:512530ba06f717ef27e5b7df","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:eb8ece9755c73ab5e71209ff","trust_ref":"deterministic"}, @@ -6373,12 +5988,12 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:03d15a661baf9280cb13c020"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:8cea3dea3ea530cc7c465450","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03b948530a2726e83de356b1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:710595a6bf66ab1b871f79f1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:8e1091c75611466849e0efa2","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03cdcdb6edc5eadaa69c23e0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:284fd79323c66f18c78221a1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:851b28e992ff05a0366d200a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6fa1249c65f5efe1a38c0a8a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:0cf0b71ae4731e718307c4c8","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b5a98c45ffb48c491b035c72"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:782da696b2b7cd994f94ed06","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5194ec456bf1f724fd418b7e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:83d7c1f105a4fc68ce3cf716","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35168c7b558fcd22f925bba5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:42ed532b3d970045fdcc1b00","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:def78004fafbd293d3a441e8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:246b2f6b0543748d94e5c1ea","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eb07b75e0f36e01368ec87b6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:fa9ce0ea69112302607c49e3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:648d456dd6eb006fdaa99a4b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:78877c995a4ca1bf72bd81d1","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0767006619a0cd12c1f8dcb7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aa00dd110699750863778b39"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:81007e44c2e4e54b281bc1bd","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0adfb6eb37cb06410a104adc","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:13c0ddde9c1e173b5842caf6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:052fe874f02aa10bc951bc1a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0adfb6eb37cb06410a104adc","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f5217abc5315767b7f599a0a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:6e932a512007ac0678c29084","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0adfb6eb37cb06410a104adc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1eeaa5e2fc8be145569f3d1e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:85546b95da26e9b751af8bfa","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0cee40222af8114055a617bb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0df82441e5cd5f6d46a97065"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:34ec1e03561541317a8c3fd9","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0eef034a77a979020ccdf420","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c2b72f5131ab956de89480bc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:8dddddba48103a85e71c9203","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0eef034a77a979020ccdf420","trust_ref":"deterministic"}, @@ -6388,7 +6003,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8eb6a611dc6cca0c741f9cd3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:b1445a215ac186060a7baf01","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:117b27346d5e45b6ba483024","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4be455a9013b92fb3e589bdb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:dda7a0a52aa7eabd29d61a68","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:1833116f863fcb854ff81b6a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b8bfe1f62103aa4b024192ac"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:d1e8a5834cc24cebe664893e","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:1efc0dc3ba6f86d52a62e179","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:827f35f1b91c0e48cca74ba1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:e7c1b50e659432f0e964330a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:1efc0dc3ba6f86d52a62e179","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ce83dcff09c93d4dcc2b2f9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:8e7a92a420accc38c3a0a1af","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:1efc0dc3ba6f86d52a62e179","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:62ae579763ebccf2ccd91d1c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:c6d2603dba8b6f8bb62031d9","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:27d164c9388a2414a378fd67","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a5521dc3837ae80916d07639"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:02a5a6c06ffa71748cd82a64","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:29580d1616ca7a518c165a95","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ded2598544f69d7d06d77b2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:f025deec6bee45c1cd18b43f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:2b5919e4c84f4db8739b6d1e","trust_ref":"deterministic"}, @@ -6396,27 +6011,27 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ce6d32ed55279d2bf909b15f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:17382139cf28c43dad1eebd5","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3170d71940014890c28c391c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5fd2c406231a111c085297e9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:f410da3f1baf1d0e60d5fa90","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:356f5d8a442ca9d2278c6085","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:183acd536e2e2b6901dd46a6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:1ebc27263c4d72a163a92ad0","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3580be83591f3f5166daf498","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d141630aaa27653dfc97b1ce"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:f967b7c82bfd59fe3cb44aa9","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3580be83591f3f5166daf498","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:473e1f80ea6392dfd276a3a3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:2598ccbfef43b0df7cc68b2b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3580be83591f3f5166daf498","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0e12410ee1b2d9d6ea7cb91"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:0833f28ab3ea8ee76c9a61a3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2447025612f8fb822ebb98c2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:2070baba1e6811527b3abdb6","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f2af28fbdc52cf91888027d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:c7e6323590914f99b7fe0f57","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b9fb7ba3cb21474960086139"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:1aed68d17dcd007f0d1999da","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b0097988e5270b9a107892ed"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:9b2f3e0ccf4f69d0c465c060","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3e2ec3593e6b9219196b964a","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:def4319d758d424faa1d27ce"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:521dedba58ec361229851445","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b21e01c0950453d47db88c0c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:df0789381275612e4d341985","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3e2ec3593e6b9219196b964a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:03504b5402d3c44ae755c984"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:f689578e41b324ac2ed177f4","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dd7f176422e3fd335aa28452"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:338926526e4b5b0e4a6c3c0f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fd445d69cd6bc310326d46d3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:12721738cf70c72832688948","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b2c7b2ed34b50ea75c906827"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:ff6eb4909eaa27e4e6f8d2ab","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d246a44d9f04a7abb556fde7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:c8d1206182e3ae60aa36fdd8","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b34cb5c9c7905d4659b6286"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:ee4389f4addac9be35b9d945","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:45e2aa2d646982932be117c5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0f30047a8e78914a634eb115"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:aa02c800409681b3065fe465","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:47ab1dd8473efa97180936e3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:502747e6d580cabd015d3d9d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:17c8d3906432864bf40ba724","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:4815ea37c69bf587ed4ab8e1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:617c9d88bd75c86ae0f0d60f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:0fa21f3e598ac9aa1b25ca2b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:491e2d3e81cfde1d923fcbfa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6514c11cedbb48c97419cd9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:6cae6eb0cf5e556ced10f738","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:4a81686407eee2a552262b50","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e23715f32310b3ab21b26849"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:0cff8cac1ea92d217dbfb094","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:4c7980bcdd608534212bb1a3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dd53f18d38a7d5794274ee44"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:2a755fb74a4ffeacdf082281","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:4c7980bcdd608534212bb1a3","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b50d8a1b5aea9fb3bdd4ab4c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:d59000675c2bc9be404762d8","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:4c7980bcdd608534212bb1a3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c4119502cfc77ff4c97e554a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:a23a8d4223e6c77c9cdb2c47","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:51e7e5a32fe9fd41052840df","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6279fdd8ab85aae984d2dd5b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:b5db4816c4e9220269c83995","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5215c8217fbdf8785c225cc6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f1a51f1735a5fdec864a2728"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:9a496e17aa3b485c330cb9be","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:52603fde04d46bceacfa165e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d9d64712faabf547ff12723a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:914830980a258887a7c0f2ee","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:52603fde04d46bceacfa165e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9ef5d0cd0e9bb8a425fcb89a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:32f7e3bdccb16dbe274fe2cd","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:52603fde04d46bceacfa165e","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a53793d7af90b20b95df6ffa"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:404a149a6dddaf243981e4e5","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:52603fde04d46bceacfa165e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f81f653b9f8985e0a06c09ff"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:1307fb5704f654c9ae325620","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:56423cd5a36212cca5bd1f6a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74150dcca1e9b3082be8a5b9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:c0a899a7de5fbac29fabf7a6","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:59cf4ccbdb81f19e508627f6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4b42d74da0b2da9769920d35"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:af68d64708f8a7a96cd43b08","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:59cf4ccbdb81f19e508627f6","trust_ref":"deterministic"}, @@ -6424,7 +6039,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:826976810c4980792fea448a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:e18ee103bfcc9840f0d20c29","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b531dcbc798b6b4299bec64","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4dbc76ea3624cc0ea89b207"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:42d8733e9a7e302e65ae40da","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b5c6af57dced4e9696758bf","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9e916afb53466e890e772139"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:b462d9c2fc81451e1aded0c0","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b5c6af57dced4e9696758bf","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:db2c3ff885f9ce58043c58d2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:84e2fe77900c123a8e035561","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b5c6af57dced4e9696758bf","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6756239aab90fcbcfff08031"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:c02aed5552950a62448d98a2","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b5c6af57dced4e9696758bf","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d39e2f61491feff1446eac14"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:d411f338135f3a60765782d7","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:62c43d332041477e031ec4c5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f8cf4a1618bd0043e4871ff0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:d14a425d8dcf0367e0d6a226","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:631602b377f7fc86a2327f13","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:20127de3c011f0e270c9ee2e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:cc2be4d54fe1ef497965638f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:646ea72b4ab3140409bfa77e","trust_ref":"deterministic"}, @@ -6432,16 +6047,16 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44e324b6c63de05fb44fc69e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:e12368131db21523bb8c9ac0","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:688196f084f80a0f4d7bcde6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:444286693acd177c29f5d1fc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:5b0d8d777d20a41fad653925","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:72556c3550a2e9f4cfd30500","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:23892f146b1016d6ac6ac6c6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:b89dfce35232df2bb8eb5576","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:72556c3550a2e9f4cfd30500","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0984e73fc14d157b19c993bf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:64c1dea2ae2094f762491703","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:72556c3550a2e9f4cfd30500","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4ab842b52876e24e3649a36e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:3d348fc56c183ae3dce25e35","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:72556c3550a2e9f4cfd30500","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b3246606723a9db977335ff"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:3c2b7ab2d1a1c386fe1a2fb1","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:744a564f9dde1b8c88dc7977","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5253ef2c892318c516e6f166"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:9815f21c7af33838724a29ba","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:76b3da8f8bc26087d86c5d45","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:73fd340b7acc8461e860bdf3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:7e2c76f3093e0ea1855b7e24","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:77427ef2611ae4fc92160ec3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d92b215224a76ea9964b010a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:acf6077ecccf83aca72912a8","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:77427ef2611ae4fc92160ec3","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b5e14dd344051ac5c5dbccd5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:9f4aec05c508b7d5c9cfad36","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:77427ef2611ae4fc92160ec3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9f0c81c85c6c6db71dd8801f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:27ac8a1eecca3478ce4e1c36","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:77a24e8b188bc67dbd0f32c3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:83d05f467c042715fb17229d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:95ceac0ebe8d19289b6bfeb4","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:7ef31bfa7ef5f4b5817d2abb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0ee854e3ada8274bc1dab009"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:4b574d1fe4fe6c029546a2ec","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:7ef31bfa7ef5f4b5817d2abb","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:994063b1ddd5dcb3172f4c8b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:0cea500014a3ffb2e9e9d1ef","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:7ef31bfa7ef5f4b5817d2abb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3487a35fed8d2375d8b33708"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:a0fdc436d5eee2e8401511bd","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:85b3ef63e51dfcbcaeeb7542","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0e084b78a87e2e89fcb8039a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:bac1d255a7519ede7d806e83","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:85b3ef63e51dfcbcaeeb7542","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ad8c9e7e9ab9bcfe1f83a956"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:693870bf866f2069c17f1d37","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:85b3ef63e51dfcbcaeeb7542","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9d7b779d68aeb6db8ff79ac6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:60fbf2a2b60f73a7104ef55c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:8a9f5870cde69451c06e7e9e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4ab76b69b5fc1124a50e286d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:ff70509df2ab415db60414be","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:8a9f5870cde69451c06e7e9e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1708baf188f852ec6126081e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:f3d4a9905f789d1e30aedf84","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:8fe61f4c47fe2fa66beded4a","trust_ref":"deterministic"}, @@ -6449,25 +6064,28 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44aa5f2572099a7d64768f1a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:8a7839dfc0d54d719ca346b3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:912e61e3f40d31e3ad6e087c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f39ad6b6b964ab53042a8501"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:89211d5d47e02c9bb3f7d71e","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:912e61e3f40d31e3ad6e087c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d6c574d37e33b36d6283374a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:4a76cfd8cf0ba9e0cd87d5c4","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9b4d7b1cfe14dff6b24bcc21","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9496f94326147ef531496e00"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:c71764089ef6c5cc539dde5c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9b4d7b1cfe14dff6b24bcc21","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9463b626706a079d1234aaf4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:9013de2bfd11558d4b552b15","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9b4d7b1cfe14dff6b24bcc21","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:afaa00314137ca3247dbada4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:7bc4efd07fc3e84faca4516f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fd0a68d4fb876e40a787fff","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:76010a487b88c48e4762dfdd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:2140798a80c5300463d1abd1","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5137c3aea2a85de8f00892b5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:36db47d8f58664e6f5b60344","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6a9394e8871b6bc275713b43"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:611ba88acb2cafa030d76f09","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1fa50928e56d73635db98a27"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:46b12dd78caad731bb82e86f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:660db657eb7d72e2cbdc5e3b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:dc185040710910b6979625c0","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0429e485ac413c4e9f6d2673"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:2cf27a7d043cbda052e4f157","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:480b58daea9b2eb474aebadb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:7dbc41a4bff50f28cd8fe79a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:061978e411a3d7dd3cc9e29d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:80910652005fe9bc0d571974","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a0c05441c11e1cc4133d5b69"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:9a89dae8ca34b2ef0a5d6f4a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d1fc269d44ae16e9ecdf3899"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:8b3b7c0297432bae16c64611","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:797af7065e06d636160fd0b2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:a94bcbf92518d310808d80c2","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e865b88b3087af5863980010"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:99afcc364ad3ea64d58683f3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b0d4e915041e30eaa4cdfd24","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:02f62341601ebce50b3f4e82"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:b9c7854097857e5b54f8a731","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b0d4e915041e30eaa4cdfd24","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a0211b77a990c8e00cdb5083"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:f028f7678daada967afc75b6","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b0d4e915041e30eaa4cdfd24","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7a4f4f2890fc4afdfa951583"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:9d127efefb13e80b1df6c545","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b8cbd99d16cd6d1f48578d9f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d80d46419a3cb9220953e618"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:ff110d73d79e6663674903b2","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:c26bda0a90d9d6ab680ddf7c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0de6a30e41e0a40b692da397"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:415491a5be1efc63e9f29460","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:c26bda0a90d9d6ab680ddf7c","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:614e0ca2f2b2d407c7069bc6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:c537574abb8542a4e523a65a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:c26bda0a90d9d6ab680ddf7c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bc3f3834c2e015304737a96b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:3c363d18b14a013fbe562b85","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:d0c171ad3f2e8d174a788ac9","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:17a54c7349f259ea5ae62ae0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:5885e3cad2a1a5bcd3b059e4","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:d0c171ad3f2e8d174a788ac9","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3580b0645194b438ceb51d05"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:89623f1cea4afd3467234ca8","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:d0c171ad3f2e8d174a788ac9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bba989951e6571d64cc25e45"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:c17742d4d63e8e900bb72246","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:d34e1db87163c17a6fb9fd78","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dac0d39f64a799fb472f3cd9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:be08256431458e58e6c023a1","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:d34e1db87163c17a6fb9fd78","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d0b766e0ac1ef4d0431e189"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:c284dfbf5bd39c9c8258683a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:dc19f8592776efc030a2ae29","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7f57c200cb3f4d742218501f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:371e8459bd3b5316ca77a8af","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:dc4374c3472ba893695c21fb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7f787c5594def00f31c45865"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:3764e3cea2e6d2042b8beb09","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:dc4374c3472ba893695c21fb","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:98de1c533861f7ba8b636a42"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:2ba2a62508b507c414dd3862","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:dc4374c3472ba893695c21fb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f6876b308faeb6c99010da6d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:bce76fc3e35f7fe1603b5a1a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:dd318f5cb40275154126056a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b7fb955b71ce0f004c6e61c6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:2806687e4fd77029d0781cfd","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:de063c5f03c824808b005410","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7f83c96def91bcb15f8d12fe"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:7a10964684c1804f887be667","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:e4bc5f376db8430703b97fd4","trust_ref":"deterministic"}, @@ -6479,33 +6097,34 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ea0c018431a262e369bad55c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:a41fcc013e00941484108f41","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f4a236c5231e392162af2a26","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:81edcf855a5ee0715c5e2235"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:ab30c8bdef10211e325d632b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f89372fb5ee2e6dc261456c6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a73efe0e3c05888224c49f45"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bafca394e4c95c386fde41e","id":"aoa:aoa-techniques:relation:42fac6e8bdc153183309fa33","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:fdfc93e407575caec15b0a01","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:136a4353df86411b3a13bdb4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:5d2764f91d87ca6ad11850cf","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03b948530a2726e83de356b1","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6b12bed901a946eae764710"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:c07894c26c2722ece4d71281","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03b948530a2726e83de356b1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e279db4cb01a48a6d710328e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:323d8d5943b51f40c498be19","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03cdcdb6edc5eadaa69c23e0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2dd74ce9413aa8a410863eae"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:4c2c80b9672916d0b5b90a63","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a06eb67d43f5fcc0572fc4fb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:2aeee1cef6ce120fc7ba31d7","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b3bccf9409f38bc522cbf02c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:ff2ba6305c4e61b8495f11d6","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0eef034a77a979020ccdf420","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:27acd4b953adb9de2b9e1f24"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:e5a76bf6b231d7c59c4eb6b0","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0f471855c1214b41ab685261","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c79e33fa0f301fd9694b8ebe"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:bfe3234dbe31bc7544bac88b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:1efc0dc3ba6f86d52a62e179","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a8acc629d189d7a751b9c1e2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:4073ffca95aa0facc2dacae8","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:1efc0dc3ba6f86d52a62e179","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5b0b1c3c51dc874b86da58ed"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:4ab30ae5fa6086666263c55a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3170d71940014890c28c391c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:29e15813b38c78e1a38a4f44"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:7e65eab6fbca15b116ac5f8b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3580be83591f3f5166daf498","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0f652b2ed9e76946ba303d9d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:2ce4c469d8da2076096a02c5","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3580be83591f3f5166daf498","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aa6bbab6b161ba14eda06af5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:4b0a1ac74d8b418f1d0459b4","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:918d18331d83a851fca5f698"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:19f9a7a4c3584b3930ec83ee","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fbae2678de2f8d50efa64421"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:fab20a7a4583c745d6fcbb71","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a5e3952b27689cf8097320f1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:c6af101ed20a252da6570619","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:47ab1dd8473efa97180936e3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6c3fff79e41fe1e5b8baef3b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:8036015fda43709e0e2936e1","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:47ab1dd8473efa97180936e3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f582fba9dd6021878ac96a37"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:b12c2236e8167eafd335f1f5","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:491e2d3e81cfde1d923fcbfa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2dd81d65e8c21554a6d624db"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:7d7930afad23ad7f3c905b9c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:4a81686407eee2a552262b50","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a3c517a4933f1b83587a6714"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:43b893e27d4b0a6f35a219e2","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:4c7980bcdd608534212bb1a3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4470dad6cc256504fec2bfc8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:2674bf0bc4cf1491957eccd1","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:51e7e5a32fe9fd41052840df","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5f8e7c7224b0399f8d48bb65"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:83a23ba33204db697eed1b74","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:52603fde04d46bceacfa165e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:42c7b0bd65acb738cb27aad9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:d1ef04bcc1be81132ee131d5","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b531dcbc798b6b4299bec64","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:65c724ac6c35093d2951f171"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:dbf1b3a853f4e5c693f604aa","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b5c6af57dced4e9696758bf","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6281dcdc0d8fe075168d827f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:c3ef26d8773072baef493fc5","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:62c43d332041477e031ec4c5","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:730e4c94510210cf47b97404"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:4e79c0caaa9c5c17d8397ccd","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:52603fde04d46bceacfa165e","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8e0360750fa7110be713d78c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:dbc4f4e104dc548e796017b1","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b531dcbc798b6b4299bec64","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bf9ec97297f5d2ce3fc5a822"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:bc93d155763e771d58eef112","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b5c6af57dced4e9696758bf","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09a85ab28fc63743358a3b70"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:98e51f578476ff27a9b59040","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:62c43d332041477e031ec4c5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0d3ec6c7655cd74dcdee2396"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:d454cad6611cdbf5c0d8a0e2","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:77427ef2611ae4fc92160ec3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b6602b95c476185b8217e8fe"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:49770b6f629cedd6d076be0d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:7ef31bfa7ef5f4b5817d2abb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f68e5dd01dc1c1ffc79178d3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:44964f77b0372cbc466174ec","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:8fe61f4c47fe2fa66beded4a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:805b2a2a25b3ce8e086496ef"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:521fcaeb663fabebf056108f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:912e61e3f40d31e3ad6e087c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:31e572d983918ac9d3eb589f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:e9808b6257028f125cd4755a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9f367561ee06340c6081443c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:c0044f8ccac0c29778691495","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae4cb98c51cdc8f0ce08f2b8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:7c51485975bb49a3b8e3609f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:14670bd3166c4d305a29e12f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:e51a864fa5ff8e3a2b9543fb","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8c164026728096bd520170f5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:332fc07df965ee5573067876","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b0d4e915041e30eaa4cdfd24","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:88d982459b3abf9c26e82981"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:b5ce7ec28a77911c6d0a15de","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b0d4e915041e30eaa4cdfd24","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aabae84beb859333832e2aad"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:a02861f228a90d357d93df48","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:dc19f8592776efc030a2ae29","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6861c781c86aae72c48bcc6b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:1d88302aa574b93285df56d4","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:e6950d1e41005f1147fe053f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d108348b8ceccf508b5a49c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","id":"aoa:aoa-techniques:relation:f1bff63435e2877a1f665004","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:e794fadc2542b1a05edcf08a","trust_ref":"deterministic"}, @@ -6647,41 +6266,41 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5e9a851fd615e68273490637"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:20357c4b1a07c58128f1e040","id":"aoa:aoa-techniques:relation:9cc4e6e784a31eb58bff8bcf","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f1e93c7009768e5a59824868","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4e81265b768540cfbf296d45"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:11caa46991e4c2ffdafd4f1c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03b948530a2726e83de356b1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b0688d9a1482206d9d2ad732"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:a1f979d679c7f91cd7143c3b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03cdcdb6edc5eadaa69c23e0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:22a9c2f6b23d7b34fd33afff"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:6cd79bee7a8cce3108bc57a6","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03cdcdb6edc5eadaa69c23e0","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4739035ed7842758cf12d187"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:5ea0fce9e863d92b1c7ee3dd","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03cdcdb6edc5eadaa69c23e0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4db78e28e68581dd88e3a777"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:8802e21100639c74263ba964","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4a4803723173c035fd01ef1a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:9e0e3a7df72f914748e9a5d3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6f8cac203dfff8f120cf42b4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:6f29c6d115fa0e795e728737","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:10c5c22b356da8902b6c3108"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:cc60a514166aff12bdbf861c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c932678b54e6048bd4be3a5e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:e36b3e93b81c7e88b29a6544","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0767006619a0cd12c1f8dcb7","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6eac093097f7a9272ab389b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:4dd293aca461e915b6a2b0c0","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ca80195e7fb1f073b8285c60"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:faa456501a8180125bb571e0","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3f3beefca2140227eab2c0a7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:126123543eec06a5b84d088a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0767006619a0cd12c1f8dcb7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7989d2efb7b1eae2c4a6e41e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:086367e50eed5d32a1a9dd2b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0adfb6eb37cb06410a104adc","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5594673b923602a863583293"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:938d99b650a9e91ad71a7839","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0adfb6eb37cb06410a104adc","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b1450d42a32643e73fec6dbf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:d782e8e4b2153054a5b94449","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0adfb6eb37cb06410a104adc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:25bd70a7c917d9cc7b74adb9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:e7508a54a26dc27cd1b18d22","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0cee40222af8114055a617bb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c75a8aaa86af4345ee97aec0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:c47976344a94c34faaf5edc4","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0eef034a77a979020ccdf420","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:70d1389f013b0e0da4bde242"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:4dca491babc03d18b743d62e","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0eef034a77a979020ccdf420","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b92845600a59276df679077b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:d8b6ef2348c25855f2596035","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0f471855c1214b41ab685261","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0c28b10062c1c137a05d6e7b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:4943b4f5915c91ae6ece5032","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0f471855c1214b41ab685261","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1564530ecab3045c8e5fce7b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:68158b1a784a10b8ba728bbf","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:117b27346d5e45b6ba483024","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a8e30f0976269e01564d6496"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:7eaf613ea849572108793600","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:117b27346d5e45b6ba483024","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:903551559ade4e799ae4ade5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:c4c91ac522865984433cf8b7","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:1833116f863fcb854ff81b6a","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8244bbe81e6d61b8e9fa6951"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:fb4deca9d935d9e974820a67","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:117b27346d5e45b6ba483024","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0a499b2e1e3dca104f542ee"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:fcb3e5814855cce6d6cb22c4","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:1833116f863fcb854ff81b6a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ccdd29208763be8d9e1087a3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:3e011b6183fbbf7d391239a2","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:1efc0dc3ba6f86d52a62e179","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3833b702d3921632293a2e75"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:26d9a7622bb1732c67b407d3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:1efc0dc3ba6f86d52a62e179","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:05b1dc5082919b28effb8f6e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:31e2274d0e6b2356305e93a7","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:1efc0dc3ba6f86d52a62e179","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2434d34ac6ad8ed3638ebba8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:cc01c042878dbe975f61855c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:1efc0dc3ba6f86d52a62e179","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:52026de6ce5bf5bde09dc0c4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:2b2e7aab15a79ed301390f7e","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:27d164c9388a2414a378fd67","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:616660f5be13e5f307192618"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:a4bbe7059cee1e74c47bf6fb","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:29580d1616ca7a518c165a95","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4dfa977dce36314108e0339c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:1b422d66360351869a8ad0cf","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:2b5919e4c84f4db8739b6d1e","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e9d035a000838df604bbf084"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:342a4806e1ad66033ca5f1d2","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:29580d1616ca7a518c165a95","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9378a72be6e4e50d4a3b2a0a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:58df6d4c357b03284e461f08","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:2b5919e4c84f4db8739b6d1e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e86fdcfa70d5a9449d5e60c5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:5f4977b3f322f96fa9c2d4a4","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3170d71940014890c28c391c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:24146e54d246e92db80168c8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:ad151fc453f01f8a1d8b6287","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3170d71940014890c28c391c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:40c3ccaef5ef0c1f2ccb17d0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:5bdb06518ba2e4392123eb29","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:356f5d8a442ca9d2278c6085","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:28de5f2dc641e68ba5c0b738"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:a2f7a422522b8dd1e4ecafed","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3580be83591f3f5166daf498","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a65d49a3907fc81435be488"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:2cdde8efff3ee09afb4e7c7b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3580be83591f3f5166daf498","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b7530e20588d69d6f4668efc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:ebded077b4b51d783231f359","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3580be83591f3f5166daf498","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b7a3a909290062a1c8d58d7e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:fca9ca4640c680f89c297eef","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:59795091d866812384db1eaf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:3f789d1833e891431e032a8b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:877c2e86cc8105337765733a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:a3d288635a15cccb49d6c6e7","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:45dbdae08cb0079e9bb5afd7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:ffac4987a7d24ee20e4f5d3a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0390018ae9cb66092614e7cb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:bdff26b860f39ea726753b3d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3e2ec3593e6b9219196b964a","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:524a577a4754c3541694c3f8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:e38503ac7eff60d7f434fa10","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cc232cd473319b35381f749c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:28502ba5a036e6fcc5fc8e14","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3685566ffced42d107e2c73e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:186f4c61fe4151b8c1efe552","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3e2ec3593e6b9219196b964a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bafeaadcc33a64cffee26a1d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:fa3947a009ed30135b4b2761","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:693b01514a5c504f0233c3ba"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:f84b7e828af9f05ea451b42d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:98ee15231228400c29d256c8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:b58cf5c6ea4976cc1ceb05b7","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d7591765dd18a2a0ff444c0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:bba08169493dae5542e5c06f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09570265ee4999d768e46b94"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:bbd4f3b0dfacf1abd6ecd1d3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e2faaf7f64a5ed9e2521d71e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:fb9f36d7057b2783a5157b49","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:45e2aa2d646982932be117c5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:91ee99642f5baf9621f59cd7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:74a3251b73358ed918863c1f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:47ab1dd8473efa97180936e3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2fe87c4c6854f7bfde735603"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:fd0c9f81123b5b4883ee61e3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:4815ea37c69bf587ed4ab8e1","trust_ref":"deterministic"}, @@ -6689,7 +6308,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a485b480239aba136928520e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:ebaf13dbddf2e524f637bbe6","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:491e2d3e81cfde1d923fcbfa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cbfce1ab529820c31c111e81"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:9fcaeedb2874cc9971069121","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:4a81686407eee2a552262b50","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2113cd01001ccc400964895a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:071a186e9ab8927994870d77","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:4c7980bcdd608534212bb1a3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a0f4e2e9f1718c5d2e3bdd7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:b59f8dc8e61094d4272610dd","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:4c7980bcdd608534212bb1a3","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:37e48ff168f54a99aef31457"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:9cb5d6348eca38bae8d3873e","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:4c7980bcdd608534212bb1a3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5cd18f8f2865e389fb9d7b18"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:f173f749491f8f4cd384a376","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:51e7e5a32fe9fd41052840df","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2848865be553d3d0346d8378"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:d12d39ba81a41b9774b487b0","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5215c8217fbdf8785c225cc6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:85aebccb40462d3360f579ce"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:dba2fcfe3de92a873e910baa","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:52603fde04d46bceacfa165e","trust_ref":"deterministic"}, @@ -6702,7 +6321,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c07d0b4ca92c4ce8b34eacf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:f12449e06dc636ce6e823b49","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b531dcbc798b6b4299bec64","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8714e157195d27a35f88ef65"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:43690c82b53f6781fde8090f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b5c6af57dced4e9696758bf","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:486319b33cece7781a651035"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:c0208c6f15e0c3eef696942e","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b5c6af57dced4e9696758bf","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a1708c44589a6c155ecfdaca"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:97f0ed79230db956da921473","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b5c6af57dced4e9696758bf","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08d1495383d58476367d6a85"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:8288d362f201f859213d4c09","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5b5c6af57dced4e9696758bf","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e078e9c20822684005419f9b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:3a42945acee2e107ccf8034d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:62c43d332041477e031ec4c5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fb48f76c06fb5319253cfb08"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:49abbfd62aa5ab91391858a2","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:631602b377f7fc86a2327f13","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9dbb13229904334dd5173cda"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:9f0c7feec1dedf0bb558002d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:646ea72b4ab3140409bfa77e","trust_ref":"deterministic"}, @@ -6714,12 +6333,12 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8aaa8e7d9d3c1a4a17d9bf3d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:c940bf2e268a2e43e77c447b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:76b3da8f8bc26087d86c5d45","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b3a769d6a1a2e120fb0c859e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:9554f14868ff409f5bea34a7","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:77427ef2611ae4fc92160ec3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6d8d64d333d3f6e4f845e89a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:cd916d831f5b49b8153aaeb2","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:77427ef2611ae4fc92160ec3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0ef5d5d20a1ff5d4fda549d5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:cff3da1d00f27d9775d8c4b0","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:77427ef2611ae4fc92160ec3","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e593bcf5e1a794b604f79630"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:f54b4aa02c09168918fd99a1","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:77427ef2611ae4fc92160ec3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d1420202229fc2ab9e250863"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:6f9add28d5ac1ecd195ca5eb","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:77a24e8b188bc67dbd0f32c3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d7462b512a2c3e9b56f80bb0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:cdaad42623c7ff550ee7614e","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:7ef31bfa7ef5f4b5817d2abb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a24809395d88fbc9fe31d71d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:c1f0548c583bfa50213e04d7","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:7ef31bfa7ef5f4b5817d2abb","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a80f2ac557a0613fd75f4b65"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:254af4982a209eab4a9190c1","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:7ef31bfa7ef5f4b5817d2abb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:03b68c9c07a8157ed93f9431"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:0a13740ed1dc192b3606d6ec","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:85b3ef63e51dfcbcaeeb7542","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:94985b29dbd5133fdd561e18"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:b9cb408bdc2019ce70ffe2af","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:85b3ef63e51dfcbcaeeb7542","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0f028bd67c01a8a318f212d0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:45bb846c473c2118e8048e75","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:85b3ef63e51dfcbcaeeb7542","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1a8e419328280e0c43d1227a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:4f597094b1adac68d430313a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:8a9f5870cde69451c06e7e9e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9665a3962cdf9f3404ed509b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:6458989f3661528c260e71bc","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:8a9f5870cde69451c06e7e9e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:73f03cf9c1768e45fbbf9619"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:5392ab877c82c79bceee669f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:8fe61f4c47fe2fa66beded4a","trust_ref":"deterministic"}, @@ -6727,17 +6346,21 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e2f230d7d80d2db24844dfd7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:40487de33b7a93c9f971686b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:912e61e3f40d31e3ad6e087c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ba086a65fc20e93b6bf26374"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:24c8768bb5378b2fd71c5ce3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:912e61e3f40d31e3ad6e087c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1b45e6c776496b88af2f0278"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:a848f8ee0b73dd791988ba85","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9b4d7b1cfe14dff6b24bcc21","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ab6d6e8974ee831c2e6c5545"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:c1bfef5c285458d7b4df6bd3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9b4d7b1cfe14dff6b24bcc21","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b878b0d3b0fe6c63a5003e86"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:4d737f229b59aa1ed3d7c129","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fd0a68d4fb876e40a787fff","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:922f0290a447208b56b6689d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:8e1102942a2520a46bdf440e","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9b4d7b1cfe14dff6b24bcc21","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3df23e0306037e886f31c954"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:4a8f49e4a739b196e261f268","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fd0a68d4fb876e40a787fff","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fa14624f311f7744ed530922"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:01783e70ba56629c27fbd73b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7a49f4e5ed7248941600462e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:3ac0250e4de4e1fdb78c814b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:50d1a146e086adf18864a5b2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:520e65bd6a08cfb11add1c62","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d6000741bce28d2b14ef20d5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:efb380e7fb9dde11e6a418ca","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8c13c4a99fe3ac718e168863"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:a1cca396dd8d3914f03c0cd3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a683569572ec508ca9ac01e8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:423819acfa06326b8c845161","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:00daf8c157a70bee1bb4c267"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:39d10d953e0b5a261d2b4e9a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:10786ebaae3d09f8493d8084"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:f94fc54c2cead673e83c0d3b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4b4e00f10cd9e8b62aa401ee"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:d8d7d7ca1ee5a29799453076","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f6d85fce8f423d0e99b2e191"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:c0bc7824c31a03e537f0e9f4","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bba642409790f0b9bef1ca27"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:d64eb45d13b514773ac90fd2","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:67c426a235f0843c329e0f53"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:a1bf8149472825404d76a78c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aaba7489a69f517750eb113d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:5840b1140d8a0dc130719449","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:04b46b1ced6feb83fab5812d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:3c04a91383da49903c62a818","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1896115bd5880430f12e9737"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:60e2f9a05e02600ef2ee00bf","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c9e8dcd85c3e99c607075b7b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:cbf1e7a8b04de02562ed3114","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b0d4e915041e30eaa4cdfd24","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5993f949b3be67093d2487a7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:9bbe44a52b970e2d44c5546c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b0d4e915041e30eaa4cdfd24","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9932c58abf8100e8367e52e5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:fda1050f0ea97be3665d9e64","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b0d4e915041e30eaa4cdfd24","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:63aaf5dac2523a34131f0a44"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:191d8b7f3de44689bf207ef8","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b8cbd99d16cd6d1f48578d9f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e7cd5592daec2a2c6792446c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:9b9d3da135ff6d38ce2ed8cc","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:c26bda0a90d9d6ab680ddf7c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:30536216080bec66b9039be3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:3e933f22f4030345fb763cca","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:d0c171ad3f2e8d174a788ac9","trust_ref":"deterministic"}, @@ -6746,7 +6369,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1ed0f65fde037f91150b205e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:a38efb4a7eb33b2d3ec66593","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:d34e1db87163c17a6fb9fd78","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2ae29fb242409eb5ea71a897"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:7d2d7e7329810f2e99f75cd1","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:dc19f8592776efc030a2ae29","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d3aa3035b26aca744675bb82"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:f0133a210987d1b161a91f0e","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:dc4374c3472ba893695c21fb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6a259df1d8d9d00329262d8a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:ee5f7b81d4fa311cf2acc086","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:dc4374c3472ba893695c21fb","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08423e29cbedc14242844811"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:6dc0c57a2b1bb71eba46d0ab","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:dc4374c3472ba893695c21fb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4d3ab31bf0481951d1b77952"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:c1d98363080df5d60749779d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:dd318f5cb40275154126056a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b303530aa0dee4e4e343a12"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:92cd488e20a7e69b60225160","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:de063c5f03c824808b005410","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e45da34836e4e41644b6229"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:4b2f375cf4bed5afa36f901d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:e4bc5f376db8430703b97fd4","trust_ref":"deterministic"}, @@ -6754,7 +6377,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4c499d0c7c8b10fe7ada370b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:f4cafc7e49931b0f7d790882","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:e6950d1e41005f1147fe053f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6209f33caf1175a9ab203e73"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:dd491d56c7b730a18965839b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:e794fadc2542b1a05edcf08a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dccdb87682b49ea395538908"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:367ee8fd6a8f08750455ff62","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:ef843bcb1612e3964215ba93","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e1a46bbaa8dca1dc8b225623"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:1d122a161a16d2c5256b121c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:ef843bcb1612e3964215ba93","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5cc28a5d90a4985180f7e397"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:afe53f9c120661b9b9480f9a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:ef843bcb1612e3964215ba93","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:048c626c01789cd1a08a78a0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:f22451f24bc955a2cc2c3e19","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f4a236c5231e392162af2a26","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e9c2d77a4bddf2db3bc9c9b8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:3da7e83120dbb6a6eb6fcd74","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f89372fb5ee2e6dc261456c6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f78f8a1a9825820afbc410b0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2110a238255350290abc49ab","id":"aoa:aoa-techniques:relation:e9e64f437576681b6178bd41","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:fdfc93e407575caec15b0a01","trust_ref":"deterministic"}, @@ -7568,7 +7191,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:65cda264a39f9031b948c705"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2ca8dc2ce8f018de69b96129","id":"aoa:aoa-techniques:relation:d9f100a4197d78c350d4f9eb","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e1be5cc5a8efaa7b8d4fa74c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1381939bc326056d1bb92881"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2cdb2913cf7038b6fc1a0a5b","id":"aoa:aoa-techniques:relation:a08729f44fd73c4f0a83f60e","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:02f9836c877d040038d8e30b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0746d2536b99398718e23555"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2cdb2913cf7038b6fc1a0a5b","id":"aoa:aoa-techniques:relation:f1a8c47b9ee31f704b0bdd3f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a6e861a520fac2d0426754b4","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:814f473e8aedfbdcf0db36bd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2cdb2913cf7038b6fc1a0a5b","id":"aoa:aoa-techniques:relation:ded79b590948077867a1b473","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f3512468853fd3d11da144b0","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3a9a2ba5e5cc9f6c49b9784f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2cdb2913cf7038b6fc1a0a5b","id":"aoa:aoa-techniques:relation:71c308e1b6e6ee7ebfe29451","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f3512468853fd3d11da144b0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b595c3227518cb75069266af"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2cf48f1bce298494b756889a","id":"aoa:aoa-techniques:relation:c52bbf71fa7d7894a4c19ffb","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:1e26108ec94ffa5dea870a60","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f771cb69abeb0da0c8af394b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2cf48f1bce298494b756889a","id":"aoa:aoa-techniques:relation:1f1909af66799a8ccc894eb2","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:1e26108ec94ffa5dea870a60","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f79a2ca53922500f3b2826e4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:2cf48f1bce298494b756889a","id":"aoa:aoa-techniques:relation:ba9b833466cfd3ba04b99e72","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:2b5208b1b0548dfb037d1c42","trust_ref":"deterministic"}, @@ -10800,7 +10423,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b8676a2584395d99cee9f3de"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ee08229e1a96106ebb35c4c","id":"aoa:aoa-techniques:relation:bc4132462b228f505fc5006c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:e46b7171998a352d73cb1e5e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6db4f729677e8824ec4f37a6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:3a41bf2e89fbae2f44cb72fd","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03b948530a2726e83de356b1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f24e86b2e83116a3ac95af59"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:ceb738babb966c8dbd6765d3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03cdcdb6edc5eadaa69c23e0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4d4d3d24b8b8944073ed7f8b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:1a53eedde42c6457c12313ac","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a544e94f55d9d94102707425"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:bbb3b67c850fcdabcc000809","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:03dc8413d88634ad70f8502c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8abb920310f318d494d0562e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:85b8540b4166e525823607ac","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0767006619a0cd12c1f8dcb7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae3f42be60b411cbecb9008f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:2971ae2c58964af414e977ca","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0adfb6eb37cb06410a104adc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:87e541ddfaa41658f3f2e849"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:ccbb2660949e090e8eefd675","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:0cee40222af8114055a617bb","trust_ref":"deterministic"}, @@ -10820,7 +10443,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ad4dca693ec8add8e98a0c87"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:d00f1212bce8d6376aadc6ee","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c283e93f37875eaf278c0dc3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:d2a0ae59dcf7526795d60a6d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3d723d46da4e52f64a997c69","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:38e2c032a55f905342347eb4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:02489d74ec7ae92bc11338f9","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3e2ec3593e6b9219196b964a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:70b3a515ba4424dc5f74c06b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:0d9b23b3fd31cdb67071eaf8","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:19a74f2680c463c37e2e50ac"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:a9e62f3b4f2911c911417b54","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:3f2158f18400fa216f912167","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d5853b639c0b7ac3b1cba99"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:fb87c0223aaed1f5055688ff","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:45e2aa2d646982932be117c5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:39190d8dc898146f350838e7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:17dfadf755225968ba2e8fa7","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:47ab1dd8473efa97180936e3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:29dbc576044b29f657c94456"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:d8c70b96751351f681e3340d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:47ab1dd8473efa97180936e3","trust_ref":"deterministic"}, @@ -10856,7 +10479,9 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:80efa70f6d377c8e6ba8468b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:d53407ffbafa9d35b0ba196b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:912e61e3f40d31e3ad6e087c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d85e76a907b6fcbf315753da"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:ae51c7877c655ab734233426","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9b4d7b1cfe14dff6b24bcc21","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0413a196404eabd734063366"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:f3c90eb6d425d3cc0feb3de8","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fd0a68d4fb876e40a787fff","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c75cca475e8c9f175ae0197"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:318b3235efb714ed9e502a61","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5726479660bb5489c3a47a20"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:ad8ba8a6a0cff1b20b9b24cc","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:82053d4a6aac00fc7b92e3b6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:cf9b7dfda46a2fd0061d3ef9","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7233bae3d1a8e524d3737ac4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:2a11c4aa4643bd312b1be91d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f25b0f757325ce36790b2fee"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:047967bdcc9bec27b8620d43","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0c0aa0edb1fc69fead33b1d2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:b67e063c515f17b17823d788","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a64d6b66c4646a33f94e5201"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:7ef9a251a62f3591c583c5c1","id":"aoa:aoa-techniques:relation:c72699f6c6127239d7bd7665","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b0d4e915041e30eaa4cdfd24","trust_ref":"deterministic"}, @@ -11389,6 +11014,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e4ae6a5fb42e540df313c33b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9c347fce057578440945fd48","id":"aoa:aoa-techniques:relation:487567db7f4dc1d9ff005bcc","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9b4d7b1cfe14dff6b24bcc21","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:71888c8aacb8c6124b0429a1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9c347fce057578440945fd48","id":"aoa:aoa-techniques:relation:b8201ccea5a3a84b0e03a00d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fd0a68d4fb876e40a787fff","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:06dc2e99f652f5c0984d79db"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9c347fce057578440945fd48","id":"aoa:aoa-techniques:relation:c9ab044db5160f5a0b031f2e","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:421339867573875e2d29d509"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9c347fce057578440945fd48","id":"aoa:aoa-techniques:relation:cd1eea81a6ae5116a6738217","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:45f5f869d6bf979f886e4694"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9c347fce057578440945fd48","id":"aoa:aoa-techniques:relation:36715d3eeb5c278e1d24e0e6","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:040521edad4b35ed5b9d4770"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9c347fce057578440945fd48","id":"aoa:aoa-techniques:relation:0425202806d76e1002785ef8","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b0d4e915041e30eaa4cdfd24","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:53f31781bbead908053349b1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:9c347fce057578440945fd48","id":"aoa:aoa-techniques:relation:57f63b78187e4056b078f857","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b8cbd99d16cd6d1f48578d9f","trust_ref":"deterministic"}, @@ -14690,6 +14316,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:03c1afd6dbea1ea13bc98f13"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d43402fb2b727b78ac8c7031","id":"aoa:aoa-techniques:relation:d0079dd8fcf31ba8ea1a6bd3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9b4d7b1cfe14dff6b24bcc21","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:86bf891a55da4debad994d72"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d43402fb2b727b78ac8c7031","id":"aoa:aoa-techniques:relation:f41ea340b79ad0928d727eb5","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fd0a68d4fb876e40a787fff","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:48c5bc03aa4e22dd879fe200"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d43402fb2b727b78ac8c7031","id":"aoa:aoa-techniques:relation:90a0de71c88374f55149bbb3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9fe4670ae9ef9765644b8b69","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:501c2375a468a3ee490fcef0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d43402fb2b727b78ac8c7031","id":"aoa:aoa-techniques:relation:03a37dbacc54865096e91207","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a2520fe344405977ca97a745","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d833f237d1975f26e8469cc4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d43402fb2b727b78ac8c7031","id":"aoa:aoa-techniques:relation:3475a2b316ddf216b675bee5","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:aaac1e5530f1ecc759b14776","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4da0151a03795f81bb151148"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d43402fb2b727b78ac8c7031","id":"aoa:aoa-techniques:relation:3deda9f9a4edad18dcdee217","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b0d4e915041e30eaa4cdfd24","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:723e72f4f10c231cc61dbf80"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:d43402fb2b727b78ac8c7031","id":"aoa:aoa-techniques:relation:f1c201099b209f497f4c2b46","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b8cbd99d16cd6d1f48578d9f","trust_ref":"deterministic"}, @@ -16107,53 +15734,53 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:19f21a5bb2a0500a60aa2bea"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f85572c6d3211ce62312ab00","id":"aoa:aoa-techniques:relation:e804e55338691b9b35ce8b9f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f5860eb710d14c22b1910541","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:828863c5ac01df28605e34f5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f85572c6d3211ce62312ab00","id":"aoa:aoa-techniques:relation:4b7789e2cd2a4381527f70fa","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f6616d7afc732a3a3b990158","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5170d6aa5adaa3504a087889"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91468866b8c619b5eaeae00","id":"aoa:aoa-techniques:relation:ab003b2e2d48ac2dc9f7bf38","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:7f14543cc65c9efa007746e5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c222e41c108df75fd5f5537"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:e313fc42e2a1db6ce629e644","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d282dc7b1e5b35ee436a1b41"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:d499e58f394aa83343373602","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:43cb93965c277605aaaf9ef5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:7e4410435035b9a1cb98216b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:30b868d8d788bb5d90a11ae7","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:05ffacbb2ce4c4221b21488d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:d69241868bd22c087a5196b5","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:458cf7f891f83d9606d09688","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:82eca3b4c7738ab96585b303"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:647582f739436c9c0998804c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:458cf7f891f83d9606d09688","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fb14ced764be749f595ed32f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:a8fc617f13a15d6671006ec8","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:514c19cd0e657d6ce9c431fa","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8a789783fa52718b2b9276d5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:666a5e6f85f72582f98ca112","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:53d6c7effe52cf37791e7387","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9fb6bb7331181925281abde0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:94b7819b3c18bcb5867e2bbe","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:53d6c7effe52cf37791e7387","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1dd46488097510941cb09429"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:f64145afa9a3ea6d96260605","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:53d6c7effe52cf37791e7387","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c13d9c01d5395371f5d5eb80"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:cd20fa01d13006df2071ba13","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:58778a95328c2aa088c3af89","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:07efbd02212669b432559da3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:9155a22279bfd91e4429c42d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:58778a95328c2aa088c3af89","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2ce60536e09ba762b2188e5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:68b44f5ca38ba2c384f35d34","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5a32988e7a50edfe0d3504dc","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dd5891e3cf1de49b22cda859"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:2b5918dc350796eab1709736","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:62974c378ed3c976b7376b53","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:700a483c5eaf7db1d0d69595"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:c9017cde235f928258c7b9b5","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:6c0487ab5c82a135bb9d646d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f4a7b885186c6363df5a3d51"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:da8b6a75545ec2ca2f5dc499","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:6ec95f8cfbe9685d5e9889e0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18f3af2b46aed514a36210e8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:9efe378d74a0aa9142ab3687","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:6ec95f8cfbe9685d5e9889e0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9dd4cd5cc4933684969046a6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:1be441c70381623e13d6ac70","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:6ec95f8cfbe9685d5e9889e0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bbe416603ed692f5f79f522f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:7cb8bb870c9af3c9c536c0e1","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:8b257527c88cfa94221b4904","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:da6cc923308fd3ba7d481ceb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:02d1d50392986b19017a5271","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:8b257527c88cfa94221b4904","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b4a5f7d003ac279fadde58a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:70346ecd6b69a65e8b520208","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9085af304337f27e6a1ffb2e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:81e3a4bba16a9b3e60fa301b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:f72ef7bca7cebe0f0eac67f1","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a01f4ba8670297316a01a2bf","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a913978bfc2eae8079bb703"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:78bf07187af6ef2b9f60c489","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a01f4ba8670297316a01a2bf","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f52a8319522c8a7673c3c636"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:a186719b30b761757a7a3057","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3c688f5804ea9ee36c0289d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:67e06a1c8f84344b5165e03b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:170d676b1f20fd7d7ce4bd17"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:b9bb659704409042421c2c8f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8927db91f71dbb5bd3681c75"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:72a555a666b00802383843c7","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a658057f502887df6009c134","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:acc164ce2e7122a23f49e3b6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:5769a8639f2995620d8c91ba","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a658057f502887df6009c134","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4167a69736987057c6a7f6f3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:5d1687c1d20e2960a7edee91","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a6e861a520fac2d0426754b4","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:77bb3b22324d338cc2b67077"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:35608186ea4e23ebb93f062f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b941b860b72291d7495d37d8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7664d1146b8ca28a28efba31"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:724be12111a8af749176f452","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b941b860b72291d7495d37d8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5eba21ed39c3b90ad039a243"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:9e3d6289703de17a45929123","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b941b860b72291d7495d37d8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f969c864f7a49260b2cbb907"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:f208452234becf331ee86e7a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:bf3ba266f90214631e99fd12","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:951b3f72ac9b3e0dd7575e0e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:7cdefc2541fd9a712955bb5d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:c073f923084e3be188dc6970","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aabb13ce836d312305dc5a3c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:aff6072e228061718a8f383a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:05cfb4955ba12fa10807acca"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:003bef7cab96f48c4bec982a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ad7f6d106be0523b2292880f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:70fc05a941974026d986ac5e","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:da1e1168d10f7d81758e66b6","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:42628f513030d2f6328df1e0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:e193fd56ac0f466d1e8c46eb","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:da1e1168d10f7d81758e66b6","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c11be9b8831abff1a866ae75"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:c842d4016abe0ed156548aaa","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8a12810e84328c18b2797c7c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:f276a88bfb035d9a43394814","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:799799f13327188d24707552"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:b96e512fe6ba321ce1e1a8b4","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d24ccb57e832729b95500dff"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:2b3afe46b36aba5f05a680af","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f1cc87617e6f09446659cb48","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:276d49c99f6b4dbb906b98d6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:1970ee506d578b4e317f7516","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f1cc87617e6f09446659cb48","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1ab8ba7ab90b108d6208b07b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:0befede886621ded71ff1b05","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f1cc87617e6f09446659cb48","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6d80cd98daa7425c0740522"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:42c4efb033b442710d7579a7","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f52b31200117cf58f657747e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ba2ed9f8f4c941f64fada6b9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:eac5c9d0e6e543f1e9799636","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:fb303f7132bda3ee7aa66fcd","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aa0dbf8d0848328ded4fe6e0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:147048b105ef15b0dca20d6d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:581e9749cdd2db16f6ce3b80","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4d3f4ef66f189532e2a0baa4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:3f35c9b6cca5fc9770a24a2f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8f6d010c33282800ec214de3","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e2931c0818a4c44ee7290180"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:6c89b89932065a118dcc484a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:347c7614efb19efc80980910"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:29c137804e02e279d4cc3d34","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4ca6ab1513c89493feafea7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:582b184de76404f09551813d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:30b868d8d788bb5d90a11ae7","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:67396fe97cfe4081180a71ea"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:82e70584eac25b8383e55a99","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:458cf7f891f83d9606d09688","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35ea2537b4a2458455939c30"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:9b6eac6e03e72e06cf72471b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:458cf7f891f83d9606d09688","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fa56f5f2b85abc997652f27e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:14b2cd2894f19c9ca5b57bb7","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:514c19cd0e657d6ce9c431fa","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fea13f57e142bb60f3d637f2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:d1ca02426d503c7f7530ea87","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:53d6c7effe52cf37791e7387","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c9a1cd2947423a31914e0fed"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:0917dcbfa98824e9ad9aa0af","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:53d6c7effe52cf37791e7387","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89002f669391cc5b53181cc4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:4c640ecb7bafc95abd935689","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:53d6c7effe52cf37791e7387","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d57ba3f5b165ac58a0ac84a7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:94c1adc29f15dbf5bf681002","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:58778a95328c2aa088c3af89","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:76ed103892a5a5e27acc1482"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:9b28cc1cfa33802f0f6dab40","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:58778a95328c2aa088c3af89","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72081fd46243f71b3c6e4f36"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:f86ee9a056910c07f3e9b43e","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:5a32988e7a50edfe0d3504dc","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7f8f421fdd35a813e10d9e84"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:e825ce7ee0642a7f65a3cf37","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:62974c378ed3c976b7376b53","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:02b1d1d0c9236918f5a711d7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:ce3b120677240a7330ec0e67","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:6c0487ab5c82a135bb9d646d","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1bfb8df423a0c9217700337a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:b0ebb9144d67e8008e3f7950","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:6ec95f8cfbe9685d5e9889e0","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ceacaa8ea6533e5d824f6a7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:86d1a623f0ff589bf6838d2a","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:6ec95f8cfbe9685d5e9889e0","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8f6aa5e62e4f36888fdec239"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:0d905a3e34703bcbc89e1c7c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:6ec95f8cfbe9685d5e9889e0","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ea8ae3b479876033f39c35e5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:e3d62310c1acf1ed3bd7c425","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:8b257527c88cfa94221b4904","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:448edb674b03c0c5bd5c5a20"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:b2e1373dfe5927853ae2bb6b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:8b257527c88cfa94221b4904","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1cb693f3c8edb215e399bb6e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:0c48521454ef3ef73e48635b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:9085af304337f27e6a1ffb2e","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e0cf52d73af333707fe0d1e0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:66d85368064e5bab8c113116","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a01f4ba8670297316a01a2bf","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a743a52ea26b0a1ffc8b07a4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:d3f357bab956509445c69a50","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a01f4ba8670297316a01a2bf","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:830336e4626450438460a91e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:a8d8486b4832fb046e56eaed","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5b54216a271c550241138e0d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:f22f36afede0941bd956b5d4","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f00387c244801e6852fc96d4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:d31f1746368493e09fab5664","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a5b062bfac7d1fb39cdae4a2","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:993300cc1abed90207cef096"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:3da6d7d2a056cf85e25706d8","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a658057f502887df6009c134","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c917954d310605604e7f5bd2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:520f73b8956b4b9a05ce62cf","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a658057f502887df6009c134","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6320fbb0bb66504d2079974a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:408ca4c0e8cf2e561735cca9","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:a6e861a520fac2d0426754b4","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c3d7948474e6978ba954d186"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:5e0393efe12d054457712e97","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b941b860b72291d7495d37d8","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a57bd151dd4823b15c31003a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:58e7b6f6fd5d4edcb8386313","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b941b860b72291d7495d37d8","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c0d912ae40f13c01e59f065b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:75455a4b028a49c748d7d82e","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:b941b860b72291d7495d37d8","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5cc8eeecc826a8bdc9250670"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:2f47cfa3222fac3338af26bd","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:bf3ba266f90214631e99fd12","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f731155f381cf41e045cb0be"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:ceb39ca03263750c03ea2238","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:c073f923084e3be188dc6970","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:657adbc5f561ed82406a0570"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:6d84d36d43e1545b07259475","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:14e5ba76dd848bd7c81d1927"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:4037000f35d22ee16126047b","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef8ec26b32ba4e790ebfef90"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:d5c418e12ecc7da6180b657c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:da1e1168d10f7d81758e66b6","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dd73cc7cdbe80dc67a0bdb79"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:1ec9f28a7a16d66b45c1a860","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:da1e1168d10f7d81758e66b6","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7193fa1db1e73d37955d3480"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:3ada407576f723fdb6e2941f","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b2210ac1d691224c49d63792"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:05877b74e8e3ea0e459b4cfa","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:e6cb38b286685bb7994a177f","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b1847d4b0140279ed637fd0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:1baee0f15c19015da64856cb","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:840ee110eb9708ab5240b464"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:0e8dbd38c34f04656dc06b7c","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f1cc87617e6f09446659cb48","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:67d46a5666c503ba8747f3e3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:e0101a5bb3b74e37b88ec9bd","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f1cc87617e6f09446659cb48","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bab3ef62838d828f62b0c850"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:c7c7b0435809fddcaa1567ec","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f1cc87617e6f09446659cb48","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ea7976916c12d0de41002580"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:b5b001c94febde4a0fa29941","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:f52b31200117cf58f657747e","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:310d859526daab16a1fea672"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:26415ea82ec3e2510f3dab8d","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:fb303f7132bda3ee7aa66fcd","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:56d72c02753d6b233103ffa3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:7854dd6ec5e8a3bb4c3cd9b3","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:581e9749cdd2db16f6ce3b80","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b1d9d658e5240586357ea7dd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f91ea17320db754d8ddcb151","id":"aoa:aoa-techniques:relation:1f357f4f5f1060c22cb1cbbf","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8f6d010c33282800ec214de3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd09b521b4dcd3ec3890457c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f97f6eba9784339dc96a06b0","id":"aoa:aoa-techniques:relation:55f0f77e04b69989d815c354","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:00c61e6409abd64cea21273a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35c89b76908d99a86b9cdb81"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f97f6eba9784339dc96a06b0","id":"aoa:aoa-techniques:relation:9f8356beddc6cf5ec8391219","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:011977f7749984902d88b61f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a02dc365c6551db8decb4c1f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:f97f6eba9784339dc96a06b0","id":"aoa:aoa-techniques:relation:5219127accd0e8db6f3410ea","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:017c780a9c4552ea7f038cef","trust_ref":"deterministic"}, @@ -16639,13 +16266,11 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:84270b882d296b2fd25c2f51"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ff7fd0281d67ee6c57f4bbdd","id":"aoa:aoa-techniques:relation:0e3ba2ba19d1aab1056663af","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:d2c03cd7341ae760ef8ea4db","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c3167c483da0bd71ad116a99"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:entity:ff7fd0281d67ee6c57f4bbdd","id":"aoa:aoa-techniques:relation:53b5efa481cb130931df4a99","provenance_ref":"deterministic","relation_kind":"references","temporal_ref":"current","to_id":"aoa:aoa-techniques:anchor:ee3573cbf43c02a6c53a76c3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:91bdb086c46493618d29f389"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0005dd1f769882e57df585ef","id":"aoa:aoa-techniques:relation:4993b868fc34bf51a26d8407","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c42f72e38fcc8b9a221e0427","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb5517415ee3f11a717f7b0c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","id":"aoa:aoa-techniques:relation:7d3aba25f7f0e90e6f561d32","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3488f703d97f4d6ad2f645c8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ea5c06b23ac932a794ecad08"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:00427a327754e82dd374ebc8","id":"aoa:aoa-techniques:relation:fd9f528833e098525cc53c7e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:96c721089ce143eb79a7d20d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:69dd03e435274a0a50ae4c52"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:00457b4e465a7692e6a12f06","id":"aoa:aoa-techniques:relation:7e4f70e6ca859579a7422fd9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fe2919760dd943ecdbe4133d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0713719f0c56e0be428eb4b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:007a82a8574a70f9abf45002","id":"aoa:aoa-techniques:relation:654970f993b285b1946e5b6f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3c7e8d60409ce317da70b2d2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a3a525df6380a6f5e6a7627a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:008dbdd73b430dc77a71f6da","id":"aoa:aoa-techniques:relation:9e2aa1a48e5ae8450015d6b0","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2febc3156a46101504f85f7a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:25636c6d7bd067d19ed7965d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0097e6c200df4283b557c350","id":"aoa:aoa-techniques:relation:5433d2c2d9f2663a2d957dbd","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:20f2ccba92f6b7a8715e9203","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5169fa4934223be05134b570"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","id":"aoa:aoa-techniques:relation:0d08f48b792fc0daec2b8ee2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f69f41ee941ef0609eb23580","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:955475f1440c4addf33d4d0e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:00a2848773b5fb5770c32213","id":"aoa:aoa-techniques:relation:a2a0063f17f289b12901b59a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:bdf9622b4b347c43dfe76852","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a425855a6fe99d9750d0f044"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:00a86474593b543be3bbf660","id":"aoa:aoa-techniques:relation:d2a599172a480685d0f9a5a3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cbc2e1f4de0ced94809327c0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ed4b2ec38c57c68224b433cb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:00c677529104576dcc0e2772","id":"aoa:aoa-techniques:relation:77e4244b7db589282b5ac2a3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b530d4a87a9bd9708045d14a","trust_ref":"deterministic"}, @@ -16668,8 +16293,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0e2c987e41c040267ff3ac1d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:02e130c7aa24ec4b2d97dd68","id":"aoa:aoa-techniques:relation:4a4c2178dbddc47ae86ea4a6","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dd6fde6b49a9cae3794e1dd4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:544093c82ec1750d71cb3650"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","id":"aoa:aoa-techniques:relation:72a77011aa1e81b11654c94e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d43402fb2b727b78ac8c7031","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7cbca15d67e40d53c37e270b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0325988d5058232e1d61ec80","id":"aoa:aoa-techniques:relation:c5871c73140059368777347c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3ed4e4da3ba8d1aeb0fbe92a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3f509b03ec463b21d870ea1a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","id":"aoa:aoa-techniques:relation:833626983be8542034531cd1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:05e4dc0e3b104755dea37c23","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d83d810703e24547eeb52473"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","id":"aoa:aoa-techniques:relation:ba1e6b969e1f9dcd92e8415b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0bf3307c05a3bcf67b316ec0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:219843d89f34e6d8eee191c1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:038fe3ff8700fe443a6c6452","id":"aoa:aoa-techniques:relation:4d5b5915c8d96a73789f6bfe","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:246bcb01a3cb8f409766e433","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3300dbb24d5bf0e5a69cd79f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:03ab6d31c240dd6da06db6c6","id":"aoa:aoa-techniques:relation:3addee0933c4774f799cb668","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0effff9c562eff5ed1c62a59","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:916f3e93be9caf885a15ca06"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:03b76abc01704964e291b6af","id":"aoa:aoa-techniques:relation:cea463a3e6bb2aba6a18f3d7","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8516eaa08afcb76330805270","trust_ref":"deterministic"}, @@ -16679,7 +16302,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0f15e80c000c8f5d22d6d178"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0435b1a7c020c61732614001","id":"aoa:aoa-techniques:relation:ad9db8a5c5e198827c6b6ca1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c1c1fc1f1db2b2fa66ca9b92","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5eca26f9f92cc76ecbdf29b7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:045f674617adfca9ecf497df","id":"aoa:aoa-techniques:relation:79cbdab928921e74ba972155","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:bc4b49badb2d2beec2d6b99c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:603724990a263f7834bc13e4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0484d8c314cacd77c85cac4e","id":"aoa:aoa-techniques:relation:b21c9382049f5675a443e239","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:85eee4933ad362822097d734","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6b95507566e68b3d9dea079"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","id":"aoa:aoa-techniques:relation:03d49a36c716d9063cefd638","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:96b92e2402eff06f5d756752","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4d0162479655530148090ae"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:04a06230b4e4da1ae930621f","id":"aoa:aoa-techniques:relation:f185dabce552c30c4ee6f372","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:153a4dfed0563f86f55cf63c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e3ba8b6a110c4f7491b449a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:04b66b88ff12ad6c3b3ca6f1","id":"aoa:aoa-techniques:relation:4f93abe99f0477d41bf2443d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9d652b866039b968df6ce62e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:136a05cfca4e52f75d32272a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:04bef8605ec2e98416c0441c","id":"aoa:aoa-techniques:relation:05b0834ac48e6c8d2bbabae1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9e7327af88db2749e3c200a3","trust_ref":"deterministic"}, @@ -16694,7 +16316,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:edab43c8bfe0875489b6e637"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","id":"aoa:aoa-techniques:relation:5edf050747f32cad90ddc755","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:148017a26f4b1c2b0ae97589","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b521ba8b77b361ce0a567769"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:065c9dd7b95c9b26a5bd313c","id":"aoa:aoa-techniques:relation:fa89bdbe2463cdd74bf4d111","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:88b1914ed8fdf50102880c8f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e61bf410ff1ea751bb503a41"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0672337180c92a8f701af9bc","id":"aoa:aoa-techniques:relation:1c24b91da3310e0ec3abc89f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4c2d771bc3f7a95eeca97d40","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7aa97653c8b8d1cb9aca1f2b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","id":"aoa:aoa-techniques:relation:357c1e5954ff53bc5d559220","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5f6c885ba20949996618d9a2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3aee93cd19526263b33bcd4f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:067b443aae36c54cf6f35e04","id":"aoa:aoa-techniques:relation:9f77f805ac6cf6984a4f0f3a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ad368d619ebb7cf3536379d6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d007b12507d20e024679d537"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:068f1b1e753aadb4ac7af2fc","id":"aoa:aoa-techniques:relation:e2af3373da582657dd9c218d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7fb2343177e315ac9a062203","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3c6ac78d870074a3c61cef9a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:06d31990926be878929aa81d","id":"aoa:aoa-techniques:relation:8b49473dc446a8f91a58a009","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:eb22baf4e13e98148c969189","trust_ref":"deterministic"}, @@ -16738,7 +16359,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4947801ba7d9df12a59ab5d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0c8710da54394af2d9148685","id":"aoa:aoa-techniques:relation:85ed6d8519f6ce8cd7cf6e75","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e73259a611f4f6d61ec2cebd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd8e223de52567ec32a14762"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0c8b3c975f53615853e84d17","id":"aoa:aoa-techniques:relation:11cd4252108b907663c7d307","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:09e118e1e5a378e6231e0bc3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:db24304873d3a69304589284"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0cbfc31da990762d893d8446","id":"aoa:aoa-techniques:relation:c020d158f20ca8cdabb0ab4c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1211d36bc8435d7e0cf55996","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:79a3e8edf71ea39d9090a49f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","id":"aoa:aoa-techniques:relation:db5088bc21d95a89a5f69b4b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:50e42c20f55244685ec7fb79","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e01f9be9d69000f340dd0e8b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0d01fe846fbaefe4f33240a7","id":"aoa:aoa-techniques:relation:6237501a2bd0c506f0f1fa4b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:61f4230a5cab543d6adc97b7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2ffd9bc452bea451dbe1ae70"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0d087cce4b634d96e2d9653d","id":"aoa:aoa-techniques:relation:443af752264372588416454b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ae17c480d41d3c87d3b2da8c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8db33ef3a28b7af0575e5b9f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0d38807192896ea16366c2df","id":"aoa:aoa-techniques:relation:d7e1a617af0f7eae863e8750","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2d0813790ea81fe2cda4c0d2","trust_ref":"deterministic"}, @@ -16750,7 +16370,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08b0f7e8349993480547112e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0e33dc533fcb541678109142","id":"aoa:aoa-techniques:relation:395043e317d08ab80e68f92b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0e33dc533fcb541678109142","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7c495ca7cabdf7431cc11213"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0e5d03b7c703b67bec05b7c0","id":"aoa:aoa-techniques:relation:6be9d51357d51f06b7a8e2ec","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e77b807f9c16e3132e831fec","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:47ab1dd8473efa97180936e3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0ea885b3861d2dc4374d2246","id":"aoa:aoa-techniques:relation:9edcc6642c951abdc91c5d71","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:833ccdfe47e14dba023a1c87","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b6d1a0f22d8ffaa0ea749008"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","id":"aoa:aoa-techniques:relation:3f143093678c2524c3be9179","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:070b3d7014e625e2c8b44f09","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2013fe9a2f06a3d450011a01"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0ebc3ef5fa668d86e712471d","id":"aoa:aoa-techniques:relation:85f1da11b3ca6b67a1c5a2eb","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9d899bcef9a718a168799d94","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a32a568bace29f4c3a70980d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0ec158eca81a9246a6899adc","id":"aoa:aoa-techniques:relation:898b204d79d827c27db9a98f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6c32052d516b51041d42d077","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:77804df5d74c874f5adb97bf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:0ecc1df43f43ffd931ad3e37","id":"aoa:aoa-techniques:relation:309afb6dbe26509b7cd00b84","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6102182b11f28da1acd8e934","trust_ref":"deterministic"}, @@ -16813,11 +16432,8 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:471c76e509f12421a7e3531d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:16d501e3e9dde3dd1ee3540d","id":"aoa:aoa-techniques:relation:9d29eab865bfefd7900b107e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c7c27b4a879883696edf3576","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:613839da57a56342c64e5306"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:16f69bcd84ec7a895c63a279","id":"aoa:aoa-techniques:relation:99b838154412ee9606714947","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5161d7f655141ac93656b68f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bc263ab13bb1f335bdbf20aa"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:171083c92df90597b8c6d473","id":"aoa:aoa-techniques:relation:3929c163fdc83e4e47f46fe2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:24330676f0fd9f23df1953b8","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2119e707a815ab6dffe0eadc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","id":"aoa:aoa-techniques:relation:a804c55ef53069ef843718ca","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3e02b3b4a16762b99a572a82","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44ed3db44950975b757cd2c5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","id":"aoa:aoa-techniques:relation:0dead463a96b79631ca2c40d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:28fda3e971c244908b245f5e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:599b451e8a780b6aaef722f7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:173af73b76539da21362336f","id":"aoa:aoa-techniques:relation:44f9316affdd0ae56a5698fc","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6f738632607e32b700f41834","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1ea8eadd75a5359efb74f1ad"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:173bb2ce439323b54d6ad014","id":"aoa:aoa-techniques:relation:37d8c4ff604eb8fe44b45eb2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0e0b0adad0e40e09c8c801eb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7955adcaf003db2c2d0ab54b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","id":"aoa:aoa-techniques:relation:bcc9a7d5c0cec5a359b4bd36","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1b2c5f0d7fa1a24b2302a0f4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d0a678f1411d5ec7284adb24"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:17887a255a778da6f8fe0313","id":"aoa:aoa-techniques:relation:cbcab6e8c16086b2aa7cfc17","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:088be33e908e2dfd00c1350c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c2cc9805c1175ef0354d157"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1788e513b903c1b1de5a7b5e","id":"aoa:aoa-techniques:relation:b68aace09aa23ca3c66943b6","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8346f006abfe5f2e5c9b23fd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e5d86edf8bbd36960e0b0b0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:179cd9e9a1e53d6027df9638","id":"aoa:aoa-techniques:relation:c8d4adcb7c5b05b04adbb166","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cd97a5f58eae32b66b28ef98","trust_ref":"deterministic"}, @@ -16849,7 +16465,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a5987e44cb53cbda345ee32c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1acf1eaa6c1b0680033215c1","id":"aoa:aoa-techniques:relation:8de306a9abfa18a92effa66a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:63e71fa85c5a6f34d280c615","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d6be44c1cdc9148d418a323f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1ad3864abfff4fd72f6b2cc2","id":"aoa:aoa-techniques:relation:f3ddd313b677edda44f8e4f1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dbecf4bea9b01d589df435fc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:61741115aadeff15c496af2d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1aff5de6da719f00a6b52451","id":"aoa:aoa-techniques:relation:5ea58f2af0c15ddef082ed22","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dd31367448650bbfcb0efbbc","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:43e110274cba07d3bd0500f2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","id":"aoa:aoa-techniques:relation:48b8fbcd498a4a3bab51c224","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ef8be2a8d1a90b944d115330","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:332f4d2a061c701c20efaf2d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1b51b9a4fa704c7421aee187","id":"aoa:aoa-techniques:relation:6fb61f6c38338c8735f0b25b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:49538cd1d5f1057d834035e2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a803ec443aebf2d491befe91"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1b832ce690f5019c5d9c826a","id":"aoa:aoa-techniques:relation:d4aa49f0886598fb416e756f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c297f2eaea7b1825acb41b7d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e294a311c523e4b83b63bc2b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1b9d03bb55e938043ad312a3","id":"aoa:aoa-techniques:relation:dc7290833b426e8cb0ec310c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c50435c16b804afbd1898c1e","trust_ref":"deterministic"}, @@ -16870,9 +16485,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9691e3fa21a88f2a1da72929"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1d00f3183a26fa3258156678","id":"aoa:aoa-techniques:relation:7d385321bf346408dfcdc781","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0834f71306862f4598a3f8cb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3a92cf550cbb4276881c9c4f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1d3e9aa02ec1437e8e00eb66","id":"aoa:aoa-techniques:relation:f333faa60864693d47ab8b94","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:825e4809f7900927f57d60c0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f0dd03c21fc64e0b1d900853"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1d7350a9603840506726b710","id":"aoa:aoa-techniques:relation:7324f0cb334eabb1d36f40ad","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8110693d8a39fa9df5316f7f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5be980bf4843ab56f137fd35"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","id":"aoa:aoa-techniques:relation:3fdfe36591591f59c9576f1f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:bd1b7abc467b182f667d6c45","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:afbbf316a793168113b9e43e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","id":"aoa:aoa-techniques:relation:207af8450688d56974468ddd","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7bd442c619aafbf4e24f301b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:16e27d3f880108a2270124ee"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","id":"aoa:aoa-techniques:relation:1f0403f2bfb66d53d66673d9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f5c6eebcd1d03919edf7a09b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e622d5b323cfe6898da53a7e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1ddc58e6cf7d2f297d306f7c","id":"aoa:aoa-techniques:relation:b4c3ee876be95142dc786775","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:91f798ca19f09b53bc98b88b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e1bc4a1cc5470ac993c4b6d2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1e1420f04123850475c53478","id":"aoa:aoa-techniques:relation:04dcbb74880e88ae6ff43aef","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fc4c62484916e394aa90a21f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1c34dc0ad73cd87fbca87741"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1e22bf2e2d9400f9a9c7e737","id":"aoa:aoa-techniques:relation:40c21aba91098cd1d00e731b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:bd8dd86940d6fc5246c630b7","trust_ref":"deterministic"}, @@ -16898,11 +16511,8 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c1bf9b1328af5f4480f907fa"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1feebfdfc1ebfd0c891a3bb3","id":"aoa:aoa-techniques:relation:a1d31fc9dbc82e0e3ae5d0f1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2be3fea5566bb487e6814c07","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7b17d40a9798969387d38658"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:1ffbe48a404df9817be3dd6b","id":"aoa:aoa-techniques:relation:bee09de7ed8e945abb370487","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3b78654eb5dba2cd3c2a29fc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f1d4acbc72acb7fedf4c89e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2002924304ceb7f1e77f3b23","id":"aoa:aoa-techniques:relation:d35b0f04284beb497c122bec","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8aab5ceac994edb060ee5a30","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:822766081dc706c4a5596d8d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","id":"aoa:aoa-techniques:relation:24b22be5b222e3da64f27c96","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:bbe8cf19de5060ecd0fb9332","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e23496f55bf5af4224f48ed4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2025513516b5905193ae6cd9","id":"aoa:aoa-techniques:relation:a589bfae730d60d3190a67e5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0298bd41eceb8447f812b376","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a8559b11d2bfba23b122d053"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932","id":"aoa:aoa-techniques:relation:253981ce34614c4f03a7501a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6e247b06321c9a1c6a628aa9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f52b31200117cf58f657747e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:20610439c4557ba0f419205b","id":"aoa:aoa-techniques:relation:ac1282860f6c9f9d4016366f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:262701b02718702b19d12dc1","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3f54ed16a4f39acc4dd101b9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","id":"aoa:aoa-techniques:relation:6df45db461d0bb19d8121ec2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:eebcf7a5ef332ada8411f614","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:462e9e2f4825c2289ed67d08"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:207d028a244119d51928639b","id":"aoa:aoa-techniques:relation:c62ec0d3c09a092e82953fac","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:05fdf04895fbc290ca1c3b17","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4fa89ac9ebdddb09380968fc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:209f2463faaf5c9060be3d1a","id":"aoa:aoa-techniques:relation:760ff001ff5ee65cb08abdb5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:97a8f7d683ba3af993238e26","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:78724c573b450996535cbdb3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:20cb44c3e7cf94b5cdca3de3","id":"aoa:aoa-techniques:relation:58d0f2885dbddaec58a0b051","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9a247c2d3291e778b546e41b","trust_ref":"deterministic"}, @@ -16935,7 +16545,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f89372fb5ee2e6dc261456c6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2495eb573c05b7b350310f4a","id":"aoa:aoa-techniques:relation:8546e5f8893b5eccdc182e12","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7598515501c67c0530fbaed3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e29272bc453292968bd08c2c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2496752a594db80f28ce885e","id":"aoa:aoa-techniques:relation:ebb86ebd113b2f6f86451f0b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0eb54782d5ceb2d7d5f96e3f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c0aa1dfdea588476ebdea88"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:24c5f3398d058bb26c34e573","id":"aoa:aoa-techniques:relation:e7fe0cfbe5c7311c7127f283","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ffaa52b61473ff52ca324a05","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9a47b4c355ea23788b854a07"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","id":"aoa:aoa-techniques:relation:d5f0a50c84781cd00a421c54","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b897982f8fab20bab327044f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2c234357d93af3aa108a0e07"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:24f952fceed043566fc03f8b","id":"aoa:aoa-techniques:relation:f475221c50dffa716b7c854c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c7aca08812f65902447d9429","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef1d913536ddf6783088905f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:24fa58fe2c64b5fa17c73aae","id":"aoa:aoa-techniques:relation:058ef1fffe0edcae2309fe9d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e1e9991b89f7e7f9ad13e558","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0db1fc349b2322bc5f808497"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2536580a957dfaf70af217e1","id":"aoa:aoa-techniques:relation:53f9c06096ed364fe326d483","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9843717523aee8cc201bc436","trust_ref":"deterministic"}, @@ -16977,9 +16586,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ccb88f747e5a7bebca190373"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2a7e780aaf2647f7cde8a07c","id":"aoa:aoa-techniques:relation:a4729fc1ce33a05b06b2e59c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ecf621d0571b35cacda48412","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e6583ddca8787e6110a9aa33"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2b08f0c6958c0ae36c1b3653","id":"aoa:aoa-techniques:relation:99cf5a06ec2267baec17c7d4","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2d713b6b91c0bead2c6357d9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f77ae669acaeac74aee3543"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2b31a3041fd1f1fcf0b72bc0","id":"aoa:aoa-techniques:relation:0fe25c8f4b92f62835d6ba27","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cb2946517a64850ea558ce12","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:69755c426b6e4dd041959645"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","id":"aoa:aoa-techniques:relation:aa4e7ec6e48d9f2c4eab3a83","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8f52f69011c66345665a02cf","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bddc83db6ae7871e9ad78e45"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","id":"aoa:aoa-techniques:relation:f622f73f4be58377dfa65b99","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:48143bc7b3ec296aeaab8c20","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6bca21ff480e1e6367da9bd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","id":"aoa:aoa-techniques:relation:586ca1c2805274f21741460e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d391dd42dc987b753486a1b1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fbd467901feb694385c7163a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2c0c634c2aa13198ddbecc64","id":"aoa:aoa-techniques:relation:8eecb67dcdb5f444a64164b4","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cb3ecd358588e31232f68210","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e4f59a382cf8f91f92e8f05"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2c3654d4c4541cdb17dccc73","id":"aoa:aoa-techniques:relation:65cf2b1b7962869be7be2bde","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:21b387fc85ca839f6944feaa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5173c8da4231e96e7e3e0ab3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2c458624b27ddc1b900e634c","id":"aoa:aoa-techniques:relation:06925915f7675ac615f98754","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d2159393880b8f0b544f38cf","trust_ref":"deterministic"}, @@ -16990,22 +16596,18 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:164e0f08224d4f30287120e6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2cb5add0c4c07364045149fc","id":"aoa:aoa-techniques:relation:e59d574591af1065b7d354ad","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e5665bedfd947c760e60fde0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9bb555e5edc3739ccb297b87"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2cb5af8a68242b1e3c187f3f","id":"aoa:aoa-techniques:relation:c5fb79b5b49ba8be06429f68","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cb157ccc7781717fa563a66e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:65c0cb2f1296365767bc5201"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2ccf5f5cf945fc7d5b551741","id":"aoa:aoa-techniques:relation:f844a9440f6bc73bcbaf5ac1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:bc5b147ab09ed2611fcb2655","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:04a807a1f7901a1c9da73657"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","id":"aoa:aoa-techniques:relation:1aa4849ab3e00716b47531b5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:79a3a30604dae369607feb28","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:54f71638aa206fddf12b1f68"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2cfa23f4afaa2e91dfe3cec2","id":"aoa:aoa-techniques:relation:99641ed7ed01b9ebe4406317","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6bf0b54e6c00c438536f5b82","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0766969695a59702ee0e8b47"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","id":"aoa:aoa-techniques:relation:b6a9c919e0f8187d135727f7","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d983f78c434212446eaf200b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c63f0900852087a3386b25c0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2d17986cd1d443e66dc5bd7b","id":"aoa:aoa-techniques:relation:3c2a27904b9e9599bbca9880","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ae379f13b1d252aa3013784f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:321aceadd7bc4a7a6b4a30dd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2d22b8c8148327f2a70f1990","id":"aoa:aoa-techniques:relation:9e6843250d1cd529c6225f47","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d7639db053a3cb982b88ccc2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:48a66bf6a15eb2aeb8544049"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2d4324af86755a673c1fded3","id":"aoa:aoa-techniques:relation:e75875a742a0e9ce93f1cef1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8e227c6056169039e468535b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8450115d72082900c1e5b532"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2d7b5fcb07d26e217bf7c471","id":"aoa:aoa-techniques:relation:683655cf5703a40612d675dd","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dd788bd6a35003d1e2a35961","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f4a236c5231e392162af2a26"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2d91002001af478a6259135d","id":"aoa:aoa-techniques:relation:ad092c6b591f85e3a91713b9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2fd3f826c2862f9493be78de","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b2f31fba5c75d1bacff69ef"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","id":"aoa:aoa-techniques:relation:786702fd7e843cb9e083a793","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8ac1e1b6baff4ef083236586","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f03a5c8a5d1739fa0ad05200"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2da7fee81d15fb0159639ca2","id":"aoa:aoa-techniques:relation:6f2c784c1dd5e9bdd1df47bd","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ee0cc3c47347b24382314354","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ba9f1e2064d0f54d04fcb25"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2db7d7bdba0434400cc5e079","id":"aoa:aoa-techniques:relation:2f37f4627eedb14fcb37c6b1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5e799052c9459d4a105eb57f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b7167d4fffb7f26a86cc57a3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2ddb0a8416db61cfa384979d","id":"aoa:aoa-techniques:relation:b452416c1c93eb952eb0e78c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f7528b8ed45e8daf36d41262","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:812d62cbcf8278e3f74f8b1d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2df14b9d26a4b4fe2f54731b","id":"aoa:aoa-techniques:relation:1b0188a216f086e63cc1cd19","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0834a03dd86109e64a464c2c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:71d7002a41c84c9989772397"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2df195f2bcd5ac8dda239684","id":"aoa:aoa-techniques:relation:d3f339ad59d785bcff51cc45","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:597675d319334e604f2dc8df","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:214535c176c13006f6bc89ae"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2e01bd1a08f270365a53064e","id":"aoa:aoa-techniques:relation:465b725eb2fb4c02bd520713","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a5901189d2b6b4c224a7e7fa","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:239b4dcb1a7cd0a15a51b87a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","id":"aoa:aoa-techniques:relation:1e300500aee8046063a7341c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:572bed275ec69349b189c2bb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b197402282325a216cf433eb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2e9afa7ac254b40d3d8a3a91","id":"aoa:aoa-techniques:relation:674d6a4abe8cc430394772b2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1eea5bf4a6281db725fab100","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:36574a31839b3113cfe3a1cd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2eb53341e502b0b2d73a3b17","id":"aoa:aoa-techniques:relation:9647e4c5c41f48c4c799e437","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:258f25763ec48d8aee6b69d2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:85b3ef63e51dfcbcaeeb7542"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:2ece547f2466235afc086518","id":"aoa:aoa-techniques:relation:8a90d51d9fbb82cfa8cab423","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:243eee2c189c2c26fc8a09f5","trust_ref":"deterministic"}, @@ -17018,13 +16620,10 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1225f530a01b985d1dd48428"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:301079de4f207771e1be5e44","id":"aoa:aoa-techniques:relation:36d00ffa64b374daf73a9327","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:45a0f7a4021a989d48ef8c34","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18d6cbe56b0b09ac057de46a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:301abab06eb622fa4649deb0","id":"aoa:aoa-techniques:relation:be903e24fb87578df2bfa4f8","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:62c7a3d33b09a6642d3288b9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:21bc81b24a07839b611f6c6b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:302bfdd03b2d5e324a5c69c4","id":"aoa:aoa-techniques:relation:2d33b6250e7018baca250c9a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:28bcd91d45bb682cca8df1c4","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0d1846cf2586a6e0fe69cf2a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","id":"aoa:aoa-techniques:relation:e7248ead2066fdf56f722da0","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:73d5286e47b2385a2cf896bc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:239b0cafa33bcf86998a07c0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:306109b542eff7632f136b0e","id":"aoa:aoa-techniques:relation:703f1463c15c677c825d3310","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b59a4c8a88a298b99b222360","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c69ff88c69391d705b9fcf15"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","id":"aoa:aoa-techniques:relation:17bbf21b0a2363d8825e4642","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0c2db192ec723dda94b485ef","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c890315e91a4b02ac157dac7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:30bc9b7a1a2970e45e814b8d","id":"aoa:aoa-techniques:relation:5a2094af39c5aa0361fbaea6","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:30fb7e21eaead4801dba0c32","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bef23c786e5b925769fe94d0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:30beb9906bb62b4db5c4db13","id":"aoa:aoa-techniques:relation:5efc4e65638aac2590bbece9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:89ad356787c1279a6cfc498d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:73fc7237741027de01ea403b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:30efe099755fefdc9583cea2","id":"aoa:aoa-techniques:relation:7252ab5ac332d0853fe30718","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2d3dfcf91b3e8962e9b634e7","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8450e468d7bbfc9cfd4526f8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","id":"aoa:aoa-techniques:relation:abbd6cf5e57221752c1a1f6e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:033479a9be6c0c91bb06c6f8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dbc9a338828d881346ca8692"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:314954ac1748b9101fead3f2","id":"aoa:aoa-techniques:relation:477ce178c11a142826ff414c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d99bf70c88dcbbe772417960","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0cbf599f815deb64532baced"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:316725dd594259131b4ebfc1","id":"aoa:aoa-techniques:relation:93ee1fe2fab2f90268c6c186","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6dacb285677ef612774fad71","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5139a67ed0ae280d8fd76dfc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:319ddeced39b3f1bdecd1d82","id":"aoa:aoa-techniques:relation:c71170eaac788c580f532157","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2c10ee698b4b310058f028d6","trust_ref":"deterministic"}, @@ -17063,7 +16662,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3f2158f18400fa216f912167"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:3570302f879fbf8bebc76db7","id":"aoa:aoa-techniques:relation:ff19b4f33f3c3f96b9fdcb95","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ff988784f2f84f6dd66241b8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:49b39e0d7f8569f514e63c0f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:357fc16504ccf5afe89c3226","id":"aoa:aoa-techniques:relation:57f4569d4c7ea0849e78b390","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7dcd33a43c6d37705e124c84","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3bc78c5b848f6cb3f84a5ec5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:359861268bcf7d2db2aa8523","id":"aoa:aoa-techniques:relation:b258857a3e79881294fc8447","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5539479f9405ec14f3a80cba","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f662582d794db930554d475e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","id":"aoa:aoa-techniques:relation:391d31f3183be0ecde8a0fdf","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c951468da5265b229cb9f222","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:88163f45079ac3717b6d402f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:35d77bf50f6518f4f2e625ff","id":"aoa:aoa-techniques:relation:018e300ea7f25989cb85888e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:136f24cfe31639b5ce041872","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6ea51c6712643e400a0286ac"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:366b800f4b86c83ca4fc1323","id":"aoa:aoa-techniques:relation:214c47c1825d1809c75bf2a5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fb2cce024caf596069959cbc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e26108ec94ffa5dea870a60"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:369fbd11fa69318df89a5422","id":"aoa:aoa-techniques:relation:a1d365d84f3581b5ea40b518","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f53fc21132e75e3e253059f4","trust_ref":"deterministic"}, @@ -17097,7 +16695,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89612ded628571616957e0a3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:39d80cd0cc651d75f6360531","id":"aoa:aoa-techniques:relation:837439a02e79ab9c8a69e4ce","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a7fcd7123d4ae1f8bf7172a4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a076790ec4a6915fcebfa53"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:3a246793128dcdb1764f8833","id":"aoa:aoa-techniques:relation:1497d9536c70a704b5d404cf","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0da34eb5971e7dd5b079cf93","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1946044f6fd4365a3d493247"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:3a3bd621fa3f89067f3ff545","id":"aoa:aoa-techniques:relation:34a95744868c6e1052b5ce08","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:022cd901fe367d6e7f1e7214","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:97e1be4eae0493b2728a556f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","id":"aoa:aoa-techniques:relation:42df9afe0e74b505262153a9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5d55fa2b65f2b72d9ac7b21d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:07b8eb96affec93aefb2a3b1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:3a7a467abfef80ded0604b28","id":"aoa:aoa-techniques:relation:734507cf593df3052e5f32a9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5b9841f69503031b522a42c3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:99e2b22815d6ac528ce0ec40"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:3ac08889c4c8eb97855776e4","id":"aoa:aoa-techniques:relation:2209902c55183c007b413689","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0e9ddde61082f9c00613c9be","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5d484be637b092cfe4627775"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:3ac0b2bc12d84e409007bd39","id":"aoa:aoa-techniques:relation:d5959c0d1eea645752112b54","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3e0e1de2170363b8b102d60b","trust_ref":"deterministic"}, @@ -17140,7 +16737,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2129cc6ab0ae64aab4507db5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:3f501b7b16e871d49ec9709d","id":"aoa:aoa-techniques:relation:5bd43ddda71a974acfac6ac1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7498b3a6f7b4ab607a1bc18e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7ef663d772ba62584e8f93ef"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:3f880a46842b12278652a736","id":"aoa:aoa-techniques:relation:0fb6b439260f55717024db8a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1ce27798ea70791c739d14e7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd8cc9e78040994c01f4a703"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:3f9a778b411bd0a36e67cf1a","id":"aoa:aoa-techniques:relation:fa9c209c8802fb4d0e1f9d33","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7bfa6104649e975409ad1aa7","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a32eaa6335966eec7b1a1e2d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","id":"aoa:aoa-techniques:relation:d63b0f667718eba8d28ff983","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9add4912ae92cf85c20961aa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c776ec5b2e0d95daef8773cf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:3fa839ffbc7f7e3ef4aea075","id":"aoa:aoa-techniques:relation:39cff36e3d4540f54dd1ac91","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:85997516d8a2a70085d147a7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:daacf55144c3dff2f738cb23"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:3faea6ec16c782a2552f82dc","id":"aoa:aoa-techniques:relation:e97bd17a3048d3e3e62f7a09","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5bde163627e021134b4f7e50","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:eb3d7fc9164dc018d04b4122"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:3feef2dd8124efaaf88da3ac","id":"aoa:aoa-techniques:relation:e3cafd09d5c7407887c4b73c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d0abc42424ba64715454c8cb","trust_ref":"deterministic"}, @@ -17180,7 +16776,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c4f977eff62247bed0cdabaf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:43ca349b3b92c387e5ce1996","id":"aoa:aoa-techniques:relation:ba0b851404371f148d9473ee","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:534d5c3b7061854d3489080c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e11527fa3a3abd6e85e5599d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:43ea1a5d6f8f5300e3b0b289","id":"aoa:aoa-techniques:relation:17239d02d5bde4d157236bb6","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2863f52d451008498fac2928","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:46e4d6d19961e900df94f002"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:43fc86146653d505376ceedb","id":"aoa:aoa-techniques:relation:d6cd64bfc521bbecea96d0c1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:58bc9e7422360309bc23750c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f2cd452f7ae94645c7e3b97"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","id":"aoa:aoa-techniques:relation:24aaa40d595895f93debdea7","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:332edea05c6aba304013800c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f1615a3346f961e904a56fae"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:44722698e85b27aa1d6af548","id":"aoa:aoa-techniques:relation:e09887e57e3fb00139e495cb","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:888957a3e589ca9d2e121d7c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:361103f961f909f4c123433e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4473eb9fbb1eff69b359f95d","id":"aoa:aoa-techniques:relation:e89887d7d6fae6310b3c633f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2637bfd463598b21c5446ef8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:277e4f256fa17791c766f7c3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:447b17f5237437ff47887861","id":"aoa:aoa-techniques:relation:fbc3f3a4833996abfe173248","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f6b0f1537e50189cc68e3b65","trust_ref":"deterministic"}, @@ -17191,17 +16786,14 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7333d08c03ba0655284f67f7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:450d3e3c040dc1d34c8a2d0f","id":"aoa:aoa-techniques:relation:16768b0853709df5eb90ef54","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:14990bdd782e37527e4dc0fc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c254d529781b53baefc77118"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:452004c0f4712c5664e17c3c","id":"aoa:aoa-techniques:relation:c287574af8eef65633b82510","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:72c15ef6d6f02a52fa68db20","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5979dd4f703fbe347530a8fe"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:455ee43cce4bf734693d48ae","id":"aoa:aoa-techniques:relation:d42c3d849adf2156d5d0abc3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a8b7f378a8fabd47b76f58d1","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a3436fea75ef75cb22a94fc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","id":"aoa:aoa-techniques:relation:324199cbd3149c7a663f970b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:57aa11b2387e4037f59d32f3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:720155dd6502ec3f28139454"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:45b1f7957ece519e3d4f2c4f","id":"aoa:aoa-techniques:relation:ee0fcb8c208da7fdcf806251","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7955dcadad3f0c1e3004aac0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dc19f8592776efc030a2ae29"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4614e41d34def3148f269991","id":"aoa:aoa-techniques:relation:84d525b89bf683dd30d53c3e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:25ea2c66df8b2c19330bc052","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f930d38f8199e6bbc5ba4b61"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:46158246895d2d162c9c033b","id":"aoa:aoa-techniques:relation:4cba92608bb0f4a6137cc3f6","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9bf136905bdaef2b00020ff9","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:65a133fd7fd9770fb9753e66"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","id":"aoa:aoa-techniques:relation:119662c43bcd0bd9f87cf446","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f28d95b6fa212e4a900927cb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:99e0c392c315e584232392ce"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:46ad8877bd4594a4a27cd1b6","id":"aoa:aoa-techniques:relation:8401ecd2836458d6d8420e7f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7cdaf5f0df61dc036782c6e5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9fd0a68d4fb876e40a787fff"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:46d47212f8b63f5b7011e3f2","id":"aoa:aoa-techniques:relation:ba52a1dae078910616651fe3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6d522832ae1ffdd1a14a5922","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dee379c9d80d5ffa66fe8ccf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:46eef750f37f5cbfab722948","id":"aoa:aoa-techniques:relation:bb7c563910eaee7ad60426b2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cd125e2711280309067aba8d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e7bede7af46fb1c027968b1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:47607f36750b03426e2bd3d6","id":"aoa:aoa-techniques:relation:087abe07502214064582fe68","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:369af47c1c6efda6d4b023d8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6bb766936f288b1c436fa8b8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:476ae3c988825c9085bb65ed","id":"aoa:aoa-techniques:relation:03e7d3c13fdc69ebdb652e9c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f8432a6299065a8a2c59d3bf","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6624f264692d6da00e210709"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","id":"aoa:aoa-techniques:relation:6557791ceef733d61cd57f4d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:127d8371db5891b515423a0e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0af7c21bf82288d83c2d2457"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:47961174acee7abac82b1c10","id":"aoa:aoa-techniques:relation:9ed3b3fe0950711234f09127","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c62aa8497330a715c6627f5c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1d9465c6a71f27ebb15088df"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:47ac5272418298592bd590d8","id":"aoa:aoa-techniques:relation:2bc9159075a81c288016c3b8","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:045d8da1dbd567c445d29df5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44f41aa22a73f1f9acf5cee9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:47cebddd9dcfd9250e9dea8c","id":"aoa:aoa-techniques:relation:52447b49f04d543d6abcded1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a098fbdca22f28ce74685d7a","trust_ref":"deterministic"}, @@ -17245,7 +16837,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8a51e9e74cd1141d34c549cf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4ebf57b05d9ba338303c4ca5","id":"aoa:aoa-techniques:relation:a1bc11de61487e0142327bde","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:25a4cad2ae7f3272b5158967","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9cc7ca4245209d9ac659a736"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4ec817b9c123b16f2ea3e2ad","id":"aoa:aoa-techniques:relation:fccb460014b4b0a0e68d5fec","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:abbfcc36c8cb53652d2584bb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:674fe5d57e2d2f69dbb15d9b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4ed48981ce43ce3a53fd614f","id":"aoa:aoa-techniques:relation:299cfef957a00feed43866a9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:98485883ca10b544edc7beb0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:995dd7656467e68f9ff726c7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","id":"aoa:aoa-techniques:relation:b0260d14d0288978ab89c8fa","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6a4e51cc6ed4dacb5a1e7b80","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:210497178ebbcde3f47bdf59"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4f36272c4234dbbae41dbd33","id":"aoa:aoa-techniques:relation:326d5785eadeee0b12405922","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9195b6ea7c751a2fa5d9c24e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b30d4870a359895625521a9c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4f445da6e24dce9056808015","id":"aoa:aoa-techniques:relation:5594fda92f5394129d973735","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8279a16bef479d71af0d74fe","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:add9899a67339c07e72894e7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:4f5b08e9004dfba666824636","id":"aoa:aoa-techniques:relation:629e308c79d2ae9bc27e7c9b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:567ca1d4757a41736902960c","trust_ref":"deterministic"}, @@ -17254,7 +16845,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f795248e3df57fb362b32e5f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:50268f67ec3c1db46073779c","id":"aoa:aoa-techniques:relation:05ad0f6bd88c5abe1ee286c4","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:91527d5ed5e28246507f2c54","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd05f673c2a9291152f5a561"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:502ad961e0c7d61ded6ee74a","id":"aoa:aoa-techniques:relation:abc7d4e983db734e15e9e910","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:502ad961e0c7d61ded6ee74a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8f233dc185acc109fbc9ea0a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:502ada8107dbebd5923a23fe","id":"aoa:aoa-techniques:relation:7c10f6b9b2d15abe35b39bc4","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:57029954a2a5336285ba6296","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3cc1662b5ee122f6b7dd91a1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","id":"aoa:aoa-techniques:relation:c5e58ffefa9ebb527796ebcc","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:af5ffb7de6152b0b184ef68a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f603f2d584d5ab76a1877ff6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:50ff6e7647104f2158343fac","id":"aoa:aoa-techniques:relation:f0a934744dde32744ec1febb","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1724f0f49906630313183d25","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7ebe1e475bee3f6b020e7cfc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:510468dce3adcca5b9dd9e62","id":"aoa:aoa-techniques:relation:ae55104fa7210c9f60cc124c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5172afd82029b33e591b5f3d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9995f1644e399ee461162783"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:51171fd055520b693df3ffc6","id":"aoa:aoa-techniques:relation:c363554be34ddb3b1613d72a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cb0e8760ce454ba1e7a983bb","trust_ref":"deterministic"}, @@ -17267,7 +16857,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9edef3e6f2675ff4675a8a92"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:520eaee3aa96a652ca5ffae1","id":"aoa:aoa-techniques:relation:f5a69c7c57ffd418099af208","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:38d9f6fc8bfe6faea9a9d740","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0c5da5ed548db71b5ac0e7d1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:521faaaf800f3eca7f1968d7","id":"aoa:aoa-techniques:relation:2b84212e0ac540c53a8d166a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e893d8628d90c19d730918d9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c81b021ae7960f4070ac3112"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5266d68d508c24d678979ffa","id":"aoa:aoa-techniques:relation:ac4bdd2e21bf75db3cf1919a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:422d825ce99935e6e9cd7ada","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e58a756cc935a2795ee351e2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","id":"aoa:aoa-techniques:relation:0416b1a8ba5475624eae80b8","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:eb5db6321be066a6cd21a205","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89490bb2dd8701620225599e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:528bbfab601636d0cce5d714","id":"aoa:aoa-techniques:relation:9782a8df051b682b9ebb4833","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:aae3159fb25fdff8d45fb053","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9dd423e96335d688bf33d4e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5291f1cdb3efaddd81d020a9","id":"aoa:aoa-techniques:relation:a582cabf58a0d5912721e2b7","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:aae6a715d9bc7ae79edaa991","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f718dc802df90e923913707f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:52e73841d94c6e5347a66d5f","id":"aoa:aoa-techniques:relation:e95bef32f59d2dde923292e2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7353e7910edaad5cd169b020","trust_ref":"deterministic"}, @@ -17293,7 +16882,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b3ed6e8cc30884df83d2cf3b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:54e52db0d74cbf611ec0b42e","id":"aoa:aoa-techniques:relation:ab209b909686a135ea6e702d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4f4d6dc28113644572a5f64a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e249251728ad42de31f411bf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:54e9c59f5e0b91c702ee6ba3","id":"aoa:aoa-techniques:relation:a2c0dbe7b08c617b76faf548","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1bc4cd2f7f7f4e87d687a508","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:54f1c1f485a4f924760e75b2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:550ab2a04a7e853406390620","id":"aoa:aoa-techniques:relation:ac0c4d3c89a22e1dc2445b32","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8f1cc6098f93f9aebf3274cb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f41d0c32b416a5316c9d8387"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","id":"aoa:aoa-techniques:relation:dcdcac6d4ab41a4e82f0e18b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:02f04ae93081a55557d2a0fa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:23c462e9b98c602d506b5ef9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:551aac060212aabeebecce6c","id":"aoa:aoa-techniques:relation:99660bea23a503bd143ff0b6","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:390464aea0c4205b5bd6c3fc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b2cb22a0eb7df9496e74b567"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:551cfa57299dff76b28597ee","id":"aoa:aoa-techniques:relation:455158599124c59517ae7672","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d78d489dcacaf16e4a82d90a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3447d7ab2a96691897c41f5f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5521724b265cba3b29eb94f6","id":"aoa:aoa-techniques:relation:179845989f53ec6f1b6450d9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f324c936e6d7bf4d1a75c512","trust_ref":"deterministic"}, @@ -17302,7 +16890,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b9dfdfe971b2ee39a6d8ba40"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:55a3cf5db6d14c8baffb2ed8","id":"aoa:aoa-techniques:relation:88ba243165ca44d23d5858c9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c4cfc24dfa3f35c99fe906a2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c6a406f749f9fd623778664a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:55c67f384890cc7d9fbbdb3d","id":"aoa:aoa-techniques:relation:86f90a95defce57e57b05eda","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2459a2d8110b7c31ef6357ca","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7dc7edac22322b5899498e76"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:564d64d6e09515e2490437b2","id":"aoa:aoa-techniques:relation:e2810c75d4b1701ebc190494","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0a3ff28bbfe6420ba1583c78","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7b56b547432ff3b5567c06ec"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","id":"aoa:aoa-techniques:relation:8cfe5bed5907743fe71d9f13","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d705e70d835248a1b368bc15","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1abfdf7c803c95573a77014b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:56833d74575bfa274e98e02f","id":"aoa:aoa-techniques:relation:077fc94aaca982b8d285059b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e2606594e1fd8ab1752ac825","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:083654cbfc02878d1aa6e9d0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:56919d594e142a60ba9827b3","id":"aoa:aoa-techniques:relation:7cb7be981ae74fca4cb22684","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6a67ab543334a779846fb599","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:82e056053da13e3c9f070f6e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:572468bdefc891cec8037f4b","id":"aoa:aoa-techniques:relation:3e0bf8d681fc8194d130c852","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fc735c4bb28663dd7191830e","trust_ref":"deterministic"}, @@ -17314,8 +16901,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c22c249c88b41751271e550e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:584c5c2d728fe2c622961ad1","id":"aoa:aoa-techniques:relation:66eeb87f780e2c3e11670132","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dc1f978b94b27c21942addd5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:010f1a833244b035a3e127f4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:58a28c7b3e3262ea3b19e3fe","id":"aoa:aoa-techniques:relation:dd8e503bf89a81b76ec8426f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ca03bc31613a44c38f07cbf5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a868335fe827fca26dbdc02"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:58b04c791cf407b45482db5e","id":"aoa:aoa-techniques:relation:7199f788591165104a390a07","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3e22b6c024b1f0081aaf23b9","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2329c354f1f66f2882c03fed"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","id":"aoa:aoa-techniques:relation:f2fbea8062c380f0f9ec8229","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:29235ac62734890e49667525","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:acefe65248a17f4aced3e316"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","id":"aoa:aoa-techniques:relation:7ead1c3980e2f85ce69315a1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d1ce744b81cf00908a18f7d9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9d801f7ef475f7ca4ba8dbc0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:58c2d02d3e74daedc4105cf0","id":"aoa:aoa-techniques:relation:a292db262a4172dfa7fa4f90","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a6cb5e84fbafe501037ffb34","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:20dd5930048f63df41aa78d9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:58d19e21db61f98b73bcd99d","id":"aoa:aoa-techniques:relation:08540b82fe51e1076e08fdc3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:964c8a0997f5285f0539f57c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ba7fff716d9ac6df8273261b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:58d8c52a91b7ee6e097f4162","id":"aoa:aoa-techniques:relation:8d5ddfeac417e23bdeae0383","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:580ab8bfaa74b1b7e23767f2","trust_ref":"deterministic"}, @@ -17325,7 +16910,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd7a826fec62501319b66a11"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:597db2d527cf1980636687f7","id":"aoa:aoa-techniques:relation:7d8ba7a31876f4bd09579195","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9c223d5932711fcc46a8bcf9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1ae8c6a765b3fa1e9f5736c6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:598b031bfa584deece302698","id":"aoa:aoa-techniques:relation:fa72609ae53769fe67762c81","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cd862827153afa9bd5985504","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:19c5675557f7ca07c5b7175f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:59a00873d5dc847da1ee0db7","id":"aoa:aoa-techniques:relation:1edefbc6c7f7aa75d8a1bf8c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cc0245cc43a4f791702b8b54","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d933b894b739c95285bc2006"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","id":"aoa:aoa-techniques:relation:e5f2107f3f54e13057d5e826","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dc50a36a3953dbd24546bfd3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7f14543cc65c9efa007746e5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:59ae467af916cdee016de225","id":"aoa:aoa-techniques:relation:4f2a353e9dddda0c480e761d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0568365aa6b0a51ba475a9b8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0495bd9752c2e2df99dc89ff"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:59c34f8e24122c7d4d46f18d","id":"aoa:aoa-techniques:relation:97665d7a3228d2a0e1634926","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2081a8af120419039dc08148","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8a9f5870cde69451c06e7e9e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5a1e159b8d8c1e740e7f819d","id":"aoa:aoa-techniques:relation:5bbc7cf9f923acc968940f49","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e88d8f5c7d6e0039bb411725","trust_ref":"deterministic"}, @@ -17334,12 +16918,10 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d88df6cd7d52373c254cce76"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5a727cd6d841117050fc8fcb","id":"aoa:aoa-techniques:relation:5f6667e55f0bf1f2a0fd1819","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d7cd0b05a09bb0b359ffc4fd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9bf67a8fdd6a801c5bba8ed8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5a7805ad99cb17c396942481","id":"aoa:aoa-techniques:relation:46980c122efb9d3b0f0eedd4","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:62bbb9843ef8adeb5cce5a5e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aa5469700a2d27bdb3b40ef2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5a8ff3a4f51fa823aea48e94","id":"aoa:aoa-techniques:relation:8be21ff22572f3576783004f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a3d801e7357a1cc6e62ce464","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:24b6d9835577d94f77e71b52"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","id":"aoa:aoa-techniques:relation:fe55e06a5875d428125f92fc","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c5a1d56828b07105973789e3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b2203dee7df3cd1d8df3f75"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5b00df740809b23874e59462","id":"aoa:aoa-techniques:relation:5c7263810ae8ef6c7d0b7c78","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7ce4b26eda805f5758fcf031","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c4af81ae3e0489a11ef0a168"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5b44d82869b0c323d47f407b","id":"aoa:aoa-techniques:relation:db96df0e9d2fcb1a934cf4cd","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fd0716391ebd36c29d20b30b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:327bacfdf78f5d37e985a9f8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5b5175da19a378fea73fbebb","id":"aoa:aoa-techniques:relation:13a56a36b9f737381837a145","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:60a6603ed4d3188cdbfebc65","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cfcebbd33ed49d6091ce82fc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5b933ec3dff555bc66577052","id":"aoa:aoa-techniques:relation:c15e457004eab2cd1f271717","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4e948413e9eb95ab2c535e13","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:766568f058b843c6ab292b82"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","id":"aoa:aoa-techniques:relation:8f135cfa0b805ba2cabe0741","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6d644a9d1c88ab25c60f4f1b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:992e4c748b558b55fbbb9482"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5befe5bd63a605b75db26c3a","id":"aoa:aoa-techniques:relation:cf88c40b545d8ac189aeede9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0b90844264ce5b431a37cea5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:28f35886132515eda8358e4e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5c1073429c3a0b92540ff9b5","id":"aoa:aoa-techniques:relation:4d06b9fbd47312b0433d272f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a5870e5feecf1fee220efe2f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5f0abc2b23e5f33015e83966"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5c1ba9e4c54ca2fd9498554e","id":"aoa:aoa-techniques:relation:50322493daa0a5b0edc026f7","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0f8e35485b5bba74e6fb8b8a","trust_ref":"deterministic"}, @@ -17348,13 +16930,10 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3d62551899a614547f3566c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5c9d576af5c4da10e3595e94","id":"aoa:aoa-techniques:relation:337add3ae07a265f1043edea","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:72e49f42748db1e35cc75f24","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e38b2245976a1b9da2cec16a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5ca4cf1c0b847bab1202c4d2","id":"aoa:aoa-techniques:relation:98676525a91a88645ba69f45","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:07db9ee93e3f84b696a54328","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5d0e7c59d6f50518a587eeac"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5cb0ce73afabbfe67b244057","id":"aoa:aoa-techniques:relation:9f684910be9f8ecf2c1116af","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:09475aa7876510ba31940326","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae2b87fa0b9f0dd26ac2db30"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","id":"aoa:aoa-techniques:relation:121b9831bc9aad29f2d57098","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e2c037fc08f460af5b98f65f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ea0c8561a4c29feccd3026af"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","id":"aoa:aoa-techniques:relation:8ec8b14e0f62ed48c158a322","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a1b570acc52c85ce0e9d3456","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:44403101a0b4493f183c55a4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5d2a59443e9e2ee7f8b1e13a","id":"aoa:aoa-techniques:relation:7acb48947a05af3bb08f709f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fdc64222c435ae4a408bd6a2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b8e2aa0a89912e1006d5580d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5d6353ee9b342f7f9e4bb51e","id":"aoa:aoa-techniques:relation:a3f6a682d2764e56cf31cb90","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b99e2ba9791ab7bc317583db","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a1f8cbfc6da9b1169d4531c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5d82c4ec4cecdd3d3db4ab5f","id":"aoa:aoa-techniques:relation:2addc74a49e4a1b449cbc005","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fc4386662b318600072c0b45","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de45174711e11ed6a953ce49"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5dc490a89b7477c117470956","id":"aoa:aoa-techniques:relation:2267717f70e402dc34f2c8f8","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:527919f9a40ac1724cc002d5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2a1b62b3dbfe48989b1c24ed"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","id":"aoa:aoa-techniques:relation:55951c6cab83a82f1e926fae","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:48249a84ea8b4ca0ca51ccca","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2b9b32a50b514f88ff831762"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5e0efc9a3eeb298f0fb60abb","id":"aoa:aoa-techniques:relation:df240ce7f2b54dafbb520601","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c1f4f6a2d73086e15d68bf2d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4f6cba747776425cdc8516c9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5e1723690eb14108db5c12e7","id":"aoa:aoa-techniques:relation:85dad71dfc377821ccddf57f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2cf7735f000631eae7a56652","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b735f854f64401d75c022659"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:5e2251b24062d5011aa68abe","id":"aoa:aoa-techniques:relation:9457cb3875b886a9a9fbdaeb","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a7cea9406c31fa77c4f1142c","trust_ref":"deterministic"}, @@ -17402,7 +16981,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5b0298079118381b9a313910"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:65cd6364420b1b5166068044","id":"aoa:aoa-techniques:relation:00787385dadc6d6768f5a2b0","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:21688db5abbdf791c040630d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:037add6c8c55fe4dd0767e97"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:65d22157cb3e19f21f274b8c","id":"aoa:aoa-techniques:relation:c47a7279c79a84a765ee037e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9a19e7651f0af39c8386ce9d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e8e9e9ae76197e1ef03bb9fe"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:65e16107b952e70c8143f444","id":"aoa:aoa-techniques:relation:d434edc7ac0c73219dfd7a5f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a4109a8bf350f84656bb6935","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:216e6bc90fdc8136c822acc7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","id":"aoa:aoa-techniques:relation:7259b09f20f215f5ead55797","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1fd111abd5772cf39fc48e2f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8dc829e2b83e630c483a2a81"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6619541374acff8a5d7ce30f","id":"aoa:aoa-techniques:relation:ff09f3772b3aac8c8dfb7b56","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:de7f07d86f6ddd88d25b2fec","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e13540dd105cd5ef29777042"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:662725eb7f01f8e966e5813a","id":"aoa:aoa-techniques:relation:2edee7f62a5212f057bd923b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b7b71d821c61385c9a31c0da","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8ca7342eb3866a036a7e9d67"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6677af326efe29ea927cc893","id":"aoa:aoa-techniques:relation:846824bc4d45b602210ce718","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5b77ed4a5dc24e48e2a49546","trust_ref":"deterministic"}, @@ -17417,7 +16995,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c4fbfe50eaf222636761ecf4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:674bbb8aa8fc8c67dceccf36","id":"aoa:aoa-techniques:relation:12f05079b8629a6d5f16293e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3770c57733904d2582764d34","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:15dfa9d0970e249b35dfbb7e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6777374a660806a4c9d30d33","id":"aoa:aoa-techniques:relation:a89b6470e5fdbdb6d4ee3599","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ff585f5906645c94957a26b7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09ca4884440c11c6c579ced2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:677db66fbc79c3cd9e73972c","id":"aoa:aoa-techniques:relation:73859d9e7f139b99a222adcd","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f9ba6741438855f7ddaa3c50","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74e614843fef08878688c74a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","id":"aoa:aoa-techniques:relation:d2859bf4923da42cdc7e359c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:784e9777e216cd19f037d862","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8a646592548b7bbee8eb3962"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:678720844c1ec95a7e08b228","id":"aoa:aoa-techniques:relation:8daecff426697423bec0e539","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:225c8a275336eff500f56854","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4b0ed1bedb019994fde9d7f7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:67c29353ac8b6ec36c80ab3f","id":"aoa:aoa-techniques:relation:5f08bfda5a4447518ec50d15","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0b10c4a2aaf2eadfe98b7c0a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ff29aea45abfb3b4eef60ea8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:67e4c73358a0f5df220993b1","id":"aoa:aoa-techniques:relation:ecdfa33bc66f8d14fdb80f9e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4a49925c49ba12478b15b963","trust_ref":"deterministic"}, @@ -17438,7 +17015,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:05c3c0988087d01c88be47da"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:697e556a49b155bc767aec8f","id":"aoa:aoa-techniques:relation:e116f921f08729ade0e6c2a8","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5570eb1cd14ec6c5dd78b6c3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cda00b576aaaa2f4115ce67a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:69b47be8681b31444320d4e6","id":"aoa:aoa-techniques:relation:3e78987cb44e8c25631cbd9d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:19eb61c302f1a0f7092e1c38","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e330e3076ebdb70810e38cc3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:69ded4e434480e32d43f83ad","id":"aoa:aoa-techniques:relation:2d819347a5a513925bdae592","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f9b22da042a86e4620eb7efa","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e95b1abbb9c44e5cc38dc77"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","id":"aoa:aoa-techniques:relation:45f2585fb4616908dd275e67","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:66b540e1e1a5dab0ee7804f8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bb1d83635c4533aab88be0db"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6a350d904740b759ade9c5d3","id":"aoa:aoa-techniques:relation:40eafb0ecd9cf64b4a7201a4","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8035a1b28d3ba5ab1a310a01","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:864d928255cd13bb2b34caa0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6a8e3af2a7fdbc00fa9cfa38","id":"aoa:aoa-techniques:relation:ccfde080b2e81416eefbd817","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d88ab7dee029576028604ca1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:85678bd420420491d2cd28d7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6abdd88740cb41a00714edf0","id":"aoa:aoa-techniques:relation:f01487f274a7c4faee06db2d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6abdd88740cb41a00714edf0","trust_ref":"deterministic"}, @@ -17462,7 +17038,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bab7b5cd8bdd00ac0e267cc8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6cb63ea59fe4ac1e57bcf7ff","id":"aoa:aoa-techniques:relation:6a2013ea7bc4942238e56a34","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8bc414fcd3b38d22993d01a2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:67f3e943565f13b54b84ae71"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6cbc0bd9d24e6cedb378fe63","id":"aoa:aoa-techniques:relation:e9eb050ea1da1ccf69b7d61d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:975420c6ac0200814029cf0e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:80d4e62e76e1504ffa776181"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6cbefd43f4835a1bab7f03a9","id":"aoa:aoa-techniques:relation:054a8df0c9c54033f94bf8b0","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:231df488e7363285da8da5c7","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ecff337358ec01309662d780"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","id":"aoa:aoa-techniques:relation:e309a36bbfcafccab67f2e38","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:55cd5948a648284952698427","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f953d6f8abcae62fae0e40b0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6d14c791e5b79fccfffabcde","id":"aoa:aoa-techniques:relation:28fcc01a2b623bd7631585e0","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5d5153fa0c1acf1ff32c21b2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:52b6f88b2958eff938f189b1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6d45677e2df9609d6014cb60","id":"aoa:aoa-techniques:relation:3009d55ddbd8bd91d9dfae1a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7038b13331ac72729490b450","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5318b6121e6ef21fbdbe42a2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6d5a39b02e422a24eb41bf60","id":"aoa:aoa-techniques:relation:e312b5427acadab9bc221b93","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4cdb96a8059835025a6f55ab","trust_ref":"deterministic"}, @@ -17478,7 +17053,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c5293c51f822a2ea1be12ee2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","id":"aoa:aoa-techniques:relation:f1cd4100c378e729a7f27596","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d1ad2ee6e9a9e171032161a9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7a3a9da109c336c8e4dba46c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:6fe72c7467dd5adb095a1cde","id":"aoa:aoa-techniques:relation:3c7377296c3968e37026f6cd","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cf414003ccdedf59c31a7fa7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9c30aa6c9e201423050c8917"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:700ac18baef6e4bb7d5afc84","id":"aoa:aoa-techniques:relation:c762aa18dab2ec72a53f3a36","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8cea52bf87fbb92c6cbb11ba","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f080e0bc600fe7104741a36"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","id":"aoa:aoa-techniques:relation:ea1377df322d111ecc3cab8e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:30129ca7ef8ce3e3d5e13067","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b468584d9a09ecdd134146e2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:702481da184f07f5e5d7f9b6","id":"aoa:aoa-techniques:relation:399ad130447b1dd055762cae","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:702481da184f07f5e5d7f9b6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a57cae85502fb3447e347621"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:702c9e7346b7cb0cce3d4950","id":"aoa:aoa-techniques:relation:d1b022e071ef8430a8549079","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:702c9e7346b7cb0cce3d4950","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e0129b83031825987a581c01"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:707c74e35fc744e374d5fff9","id":"aoa:aoa-techniques:relation:49438c3649eab17fb0f91003","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ba9f0a384684ca9a50682f1c","trust_ref":"deterministic"}, @@ -17489,9 +17063,9 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b1e44fb4a8f0b0e3220f688"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:712bfcf4dd0980ac8009ae26","id":"aoa:aoa-techniques:relation:7832c8576163a6141fa20881","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:86738744f257a9587059f5c3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:faf746b7a53866226e5c2b3c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:712d5f03480e57eb0994afdd","id":"aoa:aoa-techniques:relation:e4b0e362785babafc1bd7d04","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ec16cb183ef29ba9a47a33f8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bfd6bf0940cb6a03986a88f1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:713beaf47767f8ddeda5bb50","id":"aoa:aoa-techniques:relation:06b22aedb07e79c91499752c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cd68cea2a95ebfb41db11f5b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:260342ab54f7912e4e4d8670"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","id":"aoa:aoa-techniques:relation:5284d09aeaface60850394be","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9fb8a8e551bd3706e9f387c2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b59d0d1b806e762138723ee"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:71426c49f6417b454eedddbd","id":"aoa:aoa-techniques:relation:c745ec3fb3b4ffcaedc9dbc5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4ca162b1572a3dd5a327452d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9574ee497c2ae618392fd6df"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:715f403743056cd9c0837edd","id":"aoa:aoa-techniques:relation:c6c473f6dc24de0177c26bf2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3a49809532cfdfc0e1dfd453","trust_ref":"deterministic"}, + {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a2520fe344405977ca97a745"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","id":"aoa:aoa-techniques:relation:7576dddc7add34d660ae17ae","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:de00421409445a10ef303a40","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7a0615b45c0dab3df47669c2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:71aad4a396e6ddadb23793d0","id":"aoa:aoa-techniques:relation:9a93a1bd05b4d8b7acf52019","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0deb1a9a991938a908fac013","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:529d0643451928677aca1738"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:71db2dd7a3307cb6d5eb3673","id":"aoa:aoa-techniques:relation:ca5bd5d8d5c0642745d5d2fe","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:35c423198e3d8a3452ae26ba","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9f7d363cdbc292aecf9b81d3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7242e910ab0062d0f7815df3","id":"aoa:aoa-techniques:relation:d5102dec28f666a9cfade0a4","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:571aa200d6b8d051dd744680","trust_ref":"deterministic"}, @@ -17512,7 +17086,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:48c555cbec87d7b924e0e9b4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7490bf4c7cd92e9b1496b3f8","id":"aoa:aoa-techniques:relation:bd1a745c81793778769a1faf","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1526b92919ba3abf03c1f2ad","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae4807e19f6670bc65b0a54f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:74c397b167e8b06b003978d3","id":"aoa:aoa-techniques:relation:0e605025ca2a1c88d1ba083d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f0e2ef5fa5b6d759f13742f1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:648317e015fed35f7c03047c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:74ecf478b5dab85b758be703","id":"aoa:aoa-techniques:relation:360c6a8f1063dc45ba1a2c87","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:147281fdc980bda15d98673c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3281a24c344e7a164d59e94"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","id":"aoa:aoa-techniques:relation:ca5ece7226846c8b2e3a29df","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9dc32b09005a479279d8549b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:51e7e5a32fe9fd41052840df"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7509581fdecfac52b10fbe11","id":"aoa:aoa-techniques:relation:04586b35361c8075db329815","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b8851d4c3dc31ddbb1742259","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e7934f42394dc6299c4db126"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:751a8fb315e31b4d762f980f","id":"aoa:aoa-techniques:relation:e01fe4c983dbd264029df41c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9328ebe5f504b0a786a9fbcf","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d70310745f03bf38bbee3314"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:752dd73f52f0df92d973a1f6","id":"aoa:aoa-techniques:relation:52fc01533e86b8da4fde7afb","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6b2dd788405bebbf742e394e","trust_ref":"deterministic"}, @@ -17520,7 +17093,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:24ab03b9d0f525e39e308be8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:753c5a0f171dcd4c4ef47ab8","id":"aoa:aoa-techniques:relation:04ae61f4a502639a82a37db4","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0ff4d56998c9409781ac1247","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:702453fddaf0b64b0d5cc8ee"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:753d9ec59f5638e6554def3b","id":"aoa:aoa-techniques:relation:306e9336d83bd4215bb7405e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:216d2a458e5767dec2674642","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:216038c047d7be92f24c9bf3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:75425832416fde31fbae2931","id":"aoa:aoa-techniques:relation:f948e9eb3fb55f9b76b10b5f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2905bc609a7c2c42005189cf","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cf84c05e6f051a3d4cd96e50"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","id":"aoa:aoa-techniques:relation:df7fdbffea6e8b1bb2c32d68","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:df903bf566877a5e1dd0ccee","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3580be83591f3f5166daf498"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:757e2a99b8a1456db342687f","id":"aoa:aoa-techniques:relation:887fa81d59990f6c6b72e9c3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:54023cbf56c1b711b6035d91","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:32eeed55b47e3395c38abeef"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7588ea6bb490641e5760e5cf","id":"aoa:aoa-techniques:relation:805b7b098bbb51e7f4bf5f1a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7588ea6bb490641e5760e5cf","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:71631681fd5cc24d750f7469"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:758e29efb65b54b21c9debb1","id":"aoa:aoa-techniques:relation:cf468a6d0482268ba5f930d4","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:368716c8de75cb11e6c0817c","trust_ref":"deterministic"}, @@ -17548,7 +17120,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d55fbdeb288ee0d5beeaa771"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:78a22582aed534cd39b79f50","id":"aoa:aoa-techniques:relation:e52298d2b7bb2fc2a4ed1111","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ff7fd0281d67ee6c57f4bbdd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6b8a0b95be3dd636c7fa21de"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:78ddcd8cb31836741b866e60","id":"aoa:aoa-techniques:relation:b89f400b340181b1462bc78f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:01ede0f4098bae74675bc5c9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a4348e16a847b02c98c8ac87"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:78f82a009132452a89060195","id":"aoa:aoa-techniques:relation:4d31afe16d3bc0a479518dc7","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3ebd583a77c5a6492d855ef5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74dd2589c3cc7d31292f7d1a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","id":"aoa:aoa-techniques:relation:4ce6e115ceda195cb8947547","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:449f37b4eff6d053a4e3d58a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ae5cdde629e419932a1efb33"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7936bd49062f1b9f7fcc4840","id":"aoa:aoa-techniques:relation:9a67346ef8b46f196240334c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9fbcfc21e62d6f6939f890cf","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6608bdc918d70542144c53d2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7985722db682b2ae24772110","id":"aoa:aoa-techniques:relation:e5710524d0544e7bf94b46e1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:745a44fefb48f6d7c356bd22","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a03763866eee8439045a5bba"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:798bde1ba0b2b1b3388ebb53","id":"aoa:aoa-techniques:relation:e4ed3432fefd07f334534825","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:43479c31effa1bcf64f88fc5","trust_ref":"deterministic"}, @@ -17564,16 +17135,13 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd2c630839a64eaee4605c3c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7b2260a83613041a4b540d95","id":"aoa:aoa-techniques:relation:c7eb17c6503ca610d8fc73c3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:460ecc727e655461ceaad01e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:56c67965ec35f9efd50247c3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7b268af30da69ec8314c56fa","id":"aoa:aoa-techniques:relation:9469a230911358ca6116b62f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8bf16867f23ee9bba2eda905","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7bb286afd32f30de3ff4b3a6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7b55c8d13fa2d110fa3a6daa","id":"aoa:aoa-techniques:relation:f5aa1340af9b499d223a74e6","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:90f6252772fa3dced8357725","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:575946391cdaa8ff6a82b97e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","id":"aoa:aoa-techniques:relation:5a7a592b6dbe34e0a9645e0c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:43110fb41e4749d876589a73","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:951f052a3c46f816fecc2f3b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7c055a7c9f7b76f93fce5175","id":"aoa:aoa-techniques:relation:2a8b59bdf24b4d88ac9caf8e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e44bfb55f56e312551f91113","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a34e409cad41c756827551c1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7c14d47a29e5f71aed1ddd47","id":"aoa:aoa-techniques:relation:2e18b1ab687286d1df40f2c8","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c2a8f797810fd066c29ce179","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd7aa78cd08df9b305f86628"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7c4158a807d03e8b332141dc","id":"aoa:aoa-techniques:relation:f0801be9934115ca044a12e5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ca6ed2b50f354d9ee0e1c314","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:59444a2ca3b50c1062309d27"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7c63d46303d9a2a5bbaff428","id":"aoa:aoa-techniques:relation:df6f3b7ec23fed32d55492c8","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:82458a541bd8751c4ea57750","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:420afbe013e1cbe8e51eb202"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7c746b9da408c8d8b064e8f1","id":"aoa:aoa-techniques:relation:b1e29e3bf60b7dfe08bb5dce","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:658056c9732e430c16cae813","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4ee1d2c2763ee13e01827f9f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","id":"aoa:aoa-techniques:relation:dc5d60de456d5f4e239e6250","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9e3bd9fbb8e15f0c2032b552","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c56d385ef110c0995508bf6c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","id":"aoa:aoa-techniques:relation:72086c83ae0a486624226b6f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a30a56344446bab5a471961e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd37edcadae821d3cc405bef"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7d3810f28f4a46cc982a6d9c","id":"aoa:aoa-techniques:relation:7a49f05edc359018c9818e42","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:662fbfc053b639acb737e7f9","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a39ecbf7c0442042f72ee93"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","id":"aoa:aoa-techniques:relation:abcf540309cb1cfc805edc7a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:239c3ad10d3c25388bf76673","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:85552c804eccb218d7c80da3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7d89f44b6a76e9b71dc723e0","id":"aoa:aoa-techniques:relation:fa5aa32addf7d2d9d280e95a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e101854518cfe7c0ace188d4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35f09c38d6104131c92cf856"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7da76b214b1349e9869b7ff9","id":"aoa:aoa-techniques:relation:ccbb322e8fc3f2d939e48384","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0a1e606a969c99025aaf839a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:33f982a5fd6f4b032b13bcba"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7dbfd7b41561838a4056976a","id":"aoa:aoa-techniques:relation:a4b333da3ad57c3e0d444f24","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d22a2f986e7f53463fd2ce62","trust_ref":"deterministic"}, @@ -17585,7 +17153,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:56e4546d9253f9be29186d81"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7ef8f036363e74378f8caf00","id":"aoa:aoa-techniques:relation:1d5e61e94b9c29609395b53e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:872dbb292c6206d0284d61d1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c8a0060b9d6d9ba930622821"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7ef95db62e01536cda74a7e0","id":"aoa:aoa-techniques:relation:cc3941a6906dd3bbb32e6c29","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3de06882496684a5cbff5366","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6975905886cf49f4ea8e723c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7efe33e274bcc442f46d76ea","id":"aoa:aoa-techniques:relation:d5ad76ef431898148e2aee85","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a158f81d948edb5d3abf79a9","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5b995f4e6c1326398bdf4cd8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","id":"aoa:aoa-techniques:relation:8072fa85a1753c6403ed690e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:433f1a62fd8f8a560e3d3710","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e9c47aa668609e42fa69e19b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7f1444cb7f979b045779c2e9","id":"aoa:aoa-techniques:relation:19dde8a9d0365da6f81a6c82","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:45391faf1ce48851336b3399","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:41a91dc10d6f826c31a2daf5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7f3fe599a123e12c31dbd6ea","id":"aoa:aoa-techniques:relation:1379f1061efbc669c2b9af5b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:868965f30c3770fc4a69d269","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:53dfebd8df81ed1ae411f67d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:7f54be3138b924b6fbfa62f2","id":"aoa:aoa-techniques:relation:abecdc0a197d963e7e5b0056","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:680e31e0c994491d93eecee3","trust_ref":"deterministic"}, @@ -17607,7 +17174,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a3b573d5b574941c3cb54f45"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8179f37303356b0948d9c933","id":"aoa:aoa-techniques:relation:d374b58a3de16e1e80b475b6","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1997905c26257dc798082d77","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b050ef8987d40a362d8adff8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:81d7516fc77abc81b4b2f7b6","id":"aoa:aoa-techniques:relation:26601e58592710f2b0c65194","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:38105d82290f28e8f9be53a3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2d84b3f77b5255d5a732bd2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8211941d79dcf3f938c3c0d6","id":"aoa:aoa-techniques:relation:a13cb603deebce6c82e59077","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:bebed4f8059d3bb0a0dd2f3e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:64edd1d3011388027cef1d7d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","id":"aoa:aoa-techniques:relation:a503cfa296c7b63586ea1e82","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5466325c53a41cd7c4c67027","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1c669e9afd690688d1454271"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:824946171e82d0b0cf7a6c9e","id":"aoa:aoa-techniques:relation:edc3d364ba84c27db467cd1c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ce6243f785868bad13123d1d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:415f166dadce2da3f1bd713f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:825255f117845ba2e37f9964","id":"aoa:aoa-techniques:relation:e4d4ab43dc57943ec3672720","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2a4fa6b22cb329a7b5a23ac1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35dfbd477f6c695cb4a1cd5b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:826a48b3b0f7fffbdf21d94d","id":"aoa:aoa-techniques:relation:a8d5b25692e36f5700776513","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:83a2c27d93e5bf977edbe0a3","trust_ref":"deterministic"}, @@ -17672,7 +17238,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d64b50e1feebda8e87b3656a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8a0f5ed838cb94fb08e1820a","id":"aoa:aoa-techniques:relation:d31223307d9ce58685beec88","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6b4682250aa86314083bf05f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d360929657312e978b635ebb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8a161d03b5adda9f47e974f9","id":"aoa:aoa-techniques:relation:f84549a1c38835c2ab54b317","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:11381b50de9c3b4e95699916","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a8e5e1d1f5f50c4c308372e8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8a27cc775a1c12f821a9ec82","id":"aoa:aoa-techniques:relation:f170b8d8ed61cc82a6e75755","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:53700ba928345df55ce1c6eb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:17eede8e1ea204f728dad114"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","id":"aoa:aoa-techniques:relation:755d352dc43462870cb483b9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:93ac0ff021b12b168c44961e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6e660002df4e4fbe4cf8e67"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8a47b6fe523961d9a211829f","id":"aoa:aoa-techniques:relation:3422a8b4abb2386d3ccc36ce","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:669ebced02cace5c4de8dfef","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f351c6c5890df764875ac6c2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8a4956fcb14aa396d0c996e1","id":"aoa:aoa-techniques:relation:0a6ced5f70d1f96365318348","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4a8d40cca0de86ae09d676f4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e3dd9a43b7f6089811ca3814"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8a4bf6cbf0b0b17588e64529","id":"aoa:aoa-techniques:relation:f362a1ab37324a8b6c5ccd45","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d251f949346d606ecf5d13b1","trust_ref":"deterministic"}, @@ -17697,7 +17262,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:962e5fbb3c4d50c4a14d5318"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8d09a11ed735d24c0227a926","id":"aoa:aoa-techniques:relation:19a324196e86c141bc30e7ca","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c207af72dc694c4b280344f8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2792e777e5688ad51226131f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8d203d23eef6ff47e8bd6755","id":"aoa:aoa-techniques:relation:8e824cb3ef652ab439bf2f66","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8dd44729074f06fc47409964","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2f5ddb8aaab5c80465f527b2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8da191a41a5772fed0590bf9","id":"aoa:aoa-techniques:relation:39552845a57d2850ec0a958c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c36c49972dfad59af069760b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bbc10d00a81b44502e34f378"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","id":"aoa:aoa-techniques:relation:3c2a44479b8ec81ccaade962","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ce565a98680ca1fa2f596797","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c2794d35d391c05cae798ce6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8dbbfaebecce23663f764e20","id":"aoa:aoa-techniques:relation:eb9d02cf7ab536c9bb9643e9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a1948d7e430eeb2bc0ab0c12","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:09cf3eb855544e96edd2a660"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8dd4007d37a940777959c8cd","id":"aoa:aoa-techniques:relation:e564031a028d38a3a6fb5e05","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:11be92a45a7bee563f0fb005","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:452e8e06956baf3e39635f01"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8de898f47e9e3b0854d71aba","id":"aoa:aoa-techniques:relation:0089c89decf8f31a8ff086ae","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2af56b90c3269fcdc75587a0","trust_ref":"deterministic"}, @@ -17723,9 +17287,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:325cde44747c059844314412"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8f8828ff92102449019a648c","id":"aoa:aoa-techniques:relation:b78c8882717a76f75c613ebc","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:03f8dc2cd1900baf9549d864","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b7666ef2104d232a3d6d0da"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8fa5e1eaf4444e59608238e5","id":"aoa:aoa-techniques:relation:511c4f38ce98dea90f99f9a5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fc9878fb1d98bc02e8ef61e0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c878897a98cbdaa8fb45b8c1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8fb6b3d9218473df15d7206c","id":"aoa:aoa-techniques:relation:d59ce69a47863fc32463afeb","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d18c5954d25a55cb226e7991","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:81e751c5767d42cef22832dd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","id":"aoa:aoa-techniques:relation:f36b76a2e6bfd65b6f5ffe83","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7e56feb8423cfcfac434adf0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:45133b63935581e72ef1883d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8fe1cc67ad985fde2d27aa57","id":"aoa:aoa-techniques:relation:6ebb498fe0e159493277a24b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7d74809679ed17ace7b1a82d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bdfbc9e45f97cdf55479ac8e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","id":"aoa:aoa-techniques:relation:4b7756fba928aac84479dc8b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:917bf93d7a65b64a148f0351","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd15688fd11d8865397fc358"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:8ff5a9f5173769725321540e","id":"aoa:aoa-techniques:relation:09144e5bdd0a074c2377483f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6264d58e5158ea30d70ed44a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bf297467bd18e3f905f8cded"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:90067aff1a4f98e3aff450cb","id":"aoa:aoa-techniques:relation:9c43e5abc7c7d9c0b83e81f8","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:76064cbb96c36425d487ad0d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8498edfdad97b4406fa606bb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:90135325c6273a19345e4fa8","id":"aoa:aoa-techniques:relation:1183dd4a0e98e85c8984709d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f53ebb6a50117b071ef6530d","trust_ref":"deterministic"}, @@ -17744,8 +17306,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4fa46b7375be5018fecc787"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:922df87b9bda838f7f049c0a","id":"aoa:aoa-techniques:relation:51b38f7e41930d6d832aa860","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:db4fa1685067e9f7a8b7f943","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:415cd89d83e8c0e99b80ee5c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:92582e86226a42808b829ebc","id":"aoa:aoa-techniques:relation:d3f93fc774fb0cbf5c2c8d38","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1257077b467b411d4a7bc0cc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d3985e152027b2feb03ed79"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:92a8c606225ec60a84f0fda0","id":"aoa:aoa-techniques:relation:6349c939186da236d45bc6fb","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:19de94861bf328e727cbb234","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6659225f5859ad8c1219bf21"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","id":"aoa:aoa-techniques:relation:13ea2172b3e857d67e2ff2de","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:53846f8295da4260b4d7be91","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:310f6aec958b8c0aac4948c0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994","id":"aoa:aoa-techniques:relation:379fea04d54256347e30959c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:52eaae543aab765a286ae330","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:646ea72b4ab3140409bfa77e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:92f6cb933d1234200cf42296","id":"aoa:aoa-techniques:relation:30cfac862514009ca367e79d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3b49a1313480bee312f0f121","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7ef31bfa7ef5f4b5817d2abb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:9347f36b72284c1dc85d2b95","id":"aoa:aoa-techniques:relation:75e40c08441e19a70016774d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e19aaac2328a54a0c360bc9f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2aed6204874d78943cb88c4b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:93726270ba3ddfca31de58fe","id":"aoa:aoa-techniques:relation:b14deacd31d348e355c9a7d5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8dde81358a7c04e366f53d77","trust_ref":"deterministic"}, @@ -17757,14 +17317,12 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f0ffaf3b7bf0bae97872af76"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:9474485b910fe51774c07f50","id":"aoa:aoa-techniques:relation:349a15cf1b9d7af3d3900bda","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3a1090a08d47b73f5afcd4e1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9fd2fc410f1a4a37c35980e8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:949bc46940b1b8c699a2aaa5","id":"aoa:aoa-techniques:relation:93900aec83b5f9012f9d6c02","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3d002b51a0c8bf3fb6f51571","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5d36ed9a80c6b5ef3346805f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:94c417f46da3ddf6faa96e11","id":"aoa:aoa-techniques:relation:67a7c6009fd66e0475a88348","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d4b986c2218164a7d0b0f248","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fd47261ae69f50158f266544"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","id":"aoa:aoa-techniques:relation:86b8243cc3983767cc12a631","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dbd6ba9b5735e010effb4761","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c04822693c08464320df0a15"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:94cbef610d385b14bab6cbf6","id":"aoa:aoa-techniques:relation:8e1034d164175bf9924a4703","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5b80ab610f12b56034cf4eea","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:29421ac62c907187825bb3da"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:94cf308154b3a9f19d80e58d","id":"aoa:aoa-techniques:relation:8d3bc657152b316ff60cbf26","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:70a6fb858b5a32a6035bbbdf","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8c542cc085596e1d54b5882e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:94d9a356e6be9c1ac02d7cff","id":"aoa:aoa-techniques:relation:d9178d182968ff23d4d10a75","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ec01b9477f60bd1fa1a818b2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c32ad8f164c446aceda8e69d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:94dddaae2a2489acca6c5dc0","id":"aoa:aoa-techniques:relation:876edd88f05bf97a60ef5f46","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2848116a60795169ebc6ae8b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d70740b766f3ce0b887c5360"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:9514bee0581fa398d68a2ea7","id":"aoa:aoa-techniques:relation:29441b431032e814aaea3fe9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7a60607cb0c354d8acfbe6aa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e4bc5f376db8430703b97fd4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:953aa38f18288b54eece690b","id":"aoa:aoa-techniques:relation:fd2d0eee6b32260483b36d2d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dcf51a5db5903830249e92dc","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2a634d293abbb173a08db854"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","id":"aoa:aoa-techniques:relation:8c81fb8f78d63a669180bda0","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:adf9543339735c78b12ae846","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6dc336494775ac3a4e2cdfe3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:958b553e812d7a61f5670eba","id":"aoa:aoa-techniques:relation:777541080828a29dba9a3c17","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f9ab16452b947fe7a718c70f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7de2877f66a048362bc5fe24"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:958c2e969ffe8a2e5f0e5d9e","id":"aoa:aoa-techniques:relation:51d561e50b1bfbe2547691db","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5be399fa86cc121fcca4223f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3c0668f6c03595e275f6ba06"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:95e37c40a51718e0fcb2b67d","id":"aoa:aoa-techniques:relation:ca9993aa47a6658288ac5bdb","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1ce284715733857350c1e8dc","trust_ref":"deterministic"}, @@ -17831,7 +17389,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:468f147f4c8b85a7031f94de"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:9d85e8d2d79a37a46f8b03ea","id":"aoa:aoa-techniques:relation:595e50d1bdc9a8f367c2c489","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3c06088a56717b764407de68","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ff51524e26f0d47f824cd142"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:9d9a61c7ab9e1b45a0c0a6ee","id":"aoa:aoa-techniques:relation:8541fef2c88d043c581d74ff","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:307b212026afbcc5170e1e05","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4ead9cf657de60c2517d354f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:9e20500f161e893d46742c7c","id":"aoa:aoa-techniques:relation:d1ae836b3962c29bf9df2b74","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a1457a835f5e2d57e21f42c5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:79b77475e880b10e34c9194f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","id":"aoa:aoa-techniques:relation:c10df3782416622ff9352d92","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6e38537719d00dbcb55181f8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:477f9f4fe7b222223c008507"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:9e94373a05e4565c0e6df60c","id":"aoa:aoa-techniques:relation:9cfa376fda801e1a5d8b3b17","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2ba7f19e0dc7bc42e94e9d1a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:669654784ff3aacf80d98cbd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:9e9466158949a19e42bd7d27","id":"aoa:aoa-techniques:relation:594d86e7446ad6c72e13c048","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a7d7af47f64503fc3ff69315","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:391d68382ac0881c0d65819b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:9ebcd75e7ab7f2a4697587e2","id":"aoa:aoa-techniques:relation:8e94a51a3ad76dd5f1af9dd1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:522f9e2715c48b22879b0487","trust_ref":"deterministic"}, @@ -17870,10 +17427,8 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b102dae6de70e92d37a0fde"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a27ac6623c778f03daa767a8","id":"aoa:aoa-techniques:relation:79ee7772f1f5167b9a33f185","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4b68da0de4cd438a835e3391","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:307b666103ba6f3d53b0354a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","id":"aoa:aoa-techniques:relation:4d5a71632a6ef460ea3c10d3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:da916fda6f915ecd390c19c0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cae0e1336bb3f7bfd4f449fc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a309ed4b54dd6bf2d57add14","id":"aoa:aoa-techniques:relation:49b86a5be34d7bb61b56a727","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ae6a733fd3062898d688296d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:77dd3e829108b1464f95adfb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","id":"aoa:aoa-techniques:relation:17d76fa9e5fc632fb5549d3e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d3b24d96b3df1ea2ff215fd9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fd7167e14f381bdada2e9a3d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a3458368e0602165032513fb","id":"aoa:aoa-techniques:relation:db9abba1ab6fdf80b3ee176e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3ef85ca110f717b95689de1a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:383f989f176a03d90938186c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a38eac462abd74917c9aa231","id":"aoa:aoa-techniques:relation:7dca2927f758791aeeaf615c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:00fd84d7fab2aa3761b0ed32","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:73cb1a4f4ffe3a405d43ac28"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","id":"aoa:aoa-techniques:relation:80df406efcbb759f2dd210fc","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a89633cf55c4c91b6968c481","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cbea0846087a6cef8f4976da"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a46ee9677af6f31767497cfc","id":"aoa:aoa-techniques:relation:7f5ce28fbb3bfd10b79c400d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d549f7c566aecbe4ca9901df","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8a35df18e7e1cc29c99f4a63"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a4de10234622c8761c6dc5b6","id":"aoa:aoa-techniques:relation:58f45dfc6033e3cc8f39a868","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2cf48f1bce298494b756889a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d00d5e6fc80437dcf62cf27"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a514db0f6e0960b77d9d6d5f","id":"aoa:aoa-techniques:relation:8296d1c576fcdcc011f2e820","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:457fe1a9854d1270020f3fc9","trust_ref":"deterministic"}, @@ -17889,7 +17444,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:45e2aa2d646982932be117c5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a645a53577db8efd068433c5","id":"aoa:aoa-techniques:relation:383e28fb94ef215b18315b2b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1d96bc5d10756d052d15d663","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cfefbb491362bac257a30a14"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a64caec5b64873baeb0944dc","id":"aoa:aoa-techniques:relation:9d5598e4a433d96f0d9170b8","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2257e7d967a4103b635ef2a4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5aed49dee483b72c8b8c5271"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a66988f50dae52b2644c3666","id":"aoa:aoa-techniques:relation:91b2062155fdfb9a7dd9505c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d0f00423a0e67d395df39c68","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:21cb757f92ee0136a08c2047"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","id":"aoa:aoa-techniques:relation:af376697d8c58812427296b2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a579daf272b90d5c48f34374","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72c4a22c66cdc98830ad45e1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a68947b3a5a15b49d800d9fc","id":"aoa:aoa-techniques:relation:2d490656a83eba7098ade199","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:13546adf4c4308236610fffd","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a84010e011d5cbdec1625bb6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a694fe764a34559d55786e26","id":"aoa:aoa-techniques:relation:67211b266901835062de771c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6d51aa7afa33c82b90921f39","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cc8233a385a1e427f9e22955"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a7008b04ee25596f485c2f99","id":"aoa:aoa-techniques:relation:777d41d563ecc913cfc16dcc","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0955395cf35662af8726e199","trust_ref":"deterministic"}, @@ -17920,7 +17474,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:38f7bcd7b44c53dd2ac23a8a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:a9f007a968ec11629a053d01","id":"aoa:aoa-techniques:relation:313052305a9ede1d87f00502","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f3000bda099068063bd7ec72","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d13e600fffb03bebc1c3cfac"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:aa31c94ff2ceae6a801d1098","id":"aoa:aoa-techniques:relation:c4f5ad861ad672239eb1bcaa","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3d26a4e9eab48a7c3e65d8e7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d51db91846c21574e88037e5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:aa33c2994f5eb661cbbf093b","id":"aoa:aoa-techniques:relation:3a68d47d758aa1eea8050303","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8b7ba9e4e480bf73d5fbe400","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de0c908f58373d14174eba50"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","id":"aoa:aoa-techniques:relation:a0db260c9a4e41b9683cbb01","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3a201e4e448118d6e3d8f40a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4c9f2677fe27740f2a4c4260"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:aa4f952c2f85d5c66132d21a","id":"aoa:aoa-techniques:relation:65f15065491cf467923f41d9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:76e95b25cea2cff5f7dd20c3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bee9642b3b3068cae0573c74"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","id":"aoa:aoa-techniques:relation:9ba912116e0db79eeb3ccdc6","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2cdb2913cf7038b6fc1a0a5b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4bb64dccf4cd84ccae49e469"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:aac1fdea85399dc5bb3a69f6","id":"aoa:aoa-techniques:relation:512dd97d72a7d8a13a49dc04","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d66ad56fa304dfe9cd5e101c","trust_ref":"deterministic"}, @@ -17928,7 +17481,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d9011e77261c9d83f0791c28"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ab1dba4e5196f64b33aabc56","id":"aoa:aoa-techniques:relation:17a7362179563e737f22a650","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:58917aaa8041322a8d38fb98","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:52603fde04d46bceacfa165e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ab38de2a8e2dae2b1a213192","id":"aoa:aoa-techniques:relation:682d9c1bbc1207c65d1992ef","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4fc2fcf5e0867410aa11343a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c37ddaa8897053b49c9bb296"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ab54375914c6a23ced573aa9","id":"aoa:aoa-techniques:relation:d073381dbd85a52a06c5afaa","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2805bc2bb9479c259cdba6bf","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:146e08ab9b2543c41b3b9000"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","id":"aoa:aoa-techniques:relation:f0ac1608a6263916c39a474b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2d4d5d2098c513d6fddd52fb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8cf0f88821697b8fb23b716c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ab869d595593a59d02d3c895","id":"aoa:aoa-techniques:relation:8100ec19bbecbf8392ad0b35","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:89bf412a906ff5b00f9519b6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0b253a863340466491b1b23a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:aba405c32b985c0a2fa81085","id":"aoa:aoa-techniques:relation:0d5f8b26f3e8ec7f3516a7e6","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7531f68ebba42da5a9d0ed29","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:154389af303e447610eaa593"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:abc4f4e39f6baeccd4afcfd0","id":"aoa:aoa-techniques:relation:ef90d891f4a6cdad044189d5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:27bf048a4a71d766b0efe7dc","trust_ref":"deterministic"}, @@ -17954,8 +17506,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f9ba7404f68690c34453e3a4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:aecbbf32b8d43d6cf8d19a2b","id":"aoa:aoa-techniques:relation:47d5b126c53452fa049f15d8","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:88384669d7fe8238c3f54740","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a7770e3fa7d78ebd58db5d38"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:aecf3a2f534285bc2942494a","id":"aoa:aoa-techniques:relation:09565d9ca1e6c12cbc64ad5c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:875a2a4c351103e540f1e005","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c27998397df04382316ca382"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:aee5423505b305c139ad9433","id":"aoa:aoa-techniques:relation:1b78f5b3a49f0731dbbb0326","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:43be911b439d93dafef82fcc","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fbe51c1758e1b5fb3e53b942"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","id":"aoa:aoa-techniques:relation:6b0d07b84555517e2042d698","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b2c739f164adf9e30a950201","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:901ebe884eb24a6de300bb9d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","id":"aoa:aoa-techniques:relation:dc3e5cd802fd6f27ce0e38e8","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:079953ebe614b79b477ac29a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3451385aaf7fe495cd288462"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b06f4f620e0692b0c9a33d83","id":"aoa:aoa-techniques:relation:e2c062fec39a1f7293968d96","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9d776100f81000fc44a6d055","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2eabda5b60ef92690ec5584"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b0acf9a0cd3ef34704ab6b29","id":"aoa:aoa-techniques:relation:0a2dcd16dca6bfbbb213209c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7f5163528949a121ad7a0472","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6e49b468b4f7f9b2b2477002"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b0bd65631ebc6eb9a9b0a8fc","id":"aoa:aoa-techniques:relation:70f0be824fdbe9e02c75fb64","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:712b79d0cf727d2c498f39e2","trust_ref":"deterministic"}, @@ -17974,7 +17524,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8fd506b90aee538356b1d5dc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b3300e2dfe4e69b2fc21ebbf","id":"aoa:aoa-techniques:relation:f5ce76c1889a4de3e00edddf","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ddc21b5ae0b14f29d05e3029","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:07c204cfe6d62afd7d2d8bb3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b335630551682c19a781afeb","id":"aoa:aoa-techniques:relation:d7ae204eed96b5d9c345cc1d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2ca8dc2ce8f018de69b96129","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e2d2656ebd70ba8f987c4e0d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b35aa5eb0153d5e706f8dcd5","id":"aoa:aoa-techniques:relation:fcb695c1ccafbb0e064225a7","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f51095e4e594fd178afb2940","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a87aeab7ae40331d01996f23"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","id":"aoa:aoa-techniques:relation:510fd958379db167aff4f0a7","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5fb044ae81a20d6af79e5a71","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4a2ccf67a4b2a16b609e85b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b405d48583616d4c42be4796","id":"aoa:aoa-techniques:relation:aeaed65b3531a0c28c4bfec8","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:53114e1d8f33ecb992e11606","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d86d2f6660ebdfc3a68b6a6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b413ddac4ffb4643819d5b9a","id":"aoa:aoa-techniques:relation:1941e2c635e16cb3aacc4747","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:28eb2c7e046a9c70e126efb4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:72fe7d00090431aed1044af0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b4260ef3235bf666c0f5e048","id":"aoa:aoa-techniques:relation:587dfda4ee11064a05fbdb6f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:63b7f9f55b07e98cf1c64117","trust_ref":"deterministic"}, @@ -17991,7 +17540,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:293c9ad39c87037d7f9ac328"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b600a1d8637db6c49b14dc52","id":"aoa:aoa-techniques:relation:1e1cf329a1184e31c5b7ef60","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c6ab0c27af646b70fe448161","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:556368da8868e90bcb949c2d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b63c0a6d76e49b12bac4dd22","id":"aoa:aoa-techniques:relation:c4ab9ab3bb4e35ff81551c9c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:434aa314d2c36e27b208dbad","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7bee7c687c38790e83db7d36"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b6995ea63ebb742733630b70","id":"aoa:aoa-techniques:relation:a5e2881df28ddfc7660b79aa","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:58cdf714c001c47f389733ee","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:91b348edfba7d8ba4eb2350f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","id":"aoa:aoa-techniques:relation:dcd80644bf3cae9e38407df6","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:33d211478a831443de48e837","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e4930a74bbd2b14094546ba1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b7567a91dd210d6a04eff7a8","id":"aoa:aoa-techniques:relation:a5126710a43ace902dc698ac","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:95ec8a5d6bbcf8f914db9687","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6730f2ba972d7e4b6e8556e8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b77ebb6f44579ca40ca922fa","id":"aoa:aoa-techniques:relation:7799bea9e58b3ebdd239f404","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3851ea4955f891e206103e1e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b04f7c25141ee30d51031489"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b78abd19dac70c3c7442621f","id":"aoa:aoa-techniques:relation:c8ae1935509526bebec936ae","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:65061f606e45bac9cc7656bb","trust_ref":"deterministic"}, @@ -18013,7 +17561,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:782586ebd868087106224faf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b90af86566bbb19195eefe41","id":"aoa:aoa-techniques:relation:4f32fc130d1257977c770302","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:762fcb904825e4d054165657","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b427604591becd5686656dcf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b9252eec9ba4bc7770f204a0","id":"aoa:aoa-techniques:relation:935f9f515521e2cdedf18b2c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:104c5f60b08291e7b5421b96","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a0ee1e54a7ea7a414d4ee42a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b96a94ddc4b5c4349ff4d1c0","id":"aoa:aoa-techniques:relation:3d63f91b011b760ce4fadedc","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b96a94ddc4b5c4349ff4d1c0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bc266cb04785c75c388f3960"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","id":"aoa:aoa-techniques:relation:85fda839838d824d8098f5e5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d2e42ed20ca8b8a4b6ed75ea","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:af208d738ac153376f58b383"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b980255ccdffe25aa3426965","id":"aoa:aoa-techniques:relation:c33bfc552067b5613fc3c679","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7b7971e9618063a5afc2064e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2d9b3b17a48efa6ec8846451"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:b9df735df304f8d8810a6977","id":"aoa:aoa-techniques:relation:6012b3704a48d4d5b10a9b47","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6e86742b541fb1b896826f7e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:537361e02526bb363dcfd3b7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ba2860101181a093316d8cba","id":"aoa:aoa-techniques:relation:f7f82aa8ef1134b072446ecb","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:437f30d8da5239942e1e66fb","trust_ref":"deterministic"}, @@ -18038,13 +17585,10 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b29e3ff5d20392272196f244"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bc545dfbbcd7e67169a54265","id":"aoa:aoa-techniques:relation:c5ba1902bc5734f8da3b6a1d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4a25072eb96883366d0a8111","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c325ac7872a4018aa16a4bc4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bc8dcfd5133139fbac797cd3","id":"aoa:aoa-techniques:relation:4eb3f07801e8e9611c18ba5f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f7fbdc451ad4f124be91b15d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c25c1a92122af796072b8399"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bc9ba6ee2fae3c974c4258b4","id":"aoa:aoa-techniques:relation:688d34f40bb7db48d75cb4e5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d1214eebc5085a8f343338eb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:082a5ef4d07a2dea7b4895b5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","id":"aoa:aoa-techniques:relation:825b6575cf355204cbe03770","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:431bb3e8662fb381dc4f5064","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e97086c30ae980769943e4ea"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bcc6b9308c7b94d25953428e","id":"aoa:aoa-techniques:relation:7b4b290a99dd57783b078a68","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e6de5072e04106d8f8dc53db","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d3e34b2df38ee20e091676e0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","id":"aoa:aoa-techniques:relation:cf971f9c013098eb41cbe35a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:007b9472d6ce97acf2279de1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0bc0dc0a96b74bd1b64768ed"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bcd6ec85336f979f0d4caa74","id":"aoa:aoa-techniques:relation:2966d89fca9db3c116256169","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e53cf46f32c489e6b7be7eaa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f1cc87617e6f09446659cb48"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bcd6f8e331307b5e1ad6cc19","id":"aoa:aoa-techniques:relation:bc0a3f238c9660ada864f40f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7d349a27d7700673273ae6ca","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b08d56465b2d9ededaf44c73"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bd309b4a03d91b8b24030b00","id":"aoa:aoa-techniques:relation:98eaf77c6f9c885a2c30e296","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:29f81ff040e5b36de7c8a65f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5caa4d4638e9b3eedb79e9c1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","id":"aoa:aoa-techniques:relation:e9afc682e54c668c78ffe8df","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fa4185cb0a5e815e0dfc4aad","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e3bf5be958a36e53a113989c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bd4930253d43bf291c12cfea","id":"aoa:aoa-techniques:relation:28de26c2bd0db0e7fb206721","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:bd4930253d43bf291c12cfea","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2418a8dbcf2d45101d7c65da"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bd66423ecfd73b7225df0bd5","id":"aoa:aoa-techniques:relation:9a490a880e2be4f710d8656b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1515acce3ee40d842eb4d644","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:fef34c0da72fb4b1756e21b5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bd75897649933a8becf9cd74","id":"aoa:aoa-techniques:relation:a1fed358bb36feeb3a5fbb8f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b753693defd093f758d46677","trust_ref":"deterministic"}, @@ -18053,7 +17597,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3bf57df8f3dfd94febfaf59b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bde1351794bef79b7f019387","id":"aoa:aoa-techniques:relation:5e30e54e689c55cf8f6c50e8","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0b5befa863b2217b84d4ae91","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c2f5aead16c46b7f28acefa"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bdfc4c1d74db1011b2f89389","id":"aoa:aoa-techniques:relation:57416806cd62cf74193efe33","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b7123298831fb2cde4090bf1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d41e21a6368b04ed1c083206"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:be8edae27d92b7d79db001d3","id":"aoa:aoa-techniques:relation:6ed7fc9d7a9bfc70ffc5b2a5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ff5247d03564229f40f9a407","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:469f2d718ac0503c1b3f57cd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","id":"aoa:aoa-techniques:relation:a2d2e3a51944b2855fa09eb6","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:35bdc5d0b12acb72169d1024","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:961c7c7ec36395edbd8dcde3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bee43c9116167bc6c5b18d53","id":"aoa:aoa-techniques:relation:40ca7e469d2217aea7d5f743","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:82601f7726d0c45ac2cce73e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:04ffbdc94e5bec6fa3068db2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:beed97b222ffc5cb21c19fd8","id":"aoa:aoa-techniques:relation:07b3584656343acd0bbf8ee3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:38670460cada81367ee33525","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:04d36282d3edd9799abed77c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:bf09f746e4c91a228526b7bb","id":"aoa:aoa-techniques:relation:12cdf955a938a16b2c8de624","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:43240a96745b88901c510429","trust_ref":"deterministic"}, @@ -18080,7 +17623,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:923d1ed2f8cb8a0077a8267f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c187a0a940d29d727be151a6","id":"aoa:aoa-techniques:relation:a9eb132c5ec9308b65fd5d09","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4d1d6f5ba22394de3bd54b5a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:727d33a82b2446eb09575281"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c18c15d5b53aea9cb2b86585","id":"aoa:aoa-techniques:relation:702551186e483543b89c9b36","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a88409f3dd174ead8de5be68","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:81473efd0359cc95cc560a5d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c1a4e98f1d1d92eb729e83f1","id":"aoa:aoa-techniques:relation:a9cf7533537443b5c3c87bd2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9c194bbac52712eb6435621d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f3d935855c087ec511fb9996"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","id":"aoa:aoa-techniques:relation:2c4cc1014ec2c2d752717909","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a97fcf171395653a80826ed1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:82e399eff7264e859ebe8da4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c1dea42f912add6a5ee89eff","id":"aoa:aoa-techniques:relation:7a6df6b2702990d111930e5b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:35d1f3f3c83805d7fd67577e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:35ee34b399537f4576d91f7c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c20a86af7f98b2b8796f43ca","id":"aoa:aoa-techniques:relation:e0af1bec75304c2ce081a15d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7625518566bbcc3c0d270cc0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7885c0d8447c8bc1bd694169"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c22365bfe21f4088faecb4e9","id":"aoa:aoa-techniques:relation:88848f3b8011cf861667d9a3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d77266e5f7549b5b84e8a2a7","trust_ref":"deterministic"}, @@ -18111,7 +17653,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:82f90d940e3522e1df53473f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c59f4287b9e3a72be88c9eaa","id":"aoa:aoa-techniques:relation:a4e2eca970b3bc33e7e1ed2a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2589b575cfb95099471f4d05","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ee1e76d4a78188f8019e2596"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c5c2fb00e5de93d9a755ddb6","id":"aoa:aoa-techniques:relation:48caa8b2e040079cf9843078","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:87cd063d1af364d74b42b093","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a40f948a2f14880f5d3f23db"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c5da8e93cf4f721fb78d38d5","id":"aoa:aoa-techniques:relation:85badefa3a9822692575a7a4","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:463d97ae532c17b9e549eb27","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08d7a90da0720a6b58ce9f36"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","id":"aoa:aoa-techniques:relation:20d6be4258d59fc3a1ec5a70","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:aa3fe7e87617772bc13dd5a6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3fdeaf0c9f48bdfd93f1a950"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c63cbc592f8acc944ef7e361","id":"aoa:aoa-techniques:relation:888593135d90239fc9603e16","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b727d45fe257d13ae24e753f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7d09a905624f002d261fc6e1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c64f07789c9e121df3ccfa7f","id":"aoa:aoa-techniques:relation:3104047ec9b0a011c9908b9f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4e03b7d34c2a003d3a19f4b5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89c7ba1b45aa6f792dbb4462"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c65580c8b9ecefa5b9cf025a","id":"aoa:aoa-techniques:relation:a8e0945c663a0a5ff5c8ac94","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5bcb21751daa7cc6dcda1cff","trust_ref":"deterministic"}, @@ -18129,7 +17670,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:08461cb1fec5568a19d91878"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c860763713cbacdeaa06c8e7","id":"aoa:aoa-techniques:relation:fb31afc3281d871b16f01a03","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ac0bec2d89dfb0839cbc0fa9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:381ef056122e7b5c73e512fe"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c8715026b23c015c887a3939","id":"aoa:aoa-techniques:relation:1c089ec6c2b27592f186668e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3cf079571879e19749feff58","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e56f99c97c51cb82c1ed5a2e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c88f740eff65fa6be82170d1","id":"aoa:aoa-techniques:relation:c90dfa8cec8692bf8551c72a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a6fe38e9c236a1b3ab662c02","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a84ff848bbc14cda817c4529"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","id":"aoa:aoa-techniques:relation:d848eae7f1f00c2ed52e02b2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6699236d46826f3c60ed60bf","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c11e7cff94d12e3a69b60e6d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c8db22f75dfca2919eb1b99e","id":"aoa:aoa-techniques:relation:29d1223fc5ce4c934f7bb55c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:55c838f7d36e36dc8ef462e1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ce8b38be1d2c86cd81e52334"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c8ebeae9a0d4391625d71641","id":"aoa:aoa-techniques:relation:d8b7e4830dbf7eff65e3f7ab","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3b44769cf3a5a38a3c1154b3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3534b4a1c1a9d89f237d7101"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c8ec38695eef7de79426396a","id":"aoa:aoa-techniques:relation:c36718f49f5abb55c07bfbfd","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a403d79a43c24cf8802b1e85","trust_ref":"deterministic"}, @@ -18138,7 +17678,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2c9fbd758995bbbd5acbbba"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c93a23226c6e8a5c002e4bfe","id":"aoa:aoa-techniques:relation:bb93a349cef2d2debc54df15","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:95483633753867cbb006bb85","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c5cdecdfd46fc7677892c7ce"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c94ef5e66eca0a15bb6eeee9","id":"aoa:aoa-techniques:relation:4b79c195f5af9ac0a12b4f51","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:372b044a680d4f7d121be56e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:61a13410933f0cb278b73b4e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c96b85c59264a6b27c7a061b","id":"aoa:aoa-techniques:relation:bc79e1e107d62566f82ea9b9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1ccf9428c7284624474b4334","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6cf2214359f5c329d8bd7342"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","id":"aoa:aoa-techniques:relation:7eff868873cb197d83bc3349","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f015a56dd45f7c93eb301ad0","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:29253b842fc7766d13788f65"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c9adb406913b554d45288650","id":"aoa:aoa-techniques:relation:b9908665f1dc7015a080b1b3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c39eec089817227cca25820d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:64eb500dcbaf7ca620553a74"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c9c3ccef94c626ddbe178f9a","id":"aoa:aoa-techniques:relation:c171acfe4080fbe694395fe6","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6cbbffe6ae87c38262659353","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c0a65a5af6f92628ab8009d9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:c9db191a34f408ba5129730b","id":"aoa:aoa-techniques:relation:42b88839052dbb5ed6f75f1e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:72d266526640ecb8fd8d5854","trust_ref":"deterministic"}, @@ -18162,8 +17701,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:89faf2102a33eb93ea1d7dc6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:cb91064dc54bd943e58ccc25","id":"aoa:aoa-techniques:relation:f3dfa92e4d899d5b8a5cae0c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d992b946bff70d4b531ae950","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bec9b219e1e05fee0d16a32f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:cbbc0b435dd969dd5416049f","id":"aoa:aoa-techniques:relation:ceb114e339a4cb02b217ddb8","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8f9c8a5efbbacb7537210433","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:36eccdff908fb416199256ba"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:cbd841d57bc111b569ff4f3a","id":"aoa:aoa-techniques:relation:22e0beb27156df9643a2cf04","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3df40ba1cc3b78ba95082b45","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4e71e9a942df8b10f7a3d0c4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","id":"aoa:aoa-techniques:relation:31f2ddaee84e62d2b5dbb274","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:393aba4717822445e20b5310","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55d1dd4d206d760f3baf9ecb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","id":"aoa:aoa-techniques:relation:3df4e9ba50d0617b7924eacb","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b2070a5343574b155d8992d1","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5ddeac9e9e4e87d227a4f1db"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:cc4a61a4cb72286efc062e32","id":"aoa:aoa-techniques:relation:eabdaf223d40747b33a08fd0","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fb04aa4be3f5567b042bef85","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:33e9d45362a2c7b7b52d633d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:cc695f3a7df6fba3dcbadb9e","id":"aoa:aoa-techniques:relation:ed3b8de66916d1187d23432b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0dcf1b8061dd0ca4452e401c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:41e8af4c9bbe6b060eeb83ae"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:cc9bc19381798c5edf7fad47","id":"aoa:aoa-techniques:relation:6ffa06297a7050fe4f28eb08","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3804175e2ae97099a387185b","trust_ref":"deterministic"}, @@ -18181,7 +17718,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:622c2ed87bf3e15beced45f4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:cd9981b6c3fb400a556d5263","id":"aoa:aoa-techniques:relation:48b4dc4bc8bfca67c7c8f0ed","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7fe6f5dbea3d9400a3b1d527","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b05edb2b8c320f8aecc2d6c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:cd99f5804a59445147ce48b0","id":"aoa:aoa-techniques:relation:b06ab8bfdd368cb5b0ac3ffe","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4d491fb7481fd3e73d1448f2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd1484adae1c5dc5da8ad538"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:cda85bab857c3dbb9cbcd57f","id":"aoa:aoa-techniques:relation:21cb7bc2a85c78dd6bcce04f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c30d414ad7ed1dd2ac88c85c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7d0274677e27b3ec6286e4be"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","id":"aoa:aoa-techniques:relation:d156db65f000797bad0d2588","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:682ca6f65ff96cb5be0ed932","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d55f41575ba494ef7ff59a3b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:cdd82edf1334fed2c0280ed2","id":"aoa:aoa-techniques:relation:65d039fd483454309d5a9fe3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5cc3bb943b41f64970dbfa2d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4e1f02a091ae714ff38626ce"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ce0aa837603efb0c1f02e766","id":"aoa:aoa-techniques:relation:a8d3ca46c995588ba6353367","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c817671e96687ef171490554","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8a8a50e89f1a281833ce95d7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ce26dc3b28b6fd3d202e08b6","id":"aoa:aoa-techniques:relation:047bd9c3afaf72322f291a08","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f1970303a71f2da20c9028d5","trust_ref":"deterministic"}, @@ -18209,7 +17745,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a155e088afec56e980544ff7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d10dbcc82376d0d9999bc7b5","id":"aoa:aoa-techniques:relation:094ec6ad462b8189c5dc7d96","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1304634acf95e7fefe02d108","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:db839bae3840f6a898646c94"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d12aa26831c85f258052bf63","id":"aoa:aoa-techniques:relation:ea55b9dd0e939589db606e85","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a6dcea17fe899a3dc9056ac5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:971d80591934dab19f7f8908"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d14d382a9e6e3ffd075b8f4c","id":"aoa:aoa-techniques:relation:a9446de15c64180cce682537","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d9dd9f555d6cdbd56e79a558","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:457dbfcaf85357bf35a25481"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","id":"aoa:aoa-techniques:relation:124c1690e68422c1b691c101","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1bcb5b0fa7213e9db1331d48","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e03c4363ee68a475049a9b2c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d15b96316f61caee1ed82450","id":"aoa:aoa-techniques:relation:99f8438e49264389cca53a83","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ae792d547db755b7eaa806d9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bb01040578683f99cd6e58cb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d1724b1d0fcb3bd4e94adfd5","id":"aoa:aoa-techniques:relation:0c76db0619e967f0c530b68a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8fbb337f0d7a73537ceb4036","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f29e9b106bb64373784f27dd"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d191a910615a6e7e27d60580","id":"aoa:aoa-techniques:relation:a26e0ad577b49cfe714dc308","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:59bc51123a6e150b6b71b9fc","trust_ref":"deterministic"}, @@ -18247,14 +17782,12 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b3febc468e4e61919a7fabc1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d6b41de903a2e78cafa39669","id":"aoa:aoa-techniques:relation:6b7c8e14dd1a2e639c86d0c0","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6254cc9f91f2712470ee7724","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9a832fd9956a7c36101d3fcf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d6b7371069c4cfdd137f0ebe","id":"aoa:aoa-techniques:relation:8b8d8f4fea1a957b4975aa2a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4314b734a592264b9c2271f3","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e70bf4851d8e35a142be7212"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d6d89bc629ac65cb08f10b90","id":"aoa:aoa-techniques:relation:497ddc0390fcea649e5a363f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2de4528a21de292d0fef672f","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:28cb9d928b61c5c69febf227"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","id":"aoa:aoa-techniques:relation:03c0638ea0489eb500c6b5dd","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c7700ea4fc7db4e9e627ea03","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ccbe4ce08f4c033595dff580"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d77961c720b9bf2b5c79818c","id":"aoa:aoa-techniques:relation:085336b27ddd22f42bf4247b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a2683a779de635e8ae53fb5a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:22275adf28216c001f24d12d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d78e6281094ff359502f1037","id":"aoa:aoa-techniques:relation:e20d0867422ca410bd0ee6ad","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:29ef301538dc3572247490be","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:edacd5200fa9a7728af93ba2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d79bbc61daf4c27940364142","id":"aoa:aoa-techniques:relation:8adf173f4d49c752863b2e01","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e12985de710050b57ff7264c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a4dd627485f7420c375bce01"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d7d27b6cbcd378c0f4287f09","id":"aoa:aoa-techniques:relation:6aa5865f3b823a785c8dfa99","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:405ed8d2ed48f6f946d058e8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:416748545decf30ec824fd5e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d838f876e1140d073c4004be","id":"aoa:aoa-techniques:relation:0068a6ebe6000c7900ee3c7e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9034d447a92886813050e278","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8f25335c2d29136493b18811"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d83ba9311b34a68a0958680b","id":"aoa:aoa-techniques:relation:e21006c040a7a218bab4620a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c29f4a2d29d97382c4b23799","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3604d947bacbd2a53d9ed83e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","id":"aoa:aoa-techniques:relation:ea1fdc91638dd6fc074545f9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:14e1f4c96b48b7a2368c8f99","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9ae51442950a7f32beb9102c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d9006d8efd96edd4ba0e4103","id":"aoa:aoa-techniques:relation:d43d7e34207f307c3994783b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:174bb39eaecf02aac1c74ad8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:681aca2b3646711eada17940"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d926e30fcf2f4c7d77f936f1","id":"aoa:aoa-techniques:relation:2314c7abcec545b53cd8b152","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:84e727d458265cef1c0ddab8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7e600921cf8ed59f7fe377f0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d93e2b6d5fa37e2135d7c516","id":"aoa:aoa-techniques:relation:d0207289ff5c8a80ca6c393e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:55eedd1586459f4595cf8c9c","trust_ref":"deterministic"}, @@ -18266,11 +17799,9 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c697c061ac49e7003df2a086"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:d9e85bcd996dfaea520ffab9","id":"aoa:aoa-techniques:relation:4a4d7d5e5f641dbb36381463","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9c2cab3d52275d33208c2c31","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1bda813ab955cedbed270f03"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:da13a2c7837d46ea017e3315","id":"aoa:aoa-techniques:relation:118436d98fc14a6b4d8fdacb","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f7174c84d0d3b6f9ed8af747","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8f12d665e6b23f8bb3bc52ea"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:da1e4d646a243e773637436c","id":"aoa:aoa-techniques:relation:5dbe931fc3722151d96c33df","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e609175e88db0d1da19f2553","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8b23544bfd64771a11fe9223"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","id":"aoa:aoa-techniques:relation:d9d677e4f8ae1bcf7a240471","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4e4a1f423d5104a5ddd46b94","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c9a8eaecac36231a7a08d73b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:dae6aa5a8366ea6d4d055f91","id":"aoa:aoa-techniques:relation:b566e44b2fd59aa1c233c126","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4091abe1be6a1077573e56d6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0627bb341f2d4e6097d71062"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:db835dab8287847fd7fdc6b6","id":"aoa:aoa-techniques:relation:41debc6fd50d72cc33c1d165","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d3e34de8a811310efee88021","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:780715be6297dd7326ae69a4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:db92dedb125d092a31235918","id":"aoa:aoa-techniques:relation:d6e163fee5f38214a95aa374","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2ec7c7105810700655165e1e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:772a3300d2ae3ee9fced7a93"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","id":"aoa:aoa-techniques:relation:c0656303dca4978859396bc5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7057cca1a9ae3dcdb2c844bb","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:beb4d0e14503c5db83bb4f2f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:dc33ba3ce18b92060ea9a6d6","id":"aoa:aoa-techniques:relation:c352f00c4a3676112f4c82eb","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:762f96775b9819dfe380273f","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a1f351b3f1158faee768fa06"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:dc34ea723155c6fdb5034c7d","id":"aoa:aoa-techniques:relation:a10a28d526e21dffb3d83a68","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f381334225868d406725f921","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4542faaec0b9f84893bba941"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:dc9132d584369fcbb76fde34","id":"aoa:aoa-techniques:relation:3a582f0aa66427b11c13caa9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a8a0261650bf3dbc07a9d009","trust_ref":"deterministic"}, @@ -18285,14 +17816,11 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:399c8e5a91e13b810809aaed"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:dd9fe94335e5abcd3334380e","id":"aoa:aoa-techniques:relation:5084016b6e25f8ff73f85d84","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:059fccb81913d1810d11476b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d7ae5d4e8127302b195db45"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ddb6bac620811a3c85ccf4a4","id":"aoa:aoa-techniques:relation:3000b06d46f7f14f28077412","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c98f6194393d574501a93037","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18c91a4c0d7b8f0585286af6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ddb9e7c74b8e617d9837c530","id":"aoa:aoa-techniques:relation:e294d82b59740d08c4945851","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:78238d699386eeafe64a94ae","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1930241d71de18bb23b5fe1e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","id":"aoa:aoa-techniques:relation:5c86ce995180de3b2cdb2a9f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3984a577419f649e01e1126d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a50cb68cf8f4516437e46f96"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:dde9378751d78e4abe16be20","id":"aoa:aoa-techniques:relation:b8fb78d151d9de97548426b2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a0b3b92f14adb49b1655abee","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8cffae3dd67a16902fdb3e69"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ddfcab62cbcdce5b474f6b6c","id":"aoa:aoa-techniques:relation:fe7917d08f07a886833e4048","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4097855c78c5a81286c6662d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:480d646dfc5d98aeae3827cb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:de1c334450c40e51bb158627","id":"aoa:aoa-techniques:relation:71ac27da5840aa07cfa25d31","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a850e46364cfeaaf7654d82c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dd79392542d90f268d527a6a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:de1eb0dbc443e0a8a09304ec","id":"aoa:aoa-techniques:relation:e91036332c3dc5d33410d3e3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:a74ffac488d9f482cb4739e4","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c4f6c00ae3db9159a1cb91c7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:de465c63afaf296af9b8fe6e","id":"aoa:aoa-techniques:relation:048468666bd29596105da4a0","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:97a19102270742d8c86eb792","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7e17338e525e67df314cf500"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","id":"aoa:aoa-techniques:relation:bc68ad06bf473a2955bcd252","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:430694f51973f48d762f389d","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c93e6ecea8a8b364d103fc64"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","id":"aoa:aoa-techniques:relation:b6d2c40e756e3741d0dd1b65","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ec719fabf7d0d2c9b4835800","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:91e8e8a20f8a83d94aff8a26"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:de9e4c9bfdb0763a5d163e4a","id":"aoa:aoa-techniques:relation:464a139acfb65687773e9c8e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4f8489a47dd0bb0300c37e62","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:63eee097c4c5795cfc6602b1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:dee870525c9152444d13f9fe","id":"aoa:aoa-techniques:relation:7ce6390b473b7ef4e72001d2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:63c1027a591b9dced8f172b5","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:978e7a003effb0fd6154307c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:df3dedeb399280a688945489","id":"aoa:aoa-techniques:relation:220fe9542e33f29da0a28c05","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b52a0fec8d8096f08aad91bc","trust_ref":"deterministic"}, @@ -18310,9 +17838,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:6fe38db7e6ebafe9de35f78c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e11893f78670fe6a60f52f34","id":"aoa:aoa-techniques:relation:59c888f15696a251b45ee477","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5be580a3e4ac70e8b3a3c407","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9f694b362726e7b028b21f10"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e137b01c3e3cf3969b641c81","id":"aoa:aoa-techniques:relation:3f8ab2c7ec0603eac66ba36f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b94ca9cf16b1d0e2abd1d85b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:741113160e372e4e289e4b8c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e146ec01b3ebc23dc7745e88","id":"aoa:aoa-techniques:relation:6b536f80f71d88995de27cd1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dba2b06099e2addce34d3dcb","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f0ae42f04dceaca4c38d9c7a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","id":"aoa:aoa-techniques:relation:07c6e4556081942da76ee6a7","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4e38accd72e42e1cc59c917e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2624190ed2bdceff42197c75"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e16da97072c494e685bd74eb","id":"aoa:aoa-techniques:relation:fb21e1526f32d22b2bd513bf","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:0cd73a1520db014dcf53508e","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:79196c966016f369c330aea3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","id":"aoa:aoa-techniques:relation:3b7592a0d2ab217c33133753","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9e9701806eb0c77b7a5b4fed","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:034986f348621e5a22b72cbf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e1df4ce6ce0826985ad21bea","id":"aoa:aoa-techniques:relation:2e6ae5e48a8f6066d6a97485","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:03dace0a9a842f5ad5e0d377","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:336807109e9ffb6455fa7044"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e1ee086c6966e799221f4cfa","id":"aoa:aoa-techniques:relation:bdd525421be2b3eebcdbca45","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:840b9fdda2c24b452ec84724","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0fd99d3b1dd6ac9c3b7832fc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e21165f3317d43921909da96","id":"aoa:aoa-techniques:relation:638451907b5f5ed612c7379b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:af4649130c0b4f44bf427c58","trust_ref":"deterministic"}, @@ -18325,7 +17851,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ac00b1dbf624011326d60345"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e305dca4472d8537ed909e18","id":"aoa:aoa-techniques:relation:26c03783ea6b1408db2fd427","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cda2b53622677bb0c05c12cf","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:34b616755d185ca4c1fc926c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e32abeb3760a7357882425fd","id":"aoa:aoa-techniques:relation:f787497ef9a468e7fbbf1a0b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:40e5c2df6e3508b949ee2573","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b7d22ca17504d16b23c2a050"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e36af3e27730df5170f44391","id":"aoa:aoa-techniques:relation:0bffa496b84468d973d891b5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b23a3e7f1ac7ed4f24f8d847","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d01d63beaa907db04f7dfa46"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","id":"aoa:aoa-techniques:relation:71b6565f589d57ce27d862e2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:6d4ab280cca55c5818aa9e23","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7118074e1c69a5738b1a9b22"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e38e4c943d0fe89cffb1a63e","id":"aoa:aoa-techniques:relation:ca321de9192dd313410c73cd","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3a3074509d9389dbc61b0848","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:74b7f79a3378f62558d1af40"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e38ebce28e2f64e8068643d5","id":"aoa:aoa-techniques:relation:a8268145c83f2b97aa54b434","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5782182dd18ccb66551d086a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0a225f0f13fca2586c011374"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e3946edd787b6a3494f7812e","id":"aoa:aoa-techniques:relation:3af41ec9b2626e2aebbcc733","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:183a68ba009bbb0905e4b727","trust_ref":"deterministic"}, @@ -18353,7 +17878,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5c183e2c0cdd402cf68ba7ae"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e61fee3fd2f2b823f20a3aba","id":"aoa:aoa-techniques:relation:58d7083640cfff58d703d7e1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d1fe7fc84a459162f9cffc91","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c073f923084e3be188dc6970"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","id":"aoa:aoa-techniques:relation:58d081efc1701c2eb5923fbd","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:dcb7ae6c7a7f7dd0f6886f43","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:64947c8dca361f2aa5e50b93"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e66619707ba54a89aa714842","id":"aoa:aoa-techniques:relation:1b3406e9601ba6a02004d9ad","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cb656b24ad84543ed885a627","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3936ad8f7089c4e1e9452279"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","id":"aoa:aoa-techniques:relation:ae5b07396b849469cd25ea53","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d0104f653578cb3927a6e0a2","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0eac6758d1787e0dc33ecdd7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e68b4f8f3db02cf31cb0e74b","id":"aoa:aoa-techniques:relation:9db7f2872ed2b454daac89e1","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:894460c7318190c5d47946ca","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4be4737b32f0951bda54be60"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e6bb3d601152c0ca7a285d5a","id":"aoa:aoa-techniques:relation:b00460f6b1326b49f241fc85","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:615e082a10f89f0b828f4115","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1e687d9fa34ec38e09ce1510"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:e6bffd838b243af9812b6318","id":"aoa:aoa-techniques:relation:44a8d5c093720c3a413852ac","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:693fc3719a2cf5b50af4afce","trust_ref":"deterministic"}, @@ -18389,7 +17913,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:deb510955bf94a25d261fcc7"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:eb35f94a51713ea7c9e8b345","id":"aoa:aoa-techniques:relation:9d24f7bb19bf25d0a7cb1a8a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4ff299ee9afcdfadbfe482de","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4b9425834f3efcfe254951d5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:eb62b607c7d30d10699c6443","id":"aoa:aoa-techniques:relation:2ebffeeaa9ff099a394b9b62","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:e44decf53b5296c23a6dc7ff","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5dc1021730de907dc8367cc5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:eb6c24d59a47db9050ba9877","id":"aoa:aoa-techniques:relation:cd5e0b2d2e9c89317bd91638","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9ab8f68a2d9144336f783e60","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5341042b551cfff1ba2022e2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","id":"aoa:aoa-techniques:relation:b6d7070eab58174b2f22e363","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:54d7afb3c78f32f56a22620d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:482cc1edd5cb89f27fc506bc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","id":"aoa:aoa-techniques:relation:1879f54781c50b86a5774f36","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1bb6ed5a08df8d2056fb6e45","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ec3f84ef83aa834038b891f5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ec069fbc48c817d019b7b03b","id":"aoa:aoa-techniques:relation:c91d2a4487bcb67664c4d149","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1b98535dc16ce46b9cbad5f6","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ddce0e9e8d4726d1c9ec7021"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ec5ef4c560c378c40dc5b7c2","id":"aoa:aoa-techniques:relation:ae6e8d43125386aa015bee41","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2cf34877dec321fb22795d81","trust_ref":"deterministic"}, @@ -18403,7 +17926,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f32633d53076e243d2c35453"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ee2fea54e2b7736e369daa9b","id":"aoa:aoa-techniques:relation:ab656c28f672d5d5c41a3b24","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3183bbb4e1fa54792f2e4854","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:55b57fc1f478d0e631675468"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ee31a40df38f0667a7ad18bc","id":"aoa:aoa-techniques:relation:d56b7d73f2b069d8d3ea93d9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:87592e61fcb81b72f80eb4e7","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c8fc24764959666027f1a232"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ee4fbd1e13374e94ced56992","id":"aoa:aoa-techniques:relation:1eaba37389445ac464cd5e5f","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:78c24c5944cbd338a2c67269","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:83f889da9b259842d99e9f7f"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","id":"aoa:aoa-techniques:relation:6c141e8d5aebfefd9ea6e8e0","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8936f094b83ecc84d7680dc8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cb204029b71bdac79d32b071"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ee90d7d0429526bdcd27bb43","id":"aoa:aoa-techniques:relation:18a034f6bcec94113dc78008","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cf5c375e6d9a1e1df54f738c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:335da723fe4544a1c6ab1a2c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ee9bc1a554f4ad632972cd69","id":"aoa:aoa-techniques:relation:8f1335aa74e888569a607a77","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b3dda9f47b90c7ad398e0809","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:719a2851b9c036533f1b2a2b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:eedc42c61f950e5690d7ba1d","id":"aoa:aoa-techniques:relation:fbb91c9cf4cbf94ddd3c6071","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:5ea161ba1dd25921f6a57302","trust_ref":"deterministic"}, @@ -18414,10 +17936,7 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e2e6307b95f8a0a360d272d8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:efcfc8862b7a27253fd2259b","id":"aoa:aoa-techniques:relation:073abe1163e9c1f0aa8d45a0","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:20863973f6c6e27fead0a760","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ece90781a786691faa2982d2"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:efd34f4ea8cac32cab6a2fb7","id":"aoa:aoa-techniques:relation:1b7021b3d9d79a347340a4aa","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c59bd6e310c02b7f6e28151b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:272c64dc392583bcb0f0c444"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f001c67b62aa7527a46bb453","id":"aoa:aoa-techniques:relation:9d3a21f7048fac235c124acc","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ef760af21fda4f4e3900618c","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:18f3dc49afa4ff405f6b9d4d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","id":"aoa:aoa-techniques:relation:d6dd2aba58072968bb37cb28","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:00eb28a3a1aabc5875901ca3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ebd34fb9c9f2dbe20d1ef4ff"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","id":"aoa:aoa-techniques:relation:472d5f64537f64d92b5775d9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:aaacd487481c0f7413a7a611","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:84fdb5b4eb553489c252b13e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","id":"aoa:aoa-techniques:relation:8117c1b7d2b728c440c1ecc4","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b2163437ebe620e87a4160a0","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9e4cac7b102c0bc695156dfb"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","id":"aoa:aoa-techniques:relation:0fe73ac7dd9629e2d61cabdf","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8e960c4bd693d3ab6028fb94","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c28963ccd6f0bdf65984dde5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f0c1d52416b7ce9ab5a89e01","id":"aoa:aoa-techniques:relation:1edf5fe1743f391ae79e1aa7","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f9c093f07d75baf59de3ecad","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:1f4517908346795f48c23d5a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f0c9e0a532d36632f5b8a7c0","id":"aoa:aoa-techniques:relation:9ad530e8e12562353d99f407","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d7f4ce70b77022a734a75781","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:5a32988e7a50edfe0d3504dc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f0cbd6aa0372f04d8e3ab075","id":"aoa:aoa-techniques:relation:e2a69aaa27e45cbc6e5e3700","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:29cd12fd1c433e0c9cf12cc7","trust_ref":"deterministic"}, @@ -18446,7 +17965,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:186352448f41da3d4c4fb45d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f34d8211ba9e5f69b85c27a8","id":"aoa:aoa-techniques:relation:d03b11169bfdc0c4f90b65f3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:7499f4529478eb6dbddbc9ec","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:62c43d332041477e031ec4c5"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f34ee51dc5bea53ea047e502","id":"aoa:aoa-techniques:relation:1ecd4063cfbd3bd0736f494d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:c451cbf3eba375642474b764","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:d4f1d99b0989a322b8da7196"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f35d0c120acc61a2ba2a4849","id":"aoa:aoa-techniques:relation:d3e3c4047d26f6c280845d56","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ed7d7946cd0c74ae92a40c6b","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:464e3076f2ed47344c738853"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","id":"aoa:aoa-techniques:relation:5f073c4c4c121768bc1dd315","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3bf05d117d77096dd6e82747","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f6616d7afc732a3a3b990158"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f3a773ceaf130f233b2f3675","id":"aoa:aoa-techniques:relation:877403e0736bd314f170b3f0","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:fa1788db75db22d79fdeac98","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8717cb6d4d8acee0422f6336"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f3be9a30cb2c2dd0c96a5ce2","id":"aoa:aoa-techniques:relation:6fbf74e62b6b4994761d3e34","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8ab04bdbdee0506af6258151","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c8e0830539c86fee461bb054"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f3c7fc181f81f29301654060","id":"aoa:aoa-techniques:relation:25b70adc419efbfb750d00a3","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:02f52c67a4a74cbeb570aa2d","trust_ref":"deterministic"}, @@ -18462,7 +17980,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ef8acdfe43c6c1fa0edf27e6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f55d59c8f6dcecf868fa3c37","id":"aoa:aoa-techniques:relation:e0bc6cd14c1d23b9548de3a6","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:38fc948704ea040620e63bee","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:53793786a4cb1c1ea2921c99"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f56482a959a15d6551948971","id":"aoa:aoa-techniques:relation:0f7703107bfa546d84cd9177","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:72590044f1c8296edf6ff916","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:e76389ba8dbed6265fa06b2d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f595c7dcba8912a4d6d4aa98","id":"aoa:aoa-techniques:relation:f818db2037921c9e5758eb0d","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:11ee4a53da1936563f1894b3","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:bd06a22ba55213434fcd44c9"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","id":"aoa:aoa-techniques:relation:be0aacab180816dae696b523","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cf5cc943211bd30472d59069","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b16ccad9d7080baa19c64402"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f5cb82211a3c603b88454242","id":"aoa:aoa-techniques:relation:23d0b8bc7494c371c3ecb400","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:892716fafd4aa82883ef374c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:99ad9b035d0d50e5a6940341"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f6394bcf29e331e271fd608b","id":"aoa:aoa-techniques:relation:7e6fe217b643d17603c4feb2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2fb7330bb5822ab0123b8396","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2bdd4d2b2612aab5c49eaf63"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f645442e4bc4df6ac0539b96","id":"aoa:aoa-techniques:relation:c9e3d2e94d7b8e3141eb2417","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:116cbf24f4d6efc8c5edb31b","trust_ref":"deterministic"}, @@ -18473,7 +17990,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3b48382ef11cc6cf18801df4"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f6b137bbaa5d00fc24fd68d4","id":"aoa:aoa-techniques:relation:b81a6ee2c74cd62edc74af5c","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:46431cd8437d2d4a07ce3ee8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:37598a7baeed5cc9b6bc3087"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f6ed156e4bf5c79168066246","id":"aoa:aoa-techniques:relation:7aca25d1d0ca363e76ca7a45","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:946b5afb1a82e9d7f766214a","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:912e61e3f40d31e3ad6e087c"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f7080147a9b36e8aa1aa201f","id":"aoa:aoa-techniques:relation:b1e104e874c6cce49658e769","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8269a903dd30eb62aa3c3364","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ed46bcab3e572d986d89fbb1"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","id":"aoa:aoa-techniques:relation:43e9f10933c6cc35af5fdb8a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cec65a2a14980ca2d16055d8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a7fdbd6a59e9029a1a4fbd95"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f76039d0935f2763a73750eb","id":"aoa:aoa-techniques:relation:74d477b5265a852b8fe17e2e","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4a0d71a32d486dae3c70ef2e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:f2c0a7dece56e2a5e01f12fc"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f77469d504ce50e4652a7044","id":"aoa:aoa-techniques:relation:4cb77b2ec31ec50f8fa695fb","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:44e8d6053832b132434d462d","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:aa3f49b1443022b4f61d8423"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f809a0f65ad77c79fe4f6bd7","id":"aoa:aoa-techniques:relation:f131571df181acc7728ae09b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:386f9cf85943129c6f30565b","trust_ref":"deterministic"}, @@ -18484,16 +18000,13 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:7c4fc50a967f667e4aab1e09"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f8a3b9c764d1be17db35a8fe","id":"aoa:aoa-techniques:relation:a20119856b3581f14fe8c0a4","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:102b9257a1b608fa05df1f5c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0751c863fea0419d2a625b17"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f8e10b7a9deea208197e75d8","id":"aoa:aoa-techniques:relation:61b77a10fe9899ddd96a4109","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:9e0bba3ccb8c28ae7e2dff16","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:3e6874197550d49155b9f8f3"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f8e21c72b6d90dbc715104ba","id":"aoa:aoa-techniques:relation:908b58b26dfc24b07e91bdef","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:40e1dc8a708bd5fcc08e1e6a","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:9169e99fd07cee3ae37c01ba"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","id":"aoa:aoa-techniques:relation:a6028b98d7c19756ed2ddb24","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:b5354bc1c0a03f5e3f2a5fb8","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:de063c5f03c824808b005410"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f8e9c37d744ed6172657881b","id":"aoa:aoa-techniques:relation:3dd36dc8a6f5d1318985b969","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1cac4ff91bcdbb4942dd0a1b","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:ec91edf2d92b7a8e4246ab7e"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f93253dae86af3a100005334","id":"aoa:aoa-techniques:relation:72d893fe02566510d6e94fa9","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:d179c86b9428da2aefc2b09e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a272571bce9aaa93601c60c6"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f945e67d321277b2ecb10725","id":"aoa:aoa-techniques:relation:4039c9bdb8f924deee10d900","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1db2db415995987ff97964fe","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:8d16542ec75744041ff14697"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f98306dd5b9800eb2179fc78","id":"aoa:aoa-techniques:relation:5856cec44e8d30da6cb1767b","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:4a12eb747d1b2476d1777cdc","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:df28a205fe1d1ce628541498"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","id":"aoa:aoa-techniques:relation:98ea333eb0ff341fac66b922","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:3438ed06611487e7ee5a0166","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0dbbe602b125cfcc55766ccf"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f9a0d6347c48e626cb968dc1","id":"aoa:aoa-techniques:relation:f576cccf3851e1a620915f07","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:35509b63c4b7e3337fe4684c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c6d4911481662f0d408872f0"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f9ae0a7edc80e1b99f95ce88","id":"aoa:aoa-techniques:relation:319f3ed5154b070d365e8f48","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:8c012753b9e6fcd9460e9bfc","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2dc907164db4a67784ae516b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f9c1ca6c39d2e37a29f697e0","id":"aoa:aoa-techniques:relation:d6637b101aa76c226ac07dc2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:f10134c5086c71644b4f74af","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:0e871eb3036bea3f36975118"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","id":"aoa:aoa-techniques:relation:ff670a181c64bb6dd03a77d2","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:29f38b069e4c835be8e550f9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:be3f0595d21dca50791a2020"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:f9fb9ec0503569442e6fb072","id":"aoa:aoa-techniques:relation:c84a27c6015c832d2ccaec28","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:39caaba1243f3614aa78d52c","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:a6593f655c48f058fb98be67"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:fa4c2103641a1e3297b5e2db","id":"aoa:aoa-techniques:relation:7e01d10076233734c95005b5","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:78ad5dbf87debe01a22f084e","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:dd318f5cb40275154126056a"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:fa841ed2f6a97edcbb053b47","id":"aoa:aoa-techniques:relation:a37d587696570c0b710f6428","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:62f0afbb46174430e9ccbc81","trust_ref":"deterministic"}, @@ -18522,7 +18035,6 @@ {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:cd29ce0767efc9aad1a2d84b"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:fe89a5cdcdb58e392a5588f7","id":"aoa:aoa-techniques:relation:faa400395ec15f5487a306ae","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:1c9fe4ad96c818709e80daa9","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:c2fa6e9160ac26bbb3390efa"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:fec3dc23de4553ec2e819b55","id":"aoa:aoa-techniques:relation:054f7d3e909b69efc8933142","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:ec5957b7e04f1a2bd500cd91","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4bc426b41811b9f2c9fa0264"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:fed07009388e07ceef11d5ea","id":"aoa:aoa-techniques:relation:fb7673d28f9cc8af0f75b724","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cd2aff36f58163e0ca0f77e5","trust_ref":"deterministic"}, - {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:2db3db3ac70b482a6abb1507"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","id":"aoa:aoa-techniques:relation:7b8d9bf1f08ee3e73e313476","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:2644449cff39ebce6930d7ca","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:deed7f8749125ba10207f02d"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ff3eb7e7bed98dc8dc74ff0d","id":"aoa:aoa-techniques:relation:4580f59f772c51f5544f038a","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:cb74d41b37ba3a7ce977b299","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:4fd5e3dfc08f29be6a170522"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ff48f2b1eda51875912e7e4f","id":"aoa:aoa-techniques:relation:83f6626bcedcb3dad5501e68","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:03a8811b90c17cebf285dcfa","trust_ref":"deterministic"}, {"confidence":1.0,"evidence_anchor_ids":["aoa:aoa-techniques:anchor:b1b22d5cb2a50e807d5d1db8"],"evidence_class":"deterministic","from_id":"aoa:aoa-techniques:artifact:ff7a219026d0d6a28fdca068","id":"aoa:aoa-techniques:relation:d76ac27386d20186daece6ed","provenance_ref":"deterministic","relation_kind":"represents","temporal_ref":"current","to_id":"aoa:aoa-techniques:entity:70aa96f9555d3b1b255307a9","trust_ref":"deterministic"}, @@ -18534,7 +18046,7 @@ ], "index_identity": { "artifact_kind": "repository_relation_index", - "content_digest": "9539c89674a146e6d5f7df5925cfb33500e3f6369aa5543e8b747d600bd6be2a", + "content_digest": "89fb7bd7612b668726bf65b2165354e9e62eeaa9b2a6ca8c9eeb8586fc822b9d", "index_kind": "relation", "local_id": "index:repo-local:relations", "schema_ref": "aoa-kag:schemas/repo-local-kag-repository-index.schema.json" @@ -18620,18 +18132,18 @@ }, "schema_version": "aoa-repo-local-kag-repository-index-v2", "source_index": { - "content_digest": "f0fcdd29bf036cf6c8b787ff8d33c99b68b47538543182dc6f1d14bdb3d2cb59", + "content_digest": "6263f0d91f1e1f1156e6b5d6ba0a7b10740c2efe86fd10b1ab9852d6843430ef", "local_id": "index:repo-local:source-surfaces", "path": "kag/indexes/source_surface_index.json" }, "summary": { - "entry_count": 18531, + "entry_count": 18043, "kind_counts": { - "calls": 1081, - "contains": 3081, - "defines": 1476, - "references": 11000, - "represents": 1893 + "calls": 1072, + "contains": 2729, + "defines": 1452, + "references": 11012, + "represents": 1778 } } } diff --git a/kag/indexes/source_surface_index.json b/kag/indexes/source_surface_index.json index cb0254a3..90550fc6 100644 --- a/kag/indexes/source_surface_index.json +++ b/kag/indexes/source_surface_index.json @@ -1,12 +1,11 @@ { "classification_summary": { "artifact_kind": { - "asset": 50, - "config": 116, + "config": 70, "data_table": 1, "dependency_manifest": 1, "directory_marker": 4, - "document": 1633, + "document": 1529, "generated_readmodel": 49, "index": 1, "license": 1, @@ -15,8 +14,8 @@ "owner_metadata": 2, "projection": 1, "receipt": 31, - "schema": 39, - "script": 36, + "schema": 34, + "script": 30, "security": 1, "source_code": 19, "test": 75, @@ -25,286 +24,74 @@ "command_role": { "builder": 25, "lane_entrypoint": 3, - "none": 1956, - "script": 8, + "none": 1751, + "script": 2, "test": 75, "validator": 18 }, "document_role": { - "agents": 95, - "audit": 14, + "agents": 94, + "audit": 11, "changelog": 1, - "decision": 75, + "decision": 76, "design": 1, "design_agents": 1, "handoff": 69, "mechanics_doc": 250, - "none": 414, + "none": 307, "parts": 13, "provenance": 13, "readme": 169, "release_notes": 4, "roadmap": 14, "testing_doc": 1, - "unknown_document": 948, + "unknown_document": 847, "validation_doc": 3 }, "mechanics_role": { "legacy": 117, "mechanic_package": 141, "mechanic_part": 41, - "none": 1485, + "none": 1274, "part_doc": 261, "part_schema": 22, "part_script": 13, "part_test": 5 }, "primary_kind": { - "artifact": 103, - "command": 129, - "document": 1671, - "surface": 182 + "artifact": 53, + "command": 123, + "document": 1567, + "surface": 131 }, "surface_state": { - "authored_source": 1876, + "authored_source": 1665, "generated_readmodel": 53, "legacy": 155, "receipt": 1 } }, "coverage_summary": { - "command_count": 129, - "document_count": 1671, + "command_count": 123, + "document_count": 1567, "generated_count": 53, - "heading_count": 12648, + "heading_count": 11966, "mechanics_count": 600, - "record_count": 2085, - "schema_count": 39, - "script_count": 36, + "record_count": 1874, + "schema_count": 34, + "script_count": 30, "test_count": 75, "unknown_count": 0, "validator_count": 18 }, "index_identity": { "artifact_kind": "source_surface_index", - "content_digest": "f0fcdd29bf036cf6c8b787ff8d33c99b68b47538543182dc6f1d14bdb3d2cb59", + "content_digest": "6263f0d91f1e1f1156e6b5d6ba0a7b10740c2efe86fd10b1ab9852d6843430ef", "local_id": "index:repo-local:source-surfaces", "schema_ref": "aoa-kag:schemas/repo-local-kag-index.schema.json" }, "records": [ - {"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":"c8cbf70144517f13109472b85242c297781b2c2d006edbb050dcc0b51799ffca","git_blob_id":"29291c1cb130db54a4c17ae4acf75a129ec75b97","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","lineage_path":".agents/AGENTS.md","logical_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","mime":"text/markdown","path":".agents/AGENTS.md","repo":"aoa-techniques","size_bytes":1903,"version_id":"aoa:aoa-techniques:artifact-version:eacf20168ac47994129aabe4"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":"applies-to","level":2,"line":3,"ref":".agents/AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":8,"ref":".agents/AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":16,"ref":".agents/AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":30,"ref":".agents/AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"validation","level":2,"line":39,"ref":".agents/AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":58,"ref":".agents/AGENTS.md#closeout","title":"Closeout"}],"line_refs":[".agents/AGENTS.md:1"],"path_ref":".agents/AGENTS.md"},"signs":{"attestation_ref":"","digest":"c8cbf70144517f13109472b85242c297781b2c2d006edbb050dcc0b51799ffca","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"}}, - {"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":"295428abcc11ea87d2a1b1e2c610e632f60076ccec7d836154888c865eb5ba90","git_blob_id":"7dc2e4d8a1a3ca4956f0aecd6623847d13a2a083","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","lineage_path":".agents/skills/AGENTS.md","logical_id":"aoa:aoa-techniques:artifact:5bb2e9fdb392c4eca0d7549e","mime":"text/markdown","path":".agents/skills/AGENTS.md","repo":"aoa-techniques","size_bytes":1539,"version_id":"aoa:aoa-techniques:artifact-version:fc0d5adfc6371907989913c7"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":"applies-to","level":2,"line":3,"ref":".agents/skills/AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":8,"ref":".agents/skills/AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":17,"ref":".agents/skills/AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":23,"ref":".agents/skills/AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"validation","level":2,"line":35,"ref":".agents/skills/AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":45,"ref":".agents/skills/AGENTS.md#closeout","title":"Closeout"}],"line_refs":[".agents/skills/AGENTS.md:1"],"path_ref":".agents/skills/AGENTS.md"},"signs":{"attestation_ref":"","digest":"295428abcc11ea87d2a1b1e2c610e632f60076ccec7d836154888c865eb5ba90","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"}}, - {"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":"34c277591506b9e7903914096c9cfe946ea089dd2687d04c441d54c14b2e29aa","git_blob_id":"c9f8c37641c7be0945b55c361ea0ba6a3f514aad","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","lineage_path":".agents/skills/aoa-adr-write/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:f8e8f5a0e7f833c07d527673","mime":"text/markdown","path":".agents/skills/aoa-adr-write/SKILL.md","repo":"aoa-techniques","size_bytes":8271,"version_id":"aoa:aoa-techniques:artifact-version:4fe5af87e88f75ff89f28a5a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-adr-write/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/aoa-adr-write/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-adr-write","level":1,"line":16,"ref":".agents/skills/aoa-adr-write/SKILL.md#aoa-adr-write","title":"aoa-adr-write"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-adr-write/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-adr-write/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":42,"ref":".agents/skills/aoa-adr-write/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":50,"ref":".agents/skills/aoa-adr-write/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":59,"ref":".agents/skills/aoa-adr-write/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":71,"ref":".agents/skills/aoa-adr-write/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":82,"ref":".agents/skills/aoa-adr-write/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":95,"ref":".agents/skills/aoa-adr-write/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":107,"ref":".agents/skills/aoa-adr-write/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":112,"ref":".agents/skills/aoa-adr-write/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-adr-write/SKILL.md:1"],"path_ref":".agents/skills/aoa-adr-write/SKILL.md"},"signs":{"attestation_ref":"","digest":"34c277591506b9e7903914096c9cfe946ea089dd2687d04c441d54c14b2e29aa","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"}}, - {"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":"603a7f73ae5f1e52dafbd2cb8434123161a59289637bdf1301f66bec00d6a2be","git_blob_id":"0168a389585168937bec6ca3ae4110e858eb38ad","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","lineage_path":".agents/skills/aoa-adr-write/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:78240c98399087c7b0e7d691","mime":"application/yaml","path":".agents/skills/aoa-adr-write/agents/openai.yaml","repo":"aoa-techniques","size_bytes":462,"version_id":"aoa:aoa-techniques:artifact-version:6ba94eb7780d5c787524ca41"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-adr-write/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-adr-write/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-adr-write/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-adr-write/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"603a7f73ae5f1e52dafbd2cb8434123161a59289637bdf1301f66bec00d6a2be","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:adb976718e0b9871db71f409","lineage_path":".agents/skills/aoa-adr-write/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:adb976718e0b9871db71f409","mime":"image/svg+xml","path":".agents/skills/aoa-adr-write/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:af0a4ce49bcda1025af7d516"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-adr-write/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-adr-write/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-adr-write/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-adr-write/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e5afe83667c7779006a3b340","lineage_path":".agents/skills/aoa-adr-write/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:e5afe83667c7779006a3b340","mime":"image/svg+xml","path":".agents/skills/aoa-adr-write/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:c025cd906cc02a6439d4f6fa"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-adr-write/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-adr-write/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-adr-write/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-adr-write/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"1b58eaf246f2df4efbf4ad3dc4539e0543bcfcde7c9d4b2daf58a9f4f8ab0395","git_blob_id":"055cba5890b1ed34e6ddf0f2671fb8a6158ae6bd","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","lineage_path":".agents/skills/aoa-adr-write/examples/example.md","logical_id":"aoa:aoa-techniques:artifact:b72443edfd8656d5df0d41f9","mime":"text/markdown","path":".agents/skills/aoa-adr-write/examples/example.md","repo":"aoa-techniques","size_bytes":1495,"version_id":"aoa:aoa-techniques:artifact-version:94b19285209933ea5cf7d176"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-adr-write/examples/example.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-adr-write/examples/example.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"example","level":1,"line":1,"ref":".agents/skills/aoa-adr-write/examples/example.md#example","title":"Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-adr-write/examples/example.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":7,"ref":".agents/skills/aoa-adr-write/examples/example.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":13,"ref":".agents/skills/aoa-adr-write/examples/example.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":20,"ref":".agents/skills/aoa-adr-write/examples/example.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":27,"ref":".agents/skills/aoa-adr-write/examples/example.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":32,"ref":".agents/skills/aoa-adr-write/examples/example.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-adr-write/examples/example.md:1"],"path_ref":".agents/skills/aoa-adr-write/examples/example.md"},"signs":{"attestation_ref":"","digest":"1b58eaf246f2df4efbf4ad3dc4539e0543bcfcde7c9d4b2daf58a9f4f8ab0395","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"}}, - {"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":"43c1c2db59cca9a9ae8b0a70f5775777cbae125c81e5f61655870c71e9d1ff75","git_blob_id":"ad9c4811901ad38d1e3b1fef03718a2e33db0ae9","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","lineage_path":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md","logical_id":"aoa:aoa-techniques:artifact:35a4419b13400a410bc1afe7","mime":"text/markdown","path":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md","repo":"aoa-techniques","size_bytes":4433,"version_id":"aoa:aoa-techniques:artifact-version:284a49c4793b79f37242f73b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decision-boundary-lenses","level":1,"line":1,"ref":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md#decision-boundary-lenses","title":"Decision Boundary Lenses"},{"anchor":"how-to-use","level":2,"line":8,"ref":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md#how-to-use","title":"How To Use"},{"anchor":"lens-set","level":2,"line":18,"ref":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md#lens-set","title":"Lens Set"},{"anchor":"compact-decision-lens-pass","level":2,"line":35,"ref":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md#compact-decision-lens-pass","title":"Compact Decision-Lens Pass"},{"anchor":"verification","level":2,"line":51,"ref":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md#verification","title":"Verification"}],"line_refs":[".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md:1"],"path_ref":".agents/skills/aoa-adr-write/references/decision-boundary-lenses.md"},"signs":{"attestation_ref":"","digest":"43c1c2db59cca9a9ae8b0a70f5775777cbae125c81e5f61655870c71e9d1ff75","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"}}, - {"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":"2d3a72a252f4b60a572a48059d021f34b04ab0bc0e6fa87546a252fa834c938e","git_blob_id":"0c11817213b96b80fe5ac4963f1bd99d1367a335","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","lineage_path":".agents/skills/aoa-adr-write/references/decision-note.template.md","logical_id":"aoa:aoa-techniques:artifact:7d53d216f78d54926424f9db","mime":"text/markdown","path":".agents/skills/aoa-adr-write/references/decision-note.template.md","repo":"aoa-techniques","size_bytes":640,"version_id":"aoa:aoa-techniques:artifact-version:e3b688017b31ca5f1f899233"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-adr-write/references/decision-note.template.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-adr-write/references/decision-note.template.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decision-note-template","level":1,"line":1,"ref":".agents/skills/aoa-adr-write/references/decision-note.template.md#decision-note-template","title":"Decision Note Template"},{"anchor":"context","level":2,"line":6,"ref":".agents/skills/aoa-adr-write/references/decision-note.template.md#context","title":"Context"},{"anchor":"decision-boundary","level":2,"line":12,"ref":".agents/skills/aoa-adr-write/references/decision-note.template.md#decision-boundary","title":"Decision Boundary"},{"anchor":"options","level":2,"line":18,"ref":".agents/skills/aoa-adr-write/references/decision-note.template.md#options","title":"Options"},{"anchor":"decision","level":2,"line":23,"ref":".agents/skills/aoa-adr-write/references/decision-note.template.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":27,"ref":".agents/skills/aoa-adr-write/references/decision-note.template.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":31,"ref":".agents/skills/aoa-adr-write/references/decision-note.template.md#consequences","title":"Consequences"},{"anchor":"placement-verification","level":2,"line":36,"ref":".agents/skills/aoa-adr-write/references/decision-note.template.md#placement-verification","title":"Placement Verification"}],"line_refs":[".agents/skills/aoa-adr-write/references/decision-note.template.md:1"],"path_ref":".agents/skills/aoa-adr-write/references/decision-note.template.md"},"signs":{"attestation_ref":"","digest":"2d3a72a252f4b60a572a48059d021f34b04ab0bc0e6fa87546a252fa834c938e","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"}}, - {"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":"77c14d5ab14b8e6839e42773f3b7b87fd69a355d9f3756d5e4bb851807201c15","git_blob_id":"8069948874b354733f95fa1607cb52837752d707","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","lineage_path":".agents/skills/aoa-approval-gate-check/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:cc455d1148a90874a6e48b2e","mime":"text/markdown","path":".agents/skills/aoa-approval-gate-check/SKILL.md","repo":"aoa-techniques","size_bytes":4446,"version_id":"aoa:aoa-techniques:artifact-version:761e3102f77ca742ad3f868b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-approval-gate-check/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/aoa-approval-gate-check/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-approval-gate-check","level":1,"line":16,"ref":".agents/skills/aoa-approval-gate-check/SKILL.md#aoa-approval-gate-check","title":"aoa-approval-gate-check"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-approval-gate-check/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-approval-gate-check/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":34,"ref":".agents/skills/aoa-approval-gate-check/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":41,"ref":".agents/skills/aoa-approval-gate-check/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":48,"ref":".agents/skills/aoa-approval-gate-check/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":56,"ref":".agents/skills/aoa-approval-gate-check/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":64,"ref":".agents/skills/aoa-approval-gate-check/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":72,"ref":".agents/skills/aoa-approval-gate-check/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":80,"ref":".agents/skills/aoa-approval-gate-check/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":84,"ref":".agents/skills/aoa-approval-gate-check/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-approval-gate-check/SKILL.md:1"],"path_ref":".agents/skills/aoa-approval-gate-check/SKILL.md"},"signs":{"attestation_ref":"","digest":"77c14d5ab14b8e6839e42773f3b7b87fd69a355d9f3756d5e4bb851807201c15","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"}}, - {"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":"aeaff362d4329bd0967f21cb44786c409a53b64c279b3e0e69ff3ca36f6303b2","git_blob_id":"ba98659bcb7385d54648a87e4eb24b98ff7361f4","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","lineage_path":".agents/skills/aoa-approval-gate-check/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:bdfc9dfc3ed135851185bfa5","mime":"application/yaml","path":".agents/skills/aoa-approval-gate-check/agents/openai.yaml","repo":"aoa-techniques","size_bytes":443,"version_id":"aoa:aoa-techniques:artifact-version:4f58911cb279b8a904669393"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-approval-gate-check/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-approval-gate-check/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-approval-gate-check/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-approval-gate-check/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"aeaff362d4329bd0967f21cb44786c409a53b64c279b3e0e69ff3ca36f6303b2","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","git_blob_id":"b6a44ef42ce163a89a6307b70867f960b1ddf20e","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:18b74e5a5ff59df8a04c275f","lineage_path":".agents/skills/aoa-approval-gate-check/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:18b74e5a5ff59df8a04c275f","mime":"image/svg+xml","path":".agents/skills/aoa-approval-gate-check/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":442,"version_id":"aoa:aoa-techniques:artifact-version:f64b164cfc60ca79086afd92"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-approval-gate-check/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-approval-gate-check/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-approval-gate-check/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-approval-gate-check/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","git_blob_id":"84989b3d2909ff6533bc7c56e586eaaa158b0b0a","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:1a6ce3b916ace93f658c1d4c","lineage_path":".agents/skills/aoa-approval-gate-check/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:1a6ce3b916ace93f658c1d4c","mime":"image/svg+xml","path":".agents/skills/aoa-approval-gate-check/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":440,"version_id":"aoa:aoa-techniques:artifact-version:28527cc12f47b242c613efbd"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-approval-gate-check/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-approval-gate-check/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-approval-gate-check/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-approval-gate-check/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","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"}}, - {"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":"6bd41343b8785544de83766f90bd21b93b896aa87949c476c7a417b9d5ed2001","git_blob_id":"04a3ba16b62f9decf904260f7cee7329ccf06289","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","lineage_path":".agents/skills/aoa-approval-gate-check/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:5284bcd566341941dcafd934","mime":"text/markdown","path":".agents/skills/aoa-approval-gate-check/checks/review.md","repo":"aoa-techniques","size_bytes":988,"version_id":"aoa:aoa-techniques:artifact-version:5f6a9d3e985ba701a71c9cff"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-approval-gate-check/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-approval-gate-check/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-approval-gate-check/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-approval-gate-check/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":7,"ref":".agents/skills/aoa-approval-gate-check/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":13,"ref":".agents/skills/aoa-approval-gate-check/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":21,"ref":".agents/skills/aoa-approval-gate-check/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-approval-gate-check/checks/review.md:1"],"path_ref":".agents/skills/aoa-approval-gate-check/checks/review.md"},"signs":{"attestation_ref":"","digest":"6bd41343b8785544de83766f90bd21b93b896aa87949c476c7a417b9d5ed2001","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"}}, - {"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":"8df2a25434c807b0a1f661918a8847abd9e6e15df305136389b41c720203fa7e","git_blob_id":"aa9aaa888335e6e9fc47d95b2f220c4eba09757a","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","lineage_path":".agents/skills/aoa-approval-gate-check/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:ee77f5ead8527703ee868bc4","mime":"text/markdown","path":".agents/skills/aoa-approval-gate-check/examples/runtime.md","repo":"aoa-techniques","size_bytes":1270,"version_id":"aoa:aoa-techniques:artifact-version:2b2aa84554f4e79697e313fe"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-approval-gate-check/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-approval-gate-check/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-approval-gate-check/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-approval-gate-check/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":6,"ref":".agents/skills/aoa-approval-gate-check/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":9,"ref":".agents/skills/aoa-approval-gate-check/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":15,"ref":".agents/skills/aoa-approval-gate-check/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":20,"ref":".agents/skills/aoa-approval-gate-check/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":25,"ref":".agents/skills/aoa-approval-gate-check/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-approval-gate-check/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-approval-gate-check/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"8df2a25434c807b0a1f661918a8847abd9e6e15df305136389b41c720203fa7e","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"}}, - {"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":"83fa9ea56ec9bf6ee4d3dcaea5d2ae018c9900e6bbf295e60096467c8784fee8","git_blob_id":"1ba69c4cc04ab9adeb4309d39a225715a26e4015","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","lineage_path":".agents/skills/aoa-automation-opportunity-scan/SKILL.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:58b18b9969f0c70c1a9c2cd2","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/SKILL.md","repo":"aoa-techniques","size_bytes":8803,"version_id":"aoa:aoa-techniques:artifact-version:238723bd2edf8d41a12442c8"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-automation-opportunity-scan/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/aoa-automation-opportunity-scan/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-automation-opportunity-scan","level":1,"line":16,"ref":".agents/skills/aoa-automation-opportunity-scan/SKILL.md#aoa-automation-opportunity-scan","title":"aoa-automation-opportunity-scan"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-automation-opportunity-scan/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":32,"ref":".agents/skills/aoa-automation-opportunity-scan/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":47,"ref":".agents/skills/aoa-automation-opportunity-scan/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":54,"ref":".agents/skills/aoa-automation-opportunity-scan/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":67,"ref":".agents/skills/aoa-automation-opportunity-scan/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":85,"ref":".agents/skills/aoa-automation-opportunity-scan/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":101,"ref":".agents/skills/aoa-automation-opportunity-scan/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":111,"ref":".agents/skills/aoa-automation-opportunity-scan/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":124,"ref":".agents/skills/aoa-automation-opportunity-scan/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":130,"ref":".agents/skills/aoa-automation-opportunity-scan/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-automation-opportunity-scan/SKILL.md:1"],"path_ref":".agents/skills/aoa-automation-opportunity-scan/SKILL.md"},"signs":{"attestation_ref":"","digest":"83fa9ea56ec9bf6ee4d3dcaea5d2ae018c9900e6bbf295e60096467c8784fee8","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"}}, - {"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":"376d48119054589ea97f3d2ca1758e9cb86c82c4413639d73d75a191889ae838","git_blob_id":"9687082c2cd4d13e3ba10957ec2bd3156a9ecb45","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","lineage_path":".agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml#generation-2","logical_id":"aoa:aoa-techniques:artifact:ed2b0d293ca7ad16c7ea2f57","mime":"application/yaml","path":".agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml","repo":"aoa-techniques","size_bytes":512,"version_id":"aoa:aoa-techniques:artifact-version:4dd55ce8167aba4923900236"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-automation-opportunity-scan/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"376d48119054589ea97f3d2ca1758e9cb86c82c4413639d73d75a191889ae838","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:8332989297232b11ad1350ff","lineage_path":".agents/skills/aoa-automation-opportunity-scan/assets/large-logo.svg#generation-2","logical_id":"aoa:aoa-techniques:artifact:8332989297232b11ad1350ff","mime":"image/svg+xml","path":".agents/skills/aoa-automation-opportunity-scan/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:f2fc7a7432f23d6b206e6b67"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-automation-opportunity-scan/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-automation-opportunity-scan/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-automation-opportunity-scan/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-automation-opportunity-scan/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:09cb49ad526692a9aa564893","lineage_path":".agents/skills/aoa-automation-opportunity-scan/assets/small-logo.svg#generation-2","logical_id":"aoa:aoa-techniques:artifact:09cb49ad526692a9aa564893","mime":"image/svg+xml","path":".agents/skills/aoa-automation-opportunity-scan/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:d5ce51c53e53a055a0db70ac"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-automation-opportunity-scan/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-automation-opportunity-scan/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-automation-opportunity-scan/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-automation-opportunity-scan/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"0141b043cdcdb448bdeb9fe91102f4b6d1ea9b8ada5af708998c56dd24b1cd8e","git_blob_id":"445e1bb1e26260ca3aa48a18b71bf80a99dfa040","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","lineage_path":".agents/skills/aoa-automation-opportunity-scan/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:d1569a65da049e7f5ab4763e","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/checks/review.md","repo":"aoa-techniques","size_bytes":1813,"version_id":"aoa:aoa-techniques:artifact-version:1b9d9ba8b201e2ad33c0e79c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-automation-opportunity-scan/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-automation-opportunity-scan/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-automation-opportunity-scan/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-automation-opportunity-scan/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":9,"ref":".agents/skills/aoa-automation-opportunity-scan/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":16,"ref":".agents/skills/aoa-automation-opportunity-scan/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":30,"ref":".agents/skills/aoa-automation-opportunity-scan/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-automation-opportunity-scan/checks/review.md:1"],"path_ref":".agents/skills/aoa-automation-opportunity-scan/checks/review.md"},"signs":{"attestation_ref":"","digest":"0141b043cdcdb448bdeb9fe91102f4b6d1ea9b8ada5af708998c56dd24b1cd8e","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"}}, - {"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":"dc84b66b337d7a0ce7f4e738e97a8e575659abdf2bb7142d713d035e0bb1235a","git_blob_id":"e8cf5143685c3a5ed115ef78df697384750b1ef0","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","lineage_path":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:1b45e58c893671a22fa82c7f","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md","repo":"aoa-techniques","size_bytes":2102,"version_id":"aoa:aoa-techniques:artifact-version:193b96caf38233820b5a973b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":10,"ref":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":16,"ref":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":24,"ref":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":37,"ref":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":43,"ref":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-automation-opportunity-scan/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"dc84b66b337d7a0ce7f4e738e97a8e575659abdf2bb7142d713d035e0bb1235a","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"}}, - {"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":"20f326e775a17b39065c04829ec59309b7142add7d9785312a4f792bddcb5eec","git_blob_id":"01478ca77dc76a025d09d89366a44ca141e2630a","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:5cd8ebafaf5646e3a136088b","mime":"application/yaml","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":744,"version_id":"aoa:aoa-techniques:artifact-version:b9d8e916dac659e2f5873acf"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-automation-opportunity-scan/references/automation-candidate-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"20f326e775a17b39065c04829ec59309b7142add7d9785312a4f792bddcb5eec","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"}}, - {"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":"b030263ee29dd564a17170e189686a3eeb8f9252e73a2559f3c5ca7aa4f7c327","git_blob_id":"3401e8755cce043a264ba6b852a4e78e760fa8c0","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:5cdd533d670e4bcf15ef524b","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md","repo":"aoa-techniques","size_bytes":2496,"version_id":"aoa:aoa-techniques:artifact-version:6c734c193d5604a994f51e83"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"automation-fit-matrix","level":1,"line":1,"ref":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md#automation-fit-matrix","title":"Automation Fit Matrix"},{"anchor":"good-first-candidates","level":2,"line":20,"ref":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md#good-first-candidates","title":"Good first candidates"},{"anchor":"bad-first-candidates","level":2,"line":31,"ref":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md#bad-first-candidates","title":"Bad first candidates"}],"line_refs":[".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md:1"],"path_ref":".agents/skills/aoa-automation-opportunity-scan/references/automation-fit-matrix.md"},"signs":{"attestation_ref":"","digest":"b030263ee29dd564a17170e189686a3eeb8f9252e73a2559f3c5ca7aa4f7c327","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"}}, - {"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":"f847386ef604f1b9934fd492a55e751326d2397efaad510256ae8800be7578c5","git_blob_id":"3a231b54e2fdb2249be17dee82d9ce3ebcb37775","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml#generation-2","logical_id":"aoa:aoa-techniques:artifact:49d0f19ddc9a45de13f105a4","mime":"application/yaml","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml","repo":"aoa-techniques","size_bytes":702,"version_id":"aoa:aoa-techniques:artifact-version:c900d8a692df852297063be1"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml:1"],"path_ref":".agents/skills/aoa-automation-opportunity-scan/references/automation-opportunity-packet-schema.yaml"},"signs":{"attestation_ref":"","digest":"f847386ef604f1b9934fd492a55e751326d2397efaad510256ae8800be7578c5","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"}}, - {"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":"3f45a9150db31af9fd5ae707e9d385f898e6ae3fd2e774ec2111c5e7153839e5","git_blob_id":"db057a981ce3cf7ad17cc75b579c9d42b03bee03","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:bd429dcecd03cbc737cb0b76","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md","repo":"aoa-techniques","size_bytes":1293,"version_id":"aoa:aoa-techniques:artifact-version:0b4a134ffeacb8e0b2ca68ca"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"checkpoint-boundary-for-automation-opportunity-scanning","level":1,"line":1,"ref":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md#checkpoint-boundary-for-automation-opportunity-scanning","title":"Checkpoint Boundary For Automation Opportunity Scanning"},{"anchor":"strong-checkpoint-triggers","level":2,"line":8,"ref":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md#strong-checkpoint-triggers","title":"Strong checkpoint triggers"},{"anchor":"typical-safe-lower-risk-candidates","level":2,"line":19,"ref":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md#typical-safe-lower-risk-candidates","title":"Typical safe lower-risk candidates"},{"anchor":"resulting-action","level":2,"line":29,"ref":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md#resulting-action","title":"Resulting action"}],"line_refs":[".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md:1"],"path_ref":".agents/skills/aoa-automation-opportunity-scan/references/checkpoint-boundary.md"},"signs":{"attestation_ref":"","digest":"3f45a9150db31af9fd5ae707e9d385f898e6ae3fd2e774ec2111c5e7153839e5","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"}}, - {"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":"43593494e84940c64330a006a0445033fc09f74b71224dbc9d3a898e6e36c8cd","git_blob_id":"2448cdce5e5d32f90921eb8d589abc921049a507","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/core-skill-application-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:2d4ad12dc5d15e3224fa984d","mime":"application/yaml","path":".agents/skills/aoa-automation-opportunity-scan/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":1000,"version_id":"aoa:aoa-techniques:artifact-version:c53742d96a174e160390c22b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-automation-opportunity-scan/references/core-skill-application-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-automation-opportunity-scan/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-automation-opportunity-scan/references/core-skill-application-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-automation-opportunity-scan/references/core-skill-application-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"43593494e84940c64330a006a0445033fc09f74b71224dbc9d3a898e6e36c8cd","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"}}, - {"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":"ce2eed0d1ba31f2192b9d06d413a0e9997e0591f77d0f6f443d5f6b1e619dac4","git_blob_id":"cfabca109e379a12e60d8f3c5d324aefc131bb27","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:ddc3f952f6db74cd1541db3c","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md","repo":"aoa-techniques","size_bytes":1188,"version_id":"aoa:aoa-techniques:artifact-version:75d2a856020281934a83bd74"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"bridge-to-playbook-automation-seeds","level":1,"line":1,"ref":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md#bridge-to-playbook-automation-seeds","title":"Bridge To Playbook Automation Seeds"},{"anchor":"first-honest-landing","level":2,"line":6,"ref":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md#first-honest-landing","title":"First honest landing"},{"anchor":"minimum-seed-ready-posture","level":2,"line":16,"ref":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md#minimum-seed-ready-posture","title":"Minimum seed-ready posture"},{"anchor":"what-not-to-do","level":2,"line":27,"ref":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md#what-not-to-do","title":"What not to do"}],"line_refs":[".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md:1"],"path_ref":".agents/skills/aoa-automation-opportunity-scan/references/playbook-seed-bridge.md"},"signs":{"attestation_ref":"","digest":"ce2eed0d1ba31f2192b9d06d413a0e9997e0591f77d0f6f443d5f6b1e619dac4","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"}}, - {"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":"4a9a11cb9e40c6b15a5f01a352b65a1efc07722f1b077388c3b2b31a56f9af8d","git_blob_id":"ba0e4b59ab6bd89ed53500bb4fa525f9e0de7bee","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:a66dfa3569b8867c20f371a5","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md","repo":"aoa-techniques","size_bytes":1098,"version_id":"aoa:aoa-techniques:artifact-version:602543e67e115ea9866b4861"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"session-harvest-integration-notes","level":1,"line":1,"ref":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md#session-harvest-integration-notes","title":"Session-Harvest Integration Notes"},{"anchor":"donor-harvest","level":2,"line":6,"ref":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md#donor-harvest","title":"Donor-harvest"},{"anchor":"route-forks","level":2,"line":14,"ref":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md#route-forks","title":"Route-forks"},{"anchor":"self-diagnose","level":2,"line":23,"ref":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md#self-diagnose","title":"Self-diagnose"},{"anchor":"self-repair","level":2,"line":34,"ref":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md#self-repair","title":"Self-repair"},{"anchor":"progression-lift","level":2,"line":39,"ref":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md#progression-lift","title":"Progression-lift"}],"line_refs":[".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md:1"],"path_ref":".agents/skills/aoa-automation-opportunity-scan/references/session-harvest-integration.md"},"signs":{"attestation_ref":"","digest":"4a9a11cb9e40c6b15a5f01a352b65a1efc07722f1b077388c3b2b31a56f9af8d","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"}}, - {"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":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","git_blob_id":"e9cf79f5fde1e802e1607cc7d41b2affbd7042f3","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","lineage_path":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md","logical_id":"aoa:aoa-techniques:artifact:e1abb90e5533e52f000412fe","mime":"text/markdown","path":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md","repo":"aoa-techniques","size_bytes":956,"version_id":"aoa:aoa-techniques:artifact-version:ffb8bacaf68ba2ab6ac0b24d"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"stats-event-envelope","level":1,"line":1,"ref":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md#stats-event-envelope","title":"Stats Event Envelope"},{"anchor":"required-fields","level":2,"line":12,"ref":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md#required-fields","title":"Required fields"},{"anchor":"optional-fields","level":2,"line":24,"ref":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md#optional-fields","title":"Optional fields"},{"anchor":"rules","level":2,"line":31,"ref":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md#rules","title":"Rules"}],"line_refs":[".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md:1"],"path_ref":".agents/skills/aoa-automation-opportunity-scan/references/stats-event-envelope.md"},"signs":{"attestation_ref":"","digest":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","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"}}, - {"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":"53c8e862c9359faa17c09dc288274f6fcbe86d4f9bd8e54a920e52d1be07933c","git_blob_id":"3b34b2bbe8d4dbbb92fd213b8a464a93ed914119","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","lineage_path":".agents/skills/aoa-bounded-context-map/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:566621934699ef543a5a11c0","mime":"text/markdown","path":".agents/skills/aoa-bounded-context-map/SKILL.md","repo":"aoa-techniques","size_bytes":6915,"version_id":"aoa:aoa-techniques:artifact-version:4943c74a9dd1b84182088e8a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-bounded-context-map/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/aoa-bounded-context-map/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-bounded-context-map","level":1,"line":16,"ref":".agents/skills/aoa-bounded-context-map/SKILL.md#aoa-bounded-context-map","title":"aoa-bounded-context-map"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-bounded-context-map/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-bounded-context-map/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":39,"ref":".agents/skills/aoa-bounded-context-map/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":47,"ref":".agents/skills/aoa-bounded-context-map/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":55,"ref":".agents/skills/aoa-bounded-context-map/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":66,"ref":".agents/skills/aoa-bounded-context-map/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":74,"ref":".agents/skills/aoa-bounded-context-map/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":85,"ref":".agents/skills/aoa-bounded-context-map/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":94,"ref":".agents/skills/aoa-bounded-context-map/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":99,"ref":".agents/skills/aoa-bounded-context-map/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-bounded-context-map/SKILL.md:1"],"path_ref":".agents/skills/aoa-bounded-context-map/SKILL.md"},"signs":{"attestation_ref":"","digest":"53c8e862c9359faa17c09dc288274f6fcbe86d4f9bd8e54a920e52d1be07933c","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"}}, - {"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":"e068db385063d74ddbe604c72804574321daf968f3b3b5a3c79d8c99a4a62611","git_blob_id":"1376fb01389a2f2fe8539c8a4e9153be00cb7498","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","lineage_path":".agents/skills/aoa-bounded-context-map/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:880156171bda50436439ec2e","mime":"application/yaml","path":".agents/skills/aoa-bounded-context-map/agents/openai.yaml","repo":"aoa-techniques","size_bytes":439,"version_id":"aoa:aoa-techniques:artifact-version:9c08e8a609f24e1c2f274801"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-bounded-context-map/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-bounded-context-map/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-bounded-context-map/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-bounded-context-map/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"e068db385063d74ddbe604c72804574321daf968f3b3b5a3c79d8c99a4a62611","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e43c0a58f055dbff935dda86","lineage_path":".agents/skills/aoa-bounded-context-map/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:e43c0a58f055dbff935dda86","mime":"image/svg+xml","path":".agents/skills/aoa-bounded-context-map/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:c66d5ab5ba59264c7b4127f5"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-bounded-context-map/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-bounded-context-map/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-bounded-context-map/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-bounded-context-map/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:f9278c27fa3a43f533c83fbd","lineage_path":".agents/skills/aoa-bounded-context-map/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:f9278c27fa3a43f533c83fbd","mime":"image/svg+xml","path":".agents/skills/aoa-bounded-context-map/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:4e87474998de578652507a91"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-bounded-context-map/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-bounded-context-map/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-bounded-context-map/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-bounded-context-map/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"064334ef81882500678dcc65615137ac0bd795480a901d687c9d2f4dfa2d9455","git_blob_id":"c1a79f67438e4ff0f359fd6467686d47933d4e1a","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","lineage_path":".agents/skills/aoa-bounded-context-map/examples/example.md","logical_id":"aoa:aoa-techniques:artifact:f98c34eb860dae39ef69f7ec","mime":"text/markdown","path":".agents/skills/aoa-bounded-context-map/examples/example.md","repo":"aoa-techniques","size_bytes":1941,"version_id":"aoa:aoa-techniques:artifact-version:77dcb864a2760ff6e95da0d9"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-bounded-context-map/examples/example.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-bounded-context-map/examples/example.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"example","level":1,"line":1,"ref":".agents/skills/aoa-bounded-context-map/examples/example.md#example","title":"Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-bounded-context-map/examples/example.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":7,"ref":".agents/skills/aoa-bounded-context-map/examples/example.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":14,"ref":".agents/skills/aoa-bounded-context-map/examples/example.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":21,"ref":".agents/skills/aoa-bounded-context-map/examples/example.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":29,"ref":".agents/skills/aoa-bounded-context-map/examples/example.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":35,"ref":".agents/skills/aoa-bounded-context-map/examples/example.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-bounded-context-map/examples/example.md:1"],"path_ref":".agents/skills/aoa-bounded-context-map/examples/example.md"},"signs":{"attestation_ref":"","digest":"064334ef81882500678dcc65615137ac0bd795480a901d687c9d2f4dfa2d9455","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"}}, - {"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":"84068adea8295b67dd1810d7051cb761f5a8142af31748dcc7482eb4aa441952","git_blob_id":"e069452dd3446cc9a24cbef69c08b85820727e21","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","lineage_path":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md","logical_id":"aoa:aoa-techniques:artifact:c98d789b44379065c822a18b","mime":"text/markdown","path":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md","repo":"aoa-techniques","size_bytes":6609,"version_id":"aoa:aoa-techniques:artifact-version:37175935976363b9f2000027"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"boundary-lenses","level":1,"line":1,"ref":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md#boundary-lenses","title":"Boundary Lenses"},{"anchor":"how-to-use","level":2,"line":7,"ref":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md#how-to-use","title":"How To Use"},{"anchor":"lens-set","level":2,"line":17,"ref":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md#lens-set","title":"Lens Set"},{"anchor":"diverse-use-shapes","level":2,"line":37,"ref":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md#diverse-use-shapes","title":"Diverse Use Shapes"},{"anchor":"compact-lens-pass","level":2,"line":62,"ref":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md#compact-lens-pass","title":"Compact Lens Pass"},{"anchor":"verification","level":2,"line":76,"ref":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md#verification","title":"Verification"}],"line_refs":[".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md:1"],"path_ref":".agents/skills/aoa-bounded-context-map/references/boundary-lenses.md"},"signs":{"attestation_ref":"","digest":"84068adea8295b67dd1810d7051cb761f5a8142af31748dcc7482eb4aa441952","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"}}, - {"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":"658236ac8e6f3fa85d4af97d07c4043254cb349c282252c539000374e13c9c36","git_blob_id":"9869406b6e3c6fe053301425c365ad3740fedff6","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","lineage_path":".agents/skills/aoa-bounded-context-map/references/context-map.template.md","logical_id":"aoa:aoa-techniques:artifact:678562b4340c5995b0ef602b","mime":"text/markdown","path":".agents/skills/aoa-bounded-context-map/references/context-map.template.md","repo":"aoa-techniques","size_bytes":736,"version_id":"aoa:aoa-techniques:artifact-version:7c32317f7678f8fd224e2b91"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-bounded-context-map/references/context-map.template.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-bounded-context-map/references/context-map.template.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"context-map-template","level":1,"line":1,"ref":".agents/skills/aoa-bounded-context-map/references/context-map.template.md#context-map-template","title":"Context Map Template"},{"anchor":"target-ambiguity","level":2,"line":6,"ref":".agents/skills/aoa-bounded-context-map/references/context-map.template.md#target-ambiguity","title":"Target Ambiguity"},{"anchor":"active-boundary-lenses","level":2,"line":11,"ref":".agents/skills/aoa-bounded-context-map/references/context-map.template.md#active-boundary-lenses","title":"Active Boundary Lenses"},{"anchor":"contexts","level":2,"line":17,"ref":".agents/skills/aoa-bounded-context-map/references/context-map.template.md#contexts","title":"Contexts"},{"anchor":"interfaces","level":2,"line":23,"ref":".agents/skills/aoa-bounded-context-map/references/context-map.template.md#interfaces","title":"Interfaces"},{"anchor":"vocabulary","level":2,"line":29,"ref":".agents/skills/aoa-bounded-context-map/references/context-map.template.md#vocabulary","title":"Vocabulary"},{"anchor":"route-away-lines","level":2,"line":34,"ref":".agents/skills/aoa-bounded-context-map/references/context-map.template.md#route-away-lines","title":"Route-Away Lines"},{"anchor":"verification","level":2,"line":39,"ref":".agents/skills/aoa-bounded-context-map/references/context-map.template.md#verification","title":"Verification"}],"line_refs":[".agents/skills/aoa-bounded-context-map/references/context-map.template.md:1"],"path_ref":".agents/skills/aoa-bounded-context-map/references/context-map.template.md"},"signs":{"attestation_ref":"","digest":"658236ac8e6f3fa85d4af97d07c4043254cb349c282252c539000374e13c9c36","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"}}, - {"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":"b2520cd09af06053bd8832ff9f2ed2997831054445477273cd26e3b945850d89","git_blob_id":"496ee2ef28f7278b229aab5e40472a4271a86661","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","lineage_path":".agents/skills/aoa-change-protocol/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:200dfb7b982d141958f09ec8","mime":"text/markdown","path":".agents/skills/aoa-change-protocol/SKILL.md","repo":"aoa-techniques","size_bytes":5586,"version_id":"aoa:aoa-techniques:artifact-version:e5a238c64818efeb326670e9"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-change-protocol/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/aoa-change-protocol/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-change-protocol","level":1,"line":16,"ref":".agents/skills/aoa-change-protocol/SKILL.md#aoa-change-protocol","title":"aoa-change-protocol"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-change-protocol/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-change-protocol/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":32,"ref":".agents/skills/aoa-change-protocol/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":41,"ref":".agents/skills/aoa-change-protocol/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":48,"ref":".agents/skills/aoa-change-protocol/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":59,"ref":".agents/skills/aoa-change-protocol/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":68,"ref":".agents/skills/aoa-change-protocol/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":77,"ref":".agents/skills/aoa-change-protocol/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":85,"ref":".agents/skills/aoa-change-protocol/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":90,"ref":".agents/skills/aoa-change-protocol/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-change-protocol/SKILL.md:1"],"path_ref":".agents/skills/aoa-change-protocol/SKILL.md"},"signs":{"attestation_ref":"","digest":"b2520cd09af06053bd8832ff9f2ed2997831054445477273cd26e3b945850d89","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"}}, - {"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":"19c9d8c484b85bfac8beba4916f17a68935973577f4c74d80181463009bfa38b","git_blob_id":"49b6464077d02de2736876cd1472a0eed341f122","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","lineage_path":".agents/skills/aoa-change-protocol/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:cc1a2e05c4f9ec5c26358c3e","mime":"application/yaml","path":".agents/skills/aoa-change-protocol/agents/openai.yaml","repo":"aoa-techniques","size_bytes":395,"version_id":"aoa:aoa-techniques:artifact-version:ddb3731ab2a4912c0e9541a8"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-change-protocol/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-change-protocol/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-change-protocol/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-change-protocol/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"19c9d8c484b85bfac8beba4916f17a68935973577f4c74d80181463009bfa38b","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:13ea3af4d96e46f27186ab12","lineage_path":".agents/skills/aoa-change-protocol/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:13ea3af4d96e46f27186ab12","mime":"image/svg+xml","path":".agents/skills/aoa-change-protocol/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:1b89ddc6d17cf650622bdef2"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-change-protocol/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-change-protocol/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-change-protocol/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-change-protocol/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:094ebac0e7e2f3ce57cf25e2","lineage_path":".agents/skills/aoa-change-protocol/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:094ebac0e7e2f3ce57cf25e2","mime":"image/svg+xml","path":".agents/skills/aoa-change-protocol/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:e5b169214b0ec8c9cfcf6fd8"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-change-protocol/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-change-protocol/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-change-protocol/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-change-protocol/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"96e3ea36a43869afe74cfc749a09ea181e8f1f34a56d17715546eef3d26b9516","git_blob_id":"a400876d3c2328c0e53a8c52b6838178cc44d850","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","lineage_path":".agents/skills/aoa-change-protocol/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:9e2b21bc88bbb9831cd29696","mime":"text/markdown","path":".agents/skills/aoa-change-protocol/checks/review.md","repo":"aoa-techniques","size_bytes":1523,"version_id":"aoa:aoa-techniques:artifact-version:c039442081d2176d38f49542"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-change-protocol/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-change-protocol/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-change-protocol/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-change-protocol/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":7,"ref":".agents/skills/aoa-change-protocol/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":14,"ref":".agents/skills/aoa-change-protocol/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":25,"ref":".agents/skills/aoa-change-protocol/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-change-protocol/checks/review.md:1"],"path_ref":".agents/skills/aoa-change-protocol/checks/review.md"},"signs":{"attestation_ref":"","digest":"96e3ea36a43869afe74cfc749a09ea181e8f1f34a56d17715546eef3d26b9516","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"}}, - {"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":"87791a109844b1201f4d7840d1b42ca2f2a96ad0695a0f10fac16c42ce29c89c","git_blob_id":"f63ea4f0381bfe240b9f48f9c6942ba5f555f0f5","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","lineage_path":".agents/skills/aoa-change-protocol/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:82261320f11d8ed253d41f4c","mime":"text/markdown","path":".agents/skills/aoa-change-protocol/examples/runtime.md","repo":"aoa-techniques","size_bytes":1738,"version_id":"aoa:aoa-techniques:artifact-version:aec8c47f81a75c312dbb50b1"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-change-protocol/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-change-protocol/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-change-protocol/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-change-protocol/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":7,"ref":".agents/skills/aoa-change-protocol/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":11,"ref":".agents/skills/aoa-change-protocol/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":19,"ref":".agents/skills/aoa-change-protocol/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":26,"ref":".agents/skills/aoa-change-protocol/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":33,"ref":".agents/skills/aoa-change-protocol/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-change-protocol/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-change-protocol/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"87791a109844b1201f4d7840d1b42ca2f2a96ad0695a0f10fac16c42ce29c89c","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"}}, - {"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":"260727fa0b4bc4b83da0808cacd2947507f704e065d7971c8f0b50bdf54830e0","git_blob_id":"2fd1622f3ce4796ed16ca3d084c47ac0e7f1c826","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:bcbdfcf802e35b7d6dca19d2","mime":"text/markdown","path":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md","repo":"aoa-techniques","size_bytes":10144,"version_id":"aoa:aoa-techniques:artifact-version:0461dbab0dcba2311005553c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-checkpoint-closeout-bridge/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/aoa-checkpoint-closeout-bridge/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-checkpoint-closeout-bridge","level":1,"line":16,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md#aoa-checkpoint-closeout-bridge","title":"aoa-checkpoint-closeout-bridge"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":32,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":54,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":63,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":83,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":116,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":134,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":146,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":161,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":167,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md:1"],"path_ref":".agents/skills/aoa-checkpoint-closeout-bridge/SKILL.md"},"signs":{"attestation_ref":"","digest":"260727fa0b4bc4b83da0808cacd2947507f704e065d7971c8f0b50bdf54830e0","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"}}, - {"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":"9ffa3cf29372b22ce320112feb22f7a6cfd8504be5bcee2d29013c24c1cc0ae7","git_blob_id":"945dd3c526fc211eecebf993b69aaa60d082b6a7","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:590829fb074a642096f3461a","mime":"application/yaml","path":".agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml","repo":"aoa-techniques","size_bytes":515,"version_id":"aoa:aoa-techniques:artifact-version:3e650bb282d69e158699e67c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-checkpoint-closeout-bridge/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"9ffa3cf29372b22ce320112feb22f7a6cfd8504be5bcee2d29013c24c1cc0ae7","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:6ef01b8e7e152498e89ee3a5","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:6ef01b8e7e152498e89ee3a5","mime":"image/svg+xml","path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:30b7afb4e5ac959b640798aa"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-checkpoint-closeout-bridge/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-checkpoint-closeout-bridge/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-checkpoint-closeout-bridge/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:554104d8a235d4a1025a0606","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:554104d8a235d4a1025a0606","mime":"image/svg+xml","path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:30a45fbe9d2e5426f424f704"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-checkpoint-closeout-bridge/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-checkpoint-closeout-bridge/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-checkpoint-closeout-bridge/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-checkpoint-closeout-bridge/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"f1755482da17ea3f6a185e13262dfd7a40a26237ef2fa7eec8a9d20adf5ba686","git_blob_id":"28d5036164fe68d34f30980afd0632a843f1d77b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:58b65bcb682929e2a5f64a0b","mime":"text/markdown","path":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md","repo":"aoa-techniques","size_bytes":1537,"version_id":"aoa:aoa-techniques:artifact-version:5b13a28d5e75f2bb1f74c72e"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":8,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":16,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":28,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md:1"],"path_ref":".agents/skills/aoa-checkpoint-closeout-bridge/checks/review.md"},"signs":{"attestation_ref":"","digest":"f1755482da17ea3f6a185e13262dfd7a40a26237ef2fa7eec8a9d20adf5ba686","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"}}, - {"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":"722e178a92d429034f2a79b2bba82baf42d6cc3536865cd6ce3051ba2139cbc2","git_blob_id":"4ad412b39e362fca9104b4cf3df7a38330c4a37b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:1777ab0c4f0cafa26317aa96","mime":"text/markdown","path":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md","repo":"aoa-techniques","size_bytes":1987,"version_id":"aoa:aoa-techniques:artifact-version:62902a74de173dfd59b41917"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":10,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":17,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":25,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":34,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":42,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-checkpoint-closeout-bridge/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"722e178a92d429034f2a79b2bba82baf42d6cc3536865cd6ce3051ba2139cbc2","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"}}, - {"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":"d5ac9105eaeff73f88396ca5af99b026fc1632590bb66ff5f8fe2f952a014eec","git_blob_id":"bc1a65cca8d3c9534e42fff3472c690f7b167392","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:0ff24845b92f5b6de264c410","mime":"application/yaml","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml","repo":"aoa-techniques","size_bytes":1074,"version_id":"aoa:aoa-techniques:artifact-version:f810ad167958ff63a39c439a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml:1"],"path_ref":".agents/skills/aoa-checkpoint-closeout-bridge/references/checkpoint-closeout-execution-report-schema.yaml"},"signs":{"attestation_ref":"","digest":"d5ac9105eaeff73f88396ca5af99b026fc1632590bb66ff5f8fe2f952a014eec","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"}}, - {"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":"07b6c970e3fb93bc4b49c238b12260f78250b6307cc2e786fe42c9b35c17359f","git_blob_id":"c7439fd480b1d04f4364ac29e174b901d51d0345","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/references/core-skill-application-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:fd7120d71a76e2afa56076d4","mime":"application/yaml","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":974,"version_id":"aoa:aoa-techniques:artifact-version:ef222b5a3ba4f5661323bb00"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-checkpoint-closeout-bridge/references/core-skill-application-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-checkpoint-closeout-bridge/references/core-skill-application-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-checkpoint-closeout-bridge/references/core-skill-application-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"07b6c970e3fb93bc4b49c238b12260f78250b6307cc2e786fe42c9b35c17359f","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"}}, - {"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":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","git_blob_id":"e9cf79f5fde1e802e1607cc7d41b2affbd7042f3","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","lineage_path":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md","logical_id":"aoa:aoa-techniques:artifact:ab5ee122955ddd14c2207c18","mime":"text/markdown","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md","repo":"aoa-techniques","size_bytes":956,"version_id":"aoa:aoa-techniques:artifact-version:aa131d145dc59aa9acd706b0"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"stats-event-envelope","level":1,"line":1,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md#stats-event-envelope","title":"Stats Event Envelope"},{"anchor":"required-fields","level":2,"line":12,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md#required-fields","title":"Required fields"},{"anchor":"optional-fields","level":2,"line":24,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md#optional-fields","title":"Optional fields"},{"anchor":"rules","level":2,"line":31,"ref":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md#rules","title":"Rules"}],"line_refs":[".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md:1"],"path_ref":".agents/skills/aoa-checkpoint-closeout-bridge/references/stats-event-envelope.md"},"signs":{"attestation_ref":"","digest":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","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"}}, - {"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":"3579507656a9680c6448b8cb0798bef4c588574ead55c87a05a619c459aa3142","git_blob_id":"f3128051fee21c08d8a4b9aa0455944d8bcbbff2","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","lineage_path":".agents/skills/aoa-commit-growth-seam/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:00205560f74370b22f5dd0f5","mime":"text/markdown","path":".agents/skills/aoa-commit-growth-seam/SKILL.md","repo":"aoa-techniques","size_bytes":6624,"version_id":"aoa:aoa-techniques:artifact-version:19671409725f5810075cdcc5"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-commit-growth-seam/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/aoa-commit-growth-seam/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-commit-growth-seam","level":1,"line":16,"ref":".agents/skills/aoa-commit-growth-seam/SKILL.md#aoa-commit-growth-seam","title":"aoa-commit-growth-seam"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-commit-growth-seam/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":27,"ref":".agents/skills/aoa-commit-growth-seam/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":51,"ref":".agents/skills/aoa-commit-growth-seam/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":59,"ref":".agents/skills/aoa-commit-growth-seam/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":68,"ref":".agents/skills/aoa-commit-growth-seam/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":85,"ref":".agents/skills/aoa-commit-growth-seam/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":94,"ref":".agents/skills/aoa-commit-growth-seam/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":103,"ref":".agents/skills/aoa-commit-growth-seam/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":113,"ref":".agents/skills/aoa-commit-growth-seam/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":118,"ref":".agents/skills/aoa-commit-growth-seam/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-commit-growth-seam/SKILL.md:1"],"path_ref":".agents/skills/aoa-commit-growth-seam/SKILL.md"},"signs":{"attestation_ref":"","digest":"3579507656a9680c6448b8cb0798bef4c588574ead55c87a05a619c459aa3142","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"}}, - {"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":"3d221044a22a1c3f51e6eec73ccdca67be5686123c1b754c7f9808a65a396367","git_blob_id":"1f40f01ae89d1b11c6f7d9534b6df444bd3c4c6b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","lineage_path":".agents/skills/aoa-commit-growth-seam/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:b488fa870f11fb566638e969","mime":"application/yaml","path":".agents/skills/aoa-commit-growth-seam/agents/openai.yaml","repo":"aoa-techniques","size_bytes":482,"version_id":"aoa:aoa-techniques:artifact-version:2f8d534f1daac442b6615a55"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-commit-growth-seam/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-commit-growth-seam/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-commit-growth-seam/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-commit-growth-seam/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"3d221044a22a1c3f51e6eec73ccdca67be5686123c1b754c7f9808a65a396367","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:c50c0d77d1853be5cf94cf88","lineage_path":".agents/skills/aoa-commit-growth-seam/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:c50c0d77d1853be5cf94cf88","mime":"image/svg+xml","path":".agents/skills/aoa-commit-growth-seam/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:69f25738983e21c79d45d07b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-commit-growth-seam/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-commit-growth-seam/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-commit-growth-seam/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-commit-growth-seam/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:41d7907a0164582cfc9b6e36","lineage_path":".agents/skills/aoa-commit-growth-seam/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:41d7907a0164582cfc9b6e36","mime":"image/svg+xml","path":".agents/skills/aoa-commit-growth-seam/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:b07d1d3a5557ca662c0b8d57"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-commit-growth-seam/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-commit-growth-seam/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-commit-growth-seam/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-commit-growth-seam/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"06791eb6ddefda2908c52b17f2e796bcdaf82ea7e7f8e6244f5a887140ff9c47","git_blob_id":"70f79ffe31d5a6c84f3fafb42ebed6cea236df01","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","lineage_path":".agents/skills/aoa-commit-growth-seam/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:3fa812b46ea169d823155f3c","mime":"text/markdown","path":".agents/skills/aoa-commit-growth-seam/checks/review.md","repo":"aoa-techniques","size_bytes":1074,"version_id":"aoa:aoa-techniques:artifact-version:eeb65cc5ed92e05038564bc3"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-commit-growth-seam/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-commit-growth-seam/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-commit-growth-seam/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-commit-growth-seam/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":8,"ref":".agents/skills/aoa-commit-growth-seam/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":15,"ref":".agents/skills/aoa-commit-growth-seam/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":24,"ref":".agents/skills/aoa-commit-growth-seam/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-commit-growth-seam/checks/review.md:1"],"path_ref":".agents/skills/aoa-commit-growth-seam/checks/review.md"},"signs":{"attestation_ref":"","digest":"06791eb6ddefda2908c52b17f2e796bcdaf82ea7e7f8e6244f5a887140ff9c47","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"}}, - {"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":"88d714dc02c471f317d8c25021bae6242060a9b0cfd325183ea44146d5ffb5d4","git_blob_id":"fb8166ed412c1fd11cca9a510b84257ebf527438","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","lineage_path":".agents/skills/aoa-commit-growth-seam/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:24d57d6b96d55b87c879d6d2","mime":"text/markdown","path":".agents/skills/aoa-commit-growth-seam/examples/runtime.md","repo":"aoa-techniques","size_bytes":1899,"version_id":"aoa:aoa-techniques:artifact-version:3c848d7cfb83ce10f137dfa0"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-commit-growth-seam/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-commit-growth-seam/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-commit-growth-seam/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-commit-growth-seam/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":9,"ref":".agents/skills/aoa-commit-growth-seam/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":16,"ref":".agents/skills/aoa-commit-growth-seam/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":24,"ref":".agents/skills/aoa-commit-growth-seam/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":32,"ref":".agents/skills/aoa-commit-growth-seam/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":41,"ref":".agents/skills/aoa-commit-growth-seam/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-commit-growth-seam/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-commit-growth-seam/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"88d714dc02c471f317d8c25021bae6242060a9b0cfd325183ea44146d5ffb5d4","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"}}, - {"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":"f966cf9acc169f43dbdbbf6a24e5ea2a52a354ab992a8172b0558ce874ab32d6","git_blob_id":"82b267c0b78c51a4691fd7b54e7aa99eb159b868","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","lineage_path":".agents/skills/aoa-contract-test/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:b010b6bbedccf3b3968036fa","mime":"text/markdown","path":".agents/skills/aoa-contract-test/SKILL.md","repo":"aoa-techniques","size_bytes":5866,"version_id":"aoa:aoa-techniques:artifact-version:1b67ed4b50072d02b29f1f5a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-contract-test/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/aoa-contract-test/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-contract-test","level":1,"line":16,"ref":".agents/skills/aoa-contract-test/SKILL.md#aoa-contract-test","title":"aoa-contract-test"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-contract-test/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-contract-test/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":39,"ref":".agents/skills/aoa-contract-test/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":47,"ref":".agents/skills/aoa-contract-test/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":54,"ref":".agents/skills/aoa-contract-test/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":63,"ref":".agents/skills/aoa-contract-test/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":72,"ref":".agents/skills/aoa-contract-test/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":81,"ref":".agents/skills/aoa-contract-test/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":89,"ref":".agents/skills/aoa-contract-test/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":94,"ref":".agents/skills/aoa-contract-test/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-contract-test/SKILL.md:1"],"path_ref":".agents/skills/aoa-contract-test/SKILL.md"},"signs":{"attestation_ref":"","digest":"f966cf9acc169f43dbdbbf6a24e5ea2a52a354ab992a8172b0558ce874ab32d6","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"}}, - {"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":"389f68eb9f44d9d0f5ac4f277ed07a72ea5b024bfae6628842ba68a2612a2003","git_blob_id":"97d17599a97a20a98bada5e502e66aae44e78b63","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","lineage_path":".agents/skills/aoa-contract-test/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:dbc119770e9e637bb5b5ba49","mime":"application/yaml","path":".agents/skills/aoa-contract-test/agents/openai.yaml","repo":"aoa-techniques","size_bytes":428,"version_id":"aoa:aoa-techniques:artifact-version:219d0f1d2f01a677a55a8bc8"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-contract-test/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-contract-test/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-contract-test/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-contract-test/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"389f68eb9f44d9d0f5ac4f277ed07a72ea5b024bfae6628842ba68a2612a2003","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:7bee74fe0254b259c85979a4","lineage_path":".agents/skills/aoa-contract-test/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:7bee74fe0254b259c85979a4","mime":"image/svg+xml","path":".agents/skills/aoa-contract-test/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:da1afcb683fe1643986ed60a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-contract-test/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-contract-test/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-contract-test/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-contract-test/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:4452d53f16e627f25a4ad68b","lineage_path":".agents/skills/aoa-contract-test/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:4452d53f16e627f25a4ad68b","mime":"image/svg+xml","path":".agents/skills/aoa-contract-test/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:7f853b57f5b8da1af498e4db"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-contract-test/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-contract-test/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-contract-test/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-contract-test/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"a00dda1ca7ce0702d8a21d3f15ed73bd0137357ec7c22af3758a0b2d7ff83cab","git_blob_id":"bd2a5426fd64aee1dbe7e8d492c28d6a963cc363","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","lineage_path":".agents/skills/aoa-contract-test/examples/example.md","logical_id":"aoa:aoa-techniques:artifact:0cd49da7dd7d9ef835e251ef","mime":"text/markdown","path":".agents/skills/aoa-contract-test/examples/example.md","repo":"aoa-techniques","size_bytes":1867,"version_id":"aoa:aoa-techniques:artifact-version:b87bdb01db6c81cf94ef3225"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-contract-test/examples/example.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-contract-test/examples/example.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"example","level":1,"line":1,"ref":".agents/skills/aoa-contract-test/examples/example.md#example","title":"Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-contract-test/examples/example.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":10,"ref":".agents/skills/aoa-contract-test/examples/example.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":16,"ref":".agents/skills/aoa-contract-test/examples/example.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":23,"ref":".agents/skills/aoa-contract-test/examples/example.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":30,"ref":".agents/skills/aoa-contract-test/examples/example.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":36,"ref":".agents/skills/aoa-contract-test/examples/example.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-contract-test/examples/example.md:1"],"path_ref":".agents/skills/aoa-contract-test/examples/example.md"},"signs":{"attestation_ref":"","digest":"a00dda1ca7ce0702d8a21d3f15ed73bd0137357ec7c22af3758a0b2d7ff83cab","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"}}, - {"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":"9409525b8e52be381acfec517234b78d20e0408b3fe6a9acab87df5dfbca64d6","git_blob_id":"0537d5dcfb6df9fe4adaf230f5140cd27e1332da","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","lineage_path":".agents/skills/aoa-contract-test/references/contract-shapes.md","logical_id":"aoa:aoa-techniques:artifact:f5a40a53262af1e3fe7106ba","mime":"text/markdown","path":".agents/skills/aoa-contract-test/references/contract-shapes.md","repo":"aoa-techniques","size_bytes":4600,"version_id":"aoa:aoa-techniques:artifact-version:81eaaa5ac2e0cc006c60f471"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-contract-test/references/contract-shapes.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-contract-test/references/contract-shapes.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"contract-shapes","level":1,"line":1,"ref":".agents/skills/aoa-contract-test/references/contract-shapes.md#contract-shapes","title":"Contract Shapes"},{"anchor":"how-to-use","level":2,"line":8,"ref":".agents/skills/aoa-contract-test/references/contract-shapes.md#how-to-use","title":"How To Use"},{"anchor":"shape-set","level":2,"line":16,"ref":".agents/skills/aoa-contract-test/references/contract-shapes.md#shape-set","title":"Shape Set"},{"anchor":"compact-contract-pass","level":2,"line":33,"ref":".agents/skills/aoa-contract-test/references/contract-shapes.md#compact-contract-pass","title":"Compact Contract Pass"},{"anchor":"verification","level":2,"line":45,"ref":".agents/skills/aoa-contract-test/references/contract-shapes.md#verification","title":"Verification"}],"line_refs":[".agents/skills/aoa-contract-test/references/contract-shapes.md:1"],"path_ref":".agents/skills/aoa-contract-test/references/contract-shapes.md"},"signs":{"attestation_ref":"","digest":"9409525b8e52be381acfec517234b78d20e0408b3fe6a9acab87df5dfbca64d6","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"}}, - {"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":"de793750042007cfd50adfd040d4d95928e622dcef6201a234e2fdc8bbbd20a3","git_blob_id":"2911629b4baa23cf3a3fa68183ea3126b500bb1f","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","lineage_path":".agents/skills/aoa-core-logic-boundary/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:71414f1d567fc825afd0a25c","mime":"text/markdown","path":".agents/skills/aoa-core-logic-boundary/SKILL.md","repo":"aoa-techniques","size_bytes":6408,"version_id":"aoa:aoa-techniques:artifact-version:469d6fb834d9bc7b7d86c348"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-core-logic-boundary/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/aoa-core-logic-boundary/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-core-logic-boundary","level":1,"line":16,"ref":".agents/skills/aoa-core-logic-boundary/SKILL.md#aoa-core-logic-boundary","title":"aoa-core-logic-boundary"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-core-logic-boundary/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-core-logic-boundary/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":39,"ref":".agents/skills/aoa-core-logic-boundary/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":46,"ref":".agents/skills/aoa-core-logic-boundary/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":53,"ref":".agents/skills/aoa-core-logic-boundary/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":62,"ref":".agents/skills/aoa-core-logic-boundary/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":70,"ref":".agents/skills/aoa-core-logic-boundary/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":79,"ref":".agents/skills/aoa-core-logic-boundary/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":87,"ref":".agents/skills/aoa-core-logic-boundary/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":92,"ref":".agents/skills/aoa-core-logic-boundary/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-core-logic-boundary/SKILL.md:1"],"path_ref":".agents/skills/aoa-core-logic-boundary/SKILL.md"},"signs":{"attestation_ref":"","digest":"de793750042007cfd50adfd040d4d95928e622dcef6201a234e2fdc8bbbd20a3","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"}}, - {"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":"24c9ceb3959e0fde9895115712227ee1097efc80dd26ab9642113d523cc56f66","git_blob_id":"e86a8992d30cf5a523010cda3b79be4d168a1419","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","lineage_path":".agents/skills/aoa-core-logic-boundary/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:d9ec351916aac8ff78d21f08","mime":"application/yaml","path":".agents/skills/aoa-core-logic-boundary/agents/openai.yaml","repo":"aoa-techniques","size_bytes":445,"version_id":"aoa:aoa-techniques:artifact-version:c3a5bb565a232173a4d9c5fb"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-core-logic-boundary/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-core-logic-boundary/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-core-logic-boundary/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-core-logic-boundary/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"24c9ceb3959e0fde9895115712227ee1097efc80dd26ab9642113d523cc56f66","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:9d3d12a86424bc775e82d788","lineage_path":".agents/skills/aoa-core-logic-boundary/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:9d3d12a86424bc775e82d788","mime":"image/svg+xml","path":".agents/skills/aoa-core-logic-boundary/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:8c8e96cfa6a6bc720f772afa"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-core-logic-boundary/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-core-logic-boundary/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-core-logic-boundary/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-core-logic-boundary/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e1fda7ed619c326866eed6e2","lineage_path":".agents/skills/aoa-core-logic-boundary/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:e1fda7ed619c326866eed6e2","mime":"image/svg+xml","path":".agents/skills/aoa-core-logic-boundary/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:11325b246a1140b025ebcd1a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-core-logic-boundary/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-core-logic-boundary/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-core-logic-boundary/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-core-logic-boundary/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"8d035f0f74ac833d49177ccae461770276afcfd0630c7cb97eb5d4fe69c462c9","git_blob_id":"0d1e1626a1fa9cfe5afcd68c0e292189558f4685","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","lineage_path":".agents/skills/aoa-core-logic-boundary/examples/example.md","logical_id":"aoa:aoa-techniques:artifact:92aeef15523edbae37688e32","mime":"text/markdown","path":".agents/skills/aoa-core-logic-boundary/examples/example.md","repo":"aoa-techniques","size_bytes":2150,"version_id":"aoa:aoa-techniques:artifact-version:b76b68474b1c821abfc863fb"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-core-logic-boundary/examples/example.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-core-logic-boundary/examples/example.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"example","level":1,"line":1,"ref":".agents/skills/aoa-core-logic-boundary/examples/example.md#example","title":"Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-core-logic-boundary/examples/example.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":11,"ref":".agents/skills/aoa-core-logic-boundary/examples/example.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":17,"ref":".agents/skills/aoa-core-logic-boundary/examples/example.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":24,"ref":".agents/skills/aoa-core-logic-boundary/examples/example.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":32,"ref":".agents/skills/aoa-core-logic-boundary/examples/example.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":38,"ref":".agents/skills/aoa-core-logic-boundary/examples/example.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-core-logic-boundary/examples/example.md:1"],"path_ref":".agents/skills/aoa-core-logic-boundary/examples/example.md"},"signs":{"attestation_ref":"","digest":"8d035f0f74ac833d49177ccae461770276afcfd0630c7cb97eb5d4fe69c462c9","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"}}, - {"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":"df825d59dbbc4ab5e1cf28c913d68ff5aaeecaab7761e48edaf951dd32b0aae1","git_blob_id":"d2696a26584bc8855bb84f99bf450a05ba363f61","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","lineage_path":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md","logical_id":"aoa:aoa-techniques:artifact:afdf4ede162d60fda61abf63","mime":"text/markdown","path":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md","repo":"aoa-techniques","size_bytes":5131,"version_id":"aoa:aoa-techniques:artifact-version:9beee8ca7771c2fb9360847b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"core-boundary-shapes","level":1,"line":1,"ref":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md#core-boundary-shapes","title":"Core Boundary Shapes"},{"anchor":"how-to-use","level":2,"line":7,"ref":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md#how-to-use","title":"How To Use"},{"anchor":"shape-set","level":2,"line":16,"ref":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md#shape-set","title":"Shape Set"},{"anchor":"compact-core-boundary-pass","level":2,"line":33,"ref":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md#compact-core-boundary-pass","title":"Compact Core Boundary Pass"},{"anchor":"verification","level":2,"line":46,"ref":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md#verification","title":"Verification"}],"line_refs":[".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md:1"],"path_ref":".agents/skills/aoa-core-logic-boundary/references/core-boundary-shapes.md"},"signs":{"attestation_ref":"","digest":"df825d59dbbc4ab5e1cf28c913d68ff5aaeecaab7761e48edaf951dd32b0aae1","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"}}, - {"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":"fef64c9479e51af6abcb096ae402d11dcb0946c828f95ace08d077cff3f0b1f0","git_blob_id":"8e8a508f8fb9ec42f83087a88fed150ef48d0505","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","lineage_path":".agents/skills/aoa-dry-run-first/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:a328f835b84f584d2051c0e1","mime":"text/markdown","path":".agents/skills/aoa-dry-run-first/SKILL.md","repo":"aoa-techniques","size_bytes":4863,"version_id":"aoa:aoa-techniques:artifact-version:093f1c175fd0cbb95830e64f"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-dry-run-first/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/aoa-dry-run-first/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-dry-run-first","level":1,"line":16,"ref":".agents/skills/aoa-dry-run-first/SKILL.md#aoa-dry-run-first","title":"aoa-dry-run-first"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-dry-run-first/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-dry-run-first/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":34,"ref":".agents/skills/aoa-dry-run-first/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":40,"ref":".agents/skills/aoa-dry-run-first/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":47,"ref":".agents/skills/aoa-dry-run-first/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":56,"ref":".agents/skills/aoa-dry-run-first/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":64,"ref":".agents/skills/aoa-dry-run-first/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":72,"ref":".agents/skills/aoa-dry-run-first/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":81,"ref":".agents/skills/aoa-dry-run-first/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":86,"ref":".agents/skills/aoa-dry-run-first/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-dry-run-first/SKILL.md:1"],"path_ref":".agents/skills/aoa-dry-run-first/SKILL.md"},"signs":{"attestation_ref":"","digest":"fef64c9479e51af6abcb096ae402d11dcb0946c828f95ace08d077cff3f0b1f0","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"}}, - {"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":"4a76d760aaec004ae61643111a52fe13e8a5a7fdda65d70d775f457e579f4d2f","git_blob_id":"4302025f13fd6e22f0d2b3c4bdff13f5dae37fe6","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","lineage_path":".agents/skills/aoa-dry-run-first/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:d54ae846a6cdd45793858125","mime":"application/yaml","path":".agents/skills/aoa-dry-run-first/agents/openai.yaml","repo":"aoa-techniques","size_bytes":437,"version_id":"aoa:aoa-techniques:artifact-version:b402f48142388a6b01301c27"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-dry-run-first/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-dry-run-first/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-dry-run-first/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-dry-run-first/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"4a76d760aaec004ae61643111a52fe13e8a5a7fdda65d70d775f457e579f4d2f","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"}}, - {"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":"4ecd683e8503fcb63f15b254aacf1c1194f4178cd5c433a38bfd135513e2de8b","git_blob_id":"f205010b7f1bc5f100a8ba3b98af141e535442b8","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","lineage_path":".agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json","logical_id":"aoa:aoa-techniques:artifact:4e5bfb3f95d380c3e3b6419e","mime":"application/json","path":".agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json","repo":"aoa-techniques","size_bytes":745,"version_id":"aoa:aoa-techniques:artifact-version:f10c17f19f4c21b3f4fd7759"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json:1"],"path_ref":".agents/skills/aoa-dry-run-first/assets/dry_run_contract.template.json"},"signs":{"attestation_ref":"","digest":"4ecd683e8503fcb63f15b254aacf1c1194f4178cd5c433a38bfd135513e2de8b","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"schema","compatibility":"stable","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":"aa51b7dcb6bea8c4ebcdeac246393d9a2d5f012b78f3562ec7941f03f8d00b4f","git_blob_id":"6adc89b701b47dad7a48143fa9c32a4ae4e09da8","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","lineage_path":".agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json","logical_id":"aoa:aoa-techniques:artifact:1d7ca84373ca048980671ac6","mime":"application/json","path":".agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json","repo":"aoa-techniques","size_bytes":1377,"version_id":"aoa:aoa-techniques:artifact-version:0b06a8f6aa04914a05eb2f70"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"schema_owner","surface":".agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json:1"],"path_ref":".agents/skills/aoa-dry-run-first/assets/dry_run_report.schema.json"},"signs":{"attestation_ref":"","digest":"aa51b7dcb6bea8c4ebcdeac246393d9a2d5f012b78f3562ec7941f03f8d00b4f","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","git_blob_id":"b6a44ef42ce163a89a6307b70867f960b1ddf20e","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:c7deead25794dc3e0b9188a7","lineage_path":".agents/skills/aoa-dry-run-first/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:c7deead25794dc3e0b9188a7","mime":"image/svg+xml","path":".agents/skills/aoa-dry-run-first/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":442,"version_id":"aoa:aoa-techniques:artifact-version:6fe43c96f00df142965c5bd0"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-dry-run-first/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-dry-run-first/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-dry-run-first/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-dry-run-first/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","git_blob_id":"84989b3d2909ff6533bc7c56e586eaaa158b0b0a","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:b6c2f9b6844178e9809cfa1f","lineage_path":".agents/skills/aoa-dry-run-first/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:b6c2f9b6844178e9809cfa1f","mime":"image/svg+xml","path":".agents/skills/aoa-dry-run-first/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":440,"version_id":"aoa:aoa-techniques:artifact-version:d61110bd6609c3ab0f219276"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-dry-run-first/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-dry-run-first/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-dry-run-first/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-dry-run-first/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","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"}}, - {"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":"6db3f939b7b19e4ba8d91673eae4e8ea74bf4e0df298ef660c869a2a302944fd","git_blob_id":"2919c23973f5ab0cbd60bff83b33f6e7b12dd20f","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","lineage_path":".agents/skills/aoa-dry-run-first/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:b3e3649b3a1bfd5ddff777a7","mime":"text/markdown","path":".agents/skills/aoa-dry-run-first/checks/review.md","repo":"aoa-techniques","size_bytes":962,"version_id":"aoa:aoa-techniques:artifact-version:517c2c68a81c885592c3d792"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-dry-run-first/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-dry-run-first/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-dry-run-first/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-dry-run-first/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":7,"ref":".agents/skills/aoa-dry-run-first/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":13,"ref":".agents/skills/aoa-dry-run-first/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":21,"ref":".agents/skills/aoa-dry-run-first/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-dry-run-first/checks/review.md:1"],"path_ref":".agents/skills/aoa-dry-run-first/checks/review.md"},"signs":{"attestation_ref":"","digest":"6db3f939b7b19e4ba8d91673eae4e8ea74bf4e0df298ef660c869a2a302944fd","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"}}, - {"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":"1321fc858d8d92f93c74c784b4abc1c2859c3d61a1607deb525456fb04bbb70d","git_blob_id":"42e7b3282c53956824fcd522a3fec4c040f16254","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","lineage_path":".agents/skills/aoa-dry-run-first/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:30b7207b73e99759eb18fbf8","mime":"text/markdown","path":".agents/skills/aoa-dry-run-first/examples/runtime.md","repo":"aoa-techniques","size_bytes":1138,"version_id":"aoa:aoa-techniques:artifact-version:0bec4a0f8364850d7c134b23"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-dry-run-first/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-dry-run-first/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-dry-run-first/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-dry-run-first/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":7,"ref":".agents/skills/aoa-dry-run-first/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":11,"ref":".agents/skills/aoa-dry-run-first/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":18,"ref":".agents/skills/aoa-dry-run-first/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":24,"ref":".agents/skills/aoa-dry-run-first/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":30,"ref":".agents/skills/aoa-dry-run-first/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-dry-run-first/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-dry-run-first/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"1321fc858d8d92f93c74c784b4abc1c2859c3d61a1607deb525456fb04bbb70d","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"}}, - {"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":"e4b614e2654a77cb7e67cb8f1348cd7d20aaed8a930b4fd8e503cd2166ebe614","git_blob_id":"03fbdaf1421be1aee99b2dd165748c0243e49bec","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","lineage_path":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md","logical_id":"aoa:aoa-techniques:artifact:4ee27d8375a18a9444d2acbd","mime":"text/markdown","path":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md","repo":"aoa-techniques","size_bytes":449,"version_id":"aoa:aoa-techniques:artifact-version:125461d524cf99fc3c521ceb"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"confirmation-seam","level":1,"line":1,"ref":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md#confirmation-seam","title":"Confirmation seam"},{"anchor":"good-confirmation-shape","level":2,"line":5,"ref":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md#good-confirmation-shape","title":"Good confirmation shape"},{"anchor":"example","level":2,"line":11,"ref":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md#example","title":"Example"},{"anchor":"anti-patterns","level":2,"line":15,"ref":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md#anti-patterns","title":"Anti-patterns"}],"line_refs":[".agents/skills/aoa-dry-run-first/references/confirmation_seam.md:1"],"path_ref":".agents/skills/aoa-dry-run-first/references/confirmation_seam.md"},"signs":{"attestation_ref":"","digest":"e4b614e2654a77cb7e67cb8f1348cd7d20aaed8a930b4fd8e503cd2166ebe614","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"}}, - {"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":"b131942c6b4bccf003eb946a9ba7abfb15d35bd9f817a3c9487e15831e3f6356","git_blob_id":"a7c94e8ddf71d6231817db6dbeaa6ce62c6ebd2a","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","lineage_path":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md","logical_id":"aoa:aoa-techniques:artifact:44483595f91163aba31ca13d","mime":"text/markdown","path":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md","repo":"aoa-techniques","size_bytes":538,"version_id":"aoa:aoa-techniques:artifact-version:b8aebdda1fbce3c1ec352ec7"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"dry-run-limitations","level":1,"line":1,"ref":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md#dry-run-limitations","title":"Dry-run limitations"},{"anchor":"record-at-least-these-boundaries","level":2,"line":5,"ref":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md#record-at-least-these-boundaries","title":"Record at least these boundaries"},{"anchor":"good-language","level":2,"line":12,"ref":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md#good-language","title":"Good language"}],"line_refs":[".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md:1"],"path_ref":".agents/skills/aoa-dry-run-first/references/dry_run_limitations.md"},"signs":{"attestation_ref":"","digest":"b131942c6b4bccf003eb946a9ba7abfb15d35bd9f817a3c9487e15831e3f6356","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"}}, - {"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":"679498e2f8e139bc6c68fbaeb023c82a68f062a2aab04557a9e4b6d89f5adc94","git_blob_id":"437111449325d7bacb0a8cccaeca5ec023d9b5d0","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","lineage_path":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py","logical_id":"aoa:aoa-techniques:artifact:e1480fe2d209b15c9c80b7e2","mime":"text/x-python","path":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py","repo":"aoa-techniques","size_bytes":5952,"version_id":"aoa:aoa-techniques:artifact-version:69c431a2945576c64f4f783f"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"command_owner","surface":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py:1"],"path_ref":".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py"},"signs":{"attestation_ref":"","digest":"679498e2f8e139bc6c68fbaeb023c82a68f062a2aab04557a9e4b6d89f5adc94","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python .agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, - {"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":"e87633e8ddb0a07a9ad703148c7dc82c5b2c20c46d2fa9b8a9948365224a9ade","git_blob_id":"0280c8c332ec63f365b7f77ccf752a5d77979560","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","lineage_path":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py","logical_id":"aoa:aoa-techniques:artifact:0ea89b83a26af8244d9b4bfa","mime":"text/x-python","path":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py","repo":"aoa-techniques","size_bytes":3643,"version_id":"aoa:aoa-techniques:artifact-version:2e3c8bcefb950b9540cbd620"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"command_owner","surface":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py:1"],"path_ref":".agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py"},"signs":{"attestation_ref":"","digest":"e87633e8ddb0a07a9ad703148c7dc82c5b2c20c46d2fa9b8a9948365224a9ade","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python .agents/skills/aoa-dry-run-first/scripts/preview_gap_check.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, - {"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":"audit","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"2b4aa6740b4405d38f26757fd1a9510e4b2cadd9dfa37945a69427809d529525","git_blob_id":"c41010e5d0736b2642f40dc63bfce300cb41c65b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","lineage_path":".agents/skills/aoa-invariant-coverage-audit/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:aa368736d1d7f623e96ef6b3","mime":"text/markdown","path":".agents/skills/aoa-invariant-coverage-audit/SKILL.md","repo":"aoa-techniques","size_bytes":5530,"version_id":"aoa:aoa-techniques:artifact-version:1bfa36ff0aa857c69e490ee1"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-invariant-coverage-audit/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/aoa-invariant-coverage-audit/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-invariant-coverage-audit","level":1,"line":16,"ref":".agents/skills/aoa-invariant-coverage-audit/SKILL.md#aoa-invariant-coverage-audit","title":"aoa-invariant-coverage-audit"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-invariant-coverage-audit/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-invariant-coverage-audit/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":35,"ref":".agents/skills/aoa-invariant-coverage-audit/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":42,"ref":".agents/skills/aoa-invariant-coverage-audit/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":50,"ref":".agents/skills/aoa-invariant-coverage-audit/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":59,"ref":".agents/skills/aoa-invariant-coverage-audit/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":68,"ref":".agents/skills/aoa-invariant-coverage-audit/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":77,"ref":".agents/skills/aoa-invariant-coverage-audit/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":85,"ref":".agents/skills/aoa-invariant-coverage-audit/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":89,"ref":".agents/skills/aoa-invariant-coverage-audit/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-invariant-coverage-audit/SKILL.md:1"],"path_ref":".agents/skills/aoa-invariant-coverage-audit/SKILL.md"},"signs":{"attestation_ref":"","digest":"2b4aa6740b4405d38f26757fd1a9510e4b2cadd9dfa37945a69427809d529525","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"}}, - {"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":"d6d0d2e18af879a4b23093e54646c6ae34cc7c912e42f96653b6b357b37420e1","git_blob_id":"7a537ebfbf7917d8f1263bd9b233b0c087d9c9f8","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","lineage_path":".agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:99bc9e453e582fa719c9215f","mime":"application/yaml","path":".agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml","repo":"aoa-techniques","size_bytes":459,"version_id":"aoa:aoa-techniques:artifact-version:181d767915505a45a1562130"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-invariant-coverage-audit/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"d6d0d2e18af879a4b23093e54646c6ae34cc7c912e42f96653b6b357b37420e1","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:7b5fbfab2f6c7d53a5345161","lineage_path":".agents/skills/aoa-invariant-coverage-audit/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:7b5fbfab2f6c7d53a5345161","mime":"image/svg+xml","path":".agents/skills/aoa-invariant-coverage-audit/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:104bc30f2445270c9dfa7583"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-invariant-coverage-audit/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-invariant-coverage-audit/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-invariant-coverage-audit/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-invariant-coverage-audit/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:3557634eec6bdb53d6d4db40","lineage_path":".agents/skills/aoa-invariant-coverage-audit/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:3557634eec6bdb53d6d4db40","mime":"image/svg+xml","path":".agents/skills/aoa-invariant-coverage-audit/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:5d43acccadf38120a8f5fa4e"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-invariant-coverage-audit/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-invariant-coverage-audit/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-invariant-coverage-audit/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-invariant-coverage-audit/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"audit","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"89d852dabb324539bd57676088bd72eb7570de06af52f8f9aa2e1793ed9923b5","git_blob_id":"2bf954512bcc9646d3b6a9ffe4712f4c867d65bf","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","lineage_path":".agents/skills/aoa-invariant-coverage-audit/examples/example.md","logical_id":"aoa:aoa-techniques:artifact:db990ade493f9666f159a54c","mime":"text/markdown","path":".agents/skills/aoa-invariant-coverage-audit/examples/example.md","repo":"aoa-techniques","size_bytes":1987,"version_id":"aoa:aoa-techniques:artifact-version:253d6c5546810314193a175a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-invariant-coverage-audit/examples/example.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-invariant-coverage-audit/examples/example.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"example","level":1,"line":1,"ref":".agents/skills/aoa-invariant-coverage-audit/examples/example.md#example","title":"Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-invariant-coverage-audit/examples/example.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":7,"ref":".agents/skills/aoa-invariant-coverage-audit/examples/example.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":13,"ref":".agents/skills/aoa-invariant-coverage-audit/examples/example.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":20,"ref":".agents/skills/aoa-invariant-coverage-audit/examples/example.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":28,"ref":".agents/skills/aoa-invariant-coverage-audit/examples/example.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":34,"ref":".agents/skills/aoa-invariant-coverage-audit/examples/example.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-invariant-coverage-audit/examples/example.md:1"],"path_ref":".agents/skills/aoa-invariant-coverage-audit/examples/example.md"},"signs":{"attestation_ref":"","digest":"89d852dabb324539bd57676088bd72eb7570de06af52f8f9aa2e1793ed9923b5","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"}}, - {"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":"audit","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"6d59049e6371995f6cd1b6944ab6e9fb6cccfafab8eb8601c29e344f3035563a","git_blob_id":"b9d0665cc8d5f9409a0ec2b539d4defdab718497","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","lineage_path":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md","logical_id":"aoa:aoa-techniques:artifact:f00a19b19e4dbeaa575f01af","mime":"text/markdown","path":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md","repo":"aoa-techniques","size_bytes":4401,"version_id":"aoa:aoa-techniques:artifact-version:a66f09154e20df2818596609"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"coverage-audit-shapes","level":1,"line":1,"ref":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md#coverage-audit-shapes","title":"Coverage Audit Shapes"},{"anchor":"how-to-use","level":2,"line":8,"ref":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md#how-to-use","title":"How To Use"},{"anchor":"shape-set","level":2,"line":16,"ref":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md#shape-set","title":"Shape Set"},{"anchor":"compact-audit-pass","level":2,"line":31,"ref":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md#compact-audit-pass","title":"Compact Audit Pass"},{"anchor":"verification","level":2,"line":44,"ref":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md#verification","title":"Verification"}],"line_refs":[".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md:1"],"path_ref":".agents/skills/aoa-invariant-coverage-audit/references/coverage-audit-shapes.md"},"signs":{"attestation_ref":"","digest":"6d59049e6371995f6cd1b6944ab6e9fb6cccfafab8eb8601c29e344f3035563a","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"}}, - {"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":"3bb3ec18b33095297063c61c375d36eaebabb8edf60f0e34d035d49f7880387a","git_blob_id":"9da65e41e1baf684c380692388757168646db6cf","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","lineage_path":".agents/skills/aoa-local-stack-bringup/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:c1d0a70e0277ce97026ab1f3","mime":"text/markdown","path":".agents/skills/aoa-local-stack-bringup/SKILL.md","repo":"aoa-techniques","size_bytes":6751,"version_id":"aoa:aoa-techniques:artifact-version:c63bbb89322d20ae7c88a5d0"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-local-stack-bringup/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/aoa-local-stack-bringup/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-local-stack-bringup","level":1,"line":16,"ref":".agents/skills/aoa-local-stack-bringup/SKILL.md#aoa-local-stack-bringup","title":"aoa-local-stack-bringup"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-local-stack-bringup/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-local-stack-bringup/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":36,"ref":".agents/skills/aoa-local-stack-bringup/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":43,"ref":".agents/skills/aoa-local-stack-bringup/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":50,"ref":".agents/skills/aoa-local-stack-bringup/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":59,"ref":".agents/skills/aoa-local-stack-bringup/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":67,"ref":".agents/skills/aoa-local-stack-bringup/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":75,"ref":".agents/skills/aoa-local-stack-bringup/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":83,"ref":".agents/skills/aoa-local-stack-bringup/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":90,"ref":".agents/skills/aoa-local-stack-bringup/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-local-stack-bringup/SKILL.md:1"],"path_ref":".agents/skills/aoa-local-stack-bringup/SKILL.md"},"signs":{"attestation_ref":"","digest":"3bb3ec18b33095297063c61c375d36eaebabb8edf60f0e34d035d49f7880387a","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"}}, - {"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":"7c9fae46d5095ffdd4354ceac573888e1dc7f8102709d5eb7c3d36f9155c1f82","git_blob_id":"e30cfce016dbfa989cc1d6d4c778a978ff9d3c38","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","lineage_path":".agents/skills/aoa-local-stack-bringup/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:3f09d632c6c561bba88d3e56","mime":"application/yaml","path":".agents/skills/aoa-local-stack-bringup/agents/openai.yaml","repo":"aoa-techniques","size_bytes":464,"version_id":"aoa:aoa-techniques:artifact-version:f32bf0c096e9e4d78ef926b5"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-local-stack-bringup/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-local-stack-bringup/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-local-stack-bringup/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-local-stack-bringup/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"7c9fae46d5095ffdd4354ceac573888e1dc7f8102709d5eb7c3d36f9155c1f82","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","git_blob_id":"b6a44ef42ce163a89a6307b70867f960b1ddf20e","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:db384e6839b485bc81880159","lineage_path":".agents/skills/aoa-local-stack-bringup/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:db384e6839b485bc81880159","mime":"image/svg+xml","path":".agents/skills/aoa-local-stack-bringup/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":442,"version_id":"aoa:aoa-techniques:artifact-version:64626bfc8d38452bb637219a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-local-stack-bringup/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-local-stack-bringup/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-local-stack-bringup/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-local-stack-bringup/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","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"}}, - {"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":"3a7acf4aeebcb2cec01bde28ab5380dfe19fbd6f85daaa9cbd3d822dd5656288","git_blob_id":"200cc586e3875203133b199476e5975c6eba0a0c","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","lineage_path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json","logical_id":"aoa:aoa-techniques:artifact:ce922cbb3ad7437288b95f69","mime":"application/json","path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json","repo":"aoa-techniques","size_bytes":557,"version_id":"aoa:aoa-techniques:artifact-version:6cf9541f91dac162377eda76"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json:1"],"path_ref":".agents/skills/aoa-local-stack-bringup/assets/local_stack_bringup.template.json"},"signs":{"attestation_ref":"","digest":"3a7acf4aeebcb2cec01bde28ab5380dfe19fbd6f85daaa9cbd3d822dd5656288","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"schema","compatibility":"stable","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":"a8d4cf1ae3160118d0cb2985ad7d23a6ca37bae3ece369419dd5721183f54684","git_blob_id":"4de4941158634c885059464679787416d2a16f65","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","lineage_path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json","logical_id":"aoa:aoa-techniques:artifact:6a2381ff3025f50426050ab4","mime":"application/json","path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json","repo":"aoa-techniques","size_bytes":1358,"version_id":"aoa:aoa-techniques:artifact-version:7f3aaa3c85f975974cd8a417"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"schema_owner","surface":".agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json:1"],"path_ref":".agents/skills/aoa-local-stack-bringup/assets/local_stack_report.schema.json"},"signs":{"attestation_ref":"","digest":"a8d4cf1ae3160118d0cb2985ad7d23a6ca37bae3ece369419dd5721183f54684","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","git_blob_id":"84989b3d2909ff6533bc7c56e586eaaa158b0b0a","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:c1cec244488955706be397f1","lineage_path":".agents/skills/aoa-local-stack-bringup/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:c1cec244488955706be397f1","mime":"image/svg+xml","path":".agents/skills/aoa-local-stack-bringup/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":440,"version_id":"aoa:aoa-techniques:artifact-version:2024f54a45f2d6690d8e9177"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-local-stack-bringup/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-local-stack-bringup/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-local-stack-bringup/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-local-stack-bringup/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","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"}}, - {"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":"765995cb6df99aec197beb6db4cf168f7a13a3ec418a217790b63ca83c384f4c","git_blob_id":"f1f974dca298cc55c887433c297403b889f21d98","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","lineage_path":".agents/skills/aoa-local-stack-bringup/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:cdae2c350dc6e5f74bf38bff","mime":"text/markdown","path":".agents/skills/aoa-local-stack-bringup/checks/review.md","repo":"aoa-techniques","size_bytes":1250,"version_id":"aoa:aoa-techniques:artifact-version:6c6e91b729593ad0c169ee18"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-local-stack-bringup/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-local-stack-bringup/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-local-stack-bringup/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-local-stack-bringup/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":7,"ref":".agents/skills/aoa-local-stack-bringup/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":14,"ref":".agents/skills/aoa-local-stack-bringup/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":23,"ref":".agents/skills/aoa-local-stack-bringup/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-local-stack-bringup/checks/review.md:1"],"path_ref":".agents/skills/aoa-local-stack-bringup/checks/review.md"},"signs":{"attestation_ref":"","digest":"765995cb6df99aec197beb6db4cf168f7a13a3ec418a217790b63ca83c384f4c","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"}}, - {"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":"4fbe1a35fec00e8e973afd354eba175928a2c500a773e19d69a84bf4f5fcb9c7","git_blob_id":"71484f4f82891d6d37b9ec3d8350196c27fb626d","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","lineage_path":".agents/skills/aoa-local-stack-bringup/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:3a5413321f4c0a7ee69fb010","mime":"text/markdown","path":".agents/skills/aoa-local-stack-bringup/examples/runtime.md","repo":"aoa-techniques","size_bytes":1637,"version_id":"aoa:aoa-techniques:artifact-version:822ee38990cb3d43e3addb39"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-local-stack-bringup/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-local-stack-bringup/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-local-stack-bringup/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-local-stack-bringup/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":7,"ref":".agents/skills/aoa-local-stack-bringup/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":11,"ref":".agents/skills/aoa-local-stack-bringup/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":19,"ref":".agents/skills/aoa-local-stack-bringup/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":26,"ref":".agents/skills/aoa-local-stack-bringup/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":32,"ref":".agents/skills/aoa-local-stack-bringup/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-local-stack-bringup/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-local-stack-bringup/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"4fbe1a35fec00e8e973afd354eba175928a2c500a773e19d69a84bf4f5fcb9c7","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"}}, - {"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":"38e5c080beddc2d7a1681268cf0b422698eb04ba420506b0571edfc15a77b319","git_blob_id":"ad152e3df4ad7dc20afab94927b86614c9b4a1da","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","lineage_path":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md","logical_id":"aoa:aoa-techniques:artifact:c8a6929ecf8a153251843b1a","mime":"text/markdown","path":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md","repo":"aoa-techniques","size_bytes":463,"version_id":"aoa:aoa-techniques:artifact-version:9925f39209e8a1dfa61f656c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"bounded-lifecycle-visibility","level":1,"line":1,"ref":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md#bounded-lifecycle-visibility","title":"Bounded lifecycle visibility"},{"anchor":"keep-visible","level":2,"line":5,"ref":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md#keep-visible","title":"Keep visible"},{"anchor":"anti-patterns","level":2,"line":12,"ref":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md#anti-patterns","title":"Anti-patterns"}],"line_refs":[".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md:1"],"path_ref":".agents/skills/aoa-local-stack-bringup/references/bounded_lifecycle_visibility.md"},"signs":{"attestation_ref":"","digest":"38e5c080beddc2d7a1681268cf0b422698eb04ba420506b0571edfc15a77b319","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"}}, - {"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":"44d74089c50f419080661c9bdc4d5cc0fb10a1960f32a7322ecd6cda463f0183","git_blob_id":"7cf47317350672700a9ce9cc0928a768eb7a214e","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","lineage_path":".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md","logical_id":"aoa:aoa-techniques:artifact:e379b806739f12704dccc1db","mime":"text/markdown","path":".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md","repo":"aoa-techniques","size_bytes":323,"version_id":"aoa:aoa-techniques:artifact-version:8be1a90cfb3cf611d41a9d9d"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"render-truth-before-start","level":1,"line":1,"ref":".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md#render-truth-before-start","title":"Render truth before start"},{"anchor":"minimum-visible-facts","level":2,"line":7,"ref":".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md#minimum-visible-facts","title":"Minimum visible facts"}],"line_refs":[".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md:1"],"path_ref":".agents/skills/aoa-local-stack-bringup/references/render_truth_before_start.md"},"signs":{"attestation_ref":"","digest":"44d74089c50f419080661c9bdc4d5cc0fb10a1960f32a7322ecd6cda463f0183","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"}}, - {"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":"3f33dc49122e254fca13ca58a38311a687d5e5c917762981a33529721282cf9e","git_blob_id":"1f48e28d206aa61bb55eedd1f8d0badaf8c0d080","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","lineage_path":".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py","logical_id":"aoa:aoa-techniques:artifact:65fb7d4d4186c308ea5dec74","mime":"text/x-python","path":".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py","repo":"aoa-techniques","size_bytes":4288,"version_id":"aoa:aoa-techniques:artifact-version:e2a47ba013c268010960eb5f"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"command_owner","surface":".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py:1"],"path_ref":".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py"},"signs":{"attestation_ref":"","digest":"3f33dc49122e254fca13ca58a38311a687d5e5c917762981a33529721282cf9e","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python .agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, - {"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":"07c5ee1cc208e82c9b7ae1c462ca78c3eb3970298ae46003cd5ab80666954f87","git_blob_id":"d0a9d4064dbfba49cbd23d58bc9de80ea11e2829","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","lineage_path":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py","logical_id":"aoa:aoa-techniques:artifact:b9778391e04def909a7a93cd","mime":"text/x-python","path":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py","repo":"aoa-techniques","size_bytes":3007,"version_id":"aoa:aoa-techniques:artifact-version:2a460042413cea0b158c846b"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"command_owner","surface":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py:1"],"path_ref":".agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py"},"signs":{"attestation_ref":"","digest":"07c5ee1cc208e82c9b7ae1c462ca78c3eb3970298ae46003cd5ab80666954f87","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python .agents/skills/aoa-local-stack-bringup/scripts/readiness_summary.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, - {"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":"53ee15115b26c13c04784a116677dca5fa04e9efb2d79fbf5c8872d5838a8a98","git_blob_id":"36d873ae43c0e91129a8a40dff5dfe0412e0319d","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","lineage_path":".agents/skills/aoa-port-adapter-refactor/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:45a881d47c98dd137275b4de","mime":"text/markdown","path":".agents/skills/aoa-port-adapter-refactor/SKILL.md","repo":"aoa-techniques","size_bytes":6254,"version_id":"aoa:aoa-techniques:artifact-version:18cc717ec7b5336b1424bd57"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-port-adapter-refactor/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/aoa-port-adapter-refactor/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-port-adapter-refactor","level":1,"line":16,"ref":".agents/skills/aoa-port-adapter-refactor/SKILL.md#aoa-port-adapter-refactor","title":"aoa-port-adapter-refactor"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-port-adapter-refactor/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-port-adapter-refactor/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":39,"ref":".agents/skills/aoa-port-adapter-refactor/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":47,"ref":".agents/skills/aoa-port-adapter-refactor/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":54,"ref":".agents/skills/aoa-port-adapter-refactor/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":64,"ref":".agents/skills/aoa-port-adapter-refactor/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":73,"ref":".agents/skills/aoa-port-adapter-refactor/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":82,"ref":".agents/skills/aoa-port-adapter-refactor/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":90,"ref":".agents/skills/aoa-port-adapter-refactor/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":95,"ref":".agents/skills/aoa-port-adapter-refactor/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-port-adapter-refactor/SKILL.md:1"],"path_ref":".agents/skills/aoa-port-adapter-refactor/SKILL.md"},"signs":{"attestation_ref":"","digest":"53ee15115b26c13c04784a116677dca5fa04e9efb2d79fbf5c8872d5838a8a98","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"}}, - {"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":"0d61f9979ef39acdb6a6da8f7884a5b5bf086ec911de11cbb6042bb1c7dbad87","git_blob_id":"53b1fc108671777435a8ef9e33e3b999cd57c48b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","lineage_path":".agents/skills/aoa-port-adapter-refactor/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:744ec4f7aaa77d427f919e71","mime":"application/yaml","path":".agents/skills/aoa-port-adapter-refactor/agents/openai.yaml","repo":"aoa-techniques","size_bytes":450,"version_id":"aoa:aoa-techniques:artifact-version:f4b8270223be89dfb8a118b0"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-port-adapter-refactor/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-port-adapter-refactor/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-port-adapter-refactor/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-port-adapter-refactor/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"0d61f9979ef39acdb6a6da8f7884a5b5bf086ec911de11cbb6042bb1c7dbad87","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:c3144eb71b18e2674bc43f87","lineage_path":".agents/skills/aoa-port-adapter-refactor/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:c3144eb71b18e2674bc43f87","mime":"image/svg+xml","path":".agents/skills/aoa-port-adapter-refactor/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:0f4ccf16732250a907fc3648"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-port-adapter-refactor/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-port-adapter-refactor/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-port-adapter-refactor/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-port-adapter-refactor/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:1a6da3c4c87b99e8491ed6b0","lineage_path":".agents/skills/aoa-port-adapter-refactor/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:1a6da3c4c87b99e8491ed6b0","mime":"image/svg+xml","path":".agents/skills/aoa-port-adapter-refactor/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:e04f8d1079b7d90c7e793c3a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-port-adapter-refactor/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-port-adapter-refactor/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-port-adapter-refactor/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-port-adapter-refactor/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"84322cd87811318406eadac5fccde0712147f34657d14254c43479391bc5d456","git_blob_id":"4b584afd49f63ffd56ec8066fae91ccfc298ca4a","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","lineage_path":".agents/skills/aoa-port-adapter-refactor/examples/example.md","logical_id":"aoa:aoa-techniques:artifact:50abfbbf11046f652f29fe3b","mime":"text/markdown","path":".agents/skills/aoa-port-adapter-refactor/examples/example.md","repo":"aoa-techniques","size_bytes":1803,"version_id":"aoa:aoa-techniques:artifact-version:ec5bdcdd681ab315163fa605"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-port-adapter-refactor/examples/example.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-port-adapter-refactor/examples/example.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"example","level":1,"line":1,"ref":".agents/skills/aoa-port-adapter-refactor/examples/example.md#example","title":"Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-port-adapter-refactor/examples/example.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":7,"ref":".agents/skills/aoa-port-adapter-refactor/examples/example.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":13,"ref":".agents/skills/aoa-port-adapter-refactor/examples/example.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":20,"ref":".agents/skills/aoa-port-adapter-refactor/examples/example.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":27,"ref":".agents/skills/aoa-port-adapter-refactor/examples/example.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":33,"ref":".agents/skills/aoa-port-adapter-refactor/examples/example.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-port-adapter-refactor/examples/example.md:1"],"path_ref":".agents/skills/aoa-port-adapter-refactor/examples/example.md"},"signs":{"attestation_ref":"","digest":"84322cd87811318406eadac5fccde0712147f34657d14254c43479391bc5d456","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"}}, - {"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":"be01e48b90776d71cf194b70d1bbaf2bc56bb291523d3162a0c4e451de64e9ce","git_blob_id":"100458865b6c994c0dee4fe41824be3740a63119","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","lineage_path":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md","logical_id":"aoa:aoa-techniques:artifact:de93cd2aeddb4f11aa1ba559","mime":"text/markdown","path":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md","repo":"aoa-techniques","size_bytes":4593,"version_id":"aoa:aoa-techniques:artifact-version:b15c21e26452ce03e646734a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"adapter-seam-shapes","level":1,"line":1,"ref":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md#adapter-seam-shapes","title":"Adapter Seam Shapes"},{"anchor":"how-to-use","level":2,"line":7,"ref":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md#how-to-use","title":"How To Use"},{"anchor":"shape-set","level":2,"line":16,"ref":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md#shape-set","title":"Shape Set"},{"anchor":"compact-seam-pass","level":2,"line":30,"ref":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md#compact-seam-pass","title":"Compact Seam Pass"},{"anchor":"verification","level":2,"line":43,"ref":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md#verification","title":"Verification"}],"line_refs":[".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md:1"],"path_ref":".agents/skills/aoa-port-adapter-refactor/references/adapter-seam-shapes.md"},"signs":{"attestation_ref":"","digest":"be01e48b90776d71cf194b70d1bbaf2bc56bb291523d3162a0c4e451de64e9ce","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"}}, - {"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":"3fbdf00d1a1a3172d4cc2aeb87a5aaccb53701bdc6fa9df13c2ba7786790a841","git_blob_id":"563ef9058a97700f9cf52edabdab2a6187cda0e6","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","lineage_path":".agents/skills/aoa-property-invariants/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:5a91d46aa9730a7d1bf727d1","mime":"text/markdown","path":".agents/skills/aoa-property-invariants/SKILL.md","repo":"aoa-techniques","size_bytes":6111,"version_id":"aoa:aoa-techniques:artifact-version:8810b8aa4a43268af523c0ce"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-property-invariants/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/aoa-property-invariants/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-property-invariants","level":1,"line":16,"ref":".agents/skills/aoa-property-invariants/SKILL.md#aoa-property-invariants","title":"aoa-property-invariants"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-property-invariants/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-property-invariants/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":38,"ref":".agents/skills/aoa-property-invariants/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":46,"ref":".agents/skills/aoa-property-invariants/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":53,"ref":".agents/skills/aoa-property-invariants/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":63,"ref":".agents/skills/aoa-property-invariants/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":71,"ref":".agents/skills/aoa-property-invariants/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":82,"ref":".agents/skills/aoa-property-invariants/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":90,"ref":".agents/skills/aoa-property-invariants/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":95,"ref":".agents/skills/aoa-property-invariants/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-property-invariants/SKILL.md:1"],"path_ref":".agents/skills/aoa-property-invariants/SKILL.md"},"signs":{"attestation_ref":"","digest":"3fbdf00d1a1a3172d4cc2aeb87a5aaccb53701bdc6fa9df13c2ba7786790a841","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"}}, - {"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":"3825844807926892471b07295f5808c12d8fec86bdd01fd84353dce92468593e","git_blob_id":"e307a351d4da8d4df16c132f8774a3eff4436e50","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","lineage_path":".agents/skills/aoa-property-invariants/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:a21ab4abc001cad116d31e8e","mime":"application/yaml","path":".agents/skills/aoa-property-invariants/agents/openai.yaml","repo":"aoa-techniques","size_bytes":445,"version_id":"aoa:aoa-techniques:artifact-version:31e1f53bf2b66e66eab2cbec"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-property-invariants/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-property-invariants/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-property-invariants/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-property-invariants/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"3825844807926892471b07295f5808c12d8fec86bdd01fd84353dce92468593e","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:a1b7548f51793f4b5377dc9f","lineage_path":".agents/skills/aoa-property-invariants/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:a1b7548f51793f4b5377dc9f","mime":"image/svg+xml","path":".agents/skills/aoa-property-invariants/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:acf230fad92340e5c0c1d5eb"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-property-invariants/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-property-invariants/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-property-invariants/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-property-invariants/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ff090c61f64bdf2c37db2b3f","lineage_path":".agents/skills/aoa-property-invariants/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:ff090c61f64bdf2c37db2b3f","mime":"image/svg+xml","path":".agents/skills/aoa-property-invariants/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:9f3c8b8263caab8bf1cf2c7e"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-property-invariants/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-property-invariants/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-property-invariants/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-property-invariants/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"343002a472e989351387b6b3770a860532279973b56a40325ef4c1d344119340","git_blob_id":"8251391ad27e9635272880f5e50044d9f01baaa3","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","lineage_path":".agents/skills/aoa-property-invariants/examples/example.md","logical_id":"aoa:aoa-techniques:artifact:313a72de8203ecea28c48b98","mime":"text/markdown","path":".agents/skills/aoa-property-invariants/examples/example.md","repo":"aoa-techniques","size_bytes":1974,"version_id":"aoa:aoa-techniques:artifact-version:2e24d1a210cfeba86f5e9333"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-property-invariants/examples/example.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-property-invariants/examples/example.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"example","level":1,"line":1,"ref":".agents/skills/aoa-property-invariants/examples/example.md#example","title":"Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-property-invariants/examples/example.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":7,"ref":".agents/skills/aoa-property-invariants/examples/example.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":13,"ref":".agents/skills/aoa-property-invariants/examples/example.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":20,"ref":".agents/skills/aoa-property-invariants/examples/example.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":26,"ref":".agents/skills/aoa-property-invariants/examples/example.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":32,"ref":".agents/skills/aoa-property-invariants/examples/example.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-property-invariants/examples/example.md:1"],"path_ref":".agents/skills/aoa-property-invariants/examples/example.md"},"signs":{"attestation_ref":"","digest":"343002a472e989351387b6b3770a860532279973b56a40325ef4c1d344119340","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"}}, - {"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":"85f2509112b6a74d0c6df1912ce600b8187ce8332e509955cb960f0d74e88f39","git_blob_id":"0c3ed1ac58300d1cb7ca8e2f977d5f01688654b9","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","lineage_path":".agents/skills/aoa-property-invariants/references/invariant-shapes.md","logical_id":"aoa:aoa-techniques:artifact:8a44b67149142d9cb11efa0a","mime":"text/markdown","path":".agents/skills/aoa-property-invariants/references/invariant-shapes.md","repo":"aoa-techniques","size_bytes":4778,"version_id":"aoa:aoa-techniques:artifact-version:82073a32d50b50c117437822"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-property-invariants/references/invariant-shapes.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-property-invariants/references/invariant-shapes.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"invariant-shapes","level":1,"line":1,"ref":".agents/skills/aoa-property-invariants/references/invariant-shapes.md#invariant-shapes","title":"Invariant Shapes"},{"anchor":"how-to-use","level":2,"line":7,"ref":".agents/skills/aoa-property-invariants/references/invariant-shapes.md#how-to-use","title":"How To Use"},{"anchor":"shape-set","level":2,"line":15,"ref":".agents/skills/aoa-property-invariants/references/invariant-shapes.md#shape-set","title":"Shape Set"},{"anchor":"compact-invariant-pass","level":2,"line":30,"ref":".agents/skills/aoa-property-invariants/references/invariant-shapes.md#compact-invariant-pass","title":"Compact Invariant Pass"},{"anchor":"verification","level":2,"line":44,"ref":".agents/skills/aoa-property-invariants/references/invariant-shapes.md#verification","title":"Verification"}],"line_refs":[".agents/skills/aoa-property-invariants/references/invariant-shapes.md:1"],"path_ref":".agents/skills/aoa-property-invariants/references/invariant-shapes.md"},"signs":{"attestation_ref":"","digest":"85f2509112b6a74d0c6df1912ce600b8187ce8332e509955cb960f0d74e88f39","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"}}, - {"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":"8ff631f4df15ea3966df4108fd03171525629c37b9fe894c7af606b90097d43d","git_blob_id":"941f33a5765c7358af4749b34071ce954bf35b46","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","lineage_path":".agents/skills/aoa-quest-harvest/SKILL.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:00a1e1588511c1a3d44b5564","mime":"text/markdown","path":".agents/skills/aoa-quest-harvest/SKILL.md","repo":"aoa-techniques","size_bytes":9953,"version_id":"aoa:aoa-techniques:artifact-version:b5609911d923430d78e1db31"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-quest-harvest/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/aoa-quest-harvest/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-quest-harvest","level":1,"line":16,"ref":".agents/skills/aoa-quest-harvest/SKILL.md#aoa-quest-harvest","title":"aoa-quest-harvest"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-quest-harvest/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":26,"ref":".agents/skills/aoa-quest-harvest/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":51,"ref":".agents/skills/aoa-quest-harvest/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":62,"ref":".agents/skills/aoa-quest-harvest/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":78,"ref":".agents/skills/aoa-quest-harvest/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":105,"ref":".agents/skills/aoa-quest-harvest/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":123,"ref":".agents/skills/aoa-quest-harvest/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":135,"ref":".agents/skills/aoa-quest-harvest/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":150,"ref":".agents/skills/aoa-quest-harvest/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":155,"ref":".agents/skills/aoa-quest-harvest/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-quest-harvest/SKILL.md:1"],"path_ref":".agents/skills/aoa-quest-harvest/SKILL.md"},"signs":{"attestation_ref":"","digest":"8ff631f4df15ea3966df4108fd03171525629c37b9fe894c7af606b90097d43d","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"}}, - {"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":"bb5c0fb612f3ec2de0428c12b85e381db69522bd018a97a42c61ba8e6c617d50","git_blob_id":"05a941bf47b30cd280e13fd8eff3512505175513","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","lineage_path":".agents/skills/aoa-quest-harvest/agents/openai.yaml#generation-2","logical_id":"aoa:aoa-techniques:artifact:b96ef85dc8a11633e5f69daa","mime":"application/yaml","path":".agents/skills/aoa-quest-harvest/agents/openai.yaml","repo":"aoa-techniques","size_bytes":442,"version_id":"aoa:aoa-techniques:artifact-version:a219e275d8d829f679c6e45d"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-quest-harvest/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-quest-harvest/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-quest-harvest/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-quest-harvest/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"bb5c0fb612f3ec2de0428c12b85e381db69522bd018a97a42c61ba8e6c617d50","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:8e9ba9b293f5b013b7268017","lineage_path":".agents/skills/aoa-quest-harvest/assets/large-logo.svg#generation-2","logical_id":"aoa:aoa-techniques:artifact:8e9ba9b293f5b013b7268017","mime":"image/svg+xml","path":".agents/skills/aoa-quest-harvest/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:2e6e577a002b5cad7f61f1cb"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-quest-harvest/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-quest-harvest/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-quest-harvest/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-quest-harvest/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e4085ed8d332415607938122","lineage_path":".agents/skills/aoa-quest-harvest/assets/small-logo.svg#generation-2","logical_id":"aoa:aoa-techniques:artifact:e4085ed8d332415607938122","mime":"image/svg+xml","path":".agents/skills/aoa-quest-harvest/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:9119ecdcafc52b465daff5ff"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-quest-harvest/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-quest-harvest/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-quest-harvest/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-quest-harvest/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"8cb4c20723825c569d513042290272d683743c7865b8ac6a49f62d87059921a3","git_blob_id":"c3d8654625ca237279e36fd10b864f632d1bca9c","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","lineage_path":".agents/skills/aoa-quest-harvest/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:6cfd5f15c4c3e63dfa41bb8f","mime":"text/markdown","path":".agents/skills/aoa-quest-harvest/checks/review.md","repo":"aoa-techniques","size_bytes":2032,"version_id":"aoa:aoa-techniques:artifact-version:841beb554f6ab55f0f7a8d65"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-quest-harvest/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-quest-harvest/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-quest-harvest/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-quest-harvest/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":7,"ref":".agents/skills/aoa-quest-harvest/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":13,"ref":".agents/skills/aoa-quest-harvest/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":29,"ref":".agents/skills/aoa-quest-harvest/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-quest-harvest/checks/review.md:1"],"path_ref":".agents/skills/aoa-quest-harvest/checks/review.md"},"signs":{"attestation_ref":"","digest":"8cb4c20723825c569d513042290272d683743c7865b8ac6a49f62d87059921a3","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"}}, - {"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":"771713c03cdb2d6277f2491ef74e8038bf43b13f050c7cc3793e323405e66592","git_blob_id":"4be97540648adae201d31b7334d1d56fa58b52e3","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","lineage_path":".agents/skills/aoa-quest-harvest/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:94cae84c32987edd9538d6fa","mime":"text/markdown","path":".agents/skills/aoa-quest-harvest/examples/runtime.md","repo":"aoa-techniques","size_bytes":2440,"version_id":"aoa:aoa-techniques:artifact-version:4f3ea5d23ada20d49447d7e1"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-quest-harvest/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-quest-harvest/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-quest-harvest/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-quest-harvest/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":11,"ref":".agents/skills/aoa-quest-harvest/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":15,"ref":".agents/skills/aoa-quest-harvest/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":25,"ref":".agents/skills/aoa-quest-harvest/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":38,"ref":".agents/skills/aoa-quest-harvest/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":46,"ref":".agents/skills/aoa-quest-harvest/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-quest-harvest/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-quest-harvest/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"771713c03cdb2d6277f2491ef74e8038bf43b13f050c7cc3793e323405e66592","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"}}, - {"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":"ae8b387619603f06a682a31ddd6f2648f1f1ffb647fbe0b56936327dc085652f","git_blob_id":"c4ad703e4a090c7e5f4f6fb297812dd39c6ffd60","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","lineage_path":".agents/skills/aoa-quest-harvest/references/core-skill-application-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:e62ea21b32df55054b8c1dfc","mime":"application/yaml","path":".agents/skills/aoa-quest-harvest/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":967,"version_id":"aoa:aoa-techniques:artifact-version:3ce687afd8d74236e693b59a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-quest-harvest/references/core-skill-application-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-quest-harvest/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-quest-harvest/references/core-skill-application-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-quest-harvest/references/core-skill-application-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"ae8b387619603f06a682a31ddd6f2648f1f1ffb647fbe0b56936327dc085652f","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"}}, - {"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":"c64f8f359075097fec916aa13f27c9e9350b98a0ae836ea4b2980adf67607178","git_blob_id":"9bf2172dc6e5116810cff1653e8bdd8f92d45798","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","lineage_path":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:792e1fb3f6924a49033a12f9","mime":"text/markdown","path":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md","repo":"aoa-techniques","size_bytes":2076,"version_id":"aoa:aoa-techniques:artifact-version:a4df6312aca20821f8dbbbdd"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"promotion-outcomes","level":1,"line":1,"ref":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md#promotion-outcomes","title":"Promotion outcomes"},{"anchor":"allowed-outcomes","level":2,"line":5,"ref":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md#allowed-outcomes","title":"Allowed outcomes"},{"anchor":"guardrail","level":2,"line":25,"ref":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md#guardrail","title":"Guardrail"},{"anchor":"repeat-evidence-posture","level":2,"line":38,"ref":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md#repeat-evidence-posture","title":"Repeat evidence posture"}],"line_refs":[".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md:1"],"path_ref":".agents/skills/aoa-quest-harvest/references/promotion-outcomes.md"},"signs":{"attestation_ref":"","digest":"c64f8f359075097fec916aa13f27c9e9350b98a0ae836ea4b2980adf67607178","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"}}, - {"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":"b95b9f69eacae1287b21ff82a07500bfdd04554779876a5941fcede705b613df","git_blob_id":"5630254c7badccb6d0b3325d9ab729ca85ee9a22","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","lineage_path":".agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:c2c3fb1b99bf2f2743d8feda","mime":"application/yaml","path":".agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":806,"version_id":"aoa:aoa-techniques:artifact-version:e6ceb4dc3bc203b508323216"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-quest-harvest/references/quest-promotion-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"b95b9f69eacae1287b21ff82a07500bfdd04554779876a5941fcede705b613df","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"}}, - {"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":"848a0239a14eab9b1e72461308a0703de35c29ae853be8bf34e60635c5d93055","git_blob_id":"059bf43f5ca0f64de6afc86e525e95409e270e10","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","lineage_path":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md","logical_id":"aoa:aoa-techniques:artifact:da95474e5fabd7a7abdf7516","mime":"text/markdown","path":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md","repo":"aoa-techniques","size_bytes":962,"version_id":"aoa:aoa-techniques:artifact-version:cc5dc0b48c129dfb11a0b249"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"stats-event-envelope","level":1,"line":1,"ref":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md#stats-event-envelope","title":"Stats Event Envelope"},{"anchor":"required-fields","level":2,"line":12,"ref":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md#required-fields","title":"Required fields"},{"anchor":"optional-fields","level":2,"line":24,"ref":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md#optional-fields","title":"Optional fields"},{"anchor":"rules","level":2,"line":31,"ref":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md#rules","title":"Rules"}],"line_refs":[".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md:1"],"path_ref":".agents/skills/aoa-quest-harvest/references/stats-event-envelope.md"},"signs":{"attestation_ref":"","digest":"848a0239a14eab9b1e72461308a0703de35c29ae853be8bf34e60635c5d93055","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"}}, - {"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":"e680f692cd84e485a2c6c28714cb65104090e8c52535db8ddc34851a6471cdce","git_blob_id":"2d656dd07780061c87dac85ccae27f46d5a85baf","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","lineage_path":".agents/skills/aoa-safe-infra-change/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:0373312fee47da67690fbe0e","mime":"text/markdown","path":".agents/skills/aoa-safe-infra-change/SKILL.md","repo":"aoa-techniques","size_bytes":4121,"version_id":"aoa:aoa-techniques:artifact-version:c6bed45fc3ea569c77402aa2"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-safe-infra-change/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/aoa-safe-infra-change/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-safe-infra-change","level":1,"line":16,"ref":".agents/skills/aoa-safe-infra-change/SKILL.md#aoa-safe-infra-change","title":"aoa-safe-infra-change"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-safe-infra-change/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-safe-infra-change/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":34,"ref":".agents/skills/aoa-safe-infra-change/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":41,"ref":".agents/skills/aoa-safe-infra-change/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":47,"ref":".agents/skills/aoa-safe-infra-change/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":55,"ref":".agents/skills/aoa-safe-infra-change/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":61,"ref":".agents/skills/aoa-safe-infra-change/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":67,"ref":".agents/skills/aoa-safe-infra-change/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":74,"ref":".agents/skills/aoa-safe-infra-change/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":79,"ref":".agents/skills/aoa-safe-infra-change/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-safe-infra-change/SKILL.md:1"],"path_ref":".agents/skills/aoa-safe-infra-change/SKILL.md"},"signs":{"attestation_ref":"","digest":"e680f692cd84e485a2c6c28714cb65104090e8c52535db8ddc34851a6471cdce","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"}}, - {"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":"f297baec1ff762b537aeb00670d805f5583435978f93c608a74ece12747fca24","git_blob_id":"f3f8378789ff328104ccfc490f1df03d29cb16ce","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","lineage_path":".agents/skills/aoa-safe-infra-change/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:c4cee98c6fe2042056bb3521","mime":"application/yaml","path":".agents/skills/aoa-safe-infra-change/agents/openai.yaml","repo":"aoa-techniques","size_bytes":440,"version_id":"aoa:aoa-techniques:artifact-version:94520b96c29d98a2efebef83"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-safe-infra-change/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-safe-infra-change/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-safe-infra-change/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-safe-infra-change/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"f297baec1ff762b537aeb00670d805f5583435978f93c608a74ece12747fca24","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"}}, - {"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":"3f03ae71abdcd3f79903fc2c0e49ac6499efebc9910d2c05d5d7e2ea2fd4ba64","git_blob_id":"207166c9d118a8090e2b5311ab1ba8a492dfa3fd","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","lineage_path":".agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json","logical_id":"aoa:aoa-techniques:artifact:adbb5ca272c86b1fed66385d","mime":"application/json","path":".agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json","repo":"aoa-techniques","size_bytes":680,"version_id":"aoa:aoa-techniques:artifact-version:16c0627b7f8c2c2eec033b5c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json:1"],"path_ref":".agents/skills/aoa-safe-infra-change/assets/infra_change_contract.template.json"},"signs":{"attestation_ref":"","digest":"3f03ae71abdcd3f79903fc2c0e49ac6499efebc9910d2c05d5d7e2ea2fd4ba64","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"schema","compatibility":"stable","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":"c40d431e09eddc6c188d20fe2c8d75822b8bac6be473da369715acc913f4badc","git_blob_id":"750a15a8c60cdebcc64bfed955a3b917580a5043","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","lineage_path":".agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json","logical_id":"aoa:aoa-techniques:artifact:74f01c69fd276eee46267490","mime":"application/json","path":".agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json","repo":"aoa-techniques","size_bytes":1678,"version_id":"aoa:aoa-techniques:artifact-version:aa29ca47d621d75ef39a05f6"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"schema_owner","surface":".agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json:1"],"path_ref":".agents/skills/aoa-safe-infra-change/assets/infra_change_report.schema.json"},"signs":{"attestation_ref":"","digest":"c40d431e09eddc6c188d20fe2c8d75822b8bac6be473da369715acc913f4badc","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","git_blob_id":"b6a44ef42ce163a89a6307b70867f960b1ddf20e","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:47c8c5f010f80c35b04f4c5e","lineage_path":".agents/skills/aoa-safe-infra-change/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:47c8c5f010f80c35b04f4c5e","mime":"image/svg+xml","path":".agents/skills/aoa-safe-infra-change/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":442,"version_id":"aoa:aoa-techniques:artifact-version:862be807cb0d57395502df72"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-safe-infra-change/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-safe-infra-change/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-safe-infra-change/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-safe-infra-change/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","git_blob_id":"84989b3d2909ff6533bc7c56e586eaaa158b0b0a","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ad8aaa5efb9dc07ae800892d","lineage_path":".agents/skills/aoa-safe-infra-change/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:ad8aaa5efb9dc07ae800892d","mime":"image/svg+xml","path":".agents/skills/aoa-safe-infra-change/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":440,"version_id":"aoa:aoa-techniques:artifact-version:24c867cd798c410a4d777b18"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-safe-infra-change/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-safe-infra-change/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-safe-infra-change/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-safe-infra-change/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","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"}}, - {"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":"f279ebe32fcac7f3014b30f966c593886788025fd4d78a619eb9855a48776fcc","git_blob_id":"bbb0547e4fb725ae916c055e24e62e7c01b3c790","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","lineage_path":".agents/skills/aoa-safe-infra-change/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:2e9787b238d9ce500b7f823b","mime":"text/markdown","path":".agents/skills/aoa-safe-infra-change/checks/review.md","repo":"aoa-techniques","size_bytes":1041,"version_id":"aoa:aoa-techniques:artifact-version:1c5c905d1e31032178a32f05"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-safe-infra-change/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-safe-infra-change/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-safe-infra-change/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-safe-infra-change/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":7,"ref":".agents/skills/aoa-safe-infra-change/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":13,"ref":".agents/skills/aoa-safe-infra-change/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":21,"ref":".agents/skills/aoa-safe-infra-change/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-safe-infra-change/checks/review.md:1"],"path_ref":".agents/skills/aoa-safe-infra-change/checks/review.md"},"signs":{"attestation_ref":"","digest":"f279ebe32fcac7f3014b30f966c593886788025fd4d78a619eb9855a48776fcc","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"}}, - {"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":"937f0fa236f5266f407dfcbcca46e969b6d342c292515af6e2247416b2ed3126","git_blob_id":"fc4d603b34d9580cb07a6da7b958379927dcb6d6","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","lineage_path":".agents/skills/aoa-safe-infra-change/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:70165a6fe40b8bd2699d77d3","mime":"text/markdown","path":".agents/skills/aoa-safe-infra-change/examples/runtime.md","repo":"aoa-techniques","size_bytes":1203,"version_id":"aoa:aoa-techniques:artifact-version:f6147a95cc00c18c8511d569"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-safe-infra-change/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-safe-infra-change/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-safe-infra-change/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-safe-infra-change/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":6,"ref":".agents/skills/aoa-safe-infra-change/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":9,"ref":".agents/skills/aoa-safe-infra-change/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":15,"ref":".agents/skills/aoa-safe-infra-change/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":21,"ref":".agents/skills/aoa-safe-infra-change/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":26,"ref":".agents/skills/aoa-safe-infra-change/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-safe-infra-change/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-safe-infra-change/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"937f0fa236f5266f407dfcbcca46e969b6d342c292515af6e2247416b2ed3126","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"}}, - {"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":"6e6e1387bde97f0b0a6aa8b2348698d1a2c0ff654231febe15210a2d38d9ee43","git_blob_id":"64f9181688b242d3666dc74e046dc29fe447299b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","lineage_path":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md","logical_id":"aoa:aoa-techniques:artifact:f9cdce9370068e51b80500ec","mime":"text/markdown","path":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md","repo":"aoa-techniques","size_bytes":406,"version_id":"aoa:aoa-techniques:artifact-version:7f8f23427382a819d47cf172"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"risk-surface-matrix","level":1,"line":1,"ref":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md#risk-surface-matrix","title":"Risk surface matrix"},{"anchor":"common-surfaces","level":2,"line":5,"ref":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md#common-surfaces","title":"Common surfaces"},{"anchor":"practical-rule","level":2,"line":14,"ref":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md#practical-rule","title":"Practical rule"}],"line_refs":[".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md:1"],"path_ref":".agents/skills/aoa-safe-infra-change/references/risk_surface_matrix.md"},"signs":{"attestation_ref":"","digest":"6e6e1387bde97f0b0a6aa8b2348698d1a2c0ff654231febe15210a2d38d9ee43","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"}}, - {"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":"dea9c168056d0338c5ed512845e2736c8d9bef84aafae2c375344c4e42600fab","git_blob_id":"1a9cb58bae2df8364f5141b6eb4ca1747bc5ca47","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","lineage_path":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md","logical_id":"aoa:aoa-techniques:artifact:8fdfe3afc786799c38063012","mime":"text/markdown","path":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md","repo":"aoa-techniques","size_bytes":419,"version_id":"aoa:aoa-techniques:artifact-version:f834399ccc71bbe420e2725a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"verification-and-rollback-ladder","level":1,"line":1,"ref":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md#verification-and-rollback-ladder","title":"Verification and rollback ladder"},{"anchor":"verification-ladder","level":2,"line":5,"ref":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md#verification-ladder","title":"Verification ladder"},{"anchor":"rollback-rule","level":2,"line":12,"ref":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md#rollback-rule","title":"Rollback rule"}],"line_refs":[".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md:1"],"path_ref":".agents/skills/aoa-safe-infra-change/references/verification_and_rollback_ladder.md"},"signs":{"attestation_ref":"","digest":"dea9c168056d0338c5ed512845e2736c8d9bef84aafae2c375344c4e42600fab","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"}}, - {"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":"e4381cd2c63502625b2c52a5263442f51918fcd5c86d57b71691c6479927fb7a","git_blob_id":"3ce3f8937bbaddea7d5c383757db5a12e9f23741","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","lineage_path":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py","logical_id":"aoa:aoa-techniques:artifact:f0743278822e9f09d5471953","mime":"text/x-python","path":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py","repo":"aoa-techniques","size_bytes":6332,"version_id":"aoa:aoa-techniques:artifact-version:bde2160f7699c6881094c6d2"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"command_owner","surface":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py:1"],"path_ref":".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py"},"signs":{"attestation_ref":"","digest":"e4381cd2c63502625b2c52a5263442f51918fcd5c86d57b71691c6479927fb7a","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python .agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, - {"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":"88b6260627a9c15f75fb58d38d55a506f9230ba2cef1940e8ea09fd70bd417a5","git_blob_id":"f64a055617eb4decd51fc20312efff5f8a093912","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","lineage_path":".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py","logical_id":"aoa:aoa-techniques:artifact:4783038b8178cb7128c32402","mime":"text/x-python","path":".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py","repo":"aoa-techniques","size_bytes":3175,"version_id":"aoa:aoa-techniques:artifact-version:1d0dce7f2e46011451e6a455"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"command_owner","surface":".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py:1"],"path_ref":".agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py"},"signs":{"attestation_ref":"","digest":"88b6260627a9c15f75fb58d38d55a506f9230ba2cef1940e8ea09fd70bd417a5","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python .agents/skills/aoa-safe-infra-change/scripts/risk_surface_scan.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, - {"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":"fa79915fb03c1d58201da4057ccb9dc0ea82b154017ae2c5a3ec469b7722b68a","git_blob_id":"76d4ea99a58e722d0bd4c25e2461770a2bbe4db0","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","lineage_path":".agents/skills/aoa-sanitized-share/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:7f04becd7edf291aa2dcb601","mime":"text/markdown","path":".agents/skills/aoa-sanitized-share/SKILL.md","repo":"aoa-techniques","size_bytes":6138,"version_id":"aoa:aoa-techniques:artifact-version:cb5c63be2ff461c3543df71c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-sanitized-share/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/aoa-sanitized-share/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-sanitized-share","level":1,"line":16,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#aoa-sanitized-share","title":"aoa-sanitized-share"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":34,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":40,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":46,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":55,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":63,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"failure-modes","level":3,"line":64,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#failure-modes","title":"Failure modes"},{"anchor":"negative-effects","level":3,"line":70,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#negative-effects","title":"Negative effects"},{"anchor":"misuse-patterns","level":3,"line":76,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#misuse-patterns","title":"Misuse patterns"},{"anchor":"detection-signals","level":3,"line":82,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#detection-signals","title":"Detection signals"},{"anchor":"mitigations","level":3,"line":89,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#mitigations","title":"Mitigations"},{"anchor":"verification","level":2,"line":96,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":105,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":110,"ref":".agents/skills/aoa-sanitized-share/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-sanitized-share/SKILL.md:1"],"path_ref":".agents/skills/aoa-sanitized-share/SKILL.md"},"signs":{"attestation_ref":"","digest":"fa79915fb03c1d58201da4057ccb9dc0ea82b154017ae2c5a3ec469b7722b68a","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"}}, - {"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":"d0d32ce8780acd573bf2035844479b7ec536687403720b678a02f2b52bebe36b","git_blob_id":"eeda00a145851e5a71348c4dc6674bee409874f3","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","lineage_path":".agents/skills/aoa-sanitized-share/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:1a9d044b75b8430fd2848770","mime":"application/yaml","path":".agents/skills/aoa-sanitized-share/agents/openai.yaml","repo":"aoa-techniques","size_bytes":452,"version_id":"aoa:aoa-techniques:artifact-version:bf711d02eb28e601e57ae51f"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-sanitized-share/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-sanitized-share/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-sanitized-share/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-sanitized-share/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"d0d32ce8780acd573bf2035844479b7ec536687403720b678a02f2b52bebe36b","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","git_blob_id":"b6a44ef42ce163a89a6307b70867f960b1ddf20e","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:fda6fc81262926199607f2a3","lineage_path":".agents/skills/aoa-sanitized-share/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:fda6fc81262926199607f2a3","mime":"image/svg+xml","path":".agents/skills/aoa-sanitized-share/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":442,"version_id":"aoa:aoa-techniques:artifact-version:ac599b99e04c0674f0db0ea9"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-sanitized-share/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-sanitized-share/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-sanitized-share/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-sanitized-share/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"4774b27bc7b1a350e6abbf1de6254cb1ed06050bc64ae6cdc948ece688a1c2a9","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","git_blob_id":"84989b3d2909ff6533bc7c56e586eaaa158b0b0a","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:63c1b89d3d7da11b5eba53ec","lineage_path":".agents/skills/aoa-sanitized-share/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:63c1b89d3d7da11b5eba53ec","mime":"image/svg+xml","path":".agents/skills/aoa-sanitized-share/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":440,"version_id":"aoa:aoa-techniques:artifact-version:9c94fdf73112da9822626321"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-sanitized-share/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-sanitized-share/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-sanitized-share/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-sanitized-share/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"8bc3b5b0491f61b7b438c00082a11459d01588c161c24ca1e817052e9a226878","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"}}, - {"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":"0a1194b2a1d6650b85412d9efcc01483ed20baaf9197730196313913b69578d6","git_blob_id":"f5b8e4e96c648b09a76fee3358bafac7d116037c","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","lineage_path":".agents/skills/aoa-sanitized-share/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:1dcbc79df784f130fde464f6","mime":"text/markdown","path":".agents/skills/aoa-sanitized-share/checks/review.md","repo":"aoa-techniques","size_bytes":1073,"version_id":"aoa:aoa-techniques:artifact-version:7b090278b8795951c874654d"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-sanitized-share/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-sanitized-share/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-sanitized-share/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-sanitized-share/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":7,"ref":".agents/skills/aoa-sanitized-share/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":13,"ref":".agents/skills/aoa-sanitized-share/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":21,"ref":".agents/skills/aoa-sanitized-share/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-sanitized-share/checks/review.md:1"],"path_ref":".agents/skills/aoa-sanitized-share/checks/review.md"},"signs":{"attestation_ref":"","digest":"0a1194b2a1d6650b85412d9efcc01483ed20baaf9197730196313913b69578d6","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"}}, - {"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":"296d837576ebcf25cf5bed88da5bf485e55aa69a29f288da2c7ac885e59ae2df","git_blob_id":"fcb9f45356110e45963bccb34287d11fc405d1be","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","lineage_path":".agents/skills/aoa-sanitized-share/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:5e080f9d83a0f82269ba36a8","mime":"text/markdown","path":".agents/skills/aoa-sanitized-share/examples/runtime.md","repo":"aoa-techniques","size_bytes":1264,"version_id":"aoa:aoa-techniques:artifact-version:0181e08da92881f4cf1570ee"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-sanitized-share/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-sanitized-share/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-sanitized-share/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-sanitized-share/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":6,"ref":".agents/skills/aoa-sanitized-share/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":9,"ref":".agents/skills/aoa-sanitized-share/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":15,"ref":".agents/skills/aoa-sanitized-share/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":20,"ref":".agents/skills/aoa-sanitized-share/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":25,"ref":".agents/skills/aoa-sanitized-share/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-sanitized-share/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-sanitized-share/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"296d837576ebcf25cf5bed88da5bf485e55aa69a29f288da2c7ac885e59ae2df","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"}}, - {"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":"9a884a6a0dff07a3b0b831c2f504aba202706609d9138203cbdea01c114f4cde","git_blob_id":"4d0f48689034118cf72bb2602d9ed00191954fde","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","lineage_path":".agents/skills/aoa-session-donor-harvest/SKILL.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:04995a0d00837ddf3325b7fd","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/SKILL.md","repo":"aoa-techniques","size_bytes":14046,"version_id":"aoa:aoa-techniques:artifact-version:28177f0417681d566f35eac5"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-donor-harvest/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/aoa-session-donor-harvest/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-session-donor-harvest","level":1,"line":16,"ref":".agents/skills/aoa-session-donor-harvest/SKILL.md#aoa-session-donor-harvest","title":"aoa-session-donor-harvest"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-session-donor-harvest/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":23,"ref":".agents/skills/aoa-session-donor-harvest/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":41,"ref":".agents/skills/aoa-session-donor-harvest/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":53,"ref":".agents/skills/aoa-session-donor-harvest/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":80,"ref":".agents/skills/aoa-session-donor-harvest/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":135,"ref":".agents/skills/aoa-session-donor-harvest/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":157,"ref":".agents/skills/aoa-session-donor-harvest/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":175,"ref":".agents/skills/aoa-session-donor-harvest/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":199,"ref":".agents/skills/aoa-session-donor-harvest/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":205,"ref":".agents/skills/aoa-session-donor-harvest/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-session-donor-harvest/SKILL.md:1"],"path_ref":".agents/skills/aoa-session-donor-harvest/SKILL.md"},"signs":{"attestation_ref":"","digest":"9a884a6a0dff07a3b0b831c2f504aba202706609d9138203cbdea01c114f4cde","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"}}, - {"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":"5449f16fe882782bbb52236d17d093a2faac15b7baa0c89b00b405828e8243ac","git_blob_id":"7240beb7a0f1a3021fd2a0822b5882daa3fe0545","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","lineage_path":".agents/skills/aoa-session-donor-harvest/agents/openai.yaml#generation-2","logical_id":"aoa:aoa-techniques:artifact:0dadc70ab7763cc90f3a7dfc","mime":"application/yaml","path":".agents/skills/aoa-session-donor-harvest/agents/openai.yaml","repo":"aoa-techniques","size_bytes":524,"version_id":"aoa:aoa-techniques:artifact-version:6563608be4cb719f6b1717e3"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-donor-harvest/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-donor-harvest/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-donor-harvest/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-session-donor-harvest/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"5449f16fe882782bbb52236d17d093a2faac15b7baa0c89b00b405828e8243ac","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:4a820cc25ce9e2c1a71bfe6c","lineage_path":".agents/skills/aoa-session-donor-harvest/assets/large-logo.svg#generation-2","logical_id":"aoa:aoa-techniques:artifact:4a820cc25ce9e2c1a71bfe6c","mime":"image/svg+xml","path":".agents/skills/aoa-session-donor-harvest/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:2863c3888039ffb426040956"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-donor-harvest/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-donor-harvest/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-donor-harvest/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-session-donor-harvest/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:9a7c33c9af35639fe95d3bce","lineage_path":".agents/skills/aoa-session-donor-harvest/assets/small-logo.svg#generation-2","logical_id":"aoa:aoa-techniques:artifact:9a7c33c9af35639fe95d3bce","mime":"image/svg+xml","path":".agents/skills/aoa-session-donor-harvest/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:413f814f9250c4f2e5c701b5"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-donor-harvest/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-donor-harvest/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-donor-harvest/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-session-donor-harvest/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"4818d4a1e13185857e61eaa1bfc31391e7ce5f12d2df34c5f82a1f95efc602f5","git_blob_id":"80abeb08be7c213b17728503a2c230f72e5fdd4f","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","lineage_path":".agents/skills/aoa-session-donor-harvest/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:bec3e0f3875932c8b2f9fed0","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/checks/review.md","repo":"aoa-techniques","size_bytes":2724,"version_id":"aoa:aoa-techniques:artifact-version:0c8b2340f99160f45c923129"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-donor-harvest/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-donor-harvest/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-session-donor-harvest/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-session-donor-harvest/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":9,"ref":".agents/skills/aoa-session-donor-harvest/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":17,"ref":".agents/skills/aoa-session-donor-harvest/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":41,"ref":".agents/skills/aoa-session-donor-harvest/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-session-donor-harvest/checks/review.md:1"],"path_ref":".agents/skills/aoa-session-donor-harvest/checks/review.md"},"signs":{"attestation_ref":"","digest":"4818d4a1e13185857e61eaa1bfc31391e7ce5f12d2df34c5f82a1f95efc602f5","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"}}, - {"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":"51d6dcf33d2b1b7bffcbd7e4d8a827718d9c7f7a15bbfa4dd9eed4f266ecb46a","git_blob_id":"63e3f334b9380c77e6f8ce962356a0fae23c08b2","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","lineage_path":".agents/skills/aoa-session-donor-harvest/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:954a33a6829dda3bb85453f8","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/examples/runtime.md","repo":"aoa-techniques","size_bytes":3320,"version_id":"aoa:aoa-techniques:artifact-version:cdc7b9dd8483e3ed7f8139f6"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-donor-harvest/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-donor-harvest/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-session-donor-harvest/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-session-donor-harvest/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":14,"ref":".agents/skills/aoa-session-donor-harvest/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":18,"ref":".agents/skills/aoa-session-donor-harvest/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":25,"ref":".agents/skills/aoa-session-donor-harvest/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":45,"ref":".agents/skills/aoa-session-donor-harvest/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":51,"ref":".agents/skills/aoa-session-donor-harvest/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-session-donor-harvest/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-session-donor-harvest/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"51d6dcf33d2b1b7bffcbd7e4d8a827718d9c7f7a15bbfa4dd9eed4f266ecb46a","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"}}, - {"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":"28d9717641da71759c439034bc9b052c8824cb13312849425db2e955b0987453","git_blob_id":"f0328c87b1dc8d2c81818403494a078508036d39","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","lineage_path":".agents/skills/aoa-session-donor-harvest/references/candidate-lineage-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:82e4ec4041d05fd1cc09a671","mime":"application/yaml","path":".agents/skills/aoa-session-donor-harvest/references/candidate-lineage-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":1049,"version_id":"aoa:aoa-techniques:artifact-version:abb1933851f01400b7cdcb2b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-donor-harvest/references/candidate-lineage-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-donor-harvest/references/candidate-lineage-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-donor-harvest/references/candidate-lineage-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-session-donor-harvest/references/candidate-lineage-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"28d9717641da71759c439034bc9b052c8824cb13312849425db2e955b0987453","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"}}, - {"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":"8767544f68044fdf22c061d00efbc6d5aabf8f408e504f1e47078e3c81cb2df5","git_blob_id":"107a66a540943195e63877b363800a4207325f97","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","lineage_path":".agents/skills/aoa-session-donor-harvest/references/core-skill-application-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:85359e8d4001aae4370faceb","mime":"application/yaml","path":".agents/skills/aoa-session-donor-harvest/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":982,"version_id":"aoa:aoa-techniques:artifact-version:7ce11e0d2b7187372de6633e"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-donor-harvest/references/core-skill-application-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-donor-harvest/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-donor-harvest/references/core-skill-application-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-session-donor-harvest/references/core-skill-application-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"8767544f68044fdf22c061d00efbc6d5aabf8f408e504f1e47078e3c81cb2df5","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"}}, - {"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":"854c08b10697a5ee3882dfd3840f0f0f6f212458b258466121238c0dd6fbc4a1","git_blob_id":"4fcfdb6fe6ef580f1bbca3367eb9eb9bdb4daa95","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","lineage_path":".agents/skills/aoa-session-donor-harvest/references/family-shape.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:2bb0d42a6d5c736a7a63032d","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/references/family-shape.md","repo":"aoa-techniques","size_bytes":728,"version_id":"aoa:aoa-techniques:artifact-version:afc00fe8445a636f03e81da8"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-donor-harvest/references/family-shape.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-donor-harvest/references/family-shape.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"family-shape-around-aoa-session-donor-harvest","level":1,"line":1,"ref":".agents/skills/aoa-session-donor-harvest/references/family-shape.md#family-shape-around-aoa-session-donor-harvest","title":"Family Shape Around `aoa-session-donor-harvest`"}],"line_refs":[".agents/skills/aoa-session-donor-harvest/references/family-shape.md:1"],"path_ref":".agents/skills/aoa-session-donor-harvest/references/family-shape.md"},"signs":{"attestation_ref":"","digest":"854c08b10697a5ee3882dfd3840f0f0f6f212458b258466121238c0dd6fbc4a1","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"}}, - {"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":"17ddc60fd818545de8a50c322ff207f2afa95e345a442fb262b41c2860766986","git_blob_id":"6264fd701d08872037f5b88dcabf016a748acfed","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","lineage_path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:462b91da6966088b7402e31b","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md","repo":"aoa-techniques","size_bytes":1408,"version_id":"aoa:aoa-techniques:artifact-version:b6f97faafcfca674513c4e11"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"harvest-packet-contract","level":1,"line":1,"ref":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md#harvest-packet-contract","title":"Harvest Packet Contract"},{"anchor":"required-fields","level":2,"line":6,"ref":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md#required-fields","title":"Required fields"},{"anchor":"common-optional-fields","level":2,"line":14,"ref":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md#common-optional-fields","title":"Common optional fields"},{"anchor":"extract-record-expectations","level":2,"line":28,"ref":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md#extract-record-expectations","title":"Extract record expectations"},{"anchor":"contract-rule","level":2,"line":50,"ref":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md#contract-rule","title":"Contract rule"}],"line_refs":[".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md:1"],"path_ref":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-contract.md"},"signs":{"attestation_ref":"","digest":"17ddc60fd818545de8a50c322ff207f2afa95e345a442fb262b41c2860766986","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"}}, - {"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":"2456cc7ef410ac7a045399c3ba8bd878818e2225975f83e957296e70bc0a3025","git_blob_id":"73f342bcb9a1acf22ec988b21d69b40319571176","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","lineage_path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:18e4d7b9ab04bf529f3f4af7","mime":"application/yaml","path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":1013,"version_id":"aoa:aoa-techniques:artifact-version:58e5cd09ddcac08b95f5d11a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-donor-harvest/references/harvest-packet-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-session-donor-harvest/references/harvest-packet-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"2456cc7ef410ac7a045399c3ba8bd878818e2225975f83e957296e70bc0a3025","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"}}, - {"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":"651ba9e9ea35c6ac8b7ff6f9742db57721b5998cbba03b1e9501b5b00729d7ca","git_blob_id":"90fa6446936b0ee0e59acf3dee040d4f9a9d14e9","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","lineage_path":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:8fe6192d0e724620262e2371","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md","repo":"aoa-techniques","size_bytes":2100,"version_id":"aoa:aoa-techniques:artifact-version:d0545e96c309233bc2adc853"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"owner-layer-map","level":1,"line":1,"ref":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md#owner-layer-map","title":"Owner Layer Map"},{"anchor":"first-authoring-targets","level":2,"line":5,"ref":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md#first-authoring-targets","title":"First-authoring targets"},{"anchor":"family-aware-routes","level":2,"line":28,"ref":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md#family-aware-routes","title":"Family-aware routes"},{"anchor":"rare-or-non-first-routes","level":2,"line":40,"ref":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md#rare-or-non-first-routes","title":"Rare or non-first routes"},{"anchor":"hold-routes","level":2,"line":50,"ref":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md#hold-routes","title":"Hold routes"},{"anchor":"wrong-first-targets-to-reject","level":2,"line":59,"ref":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md#wrong-first-targets-to-reject","title":"Wrong-first targets to reject"}],"line_refs":[".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md:1"],"path_ref":".agents/skills/aoa-session-donor-harvest/references/owner-layer-map.md"},"signs":{"attestation_ref":"","digest":"651ba9e9ea35c6ac8b7ff6f9742db57721b5998cbba03b1e9501b5b00729d7ca","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"}}, - {"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":"a18802e0e6ebfc0b050a0327b0ebc75b47e2ae9d89b9ffd4edfa7fe7551518eb","git_blob_id":"9ec7b5b68914e19b5054f0a2771de478f5bb8fb5","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","lineage_path":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:ff148dc55e26911cc5b5d951","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md","repo":"aoa-techniques","size_bytes":817,"version_id":"aoa:aoa-techniques:artifact-version:d1e1aaa5c327c0ac1f7b26b3"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"rpg-reflection-posture","level":1,"line":1,"ref":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md#rpg-reflection-posture","title":"RPG Reflection Posture"},{"anchor":"good-uses","level":2,"line":6,"ref":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md#good-uses","title":"Good uses"},{"anchor":"bad-uses","level":2,"line":17,"ref":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md#bad-uses","title":"Bad uses"},{"anchor":"session-harvest-rule","level":2,"line":25,"ref":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md#session-harvest-rule","title":"Session-harvest rule"}],"line_refs":[".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md:1"],"path_ref":".agents/skills/aoa-session-donor-harvest/references/rpg-reflection-posture.md"},"signs":{"attestation_ref":"","digest":"a18802e0e6ebfc0b050a0327b0ebc75b47e2ae9d89b9ffd4edfa7fe7551518eb","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"}}, - {"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":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","git_blob_id":"e9cf79f5fde1e802e1607cc7d41b2affbd7042f3","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","lineage_path":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md","logical_id":"aoa:aoa-techniques:artifact:2b5c91f27bb480bb2ee8ebbe","mime":"text/markdown","path":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md","repo":"aoa-techniques","size_bytes":956,"version_id":"aoa:aoa-techniques:artifact-version:785834fb8991f3f33e5e208b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"stats-event-envelope","level":1,"line":1,"ref":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md#stats-event-envelope","title":"Stats Event Envelope"},{"anchor":"required-fields","level":2,"line":12,"ref":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md#required-fields","title":"Required fields"},{"anchor":"optional-fields","level":2,"line":24,"ref":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md#optional-fields","title":"Optional fields"},{"anchor":"rules","level":2,"line":31,"ref":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md#rules","title":"Rules"}],"line_refs":[".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md:1"],"path_ref":".agents/skills/aoa-session-donor-harvest/references/stats-event-envelope.md"},"signs":{"attestation_ref":"","digest":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","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"}}, - {"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":"de83ec905eb3d1f0bc81c63dcb73b3f487e102e527fc225d175977cf13f99332","git_blob_id":"eacf23540a4e52f6e2eeef87ca617156fbf25ac0","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","lineage_path":".agents/skills/aoa-session-progression-lift/SKILL.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:2d9ad07b18bd28f9ab2bb30d","mime":"text/markdown","path":".agents/skills/aoa-session-progression-lift/SKILL.md","repo":"aoa-techniques","size_bytes":8746,"version_id":"aoa:aoa-techniques:artifact-version:9b67a8dd1acad618e130730c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-progression-lift/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/aoa-session-progression-lift/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-session-progression-lift","level":1,"line":16,"ref":".agents/skills/aoa-session-progression-lift/SKILL.md#aoa-session-progression-lift","title":"aoa-session-progression-lift"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-session-progression-lift/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":26,"ref":".agents/skills/aoa-session-progression-lift/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":48,"ref":".agents/skills/aoa-session-progression-lift/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":58,"ref":".agents/skills/aoa-session-progression-lift/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":74,"ref":".agents/skills/aoa-session-progression-lift/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":106,"ref":".agents/skills/aoa-session-progression-lift/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":122,"ref":".agents/skills/aoa-session-progression-lift/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":135,"ref":".agents/skills/aoa-session-progression-lift/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":148,"ref":".agents/skills/aoa-session-progression-lift/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":153,"ref":".agents/skills/aoa-session-progression-lift/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-session-progression-lift/SKILL.md:1"],"path_ref":".agents/skills/aoa-session-progression-lift/SKILL.md"},"signs":{"attestation_ref":"","digest":"de83ec905eb3d1f0bc81c63dcb73b3f487e102e527fc225d175977cf13f99332","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"}}, - {"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":"84c4cc21dffbb03aa6ca3d00e90bef54f961c48af1f1eaa2f54997f3eccaed60","git_blob_id":"bf5eefd957216abc1a36b15da395d1d1415b2077","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","lineage_path":".agents/skills/aoa-session-progression-lift/agents/openai.yaml#generation-2","logical_id":"aoa:aoa-techniques:artifact:3061ddbd890632105c98a02a","mime":"application/yaml","path":".agents/skills/aoa-session-progression-lift/agents/openai.yaml","repo":"aoa-techniques","size_bytes":469,"version_id":"aoa:aoa-techniques:artifact-version:4d81fe4575636a42a09d2a13"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-progression-lift/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-progression-lift/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-progression-lift/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-session-progression-lift/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"84c4cc21dffbb03aa6ca3d00e90bef54f961c48af1f1eaa2f54997f3eccaed60","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:719c8b6b987bfb2e7352b61e","lineage_path":".agents/skills/aoa-session-progression-lift/assets/large-logo.svg#generation-2","logical_id":"aoa:aoa-techniques:artifact:719c8b6b987bfb2e7352b61e","mime":"image/svg+xml","path":".agents/skills/aoa-session-progression-lift/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:ab84b6fda3e7a9b759e45759"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-progression-lift/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-progression-lift/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-progression-lift/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-session-progression-lift/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:79ca22bb6583fa52b960f1a6","lineage_path":".agents/skills/aoa-session-progression-lift/assets/small-logo.svg#generation-2","logical_id":"aoa:aoa-techniques:artifact:79ca22bb6583fa52b960f1a6","mime":"image/svg+xml","path":".agents/skills/aoa-session-progression-lift/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:af0e7d4de6b5b7c70cf6d3cf"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-progression-lift/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-progression-lift/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-progression-lift/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-session-progression-lift/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"59e8213f6aed415d1aee30baeff831240cbf2f788bb6e086fba69f49fc047798","git_blob_id":"2c1614a2ac921bec17f64a9f6455f37a3c27f387","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","lineage_path":".agents/skills/aoa-session-progression-lift/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:cc44be8bae400fb571c17016","mime":"text/markdown","path":".agents/skills/aoa-session-progression-lift/checks/review.md","repo":"aoa-techniques","size_bytes":2007,"version_id":"aoa:aoa-techniques:artifact-version:9eacb9ec8849a0b8b04c6f34"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-progression-lift/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-progression-lift/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-session-progression-lift/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-session-progression-lift/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":8,"ref":".agents/skills/aoa-session-progression-lift/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":15,"ref":".agents/skills/aoa-session-progression-lift/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":37,"ref":".agents/skills/aoa-session-progression-lift/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-session-progression-lift/checks/review.md:1"],"path_ref":".agents/skills/aoa-session-progression-lift/checks/review.md"},"signs":{"attestation_ref":"","digest":"59e8213f6aed415d1aee30baeff831240cbf2f788bb6e086fba69f49fc047798","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"}}, - {"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":"1eec3147a9a3c87e7e1d31e199e5d25484ad0df1dcea26f2970a4c2b90a193dc","git_blob_id":"c707ca993daec26b18b02a70f6e6825f832e856b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","lineage_path":".agents/skills/aoa-session-progression-lift/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:bcd01245f8e3ab667697126a","mime":"text/markdown","path":".agents/skills/aoa-session-progression-lift/examples/runtime.md","repo":"aoa-techniques","size_bytes":2135,"version_id":"aoa:aoa-techniques:artifact-version:ac49843eef288d3009bfa337"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-progression-lift/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-progression-lift/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-session-progression-lift/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-session-progression-lift/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":12,"ref":".agents/skills/aoa-session-progression-lift/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":17,"ref":".agents/skills/aoa-session-progression-lift/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":24,"ref":".agents/skills/aoa-session-progression-lift/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":38,"ref":".agents/skills/aoa-session-progression-lift/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":44,"ref":".agents/skills/aoa-session-progression-lift/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-session-progression-lift/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-session-progression-lift/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"1eec3147a9a3c87e7e1d31e199e5d25484ad0df1dcea26f2970a4c2b90a193dc","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"}}, - {"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":"4167002622b5eae872ffe64bf0cca04e48716b5ecc65d6c7500c5f98d336d4db","git_blob_id":"903407de9d5f735a78fa989ff06a67a8ad517ca2","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","lineage_path":".agents/skills/aoa-session-progression-lift/references/core-skill-application-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:ebb87741910b9f6514b44001","mime":"application/yaml","path":".agents/skills/aoa-session-progression-lift/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":991,"version_id":"aoa:aoa-techniques:artifact-version:c8e930bf3b3603e0f9144649"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-progression-lift/references/core-skill-application-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-progression-lift/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-progression-lift/references/core-skill-application-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-session-progression-lift/references/core-skill-application-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"4167002622b5eae872ffe64bf0cca04e48716b5ecc65d6c7500c5f98d336d4db","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"}}, - {"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":"d9b24f6469d708b56dafe9e16b3d45fbc16057cc65e1f150e8f89041733cb4a1","git_blob_id":"c1df7bbac62cf24e70caf4222491451d2b48b976","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","lineage_path":".agents/skills/aoa-session-progression-lift/references/progression-axes.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:de473d59fa624440029e1f16","mime":"text/markdown","path":".agents/skills/aoa-session-progression-lift/references/progression-axes.md","repo":"aoa-techniques","size_bytes":1055,"version_id":"aoa:aoa-techniques:artifact-version:56c2ecb4af57eae93aa01912"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-progression-lift/references/progression-axes.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-progression-lift/references/progression-axes.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"progression-axes","level":1,"line":1,"ref":".agents/skills/aoa-session-progression-lift/references/progression-axes.md#progression-axes","title":"Progression Axes"},{"anchor":"baseline-posture","level":2,"line":16,"ref":".agents/skills/aoa-session-progression-lift/references/progression-axes.md#baseline-posture","title":"Baseline posture"},{"anchor":"evidence-posture","level":2,"line":30,"ref":".agents/skills/aoa-session-progression-lift/references/progression-axes.md#evidence-posture","title":"Evidence posture"}],"line_refs":[".agents/skills/aoa-session-progression-lift/references/progression-axes.md:1"],"path_ref":".agents/skills/aoa-session-progression-lift/references/progression-axes.md"},"signs":{"attestation_ref":"","digest":"d9b24f6469d708b56dafe9e16b3d45fbc16057cc65e1f150e8f89041733cb4a1","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"}}, - {"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":"27e027d34af603c384f7c697eff67eac5ed5521808ae7c2f049897af449c2c95","git_blob_id":"7726647c3e9b6e83802a91e903b76fd665ae7b45","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","lineage_path":".agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:6a846e40e6142ade81de09a0","mime":"application/yaml","path":".agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":804,"version_id":"aoa:aoa-techniques:artifact-version:e39a98f33b5c1f3b4767b3af"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-session-progression-lift/references/progression-delta-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"27e027d34af603c384f7c697eff67eac5ed5521808ae7c2f049897af449c2c95","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"}}, - {"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":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","git_blob_id":"e9cf79f5fde1e802e1607cc7d41b2affbd7042f3","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","lineage_path":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md","logical_id":"aoa:aoa-techniques:artifact:5cd7be6ce919eaae11a9f553","mime":"text/markdown","path":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md","repo":"aoa-techniques","size_bytes":956,"version_id":"aoa:aoa-techniques:artifact-version:2420e062b4b51bad84312871"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"stats-event-envelope","level":1,"line":1,"ref":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md#stats-event-envelope","title":"Stats Event Envelope"},{"anchor":"required-fields","level":2,"line":12,"ref":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md#required-fields","title":"Required fields"},{"anchor":"optional-fields","level":2,"line":24,"ref":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md#optional-fields","title":"Optional fields"},{"anchor":"rules","level":2,"line":31,"ref":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md#rules","title":"Rules"}],"line_refs":[".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md:1"],"path_ref":".agents/skills/aoa-session-progression-lift/references/stats-event-envelope.md"},"signs":{"attestation_ref":"","digest":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","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"}}, - {"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":"7d6d3fa93722020b448f7b5345bd3b98499a99239a19a2a4b0cd6e6248440014","git_blob_id":"ca68f9924139e92699fb7142e38b5035aaf27ecc","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","lineage_path":".agents/skills/aoa-session-route-forks/SKILL.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:0343aea2ab7d216dcc38a493","mime":"text/markdown","path":".agents/skills/aoa-session-route-forks/SKILL.md","repo":"aoa-techniques","size_bytes":6518,"version_id":"aoa:aoa-techniques:artifact-version:b60bc1b1ede09871b7f632fb"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-route-forks/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/aoa-session-route-forks/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-session-route-forks","level":1,"line":16,"ref":".agents/skills/aoa-session-route-forks/SKILL.md#aoa-session-route-forks","title":"aoa-session-route-forks"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-session-route-forks/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":25,"ref":".agents/skills/aoa-session-route-forks/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":40,"ref":".agents/skills/aoa-session-route-forks/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":47,"ref":".agents/skills/aoa-session-route-forks/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":59,"ref":".agents/skills/aoa-session-route-forks/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":75,"ref":".agents/skills/aoa-session-route-forks/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":88,"ref":".agents/skills/aoa-session-route-forks/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":97,"ref":".agents/skills/aoa-session-route-forks/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":108,"ref":".agents/skills/aoa-session-route-forks/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":113,"ref":".agents/skills/aoa-session-route-forks/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-session-route-forks/SKILL.md:1"],"path_ref":".agents/skills/aoa-session-route-forks/SKILL.md"},"signs":{"attestation_ref":"","digest":"7d6d3fa93722020b448f7b5345bd3b98499a99239a19a2a4b0cd6e6248440014","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"}}, - {"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":"58ffab7c36373037789880dcbc7d5e107aa50ec6dbbc3e2a3afceca4f8e166db","git_blob_id":"191ccd07e38807231d69663677b3f8d0cc1a2669","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","lineage_path":".agents/skills/aoa-session-route-forks/agents/openai.yaml#generation-2","logical_id":"aoa:aoa-techniques:artifact:85a4676aebfbf465fbdf2c3e","mime":"application/yaml","path":".agents/skills/aoa-session-route-forks/agents/openai.yaml","repo":"aoa-techniques","size_bytes":470,"version_id":"aoa:aoa-techniques:artifact-version:4412f0a07bb607e79e8a86f4"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-route-forks/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-route-forks/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-route-forks/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-session-route-forks/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"58ffab7c36373037789880dcbc7d5e107aa50ec6dbbc3e2a3afceca4f8e166db","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:673475f0067e9658ac1c13dd","lineage_path":".agents/skills/aoa-session-route-forks/assets/large-logo.svg#generation-2","logical_id":"aoa:aoa-techniques:artifact:673475f0067e9658ac1c13dd","mime":"image/svg+xml","path":".agents/skills/aoa-session-route-forks/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:03218a3ce74fdf315147c04c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-route-forks/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-route-forks/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-route-forks/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-session-route-forks/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:2a1c9fd8cf4ca8d810044304","lineage_path":".agents/skills/aoa-session-route-forks/assets/small-logo.svg#generation-2","logical_id":"aoa:aoa-techniques:artifact:2a1c9fd8cf4ca8d810044304","mime":"image/svg+xml","path":".agents/skills/aoa-session-route-forks/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:e2f183d76b9668b3e25600c2"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-route-forks/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-route-forks/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-route-forks/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-session-route-forks/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"3761285db2c5968b6fdde8aac212ec937b93bbc04c4fe5f927b5f0749ecb81fc","git_blob_id":"1df337fd9ae77ff0260e205ef88deb4887d0a3a1","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","lineage_path":".agents/skills/aoa-session-route-forks/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:f73d6bb820b2923c7a7b2dcd","mime":"text/markdown","path":".agents/skills/aoa-session-route-forks/checks/review.md","repo":"aoa-techniques","size_bytes":1604,"version_id":"aoa:aoa-techniques:artifact-version:4eb740710adfa4c0f37361cf"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-route-forks/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-route-forks/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-session-route-forks/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-session-route-forks/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":8,"ref":".agents/skills/aoa-session-route-forks/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":16,"ref":".agents/skills/aoa-session-route-forks/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":30,"ref":".agents/skills/aoa-session-route-forks/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-session-route-forks/checks/review.md:1"],"path_ref":".agents/skills/aoa-session-route-forks/checks/review.md"},"signs":{"attestation_ref":"","digest":"3761285db2c5968b6fdde8aac212ec937b93bbc04c4fe5f927b5f0749ecb81fc","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"}}, - {"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":"5a510ddc0bbec84623232f7019b6375ab7bf64b21f2edc94ed9a77b980959da2","git_blob_id":"17329778b4995a29c00ce6e492e84accd3fc40a5","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","lineage_path":".agents/skills/aoa-session-route-forks/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:d848520b1b9a2cc3c2358c88","mime":"text/markdown","path":".agents/skills/aoa-session-route-forks/examples/runtime.md","repo":"aoa-techniques","size_bytes":2042,"version_id":"aoa:aoa-techniques:artifact-version:bdfeb3a2d1727910c6b776cb"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-route-forks/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-route-forks/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-session-route-forks/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-session-route-forks/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":11,"ref":".agents/skills/aoa-session-route-forks/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":17,"ref":".agents/skills/aoa-session-route-forks/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":24,"ref":".agents/skills/aoa-session-route-forks/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":34,"ref":".agents/skills/aoa-session-route-forks/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":45,"ref":".agents/skills/aoa-session-route-forks/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-session-route-forks/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-session-route-forks/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"5a510ddc0bbec84623232f7019b6375ab7bf64b21f2edc94ed9a77b980959da2","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"}}, - {"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":"01316491cefb11b58a4c267c64618780895d9ebcc927bce7339b2df34dbbe30f","git_blob_id":"d5943f8e3c79dbc550229a80881efe2243fe477a","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","lineage_path":".agents/skills/aoa-session-route-forks/references/core-skill-application-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:abc90077ace34cc798719aa6","mime":"application/yaml","path":".agents/skills/aoa-session-route-forks/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":977,"version_id":"aoa:aoa-techniques:artifact-version:7c82d5814255e89effe1f39a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-route-forks/references/core-skill-application-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-route-forks/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-route-forks/references/core-skill-application-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-session-route-forks/references/core-skill-application-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"01316491cefb11b58a4c267c64618780895d9ebcc927bce7339b2df34dbbe30f","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"}}, - {"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":"49f6797fde32d11feb187d2de5def28e949b657235884492575e3bb6e31bdc72","git_blob_id":"0bbed42f89663c51369ce371759e5f9209c2f687","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","lineage_path":".agents/skills/aoa-session-route-forks/references/decision-fork-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:d56bc23ff8943f335e09c17e","mime":"application/yaml","path":".agents/skills/aoa-session-route-forks/references/decision-fork-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":630,"version_id":"aoa:aoa-techniques:artifact-version:77ffbaeebee070410caed935"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-route-forks/references/decision-fork-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-route-forks/references/decision-fork-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-route-forks/references/decision-fork-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-session-route-forks/references/decision-fork-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"49f6797fde32d11feb187d2de5def28e949b657235884492575e3bb6e31bdc72","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"}}, - {"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":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","git_blob_id":"e9cf79f5fde1e802e1607cc7d41b2affbd7042f3","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","lineage_path":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md","logical_id":"aoa:aoa-techniques:artifact:7575df7c3e5499c8470ef0c0","mime":"text/markdown","path":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md","repo":"aoa-techniques","size_bytes":956,"version_id":"aoa:aoa-techniques:artifact-version:434e441459ccf542c94e606d"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"stats-event-envelope","level":1,"line":1,"ref":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md#stats-event-envelope","title":"Stats Event Envelope"},{"anchor":"required-fields","level":2,"line":12,"ref":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md#required-fields","title":"Required fields"},{"anchor":"optional-fields","level":2,"line":24,"ref":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md#optional-fields","title":"Optional fields"},{"anchor":"rules","level":2,"line":31,"ref":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md#rules","title":"Rules"}],"line_refs":[".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md:1"],"path_ref":".agents/skills/aoa-session-route-forks/references/stats-event-envelope.md"},"signs":{"attestation_ref":"","digest":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","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"}}, - {"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":"2234379cea3b5fc8de77598c090ee215a489c62d212482cb289544b64bbec260","git_blob_id":"52b8a0ea965a3935dde13b3fc4eadf75fee9f44c","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","lineage_path":".agents/skills/aoa-session-self-diagnose/SKILL.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:0679b61b4ab20f1c64477c0a","mime":"text/markdown","path":".agents/skills/aoa-session-self-diagnose/SKILL.md","repo":"aoa-techniques","size_bytes":7252,"version_id":"aoa:aoa-techniques:artifact-version:4558df979203ea845ad16ee8"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-self-diagnose/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/aoa-session-self-diagnose/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-session-self-diagnose","level":1,"line":16,"ref":".agents/skills/aoa-session-self-diagnose/SKILL.md#aoa-session-self-diagnose","title":"aoa-session-self-diagnose"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-session-self-diagnose/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":24,"ref":".agents/skills/aoa-session-self-diagnose/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":40,"ref":".agents/skills/aoa-session-self-diagnose/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":48,"ref":".agents/skills/aoa-session-self-diagnose/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":62,"ref":".agents/skills/aoa-session-self-diagnose/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":77,"ref":".agents/skills/aoa-session-self-diagnose/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":90,"ref":".agents/skills/aoa-session-self-diagnose/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":101,"ref":".agents/skills/aoa-session-self-diagnose/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":112,"ref":".agents/skills/aoa-session-self-diagnose/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":117,"ref":".agents/skills/aoa-session-self-diagnose/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-session-self-diagnose/SKILL.md:1"],"path_ref":".agents/skills/aoa-session-self-diagnose/SKILL.md"},"signs":{"attestation_ref":"","digest":"2234379cea3b5fc8de77598c090ee215a489c62d212482cb289544b64bbec260","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"}}, - {"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":"a60c521cf40a767ee8b6b37d8249e58ed88ac83ed942b9328908408e7baa1900","git_blob_id":"33cf95fd9ebf1771f1fe2adda905a7eca96acb7f","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","lineage_path":".agents/skills/aoa-session-self-diagnose/agents/openai.yaml#generation-2","logical_id":"aoa:aoa-techniques:artifact:1475f9ed03991ff62c93fee8","mime":"application/yaml","path":".agents/skills/aoa-session-self-diagnose/agents/openai.yaml","repo":"aoa-techniques","size_bytes":471,"version_id":"aoa:aoa-techniques:artifact-version:8098dec620aaa69fca8140f9"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-self-diagnose/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-diagnose/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-self-diagnose/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-session-self-diagnose/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"a60c521cf40a767ee8b6b37d8249e58ed88ac83ed942b9328908408e7baa1900","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:3d0a60fd65ad9c43db97ec5d","lineage_path":".agents/skills/aoa-session-self-diagnose/assets/large-logo.svg#generation-2","logical_id":"aoa:aoa-techniques:artifact:3d0a60fd65ad9c43db97ec5d","mime":"image/svg+xml","path":".agents/skills/aoa-session-self-diagnose/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:377185c8b6739f7121f5173c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-self-diagnose/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-diagnose/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-self-diagnose/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-session-self-diagnose/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:b1b2f4095d2d81c7a3fc98c2","lineage_path":".agents/skills/aoa-session-self-diagnose/assets/small-logo.svg#generation-2","logical_id":"aoa:aoa-techniques:artifact:b1b2f4095d2d81c7a3fc98c2","mime":"image/svg+xml","path":".agents/skills/aoa-session-self-diagnose/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:42ae4b74c3bcb8464e7ffe09"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-self-diagnose/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-diagnose/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-self-diagnose/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-session-self-diagnose/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"da6535945d3b7a4b27959c39d911a14f34229ee811a53f3b7ea05963efcc2bc4","git_blob_id":"0647da1175e387ca7fd36777c0fa6bbfe5fe041b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","lineage_path":".agents/skills/aoa-session-self-diagnose/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:206840d0c42f10c6b5a1d2b1","mime":"text/markdown","path":".agents/skills/aoa-session-self-diagnose/checks/review.md","repo":"aoa-techniques","size_bytes":1630,"version_id":"aoa:aoa-techniques:artifact-version:45605d7da03b1f95c6a09f32"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-self-diagnose/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-diagnose/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-session-self-diagnose/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-session-self-diagnose/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":8,"ref":".agents/skills/aoa-session-self-diagnose/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":16,"ref":".agents/skills/aoa-session-self-diagnose/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":31,"ref":".agents/skills/aoa-session-self-diagnose/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-session-self-diagnose/checks/review.md:1"],"path_ref":".agents/skills/aoa-session-self-diagnose/checks/review.md"},"signs":{"attestation_ref":"","digest":"da6535945d3b7a4b27959c39d911a14f34229ee811a53f3b7ea05963efcc2bc4","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"}}, - {"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":"081c851a5de109021301a27e81bcdf43a827e09eb08dfa2b4315d7fcb9e494f8","git_blob_id":"e5a49d0216dfab8c203e489844b9f32e34f1d122","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","lineage_path":".agents/skills/aoa-session-self-diagnose/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:c5e5da58e1b64f4865ff11e4","mime":"text/markdown","path":".agents/skills/aoa-session-self-diagnose/examples/runtime.md","repo":"aoa-techniques","size_bytes":1856,"version_id":"aoa:aoa-techniques:artifact-version:81c99ffb87e2f82dbc243a22"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-self-diagnose/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-diagnose/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-session-self-diagnose/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-session-self-diagnose/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":9,"ref":".agents/skills/aoa-session-self-diagnose/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":15,"ref":".agents/skills/aoa-session-self-diagnose/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":23,"ref":".agents/skills/aoa-session-self-diagnose/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":35,"ref":".agents/skills/aoa-session-self-diagnose/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":41,"ref":".agents/skills/aoa-session-self-diagnose/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-session-self-diagnose/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-session-self-diagnose/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"081c851a5de109021301a27e81bcdf43a827e09eb08dfa2b4315d7fcb9e494f8","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"}}, - {"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":"cc7111e6c56c1dfb49ca656b3bc162403de297a12ae531d53d433de98755aab3","git_blob_id":"143a49bc647da6896466eaa939e22d79e7c89ada","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","lineage_path":".agents/skills/aoa-session-self-diagnose/references/core-skill-application-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:dc21c61a7e39b5ea0819d548","mime":"application/yaml","path":".agents/skills/aoa-session-self-diagnose/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":984,"version_id":"aoa:aoa-techniques:artifact-version:6ebf525e5589eaa63f754253"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-self-diagnose/references/core-skill-application-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-diagnose/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-self-diagnose/references/core-skill-application-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-session-self-diagnose/references/core-skill-application-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"cc7111e6c56c1dfb49ca656b3bc162403de297a12ae531d53d433de98755aab3","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"}}, - {"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":"4abfabfffae806849244457b11ed750978b75d2697fd69b530e7a5738ed8f596","git_blob_id":"18a783b6e3ae56be4694b91e9364047ef9d53664","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","lineage_path":".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:1d18474eea8ce7f0bafa5e23","mime":"application/yaml","path":".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":815,"version_id":"aoa:aoa-techniques:artifact-version:2db074e5b37ae852077b95c2"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-session-self-diagnose/references/diagnosis-packet-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"4abfabfffae806849244457b11ed750978b75d2697fd69b530e7a5738ed8f596","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"}}, - {"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":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","git_blob_id":"e9cf79f5fde1e802e1607cc7d41b2affbd7042f3","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","lineage_path":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md","logical_id":"aoa:aoa-techniques:artifact:17367cf5fe80043fb5994d9a","mime":"text/markdown","path":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md","repo":"aoa-techniques","size_bytes":956,"version_id":"aoa:aoa-techniques:artifact-version:0630e457cedb1f6e9ee12f61"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"stats-event-envelope","level":1,"line":1,"ref":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md#stats-event-envelope","title":"Stats Event Envelope"},{"anchor":"required-fields","level":2,"line":12,"ref":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md#required-fields","title":"Required fields"},{"anchor":"optional-fields","level":2,"line":24,"ref":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md#optional-fields","title":"Optional fields"},{"anchor":"rules","level":2,"line":31,"ref":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md#rules","title":"Rules"}],"line_refs":[".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md:1"],"path_ref":".agents/skills/aoa-session-self-diagnose/references/stats-event-envelope.md"},"signs":{"attestation_ref":"","digest":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","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"}}, - {"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":"2fdc2159700fa50547277af53047cbdd6f04618c517d703577c4c09e98a83644","git_blob_id":"e5ce63a1a15310e3711ec1c6e9ae19354dad0998","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","lineage_path":".agents/skills/aoa-session-self-repair/SKILL.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:2d146c79330d6387c38ca15e","mime":"text/markdown","path":".agents/skills/aoa-session-self-repair/SKILL.md","repo":"aoa-techniques","size_bytes":6866,"version_id":"aoa:aoa-techniques:artifact-version:721db779a7ef472f765f83fa"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-self-repair/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/aoa-session-self-repair/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-session-self-repair","level":1,"line":16,"ref":".agents/skills/aoa-session-self-repair/SKILL.md#aoa-session-self-repair","title":"aoa-session-self-repair"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-session-self-repair/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":26,"ref":".agents/skills/aoa-session-self-repair/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":42,"ref":".agents/skills/aoa-session-self-repair/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":51,"ref":".agents/skills/aoa-session-self-repair/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":63,"ref":".agents/skills/aoa-session-self-repair/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":78,"ref":".agents/skills/aoa-session-self-repair/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":92,"ref":".agents/skills/aoa-session-self-repair/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":101,"ref":".agents/skills/aoa-session-self-repair/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":112,"ref":".agents/skills/aoa-session-self-repair/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":117,"ref":".agents/skills/aoa-session-self-repair/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-session-self-repair/SKILL.md:1"],"path_ref":".agents/skills/aoa-session-self-repair/SKILL.md"},"signs":{"attestation_ref":"","digest":"2fdc2159700fa50547277af53047cbdd6f04618c517d703577c4c09e98a83644","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"}}, - {"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":"650958e3734721d47ff055a829aa4b6240ff350f3fb08a048c0da11be60cdd3b","git_blob_id":"62dcf0223d5c28b8ecd4ce039e1f8e59b58f4c4c","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","lineage_path":".agents/skills/aoa-session-self-repair/agents/openai.yaml#generation-2","logical_id":"aoa:aoa-techniques:artifact:5842abb864bd5f4262882678","mime":"application/yaml","path":".agents/skills/aoa-session-self-repair/agents/openai.yaml","repo":"aoa-techniques","size_bytes":491,"version_id":"aoa:aoa-techniques:artifact-version:fa030ab832072633ab61c1c8"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-self-repair/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-repair/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-self-repair/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-session-self-repair/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"650958e3734721d47ff055a829aa4b6240ff350f3fb08a048c0da11be60cdd3b","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:f5186ad55781ea7ee27e1944","lineage_path":".agents/skills/aoa-session-self-repair/assets/large-logo.svg#generation-2","logical_id":"aoa:aoa-techniques:artifact:f5186ad55781ea7ee27e1944","mime":"image/svg+xml","path":".agents/skills/aoa-session-self-repair/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:1b342896d4db6ef4ebc8d196"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-self-repair/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-repair/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-self-repair/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-session-self-repair/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:d42282f463ab1777efa77e4f","lineage_path":".agents/skills/aoa-session-self-repair/assets/small-logo.svg#generation-2","logical_id":"aoa:aoa-techniques:artifact:d42282f463ab1777efa77e4f","mime":"image/svg+xml","path":".agents/skills/aoa-session-self-repair/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:f4b709a80cf57603c4d06872"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-self-repair/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-repair/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-self-repair/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-session-self-repair/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"a9d16d68ba7371269bb1a0c55612bd0b5d852ea896422a7d8e817027f096fdb7","git_blob_id":"d7273f5e9191bbeedb8475c769c138171590c8e0","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","lineage_path":".agents/skills/aoa-session-self-repair/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:eb888c706dca325c767bfdc6","mime":"text/markdown","path":".agents/skills/aoa-session-self-repair/checks/review.md","repo":"aoa-techniques","size_bytes":1605,"version_id":"aoa:aoa-techniques:artifact-version:1e67de3131e4380f0530a690"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-self-repair/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-repair/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-session-self-repair/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-session-self-repair/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":8,"ref":".agents/skills/aoa-session-self-repair/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":15,"ref":".agents/skills/aoa-session-self-repair/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":30,"ref":".agents/skills/aoa-session-self-repair/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-session-self-repair/checks/review.md:1"],"path_ref":".agents/skills/aoa-session-self-repair/checks/review.md"},"signs":{"attestation_ref":"","digest":"a9d16d68ba7371269bb1a0c55612bd0b5d852ea896422a7d8e817027f096fdb7","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"}}, - {"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":"1c9ebd42d8b3287b6bc4b5e55f290103c5b9f30e9eba30ea66f0eae9ed71f9f1","git_blob_id":"c89516f5d6d5013c9b7b25aee27c0c78f8315b16","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","lineage_path":".agents/skills/aoa-session-self-repair/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:171636e3fbbedaa25f5eb4ab","mime":"text/markdown","path":".agents/skills/aoa-session-self-repair/examples/runtime.md","repo":"aoa-techniques","size_bytes":1810,"version_id":"aoa:aoa-techniques:artifact-version:e7b3947c47ac4ad7d54d2c3c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-self-repair/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-repair/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-session-self-repair/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-session-self-repair/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":8,"ref":".agents/skills/aoa-session-self-repair/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":14,"ref":".agents/skills/aoa-session-self-repair/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":23,"ref":".agents/skills/aoa-session-self-repair/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":35,"ref":".agents/skills/aoa-session-self-repair/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":41,"ref":".agents/skills/aoa-session-self-repair/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-session-self-repair/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-session-self-repair/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"1c9ebd42d8b3287b6bc4b5e55f290103c5b9f30e9eba30ea66f0eae9ed71f9f1","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"}}, - {"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":"bfebaf41e48822898d6f2d919e850949380b29addba0796fc49cae6a8a256ac4","git_blob_id":"fa93e9743100d3373f514e7c259a8079b94a879c","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","lineage_path":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md#generation-2","logical_id":"aoa:aoa-techniques:artifact:f383a745c8a823e6721273e5","mime":"text/markdown","path":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md","repo":"aoa-techniques","size_bytes":1064,"version_id":"aoa:aoa-techniques:artifact-version:1fccc610f1eb6b43c2fc74b4"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"self-repair-checkpoint-bridge","level":1,"line":1,"ref":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md#self-repair-checkpoint-bridge","title":"Self-Repair Checkpoint Bridge"},{"anchor":"required-checkpoints","level":2,"line":6,"ref":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md#required-checkpoints","title":"Required checkpoints"},{"anchor":"repair-rule","level":2,"line":17,"ref":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md#repair-rule","title":"Repair rule"},{"anchor":"good-repair-outputs","level":2,"line":25,"ref":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md#good-repair-outputs","title":"Good repair outputs"},{"anchor":"anti-patterns","level":2,"line":34,"ref":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md#anti-patterns","title":"Anti-patterns"}],"line_refs":[".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md:1"],"path_ref":".agents/skills/aoa-session-self-repair/references/checkpoint-bridge.md"},"signs":{"attestation_ref":"","digest":"bfebaf41e48822898d6f2d919e850949380b29addba0796fc49cae6a8a256ac4","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"}}, - {"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":"8637070359e48d527796398e6d3deffda96132f99d29734e5e15ac8a2ca97988","git_blob_id":"432ca32dd23008844b5f60445a05e09f2aea43fb","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","lineage_path":".agents/skills/aoa-session-self-repair/references/core-skill-application-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:bc3b4f066588984bd648c1b1","mime":"application/yaml","path":".agents/skills/aoa-session-self-repair/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":976,"version_id":"aoa:aoa-techniques:artifact-version:34ae4914ca33a743f99b12fe"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-self-repair/references/core-skill-application-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-repair/references/core-skill-application-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-self-repair/references/core-skill-application-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-session-self-repair/references/core-skill-application-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"8637070359e48d527796398e6d3deffda96132f99d29734e5e15ac8a2ca97988","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"}}, - {"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":"c12f9a0ba2ee0dbf3185d3c82870575b2f92f3feb810b133469b54c87d975d27","git_blob_id":"16495b35f010efa06ef4dfaa28641dc591efbcc7","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","lineage_path":".agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml","logical_id":"aoa:aoa-techniques:artifact:335eb6df451d67481f157a0a","mime":"application/yaml","path":".agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml","repo":"aoa-techniques","size_bytes":791,"version_id":"aoa:aoa-techniques:artifact-version:508055c65f6d925a3dbe6df5"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml:1"],"path_ref":".agents/skills/aoa-session-self-repair/references/repair-cycle-receipt-schema.yaml"},"signs":{"attestation_ref":"","digest":"c12f9a0ba2ee0dbf3185d3c82870575b2f92f3feb810b133469b54c87d975d27","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"}}, - {"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":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","git_blob_id":"e9cf79f5fde1e802e1607cc7d41b2affbd7042f3","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","lineage_path":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md","logical_id":"aoa:aoa-techniques:artifact:302de3eca0795d3cf053c2d8","mime":"text/markdown","path":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md","repo":"aoa-techniques","size_bytes":956,"version_id":"aoa:aoa-techniques:artifact-version:22f26c61e58e9358642ecca2"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"stats-event-envelope","level":1,"line":1,"ref":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md#stats-event-envelope","title":"Stats Event Envelope"},{"anchor":"required-fields","level":2,"line":12,"ref":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md#required-fields","title":"Required fields"},{"anchor":"optional-fields","level":2,"line":24,"ref":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md#optional-fields","title":"Optional fields"},{"anchor":"rules","level":2,"line":31,"ref":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md#rules","title":"Rules"}],"line_refs":[".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md:1"],"path_ref":".agents/skills/aoa-session-self-repair/references/stats-event-envelope.md"},"signs":{"attestation_ref":"","digest":"4a83bd53c13f34d8355fdf7dfaf6266aa99c4e90c63e227dc426600de738f7bb","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"}}, - {"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":"a73f84a7e75fbe3b94d62c2da394d87b11bf085a1540647dca507e2e66072b60","git_blob_id":"c23c025752e150d29a94911ca00e1d831a4886dc","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","lineage_path":".agents/skills/aoa-source-of-truth-check/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:8daa7aa5b33b3b058404b8f2","mime":"text/markdown","path":".agents/skills/aoa-source-of-truth-check/SKILL.md","repo":"aoa-techniques","size_bytes":8963,"version_id":"aoa:aoa-techniques:artifact-version:ffbbcbf77123a48fdaf0a211"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-source-of-truth-check/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/aoa-source-of-truth-check/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-source-of-truth-check","level":1,"line":16,"ref":".agents/skills/aoa-source-of-truth-check/SKILL.md#aoa-source-of-truth-check","title":"aoa-source-of-truth-check"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-source-of-truth-check/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-source-of-truth-check/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":42,"ref":".agents/skills/aoa-source-of-truth-check/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":50,"ref":".agents/skills/aoa-source-of-truth-check/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":59,"ref":".agents/skills/aoa-source-of-truth-check/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":71,"ref":".agents/skills/aoa-source-of-truth-check/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":81,"ref":".agents/skills/aoa-source-of-truth-check/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":93,"ref":".agents/skills/aoa-source-of-truth-check/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":103,"ref":".agents/skills/aoa-source-of-truth-check/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":109,"ref":".agents/skills/aoa-source-of-truth-check/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-source-of-truth-check/SKILL.md:1"],"path_ref":".agents/skills/aoa-source-of-truth-check/SKILL.md"},"signs":{"attestation_ref":"","digest":"a73f84a7e75fbe3b94d62c2da394d87b11bf085a1540647dca507e2e66072b60","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"}}, - {"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":"749b8ae6c633d46bf407c5528fd5e5752302df314f9bcf253aa13dc8d86711ab","git_blob_id":"874618bdcb063cf4ab0942725dfad12b3ef245ee","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","lineage_path":".agents/skills/aoa-source-of-truth-check/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:bf1a4a9fc29a33615dd9e3c4","mime":"application/yaml","path":".agents/skills/aoa-source-of-truth-check/agents/openai.yaml","repo":"aoa-techniques","size_bytes":437,"version_id":"aoa:aoa-techniques:artifact-version:3d1a51e88f3583b5c66083e5"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-source-of-truth-check/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-source-of-truth-check/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-source-of-truth-check/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-source-of-truth-check/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"749b8ae6c633d46bf407c5528fd5e5752302df314f9bcf253aa13dc8d86711ab","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:918af0868aff9c877f9bb19c","lineage_path":".agents/skills/aoa-source-of-truth-check/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:918af0868aff9c877f9bb19c","mime":"image/svg+xml","path":".agents/skills/aoa-source-of-truth-check/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:22cf85aba8323a085454daed"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-source-of-truth-check/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-source-of-truth-check/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-source-of-truth-check/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-source-of-truth-check/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:109dd8267de795f43ceb8882","lineage_path":".agents/skills/aoa-source-of-truth-check/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:109dd8267de795f43ceb8882","mime":"image/svg+xml","path":".agents/skills/aoa-source-of-truth-check/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:e9fcc12c6195cfdb1d564dfb"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-source-of-truth-check/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-source-of-truth-check/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-source-of-truth-check/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-source-of-truth-check/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"3fd8a3c77ed5cb6326eba06229fea91f0ba4f9b5d37ec9d751927f35a200cfdb","git_blob_id":"a1bef97eab07798394d491495d969296a3424767","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","lineage_path":".agents/skills/aoa-source-of-truth-check/examples/example.md","logical_id":"aoa:aoa-techniques:artifact:7d1d65ff7e95bdf8549413d2","mime":"text/markdown","path":".agents/skills/aoa-source-of-truth-check/examples/example.md","repo":"aoa-techniques","size_bytes":2730,"version_id":"aoa:aoa-techniques:artifact-version:d08350119ab03b38bf82053c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-source-of-truth-check/examples/example.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-source-of-truth-check/examples/example.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"example","level":1,"line":1,"ref":".agents/skills/aoa-source-of-truth-check/examples/example.md#example","title":"Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-source-of-truth-check/examples/example.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":7,"ref":".agents/skills/aoa-source-of-truth-check/examples/example.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":15,"ref":".agents/skills/aoa-source-of-truth-check/examples/example.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":23,"ref":".agents/skills/aoa-source-of-truth-check/examples/example.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":31,"ref":".agents/skills/aoa-source-of-truth-check/examples/example.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":39,"ref":".agents/skills/aoa-source-of-truth-check/examples/example.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-source-of-truth-check/examples/example.md:1"],"path_ref":".agents/skills/aoa-source-of-truth-check/examples/example.md"},"signs":{"attestation_ref":"","digest":"3fd8a3c77ed5cb6326eba06229fea91f0ba4f9b5d37ec9d751927f35a200cfdb","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"}}, - {"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":"cb293a3c0910a6ff0921e49fb3de1c4fdbb06e66bd4de19cbcb445bb87af769c","git_blob_id":"677e2cecf2c445a75f6ac9d779e0dba8067bb026","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","lineage_path":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md","logical_id":"aoa:aoa-techniques:artifact:59a12300c1bb3b52ad26a3e0","mime":"text/markdown","path":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md","repo":"aoa-techniques","size_bytes":4082,"version_id":"aoa:aoa-techniques:artifact-version:01bc0b75f9ef1750cfe03706"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"authority-surface-shapes","level":1,"line":1,"ref":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md#authority-surface-shapes","title":"Authority Surface Shapes"},{"anchor":"how-to-use","level":2,"line":7,"ref":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md#how-to-use","title":"How To Use"},{"anchor":"shape-set","level":2,"line":15,"ref":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md#shape-set","title":"Shape Set"},{"anchor":"compact-authority-pass","level":2,"line":29,"ref":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md#compact-authority-pass","title":"Compact Authority Pass"},{"anchor":"verification","level":2,"line":42,"ref":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md#verification","title":"Verification"}],"line_refs":[".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md:1"],"path_ref":".agents/skills/aoa-source-of-truth-check/references/authority-surface-shapes.md"},"signs":{"attestation_ref":"","digest":"cb293a3c0910a6ff0921e49fb3de1c4fdbb06e66bd4de19cbcb445bb87af769c","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"}}, - {"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":"caf514b6e9084bfc7d6dcf8b499de37136fe62a9e602b0dde78bbe5552f24100","git_blob_id":"a34be2df78a7fd6a2dccab6349ff0e6f808bbfd4","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","lineage_path":".agents/skills/aoa-summon/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:2cf9a1b188e9add4dfd2518a","mime":"text/markdown","path":".agents/skills/aoa-summon/SKILL.md","repo":"aoa-techniques","size_bytes":9395,"version_id":"aoa:aoa-techniques:artifact-version:68846440f5304d73265e8712"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-summon/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/aoa-summon/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-summon","level":1,"line":16,"ref":".agents/skills/aoa-summon/SKILL.md#aoa-summon","title":"aoa-summon"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-summon/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":27,"ref":".agents/skills/aoa-summon/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":47,"ref":".agents/skills/aoa-summon/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":57,"ref":".agents/skills/aoa-summon/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":69,"ref":".agents/skills/aoa-summon/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":97,"ref":".agents/skills/aoa-summon/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":122,"ref":".agents/skills/aoa-summon/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":132,"ref":".agents/skills/aoa-summon/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":153,"ref":".agents/skills/aoa-summon/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":160,"ref":".agents/skills/aoa-summon/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-summon/SKILL.md:1"],"path_ref":".agents/skills/aoa-summon/SKILL.md"},"signs":{"attestation_ref":"","digest":"caf514b6e9084bfc7d6dcf8b499de37136fe62a9e602b0dde78bbe5552f24100","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"}}, - {"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":"32095ee0e16ab8f42053537fbf8a2ac4f93bae978fdad3c961a771d309f1e18e","git_blob_id":"8d97c27b3a4ec3c8e01eba1bb7639b7d1ab85614","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","lineage_path":".agents/skills/aoa-summon/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:81ebd70b2b7df15e73eed0bd","mime":"application/yaml","path":".agents/skills/aoa-summon/agents/openai.yaml","repo":"aoa-techniques","size_bytes":460,"version_id":"aoa:aoa-techniques:artifact-version:624bced9fee487aea74e13e1"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-summon/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-summon/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-summon/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-summon/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"32095ee0e16ab8f42053537fbf8a2ac4f93bae978fdad3c961a771d309f1e18e","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:d64d91264d3d501dbf03239b","lineage_path":".agents/skills/aoa-summon/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:d64d91264d3d501dbf03239b","mime":"image/svg+xml","path":".agents/skills/aoa-summon/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:b75fe6c84baf5b8f97e533fb"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-summon/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-summon/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-summon/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-summon/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:9cd97915cf1fb0e20fed2a32","lineage_path":".agents/skills/aoa-summon/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:9cd97915cf1fb0e20fed2a32","mime":"image/svg+xml","path":".agents/skills/aoa-summon/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:077f7f1a4854e0bf5aae9211"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-summon/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-summon/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-summon/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-summon/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"de2212a096acf0a035227437fcfa87c5b0de2ce573a6deab992542b037f5e5f7","git_blob_id":"455ee3ba8c2038c4f5220cb145bc7783dabc953b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","lineage_path":".agents/skills/aoa-summon/checks/review.md","logical_id":"aoa:aoa-techniques:artifact:e66bda8b687eec30fc46d1f9","mime":"text/markdown","path":".agents/skills/aoa-summon/checks/review.md","repo":"aoa-techniques","size_bytes":1956,"version_id":"aoa:aoa-techniques:artifact-version:8e459cd15873c9651b1f9079"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-summon/checks/review.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-summon/checks/review.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-checklist","level":1,"line":1,"ref":".agents/skills/aoa-summon/checks/review.md#review-checklist","title":"Review Checklist"},{"anchor":"purpose","level":2,"line":3,"ref":".agents/skills/aoa-summon/checks/review.md#purpose","title":"Purpose"},{"anchor":"when-it-applies","level":2,"line":8,"ref":".agents/skills/aoa-summon/checks/review.md#when-it-applies","title":"When it applies"},{"anchor":"review-checklist-1","level":2,"line":16,"ref":".agents/skills/aoa-summon/checks/review.md#review-checklist-1","title":"Review checklist"},{"anchor":"not-a-fit","level":2,"line":31,"ref":".agents/skills/aoa-summon/checks/review.md#not-a-fit","title":"Not a fit"}],"line_refs":[".agents/skills/aoa-summon/checks/review.md:1"],"path_ref":".agents/skills/aoa-summon/checks/review.md"},"signs":{"attestation_ref":"","digest":"de2212a096acf0a035227437fcfa87c5b0de2ce573a6deab992542b037f5e5f7","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"}}, - {"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":"54a586cd45f997062a23ba95e0c38bab9be1cc562a6347c1f3db8b4196031e2c","git_blob_id":"f177a0664c57153942f4a44c590b92482ed1d596","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","lineage_path":".agents/skills/aoa-summon/examples/runtime.md","logical_id":"aoa:aoa-techniques:artifact:d705651b8360aa624250ff0d","mime":"text/markdown","path":".agents/skills/aoa-summon/examples/runtime.md","repo":"aoa-techniques","size_bytes":2669,"version_id":"aoa:aoa-techniques:artifact-version:5caceb3eb755490e63b92a6b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-summon/examples/runtime.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-summon/examples/runtime.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-example","level":1,"line":1,"ref":".agents/skills/aoa-summon/examples/runtime.md#runtime-example","title":"Runtime Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-summon/examples/runtime.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":9,"ref":".agents/skills/aoa-summon/examples/runtime.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":16,"ref":".agents/skills/aoa-summon/examples/runtime.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":25,"ref":".agents/skills/aoa-summon/examples/runtime.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":43,"ref":".agents/skills/aoa-summon/examples/runtime.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":53,"ref":".agents/skills/aoa-summon/examples/runtime.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-summon/examples/runtime.md:1"],"path_ref":".agents/skills/aoa-summon/examples/runtime.md"},"signs":{"attestation_ref":"","digest":"54a586cd45f997062a23ba95e0c38bab9be1cc562a6347c1f3db8b4196031e2c","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"}}, - {"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":"418793b7e7eaf4bf4c0a13d4a59bf85c4c97975fd98af1e23f56eef3fc367036","git_blob_id":"24817bd57b11b3eee6652374fb5617d6d7df11e2","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932","lineage_path":".agents/skills/aoa-summon/references/no-raw-traces-rule.md","logical_id":"aoa:aoa-techniques:artifact:20281551a37900fe1eaf5932","mime":"text/markdown","path":".agents/skills/aoa-summon/references/no-raw-traces-rule.md","repo":"aoa-techniques","size_bytes":203,"version_id":"aoa:aoa-techniques:artifact-version:5cc61975635d1b45367481a5"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-summon/references/no-raw-traces-rule.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-summon/references/no-raw-traces-rule.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"no-raw-traces-rule","level":1,"line":1,"ref":".agents/skills/aoa-summon/references/no-raw-traces-rule.md#no-raw-traces-rule","title":"No raw traces rule"}],"line_refs":[".agents/skills/aoa-summon/references/no-raw-traces-rule.md:1"],"path_ref":".agents/skills/aoa-summon/references/no-raw-traces-rule.md"},"signs":{"attestation_ref":"","digest":"418793b7e7eaf4bf4c0a13d4a59bf85c4c97975fd98af1e23f56eef3fc367036","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"}}, - {"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":"b055e38690ca45a133a963d90930bc56281efb2f33fefda64267d3ec65f543ce","git_blob_id":"787add11e0d8cf0078f1b24fc9cfce2509b93e04","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994","lineage_path":".agents/skills/aoa-summon/references/passport-lane-matrix.v3.md","logical_id":"aoa:aoa-techniques:artifact:92e0d6cfddf699f36d608994","mime":"text/markdown","path":".agents/skills/aoa-summon/references/passport-lane-matrix.v3.md","repo":"aoa-techniques","size_bytes":616,"version_id":"aoa:aoa-techniques:artifact-version:0fdc7de554a00e5bdfeb9ca0"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-summon/references/passport-lane-matrix.v3.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-summon/references/passport-lane-matrix.v3.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"passport-lane-matrix-v3","level":1,"line":1,"ref":".agents/skills/aoa-summon/references/passport-lane-matrix.v3.md#passport-lane-matrix-v3","title":"Passport lane matrix v3"}],"line_refs":[".agents/skills/aoa-summon/references/passport-lane-matrix.v3.md:1"],"path_ref":".agents/skills/aoa-summon/references/passport-lane-matrix.v3.md"},"signs":{"attestation_ref":"","digest":"b055e38690ca45a133a963d90930bc56281efb2f33fefda64267d3ec65f543ce","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"schema","compatibility":"stable","contract_version":"https://example.invalid/aoa-summon/request-v3.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":"cf40528ffc09e038747cec62e2ab77f5cf63aa5824df92bf7b4d9d59223ebd25","git_blob_id":"b569a57aa29a8d286ef8005c37101b1c095f84f8","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","lineage_path":".agents/skills/aoa-summon/references/summon-request-v3.schema.json","logical_id":"aoa:aoa-techniques:artifact:2bc1eff02adb2881f6b6e12b","mime":"application/json","path":".agents/skills/aoa-summon/references/summon-request-v3.schema.json","repo":"aoa-techniques","size_bytes":3097,"version_id":"aoa:aoa-techniques:artifact-version:292db23b6956fb2c7ac3b2f3"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"schema_owner","surface":".agents/skills/aoa-summon/references/summon-request-v3.schema.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-summon/references/summon-request-v3.schema.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-summon/references/summon-request-v3.schema.json:1"],"path_ref":".agents/skills/aoa-summon/references/summon-request-v3.schema.json"},"signs":{"attestation_ref":"","digest":"cf40528ffc09e038747cec62e2ab77f5cf63aa5824df92bf7b4d9d59223ebd25","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"schema","compatibility":"stable","contract_version":"https://example.invalid/aoa-summon/result-v3.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":"d82a2749aa1a0192c796c15b8a8249ec686a7dacd5780cda813ca16cc058897b","git_blob_id":"e623ebe9cc1a73deaebcd0574fd44774c8b49e05","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","lineage_path":".agents/skills/aoa-summon/references/summon-result-v3.schema.json","logical_id":"aoa:aoa-techniques:artifact:7b8605db8641e13d6b613b32","mime":"application/json","path":".agents/skills/aoa-summon/references/summon-result-v3.schema.json","repo":"aoa-techniques","size_bytes":1327,"version_id":"aoa:aoa-techniques:artifact-version:791f2efc03cb99e9409d4d0e"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"schema_owner","surface":".agents/skills/aoa-summon/references/summon-result-v3.schema.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-summon/references/summon-result-v3.schema.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-summon/references/summon-result-v3.schema.json:1"],"path_ref":".agents/skills/aoa-summon/references/summon-result-v3.schema.json"},"signs":{"attestation_ref":"","digest":"d82a2749aa1a0192c796c15b8a8249ec686a7dacd5780cda813ca16cc058897b","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"}}, - {"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":"a9f82fdd839c72ce840db9c2826bfd21ce92b95576668227fe2a1ffa6b0c87c1","git_blob_id":"b1d3d1f98cbfebfa189fc2c3806a100575da30aa","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","lineage_path":".agents/skills/aoa-tdd-slice/SKILL.md","logical_id":"aoa:aoa-techniques:artifact:f03033182ce57b6af9ae47f2","mime":"text/markdown","path":".agents/skills/aoa-tdd-slice/SKILL.md","repo":"aoa-techniques","size_bytes":5478,"version_id":"aoa:aoa-techniques:artifact-version:6837873e1b37e443f4c73d57"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-tdd-slice/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/aoa-tdd-slice/SKILL.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-tdd-slice","level":1,"line":16,"ref":".agents/skills/aoa-tdd-slice/SKILL.md#aoa-tdd-slice","title":"aoa-tdd-slice"},{"anchor":"intent","level":2,"line":18,"ref":".agents/skills/aoa-tdd-slice/SKILL.md#intent","title":"Intent"},{"anchor":"trigger-boundary","level":2,"line":21,"ref":".agents/skills/aoa-tdd-slice/SKILL.md#trigger-boundary","title":"Trigger boundary"},{"anchor":"inputs","level":2,"line":37,"ref":".agents/skills/aoa-tdd-slice/SKILL.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":44,"ref":".agents/skills/aoa-tdd-slice/SKILL.md#outputs","title":"Outputs"},{"anchor":"procedure","level":2,"line":51,"ref":".agents/skills/aoa-tdd-slice/SKILL.md#procedure","title":"Procedure"},{"anchor":"contracts","level":2,"line":60,"ref":".agents/skills/aoa-tdd-slice/SKILL.md#contracts","title":"Contracts"},{"anchor":"risks-and-anti-patterns","level":2,"line":69,"ref":".agents/skills/aoa-tdd-slice/SKILL.md#risks-and-anti-patterns","title":"Risks and anti-patterns"},{"anchor":"verification","level":2,"line":77,"ref":".agents/skills/aoa-tdd-slice/SKILL.md#verification","title":"Verification"},{"anchor":"technique-traceability","level":2,"line":84,"ref":".agents/skills/aoa-tdd-slice/SKILL.md#technique-traceability","title":"Technique traceability"},{"anchor":"adaptation-points","level":2,"line":89,"ref":".agents/skills/aoa-tdd-slice/SKILL.md#adaptation-points","title":"Adaptation points"}],"line_refs":[".agents/skills/aoa-tdd-slice/SKILL.md:1"],"path_ref":".agents/skills/aoa-tdd-slice/SKILL.md"},"signs":{"attestation_ref":"","digest":"a9f82fdd839c72ce840db9c2826bfd21ce92b95576668227fe2a1ffa6b0c87c1","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"}}, - {"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":"9ece822d74d32272257d67ec58566f049a8855da3d3df882eccaac5a10c2ffe0","git_blob_id":"3f542ebf12d0f48c76abc92e7f9218388f778338","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","lineage_path":".agents/skills/aoa-tdd-slice/agents/openai.yaml","logical_id":"aoa:aoa-techniques:artifact:e2451e229a1c68fef094315a","mime":"application/yaml","path":".agents/skills/aoa-tdd-slice/agents/openai.yaml","repo":"aoa-techniques","size_bytes":415,"version_id":"aoa:aoa-techniques:artifact-version:c4c9cc61d41ccc85bde05395"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-tdd-slice/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-tdd-slice/agents/openai.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-tdd-slice/agents/openai.yaml:1"],"path_ref":".agents/skills/aoa-tdd-slice/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"9ece822d74d32272257d67ec58566f049a8855da3d3df882eccaac5a10c2ffe0","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","git_blob_id":"85b236bc2554b321b616b48f309994178bff0e71","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:fab6119d4b4a293224861e01","lineage_path":".agents/skills/aoa-tdd-slice/assets/large-logo.svg","logical_id":"aoa:aoa-techniques:artifact:fab6119d4b4a293224861e01","mime":"image/svg+xml","path":".agents/skills/aoa-tdd-slice/assets/large-logo.svg","repo":"aoa-techniques","size_bytes":480,"version_id":"aoa:aoa-techniques:artifact-version:b9eb2072c522d793d57f1764"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-tdd-slice/assets/large-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-tdd-slice/assets/large-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-tdd-slice/assets/large-logo.svg:1"],"path_ref":".agents/skills/aoa-tdd-slice/assets/large-logo.svg"},"signs":{"attestation_ref":"","digest":"8f36cf343a8bd275411a81584e7a615aec9e2b81e9a766b9c4f6d600f92ff5af","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"asset","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"asset","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":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","git_blob_id":"af2b530ad42230da1d63037eb82efaf51b46e071","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:77502f9785278ea361977196","lineage_path":".agents/skills/aoa-tdd-slice/assets/small-logo.svg","logical_id":"aoa:aoa-techniques:artifact:77502f9785278ea361977196","mime":"image/svg+xml","path":".agents/skills/aoa-tdd-slice/assets/small-logo.svg","repo":"aoa-techniques","size_bytes":478,"version_id":"aoa:aoa-techniques:artifact-version:70aa9971227b813e14d7a3e7"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".agents/skills/aoa-tdd-slice/assets/small-logo.svg"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-tdd-slice/assets/small-logo.svg","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".agents/skills/aoa-tdd-slice/assets/small-logo.svg:1"],"path_ref":".agents/skills/aoa-tdd-slice/assets/small-logo.svg"},"signs":{"attestation_ref":"","digest":"e73340acfd8a2a48e50fbb257b8c42053e5394237160cca613c1bd4b38977537","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"}}, - {"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":"006f405b4576a40bb260daf8ad7cdc51815df3975efdacadaf41ea0801182636","git_blob_id":"e6afa485a2c41ef24b6f6208ac8b9d45d00ff3f8","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","lineage_path":".agents/skills/aoa-tdd-slice/examples/example.md","logical_id":"aoa:aoa-techniques:artifact:a3c1e646e98eb3c5f5dc6f63","mime":"text/markdown","path":".agents/skills/aoa-tdd-slice/examples/example.md","repo":"aoa-techniques","size_bytes":1793,"version_id":"aoa:aoa-techniques:artifact-version:4870926c6b07d2ad427569e0"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-tdd-slice/examples/example.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-tdd-slice/examples/example.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"example","level":1,"line":1,"ref":".agents/skills/aoa-tdd-slice/examples/example.md#example","title":"Example"},{"anchor":"scenario","level":2,"line":3,"ref":".agents/skills/aoa-tdd-slice/examples/example.md#scenario","title":"Scenario"},{"anchor":"why-this-skill-fits","level":2,"line":7,"ref":".agents/skills/aoa-tdd-slice/examples/example.md#why-this-skill-fits","title":"Why this skill fits"},{"anchor":"expected-inputs","level":2,"line":14,"ref":".agents/skills/aoa-tdd-slice/examples/example.md#expected-inputs","title":"Expected inputs"},{"anchor":"expected-outputs","level":2,"line":21,"ref":".agents/skills/aoa-tdd-slice/examples/example.md#expected-outputs","title":"Expected outputs"},{"anchor":"boundary-notes","level":2,"line":27,"ref":".agents/skills/aoa-tdd-slice/examples/example.md#boundary-notes","title":"Boundary notes"},{"anchor":"verification-notes","level":2,"line":33,"ref":".agents/skills/aoa-tdd-slice/examples/example.md#verification-notes","title":"Verification notes"}],"line_refs":[".agents/skills/aoa-tdd-slice/examples/example.md:1"],"path_ref":".agents/skills/aoa-tdd-slice/examples/example.md"},"signs":{"attestation_ref":"","digest":"006f405b4576a40bb260daf8ad7cdc51815df3975efdacadaf41ea0801182636","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"}}, - {"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":"0c3b53314671ffa75a899cc12532eb55bda69b97b5d032339fe6a34db5420e58","git_blob_id":"912e1b836cdb56863edc20556a4dd168edcd847f","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","lineage_path":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md","logical_id":"aoa:aoa-techniques:artifact:551a1bddabb3258d62a261b0","mime":"text/markdown","path":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md","repo":"aoa-techniques","size_bytes":3573,"version_id":"aoa:aoa-techniques:artifact-version:39ecd70624d04bd048710051"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"tdd-slice-shapes","level":1,"line":1,"ref":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md#tdd-slice-shapes","title":"TDD Slice Shapes"},{"anchor":"how-to-use","level":2,"line":8,"ref":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md#how-to-use","title":"How To Use"},{"anchor":"shape-set","level":2,"line":16,"ref":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md#shape-set","title":"Shape Set"},{"anchor":"compact-slice-pass","level":2,"line":29,"ref":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md#compact-slice-pass","title":"Compact Slice Pass"},{"anchor":"verification","level":2,"line":42,"ref":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md#verification","title":"Verification"}],"line_refs":[".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md:1"],"path_ref":".agents/skills/aoa-tdd-slice/references/tdd-slice-shapes.md"},"signs":{"attestation_ref":"","digest":"0c3b53314671ffa75a899cc12532eb55bda69b97b5d032339fe6a34db5420e58","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"}}, + {"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":"1cef1dd9cd708c10bd402a113f3d9820cb220d8fb9dd27eea29a51f4eb5dfacb","git_blob_id":"e571e68a1d179cc40a55e848f694a5c6605895ba","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","lineage_path":".agents/AGENTS.md","logical_id":"aoa:aoa-techniques:artifact:d2bda1b250542e168abf14ed","mime":"text/markdown","path":".agents/AGENTS.md","repo":"aoa-techniques","size_bytes":2142,"version_id":"aoa:aoa-techniques:artifact-version:125d2006c5716d4492c22a1c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":"applies-to","level":2,"line":3,"ref":".agents/AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":8,"ref":".agents/AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":16,"ref":".agents/AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":29,"ref":".agents/AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"validation","level":2,"line":42,"ref":".agents/AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":61,"ref":".agents/AGENTS.md#closeout","title":"Closeout"}],"line_refs":[".agents/AGENTS.md:1"],"path_ref":".agents/AGENTS.md"},"signs":{"attestation_ref":"","digest":"1cef1dd9cd708c10bd402a113f3d9820cb220d8fb9dd27eea29a51f4eb5dfacb","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"}}, {"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":"d6b9ad231144e3099391deaac2303e6691680382215a9cfa4247a7501c41e17d","git_blob_id":"e35e7cfa3b78dfd1cfd598c962ccde58d8b8feab","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:2a7e780aaf2647f7cde8a07c","lineage_path":"Spark/AGENTS.md","logical_id":"aoa:aoa-techniques:artifact:2a7e780aaf2647f7cde8a07c","mime":"text/markdown","path":".agents/spark/AGENTS.md","repo":"aoa-techniques","size_bytes":3410,"version_id":"aoa:aoa-techniques:artifact-version:2841f1cf07e8507db6ad2a21"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/spark/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/spark/AGENTS.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":".agents/spark/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"applies-to","level":2,"line":3,"ref":".agents/spark/AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":8,"ref":".agents/spark/AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":20,"ref":".agents/spark/AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":34,"ref":".agents/spark/AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"validation","level":2,"line":61,"ref":".agents/spark/AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":81,"ref":".agents/spark/AGENTS.md#closeout","title":"Closeout"}],"line_refs":[".agents/spark/AGENTS.md:1"],"path_ref":".agents/spark/AGENTS.md"},"signs":{"attestation_ref":"","digest":"d6b9ad231144e3099391deaac2303e6691680382215a9cfa4247a7501c41e17d","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"}}, {"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":"70a928b195e79eca627e64cdc4c4c9dbf21b83a335451288d5cbe09f462b43cd","git_blob_id":"d2caf042f7317d6fbac0aa233a3e4aa8dab0f06d","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:31d28326ecca1cf901d91b46","lineage_path":".agents/spark/README.md","logical_id":"aoa:aoa-techniques:artifact:31d28326ecca1cf901d91b46","mime":"text/markdown","path":".agents/spark/README.md","repo":"aoa-techniques","size_bytes":2608,"version_id":"aoa:aoa-techniques:artifact-version:2de690d45ff54722fae66762"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/spark/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/spark/README.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"spark-lane","level":1,"line":1,"ref":".agents/spark/README.md#spark-lane","title":"Spark Lane"},{"anchor":"operating-route","level":2,"line":13,"ref":".agents/spark/README.md#operating-route","title":"Operating Route"},{"anchor":"scenarios","level":2,"line":24,"ref":".agents/spark/README.md#scenarios","title":"Scenarios"},{"anchor":"output-homes","level":2,"line":36,"ref":".agents/spark/README.md#output-homes","title":"Output Homes"}],"line_refs":[".agents/spark/README.md:1"],"path_ref":".agents/spark/README.md"},"signs":{"attestation_ref":"","digest":"70a928b195e79eca627e64cdc4c4c9dbf21b83a335451288d5cbe09f462b43cd","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"}}, {"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":"280978d4c11c4e4a598634d240723c3487c01c38b4d24887a78eb0714a208e09","git_blob_id":"bc1fbb49eaa0b27612be19de8f26079892fae012","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:1d00f3183a26fa3258156678","lineage_path":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md","logical_id":"aoa:aoa-techniques:artifact:1d00f3183a26fa3258156678","mime":"text/markdown","path":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md","repo":"aoa-techniques","size_bytes":11313,"version_id":"aoa:aoa-techniques:artifact-version:41ab9a43bc10d8e64fd036c2"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"spark-extrapolation-notebook","level":1,"line":1,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#spark-extrapolation-notebook","title":"Spark Extrapolation Notebook"},{"anchor":"source-studied","level":2,"line":11,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#source-studied","title":"Source Studied"},{"anchor":"center-pattern-to-preserve","level":2,"line":44,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#center-pattern-to-preserve","title":"Center Pattern To Preserve"},{"anchor":"web-calibration","level":2,"line":73,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#web-calibration","title":"Web Calibration"},{"anchor":"technique-canon-adaptation","level":2,"line":102,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#technique-canon-adaptation","title":"Technique-Canon Adaptation"},{"anchor":"local-implementation-status","level":2,"line":133,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#local-implementation-status","title":"Local Implementation Status"},{"anchor":"target-structure","level":2,"line":159,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#target-structure","title":"Target Structure"},{"anchor":"scenario-sketches","level":2,"line":199,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#scenario-sketches","title":"Scenario Sketches"},{"anchor":"technique-audit","level":3,"line":201,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#technique-audit","title":"`technique-audit`"},{"anchor":"technique-refinement","level":3,"line":211,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#technique-refinement","title":"`technique-refinement`"},{"anchor":"candidate-scout","level":3,"line":221,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#candidate-scout","title":"`candidate-scout`"},{"anchor":"diff-review","level":3,"line":232,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#diff-review","title":"`diff-review`"},{"anchor":"registry-sync","level":3,"line":241,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#registry-sync","title":"`registry-sync`"},{"anchor":"test-factory","level":3,"line":250,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#test-factory","title":"`test-factory`"},{"anchor":"release-prep","level":3,"line":259,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#release-prep","title":"`release-prep`"},{"anchor":"implementation-order-used","level":2,"line":270,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#implementation-order-used","title":"Implementation Order Used"},{"anchor":"open-design-questions","level":2,"line":288,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#open-design-questions","title":"Open Design Questions"},{"anchor":"non-negotiables-for-the-future-pass","level":2,"line":302,"ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md#non-negotiables-for-the-future-pass","title":"Non-Negotiables For The Future Pass"}],"line_refs":[".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md:1"],"path_ref":".agents/spark/SPARK_EXTRAPOLATION_NOTEBOOK.md"},"signs":{"attestation_ref":"","digest":"280978d4c11c4e4a598634d240723c3487c01c38b4d24887a78eb0714a208e09","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"}}, @@ -366,8 +153,8 @@ {"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":"05667122ca3180e8a90056114bc95a8444b22c49c37cd688ccfc830ee5a8c555","git_blob_id":"b99ef56f914f2a2d458f56433a87e0ecd3457ebf","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:1e069fa70593cb526b7819fc","lineage_path":".github/workflows/release-audit.yml","logical_id":"aoa:aoa-techniques:artifact:1e069fa70593cb526b7819fc","mime":"application/yaml","path":".github/workflows/release-audit.yml","repo":"aoa-techniques","size_bytes":1403,"version_id":"aoa:aoa-techniques:artifact-version:600a0055a5995ff11670cd74"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".github/workflows/release-audit.yml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".github/workflows/release-audit.yml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".github/workflows/release-audit.yml:1"],"path_ref":".github/workflows/release-audit.yml"},"signs":{"attestation_ref":"","digest":"05667122ca3180e8a90056114bc95a8444b22c49c37cd688ccfc830ee5a8c555","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"}}, {"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":"92f33b2bb1139a4803e801e05d41893a4d5df253d56454fb4b44aa3f4a723130","git_blob_id":"b499e24dfc9ae66b47f307433e02d2072e1719e3","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","lineage_path":".github/workflows/repo-validation.yml","logical_id":"aoa:aoa-techniques:artifact:3affb923d04bc06217e2c3a1","mime":"application/yaml","path":".github/workflows/repo-validation.yml","repo":"aoa-techniques","size_bytes":1856,"version_id":"aoa:aoa-techniques:artifact-version:9f39983291c9f947a7d6413b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":".github/workflows/repo-validation.yml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".github/workflows/repo-validation.yml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".github/workflows/repo-validation.yml:1"],"path_ref":".github/workflows/repo-validation.yml"},"signs":{"attestation_ref":"","digest":"92f33b2bb1139a4803e801e05d41893a4d5df253d56454fb4b44aa3f4a723130","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"}}, {"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":"344eb56a6bcb0d6385373560f6071c3abc5d4016f1805d29d0f3e26b8baea3e9","git_blob_id":"ca1c897fc005e621839e4b77a54ca02680214d44","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:bc37d034bad564583790a46f","lineage_path":".gitignore","logical_id":"aoa:aoa-techniques:artifact:bc37d034bad564583790a46f","mime":"text/plain","path":".gitignore","repo":"aoa-techniques","size_bytes":322,"version_id":"aoa:aoa-techniques:artifact-version:30c61c27aaf74a0aea56741c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".gitignore:1"],"path_ref":".gitignore"},"signs":{"attestation_ref":"","digest":"344eb56a6bcb0d6385373560f6071c3abc5d4016f1805d29d0f3e26b8baea3e9","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"}}, - {"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":"2baf594ab9f8e7ed6efb041872cfd5a9bf9e07becc167089b6fff6d0a9e6b6a6","git_blob_id":"a90ebdcae5e9ed7acc9d2bf19012e386815606bd","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","lineage_path":"AGENTS.md","logical_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","mime":"text/markdown","path":"AGENTS.md","repo":"aoa-techniques","size_bytes":11752,"version_id":"aoa:aoa-techniques:artifact-version:e63bdffd05b61be8f9bc7ef7"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":"owner-lane","level":2,"line":19,"ref":"AGENTS.md#owner-lane","title":"Owner lane"},{"anchor":"read-before-editing","level":2,"line":42,"ref":"AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"route-modes","level":2,"line":66,"ref":"AGENTS.md#route-modes","title":"Route modes"},{"anchor":"agents-stack-law","level":2,"line":81,"ref":"AGENTS.md#agents-stack-law","title":"AGENTS stack law"},{"anchor":"memory-route","level":2,"line":90,"ref":"AGENTS.md#memory-route","title":"Memory route"},{"anchor":"github-landing-workflow","level":2,"line":98,"ref":"AGENTS.md#github-landing-workflow","title":"GitHub landing workflow"},{"anchor":"post-change-route-review","level":2,"line":121,"ref":"AGENTS.md#post-change-route-review","title":"Post-change route review"},{"anchor":"boundaries","level":2,"line":142,"ref":"AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"route-away-when","level":2,"line":157,"ref":"AGENTS.md#route-away-when","title":"Route away when"},{"anchor":"validation","level":2,"line":164,"ref":"AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":188,"ref":"AGENTS.md#closeout","title":"Closeout"},{"anchor":"historical-reference","level":2,"line":195,"ref":"AGENTS.md#historical-reference","title":"Historical Reference"}],"line_refs":["AGENTS.md:1"],"path_ref":"AGENTS.md"},"signs":{"attestation_ref":"","digest":"2baf594ab9f8e7ed6efb041872cfd5a9bf9e07becc167089b6fff6d0a9e6b6a6","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"}}, - {"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":"95dc61d5b82e0d7cb19292dd37dac7131dc26479a6e1c258a7224b985b291b8d","git_blob_id":"4a788b0dbdc198f90561877ebad2a7f99eb6f6fa","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","lineage_path":"CHANGELOG.md","logical_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","mime":"text/markdown","path":"CHANGELOG.md","repo":"aoa-techniques","size_bytes":85858,"version_id":"aoa:aoa-techniques:artifact-version:0a3519a78bde19afd60fe070"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":7,"ref":"CHANGELOG.md#unreleased","title":"[Unreleased]"},{"anchor":"050-2026-07-13","level":2,"line":9,"ref":"CHANGELOG.md#050-2026-07-13","title":"[0.5.0] - 2026-07-13"},{"anchor":"summary","level":3,"line":11,"ref":"CHANGELOG.md#summary","title":"Summary"},{"anchor":"added","level":3,"line":31,"ref":"CHANGELOG.md#added","title":"Added"},{"anchor":"changed","level":3,"line":52,"ref":"CHANGELOG.md#changed","title":"Changed"},{"anchor":"fixed","level":3,"line":75,"ref":"CHANGELOG.md#fixed","title":"Fixed"},{"anchor":"included-changes","level":3,"line":88,"ref":"CHANGELOG.md#included-changes","title":"Included changes"},{"anchor":"validation","level":3,"line":131,"ref":"CHANGELOG.md#validation","title":"Validation"},{"anchor":"notes","level":3,"line":141,"ref":"CHANGELOG.md#notes","title":"Notes"},{"anchor":"045-2026-05-18","level":2,"line":149,"ref":"CHANGELOG.md#045-2026-05-18","title":"[0.4.5] - 2026-05-18"},{"anchor":"summary-1","level":3,"line":151,"ref":"CHANGELOG.md#summary-1","title":"Summary"},{"anchor":"added-1","level":3,"line":166,"ref":"CHANGELOG.md#added-1","title":"Added"},{"anchor":"changed-1","level":3,"line":202,"ref":"CHANGELOG.md#changed-1","title":"Changed"},{"anchor":"included-in-this-release","level":3,"line":1006,"ref":"CHANGELOG.md#included-in-this-release","title":"Included in this release"},{"anchor":"validation-1","level":3,"line":1033,"ref":"CHANGELOG.md#validation-1","title":"Validation"},{"anchor":"notes-1","level":3,"line":1040,"ref":"CHANGELOG.md#notes-1","title":"Notes"},{"anchor":"042-2026-04-23","level":2,"line":1055,"ref":"CHANGELOG.md#042-2026-04-23","title":"[0.4.2] - 2026-04-23"},{"anchor":"summary-2","level":3,"line":1057,"ref":"CHANGELOG.md#summary-2","title":"Summary"},{"anchor":"added-2","level":3,"line":1069,"ref":"CHANGELOG.md#added-2","title":"Added"},{"anchor":"changed-2","level":3,"line":1082,"ref":"CHANGELOG.md#changed-2","title":"Changed"},{"anchor":"validation-2","level":3,"line":1090,"ref":"CHANGELOG.md#validation-2","title":"Validation"},{"anchor":"notes-2","level":3,"line":1097,"ref":"CHANGELOG.md#notes-2","title":"Notes"},{"anchor":"041-2026-04-19","level":2,"line":1102,"ref":"CHANGELOG.md#041-2026-04-19","title":"[0.4.1] - 2026-04-19"},{"anchor":"summary-3","level":3,"line":1104,"ref":"CHANGELOG.md#summary-3","title":"Summary"},{"anchor":"added-3","level":3,"line":1113,"ref":"CHANGELOG.md#added-3","title":"Added"},{"anchor":"changed-3","level":3,"line":1118,"ref":"CHANGELOG.md#changed-3","title":"Changed"},{"anchor":"validation-3","level":3,"line":1124,"ref":"CHANGELOG.md#validation-3","title":"Validation"},{"anchor":"notes-3","level":3,"line":1128,"ref":"CHANGELOG.md#notes-3","title":"Notes"},{"anchor":"040-2026-04-10","level":2,"line":1133,"ref":"CHANGELOG.md#040-2026-04-10","title":"[0.4.0] - 2026-04-10"},{"anchor":"summary-4","level":3,"line":1135,"ref":"CHANGELOG.md#summary-4","title":"Summary"},{"anchor":"validation-4","level":3,"line":1141,"ref":"CHANGELOG.md#validation-4","title":"Validation"},{"anchor":"notes-4","level":3,"line":1145,"ref":"CHANGELOG.md#notes-4","title":"Notes"},{"anchor":"added-4","level":3,"line":1149,"ref":"CHANGELOG.md#added-4","title":"Added"},{"anchor":"changed-4","level":3,"line":1158,"ref":"CHANGELOG.md#changed-4","title":"Changed"},{"anchor":"included-in-this-release-1","level":3,"line":1165,"ref":"CHANGELOG.md#included-in-this-release-1","title":"Included in this release"},{"anchor":"030-2026-04-01","level":2,"line":1177,"ref":"CHANGELOG.md#030-2026-04-01","title":"[0.3.0] - 2026-04-01"},{"anchor":"summary-5","level":3,"line":1183,"ref":"CHANGELOG.md#summary-5","title":"Summary"},{"anchor":"added-5","level":3,"line":1189,"ref":"CHANGELOG.md#added-5","title":"Added"},{"anchor":"changed-5","level":3,"line":1220,"ref":"CHANGELOG.md#changed-5","title":"Changed"},{"anchor":"included-in-this-release-2","level":3,"line":1228,"ref":"CHANGELOG.md#included-in-this-release-2","title":"Included in this release"},{"anchor":"validation-5","level":3,"line":1233,"ref":"CHANGELOG.md#validation-5","title":"Validation"},{"anchor":"notes-5","level":3,"line":1237,"ref":"CHANGELOG.md#notes-5","title":"Notes"},{"anchor":"020-2026-03-23","level":2,"line":1241,"ref":"CHANGELOG.md#020-2026-03-23","title":"[0.2.0] - 2026-03-23"},{"anchor":"added-6","level":3,"line":1247,"ref":"CHANGELOG.md#added-6","title":"Added"},{"anchor":"changed-6","level":3,"line":1256,"ref":"CHANGELOG.md#changed-6","title":"Changed"},{"anchor":"included-in-this-release-3","level":3,"line":1264,"ref":"CHANGELOG.md#included-in-this-release-3","title":"Included in this release"},{"anchor":"validation-6","level":3,"line":1273,"ref":"CHANGELOG.md#validation-6","title":"Validation"},{"anchor":"notes-6","level":3,"line":1278,"ref":"CHANGELOG.md#notes-6","title":"Notes"},{"anchor":"010-2026-03-17","level":2,"line":1284,"ref":"CHANGELOG.md#010-2026-03-17","title":"[0.1.0] - 2026-03-17"},{"anchor":"added-7","level":3,"line":1291,"ref":"CHANGELOG.md#added-7","title":"Added"},{"anchor":"included-in-this-release-4","level":3,"line":1301,"ref":"CHANGELOG.md#included-in-this-release-4","title":"Included in this release"},{"anchor":"validation-7","level":3,"line":1313,"ref":"CHANGELOG.md#validation-7","title":"Validation"},{"anchor":"notes-7","level":3,"line":1320,"ref":"CHANGELOG.md#notes-7","title":"Notes"}],"line_refs":["CHANGELOG.md:1"],"path_ref":"CHANGELOG.md"},"signs":{"attestation_ref":"","digest":"95dc61d5b82e0d7cb19292dd37dac7131dc26479a6e1c258a7224b985b291b8d","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"}}, + {"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":"7355d6baaad16e5c9fda498c937183e936f8c0a41f908aceb16d2840c6478e92","git_blob_id":"a4dcd923b72e3c687522c56d52601616f167400c","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","lineage_path":"AGENTS.md","logical_id":"aoa:aoa-techniques:artifact:a54ff182c7e8acf56acfd6e4","mime":"text/markdown","path":"AGENTS.md","repo":"aoa-techniques","size_bytes":12788,"version_id":"aoa:aoa-techniques:artifact-version:be265905446d0883b8f45e27"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":"owner-lane","level":2,"line":19,"ref":"AGENTS.md#owner-lane","title":"Owner lane"},{"anchor":"skill-home-boundary","level":2,"line":38,"ref":"AGENTS.md#skill-home-boundary","title":"Skill home boundary"},{"anchor":"read-before-editing","level":2,"line":59,"ref":"AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"route-modes","level":2,"line":83,"ref":"AGENTS.md#route-modes","title":"Route modes"},{"anchor":"agents-stack-law","level":2,"line":98,"ref":"AGENTS.md#agents-stack-law","title":"AGENTS stack law"},{"anchor":"memory-route","level":2,"line":107,"ref":"AGENTS.md#memory-route","title":"Memory route"},{"anchor":"github-landing-workflow","level":2,"line":115,"ref":"AGENTS.md#github-landing-workflow","title":"GitHub landing workflow"},{"anchor":"post-change-route-review","level":2,"line":138,"ref":"AGENTS.md#post-change-route-review","title":"Post-change route review"},{"anchor":"boundaries","level":2,"line":159,"ref":"AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"route-away-when","level":2,"line":176,"ref":"AGENTS.md#route-away-when","title":"Route away when"},{"anchor":"validation","level":2,"line":183,"ref":"AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":207,"ref":"AGENTS.md#closeout","title":"Closeout"},{"anchor":"historical-reference","level":2,"line":214,"ref":"AGENTS.md#historical-reference","title":"Historical Reference"}],"line_refs":["AGENTS.md:1"],"path_ref":"AGENTS.md"},"signs":{"attestation_ref":"","digest":"7355d6baaad16e5c9fda498c937183e936f8c0a41f908aceb16d2840c6478e92","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"}}, + {"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":"6fa8af690c6a5c840821d22d984d3029e50b151f741b5d9ca61af1ac59bb3236","git_blob_id":"d0ddd69dcec6ea1c482b523ddb5f01ac30ceb1ad","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","lineage_path":"CHANGELOG.md","logical_id":"aoa:aoa-techniques:artifact:06572a96a58dc510037d5efa","mime":"text/markdown","path":"CHANGELOG.md","repo":"aoa-techniques","size_bytes":86186,"version_id":"aoa:aoa-techniques:artifact-version:14dff4964bd3335e1e73b033"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":7,"ref":"CHANGELOG.md#unreleased","title":"[Unreleased]"},{"anchor":"changed","level":3,"line":9,"ref":"CHANGELOG.md#changed","title":"Changed"},{"anchor":"050-2026-07-13","level":2,"line":16,"ref":"CHANGELOG.md#050-2026-07-13","title":"[0.5.0] - 2026-07-13"},{"anchor":"summary","level":3,"line":18,"ref":"CHANGELOG.md#summary","title":"Summary"},{"anchor":"added","level":3,"line":38,"ref":"CHANGELOG.md#added","title":"Added"},{"anchor":"changed-1","level":3,"line":59,"ref":"CHANGELOG.md#changed-1","title":"Changed"},{"anchor":"fixed","level":3,"line":82,"ref":"CHANGELOG.md#fixed","title":"Fixed"},{"anchor":"included-changes","level":3,"line":95,"ref":"CHANGELOG.md#included-changes","title":"Included changes"},{"anchor":"validation","level":3,"line":138,"ref":"CHANGELOG.md#validation","title":"Validation"},{"anchor":"notes","level":3,"line":148,"ref":"CHANGELOG.md#notes","title":"Notes"},{"anchor":"045-2026-05-18","level":2,"line":156,"ref":"CHANGELOG.md#045-2026-05-18","title":"[0.4.5] - 2026-05-18"},{"anchor":"summary-1","level":3,"line":158,"ref":"CHANGELOG.md#summary-1","title":"Summary"},{"anchor":"added-1","level":3,"line":173,"ref":"CHANGELOG.md#added-1","title":"Added"},{"anchor":"changed-2","level":3,"line":209,"ref":"CHANGELOG.md#changed-2","title":"Changed"},{"anchor":"included-in-this-release","level":3,"line":1013,"ref":"CHANGELOG.md#included-in-this-release","title":"Included in this release"},{"anchor":"validation-1","level":3,"line":1040,"ref":"CHANGELOG.md#validation-1","title":"Validation"},{"anchor":"notes-1","level":3,"line":1047,"ref":"CHANGELOG.md#notes-1","title":"Notes"},{"anchor":"042-2026-04-23","level":2,"line":1062,"ref":"CHANGELOG.md#042-2026-04-23","title":"[0.4.2] - 2026-04-23"},{"anchor":"summary-2","level":3,"line":1064,"ref":"CHANGELOG.md#summary-2","title":"Summary"},{"anchor":"added-2","level":3,"line":1076,"ref":"CHANGELOG.md#added-2","title":"Added"},{"anchor":"changed-3","level":3,"line":1089,"ref":"CHANGELOG.md#changed-3","title":"Changed"},{"anchor":"validation-2","level":3,"line":1097,"ref":"CHANGELOG.md#validation-2","title":"Validation"},{"anchor":"notes-2","level":3,"line":1104,"ref":"CHANGELOG.md#notes-2","title":"Notes"},{"anchor":"041-2026-04-19","level":2,"line":1109,"ref":"CHANGELOG.md#041-2026-04-19","title":"[0.4.1] - 2026-04-19"},{"anchor":"summary-3","level":3,"line":1111,"ref":"CHANGELOG.md#summary-3","title":"Summary"},{"anchor":"added-3","level":3,"line":1120,"ref":"CHANGELOG.md#added-3","title":"Added"},{"anchor":"changed-4","level":3,"line":1125,"ref":"CHANGELOG.md#changed-4","title":"Changed"},{"anchor":"validation-3","level":3,"line":1131,"ref":"CHANGELOG.md#validation-3","title":"Validation"},{"anchor":"notes-3","level":3,"line":1135,"ref":"CHANGELOG.md#notes-3","title":"Notes"},{"anchor":"040-2026-04-10","level":2,"line":1140,"ref":"CHANGELOG.md#040-2026-04-10","title":"[0.4.0] - 2026-04-10"},{"anchor":"summary-4","level":3,"line":1142,"ref":"CHANGELOG.md#summary-4","title":"Summary"},{"anchor":"validation-4","level":3,"line":1148,"ref":"CHANGELOG.md#validation-4","title":"Validation"},{"anchor":"notes-4","level":3,"line":1152,"ref":"CHANGELOG.md#notes-4","title":"Notes"},{"anchor":"added-4","level":3,"line":1156,"ref":"CHANGELOG.md#added-4","title":"Added"},{"anchor":"changed-5","level":3,"line":1165,"ref":"CHANGELOG.md#changed-5","title":"Changed"},{"anchor":"included-in-this-release-1","level":3,"line":1172,"ref":"CHANGELOG.md#included-in-this-release-1","title":"Included in this release"},{"anchor":"030-2026-04-01","level":2,"line":1184,"ref":"CHANGELOG.md#030-2026-04-01","title":"[0.3.0] - 2026-04-01"},{"anchor":"summary-5","level":3,"line":1190,"ref":"CHANGELOG.md#summary-5","title":"Summary"},{"anchor":"added-5","level":3,"line":1196,"ref":"CHANGELOG.md#added-5","title":"Added"},{"anchor":"changed-6","level":3,"line":1227,"ref":"CHANGELOG.md#changed-6","title":"Changed"},{"anchor":"included-in-this-release-2","level":3,"line":1235,"ref":"CHANGELOG.md#included-in-this-release-2","title":"Included in this release"},{"anchor":"validation-5","level":3,"line":1240,"ref":"CHANGELOG.md#validation-5","title":"Validation"},{"anchor":"notes-5","level":3,"line":1244,"ref":"CHANGELOG.md#notes-5","title":"Notes"},{"anchor":"020-2026-03-23","level":2,"line":1248,"ref":"CHANGELOG.md#020-2026-03-23","title":"[0.2.0] - 2026-03-23"},{"anchor":"added-6","level":3,"line":1254,"ref":"CHANGELOG.md#added-6","title":"Added"},{"anchor":"changed-7","level":3,"line":1263,"ref":"CHANGELOG.md#changed-7","title":"Changed"},{"anchor":"included-in-this-release-3","level":3,"line":1271,"ref":"CHANGELOG.md#included-in-this-release-3","title":"Included in this release"},{"anchor":"validation-6","level":3,"line":1280,"ref":"CHANGELOG.md#validation-6","title":"Validation"},{"anchor":"notes-6","level":3,"line":1285,"ref":"CHANGELOG.md#notes-6","title":"Notes"},{"anchor":"010-2026-03-17","level":2,"line":1291,"ref":"CHANGELOG.md#010-2026-03-17","title":"[0.1.0] - 2026-03-17"},{"anchor":"added-7","level":3,"line":1298,"ref":"CHANGELOG.md#added-7","title":"Added"},{"anchor":"included-in-this-release-4","level":3,"line":1308,"ref":"CHANGELOG.md#included-in-this-release-4","title":"Included in this release"},{"anchor":"validation-7","level":3,"line":1320,"ref":"CHANGELOG.md#validation-7","title":"Validation"},{"anchor":"notes-7","level":3,"line":1327,"ref":"CHANGELOG.md#notes-7","title":"Notes"}],"line_refs":["CHANGELOG.md:1"],"path_ref":"CHANGELOG.md"},"signs":{"attestation_ref":"","digest":"6fa8af690c6a5c840821d22d984d3029e50b151f741b5d9ca61af1ac59bb3236","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"}}, {"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":"df287641481eea425003be6f3ca02b958e6e82763cb6248ea4ed21fd8dddd7ae","git_blob_id":"0766025e3777e9b156ea85245e78f9b368298898","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:91d16dd057bd39f6431e90a1","lineage_path":"CHARTER.md","logical_id":"aoa:aoa-techniques:artifact:91d16dd057bd39f6431e90a1","mime":"text/markdown","path":"CHARTER.md","repo":"aoa-techniques","size_bytes":5336,"version_id":"aoa:aoa-techniques:artifact-version:1ab1972e3362f5cf69edc3b6"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-techniques-charter","level":1,"line":1,"ref":"CHARTER.md#aoa-techniques-charter","title":"aoa-techniques Charter"},{"anchor":"purpose","level":2,"line":3,"ref":"CHARTER.md#purpose","title":"Purpose"},{"anchor":"authority-boundary","level":2,"line":15,"ref":"CHARTER.md#authority-boundary","title":"Authority Boundary"},{"anchor":"mission","level":2,"line":26,"ref":"CHARTER.md#mission","title":"Mission"},{"anchor":"what-this-repository-owns","level":2,"line":43,"ref":"CHARTER.md#what-this-repository-owns","title":"What This Repository Owns"},{"anchor":"routed-to-stronger-owners","level":2,"line":56,"ref":"CHARTER.md#routed-to-stronger-owners","title":"Routed To Stronger Owners"},{"anchor":"canon-discipline","level":2,"line":72,"ref":"CHARTER.md#canon-discipline","title":"Canon Discipline"},{"anchor":"review-rule","level":2,"line":90,"ref":"CHARTER.md#review-rule","title":"Review Rule"}],"line_refs":["CHARTER.md:1"],"path_ref":"CHARTER.md"},"signs":{"attestation_ref":"","digest":"df287641481eea425003be6f3ca02b958e6e82763cb6248ea4ed21fd8dddd7ae","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"}}, {"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":"75b3203a9f5560c31909041cb3c3ee1d6bd3e62977b409f919463e3d027c489f","git_blob_id":"7c4839d4e80d1424b3b5fef780c6c388662f775b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ffdbe3a1e7ee93cacfc080b6","lineage_path":"CODE_OF_CONDUCT.md","logical_id":"aoa:aoa-techniques:artifact:ffdbe3a1e7ee93cacfc080b6","mime":"text/markdown","path":"CODE_OF_CONDUCT.md","repo":"aoa-techniques","size_bytes":684,"version_id":"aoa:aoa-techniques:artifact-version:4ac2e6edb2b1352798e94a5c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"CODE_OF_CONDUCT.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"CODE_OF_CONDUCT.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"code-of-conduct","level":1,"line":1,"ref":"CODE_OF_CONDUCT.md#code-of-conduct","title":"Code of Conduct"},{"anchor":"our-standard","level":2,"line":3,"ref":"CODE_OF_CONDUCT.md#our-standard","title":"Our standard"},{"anchor":"enforcement","level":2,"line":23,"ref":"CODE_OF_CONDUCT.md#enforcement","title":"Enforcement"}],"line_refs":["CODE_OF_CONDUCT.md:1"],"path_ref":"CODE_OF_CONDUCT.md"},"signs":{"attestation_ref":"","digest":"75b3203a9f5560c31909041cb3c3ee1d6bd3e62977b409f919463e3d027c489f","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"}}, {"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":"f7e4f4007a7d94fcb13f5dbb64cfe05eab2e24af82e714d425a86bf5ae7cc161","git_blob_id":"8cea1b45f919ad62d61fefc44894c3f53f5ea4f4","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf","lineage_path":"CONTRIBUTING.md","logical_id":"aoa:aoa-techniques:artifact:eca12c0a30e25b4b46522ebf","mime":"text/markdown","path":"CONTRIBUTING.md","repo":"aoa-techniques","size_bytes":5775,"version_id":"aoa:aoa-techniques:artifact-version:70a3ce989a2ebd4b046e5af0"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"contributing-to-aoa-techniques","level":1,"line":1,"ref":"CONTRIBUTING.md#contributing-to-aoa-techniques","title":"Contributing to aoa-techniques"},{"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":20,"ref":"CONTRIBUTING.md#before-opening-a-pr","title":"Before opening a PR"},{"anchor":"external-provenance","level":2,"line":49,"ref":"CONTRIBUTING.md#external-provenance","title":"External provenance"},{"anchor":"github-intake-surfaces","level":2,"line":66,"ref":"CONTRIBUTING.md#github-intake-surfaces","title":"GitHub intake surfaces"},{"anchor":"preferred-pr-scope","level":2,"line":99,"ref":"CONTRIBUTING.md#preferred-pr-scope","title":"Preferred PR scope"},{"anchor":"recommended-pr-title-format","level":2,"line":106,"ref":"CONTRIBUTING.md#recommended-pr-title-format","title":"Recommended PR title format"},{"anchor":"review-criteria","level":2,"line":115,"ref":"CONTRIBUTING.md#review-criteria","title":"Review criteria"},{"anchor":"status-transitions","level":2,"line":126,"ref":"CONTRIBUTING.md#status-transitions","title":"Status transitions"},{"anchor":"promoted-canonical","level":3,"line":128,"ref":"CONTRIBUTING.md#promoted-canonical","title":"promoted -> canonical"},{"anchor":"canonical-deprecated","level":3,"line":138,"ref":"CONTRIBUTING.md#canonical-deprecated","title":"canonical -> deprecated"},{"anchor":"security","level":2,"line":144,"ref":"CONTRIBUTING.md#security","title":"Security"}],"line_refs":["CONTRIBUTING.md:1"],"path_ref":"CONTRIBUTING.md"},"signs":{"attestation_ref":"","digest":"f7e4f4007a7d94fcb13f5dbb64cfe05eab2e24af82e714d425a86bf5ae7cc161","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"}}, @@ -380,7 +167,7 @@ {"abi":{"abi_epoch":"source","artifact_class":"security","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"security","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":"6f3a7dee9a9a09b7f389be59610a44bf12a907a78aa75191091bbb3caff072a7","git_blob_id":"94af07c18c0fbefb14b71e61865dafb2993fa7f4","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:f6ed156e4bf5c79168066246","lineage_path":"SECURITY.md","logical_id":"aoa:aoa-techniques:artifact:f6ed156e4bf5c79168066246","mime":"text/markdown","path":"SECURITY.md","repo":"aoa-techniques","size_bytes":894,"version_id":"aoa:aoa-techniques:artifact-version:dc08173f83b1193a39bf11c2"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"SECURITY.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"SECURITY.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"securitymd","level":1,"line":1,"ref":"SECURITY.md#securitymd","title":"SECURITY.md"},{"anchor":"purpose","level":2,"line":3,"ref":"SECURITY.md#purpose","title":"Purpose"},{"anchor":"report-privately-if-you-find","level":2,"line":7,"ref":"SECURITY.md#report-privately-if-you-find","title":"Report privately if you find"},{"anchor":"do-not-post-publicly","level":2,"line":16,"ref":"SECURITY.md#do-not-post-publicly","title":"Do not post publicly"},{"anchor":"security-expectations-for-contributors","level":2,"line":24,"ref":"SECURITY.md#security-expectations-for-contributors","title":"Security expectations for contributors"},{"anchor":"public-hygiene-checklist","level":2,"line":32,"ref":"SECURITY.md#public-hygiene-checklist","title":"Public hygiene checklist"}],"line_refs":["SECURITY.md:1"],"path_ref":"SECURITY.md"},"signs":{"attestation_ref":"","digest":"6f3a7dee9a9a09b7f389be59610a44bf12a907a78aa75191091bbb3caff072a7","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"}}, {"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":"2084b736d15f8894f87db90d0274686bd45e40d834190657a30d3d6452bd72b4","git_blob_id":"a1b79d29a7fe3280795f23e87cf49465ba7655d9","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","lineage_path":"TECHNIQUE_INDEX.md","logical_id":"aoa:aoa-techniques:artifact:f04f81f6c36ffeba6398f4aa","mime":"text/markdown","path":"TECHNIQUE_INDEX.md","repo":"aoa-techniques","size_bytes":27445,"version_id":"aoa:aoa-techniques:artifact-version:a8aaebb170cf44a3c5c71f5c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"TECHNIQUE_INDEX.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"TECHNIQUE_INDEX.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"technique_index","level":1,"line":1,"ref":"TECHNIQUE_INDEX.md#technique_index","title":"TECHNIQUE_INDEX"},{"anchor":"canonical-techniques","level":2,"line":5,"ref":"TECHNIQUE_INDEX.md#canonical-techniques","title":"Canonical techniques"},{"anchor":"promoted-techniques","level":2,"line":108,"ref":"TECHNIQUE_INDEX.md#promoted-techniques","title":"Promoted techniques"},{"anchor":"deprecated-techniques","level":2,"line":122,"ref":"TECHNIQUE_INDEX.md#deprecated-techniques","title":"Deprecated techniques"},{"anchor":"notes","level":2,"line":128,"ref":"TECHNIQUE_INDEX.md#notes","title":"Notes"}],"line_refs":["TECHNIQUE_INDEX.md:1"],"path_ref":"TECHNIQUE_INDEX.md"},"signs":{"attestation_ref":"","digest":"2084b736d15f8894f87db90d0274686bd45e40d834190657a30d3d6452bd72b4","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"}}, {"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":"4249336cd0715f26a08618b7667bd459a3339d9a7ab00fa0fdf6df3f62c35107","git_blob_id":"6666b05ed8b822a118605a4dd834254dac9ee072","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","lineage_path":"config/AGENTS.md","logical_id":"aoa:aoa-techniques:artifact:e0bf6e32145dd6f877587469","mime":"text/markdown","path":"config/AGENTS.md","repo":"aoa-techniques","size_bytes":1947,"version_id":"aoa:aoa-techniques:artifact-version:7efeaecfe769cedaf2ecd28d"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"config/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config/AGENTS.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":"config/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"applies-to","level":2,"line":3,"ref":"config/AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":8,"ref":"config/AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":22,"ref":"config/AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":30,"ref":"config/AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"validation","level":2,"line":38,"ref":"config/AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":53,"ref":"config/AGENTS.md#closeout","title":"Closeout"}],"line_refs":["config/AGENTS.md:1"],"path_ref":"config/AGENTS.md"},"signs":{"attestation_ref":"","digest":"4249336cd0715f26a08618b7667bd459a3339d9a7ab00fa0fdf6df3f62c35107","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"aoa_techniques_agents_mesh_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":"73c9c9c5fc846e654890da47b2953adfb2d051f51befa93f9b7b71aa9f348135","git_blob_id":"df44444331a13baa0eddf41be3d1b11cd17da53e","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","lineage_path":"config/agents_mesh.json","logical_id":"aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","mime":"application/json","path":"config/agents_mesh.json","repo":"aoa-techniques","size_bytes":4712,"version_id":"aoa:aoa-techniques:artifact-version:e6d2aa5f8006acc7da7208e2"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"config/agents_mesh.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config/agents_mesh.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["config/agents_mesh.json:1"],"path_ref":"config/agents_mesh.json"},"signs":{"attestation_ref":"","digest":"73c9c9c5fc846e654890da47b2953adfb2d051f51befa93f9b7b71aa9f348135","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"}}, + {"abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"aoa_techniques_agents_mesh_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":"705ba2d87ceb7c4ec57d3eb1f36ee62b169c7276b92a3cee8646fb2abb3535c3","git_blob_id":"1ab9a30c4d9cf10f2ac61295a40795ef15b51a3d","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","lineage_path":"config/agents_mesh.json","logical_id":"aoa:aoa-techniques:artifact:059dbc8b138cefbb4a820dea","mime":"application/json","path":"config/agents_mesh.json","repo":"aoa-techniques","size_bytes":4680,"version_id":"aoa:aoa-techniques:artifact-version:43eafdc69467984326cd8c2a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"config/agents_mesh.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config/agents_mesh.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["config/agents_mesh.json:1"],"path_ref":"config/agents_mesh.json"},"signs":{"attestation_ref":"","digest":"705ba2d87ceb7c4ec57d3eb1f36ee62b169c7276b92a3cee8646fb2abb3535c3","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"}}, {"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":"42492db0b1fa0118bd631cde0cde59deff1c9a528c8081f5ca24ac151c26707b","git_blob_id":"a8fc92864c1c844c548dde2feaaa734dbac66f7f","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:78a8dfbaa559f938cc3b5b5b","lineage_path":"config/technique_kind_registry.yaml","logical_id":"aoa:aoa-techniques:artifact:78a8dfbaa559f938cc3b5b5b","mime":"application/yaml","path":"config/technique_kind_registry.yaml","repo":"aoa-techniques","size_bytes":7170,"version_id":"aoa:aoa-techniques:artifact-version:cb2fe6c1361e1c599e476da5"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"config/technique_kind_registry.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config/technique_kind_registry.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["config/technique_kind_registry.yaml:1"],"path_ref":"config/technique_kind_registry.yaml"},"signs":{"attestation_ref":"","digest":"42492db0b1fa0118bd631cde0cde59deff1c9a528c8081f5ca24ac151c26707b","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"}}, {"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":"92d449faa490fc13a606e06c9bbe09caeb43c3b17e78427ee7554513e1d61f32","git_blob_id":"643999e6364f487e07013564d6d6606f2b6a1ead","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:44a533a030dd6a9abbeaa7fa","lineage_path":"config/validation_lanes.json","logical_id":"aoa:aoa-techniques:artifact:44a533a030dd6a9abbeaa7fa","mime":"application/json","path":"config/validation_lanes.json","repo":"aoa-techniques","size_bytes":14423,"version_id":"aoa:aoa-techniques:artifact-version:ae26faab06c081cd14affeb4"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"config/validation_lanes.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config/validation_lanes.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["config/validation_lanes.json:1"],"path_ref":"config/validation_lanes.json"},"signs":{"attestation_ref":"","digest":"92d449faa490fc13a606e06c9bbe09caeb43c3b17e78427ee7554513e1d61f32","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"}}, {"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":"25501b6bd53ae906a645c06229c6870e4c1a64278e329667dde12630fe62acc9","git_blob_id":"a5a2c9addfd8bea6ec9aa948e1379004377de433","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:d00743dc4e878f258330dead","lineage_path":"docs/AGENTS.md","logical_id":"aoa:aoa-techniques:artifact:d00743dc4e878f258330dead","mime":"text/markdown","path":"docs/AGENTS.md","repo":"aoa-techniques","size_bytes":2784,"version_id":"aoa:aoa-techniques:artifact-version:42d915c4657ca67e43804e9e"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/AGENTS.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":"docs/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"applies-to","level":2,"line":3,"ref":"docs/AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":8,"ref":"docs/AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":17,"ref":"docs/AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":33,"ref":"docs/AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"validation","level":2,"line":46,"ref":"docs/AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":63,"ref":"docs/AGENTS.md#closeout","title":"Closeout"}],"line_refs":["docs/AGENTS.md:1"],"path_ref":"docs/AGENTS.md"},"signs":{"attestation_ref":"","digest":"25501b6bd53ae906a645c06229c6870e4c1a64278e329667dde12630fe62acc9","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"}}, @@ -462,15 +249,16 @@ {"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":"9c1bc1f4dffd8970f30f1aa89cd1565cc9a348c77ea3c65effd8dbdff9daf857","git_blob_id":"0b686171cda598d661d4aaae6013ca68a3458b0f","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:262a18d53e3b21e5a529bd9b","lineage_path":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md","logical_id":"aoa:aoa-techniques:artifact:262a18d53e3b21e5a529bd9b","mime":"text/markdown","path":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md","repo":"aoa-techniques","size_bytes":4619,"version_id":"aoa:aoa-techniques:artifact-version:dcc7748957c5f6b6c9939863"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"validation-lane-command-authority","level":1,"line":1,"ref":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md#validation-lane-command-authority","title":"Validation Lane Command Authority"},{"anchor":"index-metadata","level":2,"line":6,"ref":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":16,"ref":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":27,"ref":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":38,"ref":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":56,"ref":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":67,"ref":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":81,"ref":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":100,"ref":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md#follow-up-route","title":"Follow-up route"},{"anchor":"verification","level":2,"line":106,"ref":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md#verification","title":"Verification"}],"line_refs":["docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md:1"],"path_ref":"docs/decisions/AOA-TECH-D-0066-validation-lane-command-authority.md"},"signs":{"attestation_ref":"","digest":"9c1bc1f4dffd8970f30f1aa89cd1565cc9a348c77ea3c65effd8dbdff9daf857","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"}}, {"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":"9111c46bab296a730fa5cd5114d035fb1547e7dd90e5a7081d09a01f04c4b1aa","git_blob_id":"cad3f816677f06a084bb548f43d1511321cd01ef","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:3570302f879fbf8bebc76db7","lineage_path":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md","logical_id":"aoa:aoa-techniques:artifact:3570302f879fbf8bebc76db7","mime":"text/markdown","path":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md","repo":"aoa-techniques","size_bytes":4095,"version_id":"aoa:aoa-techniques:artifact-version:a54fcbc60800f1674ec6813f"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"validator-owner-modules","level":1,"line":1,"ref":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md#validator-owner-modules","title":"Validator Owner Modules"},{"anchor":"index-metadata","level":2,"line":6,"ref":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":16,"ref":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md#context","title":"Context"},{"anchor":"decision","level":2,"line":26,"ref":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":51,"ref":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":62,"ref":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":74,"ref":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md#source-surfaces","title":"Source surfaces"},{"anchor":"verification","level":2,"line":87,"ref":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md#verification","title":"Verification"}],"line_refs":["docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md:1"],"path_ref":"docs/decisions/AOA-TECH-D-0067-validator-owner-modules.md"},"signs":{"attestation_ref":"","digest":"9111c46bab296a730fa5cd5114d035fb1547e7dd90e5a7081d09a01f04c4b1aa","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"}}, {"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":"a25d7ae71c9e58ed097eed8733a858f699ea80e0373a9579a5c3e7c6beeee265","git_blob_id":"75d94fa2727a10a7f48a61006667d5c0f0d1afcb","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:8bf5f4dcc2591df286544649","lineage_path":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md","logical_id":"aoa:aoa-techniques:artifact:8bf5f4dcc2591df286544649","mime":"text/markdown","path":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md","repo":"aoa-techniques","size_bytes":4144,"version_id":"aoa:aoa-techniques:artifact-version:1ca2a896090038db0bf17414"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"script-surface-inventory","level":1,"line":1,"ref":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md#script-surface-inventory","title":"Script Surface Inventory"},{"anchor":"index-metadata","level":2,"line":6,"ref":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":16,"ref":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":28,"ref":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":35,"ref":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":54,"ref":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":66,"ref":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":77,"ref":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":88,"ref":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md#follow-up-route","title":"Follow-up route"},{"anchor":"verification","level":2,"line":95,"ref":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md#verification","title":"Verification"}],"line_refs":["docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md:1"],"path_ref":"docs/decisions/AOA-TECH-D-0068-script-surface-inventory.md"},"signs":{"attestation_ref":"","digest":"a25d7ae71c9e58ed097eed8733a858f699ea80e0373a9579a5c3e7c6beeee265","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"}}, + {"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":"a726a2e4cb1c91f938d0de42c81cbed58ab4fb7d06e46dc799bd02df1bdd6401","git_blob_id":"ab78f1113ca991b254351ce9760bcd09b81d27ef","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","lineage_path":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","logical_id":"aoa:aoa-techniques:artifact:71a5d6283f5a9bebfe967e75","mime":"text/markdown","path":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","repo":"aoa-techniques","size_bytes":5336,"version_id":"aoa:aoa-techniques:artifact-version:fd221848c0dfb13255727032"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-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/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"keep-the-technique-canon-without-a-skill-home","level":1,"line":1,"ref":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md#keep-the-technique-canon-without-a-skill-home","title":"Keep The Technique Canon Without A Skill Home"},{"anchor":"index-metadata","level":2,"line":6,"ref":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":16,"ref":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":31,"ref":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":39,"ref":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":61,"ref":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":75,"ref":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":91,"ref":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":104,"ref":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md#follow-up-route","title":"Follow-up route"},{"anchor":"verification","level":2,"line":111,"ref":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md#verification","title":"Verification"}],"line_refs":["docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md:1"],"path_ref":"docs/decisions/AOA-TECH-D-0069-keep-technique-canon-without-skill-home.md"},"signs":{"attestation_ref":"","digest":"a726a2e4cb1c91f938d0de42c81cbed58ab4fb7d06e46dc799bd02df1bdd6401","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"}}, {"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":"d9c21c7db161a78f299ff7831f31bf23a01e2d870afbdf439239ecbf96e02875","git_blob_id":"2aff8cbdc6d7f82d44802b90d4ba2f90afaad938","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e5ec0e7030077b7cf1bfed98","lineage_path":"docs/decisions/README.md","logical_id":"aoa:aoa-techniques:artifact:e5ec0e7030077b7cf1bfed98","mime":"text/markdown","path":"docs/decisions/README.md","repo":"aoa-techniques","size_bytes":4100,"version_id":"aoa:aoa-techniques:artifact-version:5a1e6ea20847434393c8eeea"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/decisions/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/README.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-district","level":1,"line":1,"ref":"docs/decisions/README.md#decisions-district","title":"Decisions District"},{"anchor":"district-law","level":2,"line":8,"ref":"docs/decisions/README.md#district-law","title":"District Law"},{"anchor":"current-surface-families","level":2,"line":17,"ref":"docs/decisions/README.md#current-surface-families","title":"Current Surface Families"},{"anchor":"index-shape","level":2,"line":27,"ref":"docs/decisions/README.md#index-shape","title":"Index Shape"},{"anchor":"addressing","level":2,"line":58,"ref":"docs/decisions/README.md#addressing","title":"Addressing"},{"anchor":"record-shape","level":2,"line":69,"ref":"docs/decisions/README.md#record-shape","title":"Record Shape"},{"anchor":"must-not-claim","level":2,"line":90,"ref":"docs/decisions/README.md#must-not-claim","title":"Must Not Claim"},{"anchor":"promotion-path","level":2,"line":97,"ref":"docs/decisions/README.md#promotion-path","title":"Promotion Path"}],"line_refs":["docs/decisions/README.md:1"],"path_ref":"docs/decisions/README.md"},"signs":{"attestation_ref":"","digest":"d9c21c7db161a78f299ff7831f31bf23a01e2d870afbdf439239ecbf96e02875","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"}}, {"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":"c48a95e5591c43ec553f58a51af2e2b394e08e3ab5f3bd9deb0346f0cdacf438","git_blob_id":"74e126ead0e613d2d58ab2941f523e92dac5192c","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:874770b82440579ca24bf934","lineage_path":"docs/decisions/TEMPLATE.md","logical_id":"aoa:aoa-techniques:artifact:874770b82440579ca24bf934","mime":"text/markdown","path":"docs/decisions/TEMPLATE.md","repo":"aoa-techniques","size_bytes":1102,"version_id":"aoa:aoa-techniques:artifact-version:b316213530298e47fc4961ac"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/decisions/TEMPLATE.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/TEMPLATE.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decision-note-title","level":1,"line":1,"ref":"docs/decisions/TEMPLATE.md#decision-note-title","title":"Decision Note: Title"},{"anchor":"index-metadata","level":2,"line":6,"ref":"docs/decisions/TEMPLATE.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":16,"ref":"docs/decisions/TEMPLATE.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":20,"ref":"docs/decisions/TEMPLATE.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":25,"ref":"docs/decisions/TEMPLATE.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":29,"ref":"docs/decisions/TEMPLATE.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":33,"ref":"docs/decisions/TEMPLATE.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":38,"ref":"docs/decisions/TEMPLATE.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":42,"ref":"docs/decisions/TEMPLATE.md#follow-up-route","title":"Follow-up route"},{"anchor":"verification","level":2,"line":47,"ref":"docs/decisions/TEMPLATE.md#verification","title":"Verification"}],"line_refs":["docs/decisions/TEMPLATE.md:1"],"path_ref":"docs/decisions/TEMPLATE.md"},"signs":{"attestation_ref":"","digest":"c48a95e5591c43ec553f58a51af2e2b394e08e3ab5f3bd9deb0346f0cdacf438","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"}}, {"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":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"8d332b838126191be5997c309d29c1bbae4eb1ee74525c0a69ded28ef8d4fb5e","git_blob_id":"0f3216f5ca99de87f4bb223d5a64aef790b8ed3d","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:16f69bcd84ec7a895c63a279","lineage_path":"docs/decisions/indexes/README.md","logical_id":"aoa:aoa-techniques:artifact:16f69bcd84ec7a895c63a279","mime":"text/markdown","path":"docs/decisions/indexes/README.md","repo":"aoa-techniques","size_bytes":496,"version_id":"aoa:aoa-techniques:artifact-version:aa73dac3d0008fade704c4ca"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/decisions/indexes/README.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/README.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decision-lookup-indexes","level":1,"line":1,"ref":"docs/decisions/indexes/README.md#decision-lookup-indexes","title":"Decision Lookup Indexes"},{"anchor":"indexes","level":2,"line":8,"ref":"docs/decisions/indexes/README.md#indexes","title":"Indexes"}],"line_refs":["docs/decisions/indexes/README.md:1"],"path_ref":"docs/decisions/indexes/README.md"},"signs":{"attestation_ref":"","digest":"8d332b838126191be5997c309d29c1bbae4eb1ee74525c0a69ded28ef8d4fb5e","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"}}, - {"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":"e8aee2a967d176ddf8f7b5914340e3c95367a7a9356e3f761a0f1ea73f205be4","git_blob_id":"16a2cfc9825314a4067acd72ae7291f43923496a","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","lineage_path":"docs/decisions/indexes/by-date.md","logical_id":"aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","mime":"text/markdown","path":"docs/decisions/indexes/by-date.md","repo":"aoa-techniques","size_bytes":12276,"version_id":"aoa:aoa-techniques:artifact-version:06f8ab00ace8035ea04d2f7e"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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-01","level":2,"line":5,"ref":"docs/decisions/indexes/by-date.md#2026-05-01","title":"2026-05-01"},{"anchor":"2026-05-02","level":2,"line":26,"ref":"docs/decisions/indexes/by-date.md#2026-05-02","title":"2026-05-02"},{"anchor":"2026-05-03","level":2,"line":32,"ref":"docs/decisions/indexes/by-date.md#2026-05-03","title":"2026-05-03"},{"anchor":"2026-05-04","level":2,"line":49,"ref":"docs/decisions/indexes/by-date.md#2026-05-04","title":"2026-05-04"},{"anchor":"2026-05-06","level":2,"line":59,"ref":"docs/decisions/indexes/by-date.md#2026-05-06","title":"2026-05-06"},{"anchor":"2026-05-14","level":2,"line":64,"ref":"docs/decisions/indexes/by-date.md#2026-05-14","title":"2026-05-14"},{"anchor":"2026-05-15","level":2,"line":79,"ref":"docs/decisions/indexes/by-date.md#2026-05-15","title":"2026-05-15"},{"anchor":"2026-05-16","level":2,"line":83,"ref":"docs/decisions/indexes/by-date.md#2026-05-16","title":"2026-05-16"},{"anchor":"2026-05-17","level":2,"line":87,"ref":"docs/decisions/indexes/by-date.md#2026-05-17","title":"2026-05-17"},{"anchor":"2026-05-18","level":2,"line":92,"ref":"docs/decisions/indexes/by-date.md#2026-05-18","title":"2026-05-18"},{"anchor":"2026-05-31","level":2,"line":99,"ref":"docs/decisions/indexes/by-date.md#2026-05-31","title":"2026-05-31"},{"anchor":"2026-06-02","level":2,"line":103,"ref":"docs/decisions/indexes/by-date.md#2026-06-02","title":"2026-06-02"},{"anchor":"2026-06-03","level":2,"line":108,"ref":"docs/decisions/indexes/by-date.md#2026-06-03","title":"2026-06-03"}],"line_refs":["docs/decisions/indexes/by-date.md:1"],"path_ref":"docs/decisions/indexes/by-date.md"},"signs":{"attestation_ref":"","digest":"e8aee2a967d176ddf8f7b5914340e3c95367a7a9356e3f761a0f1ea73f205be4","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"}}, - {"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":"b50bd53e5a30ad254f69df0317af67a8b304f8cb6b783db288037d5a1d33831d","git_blob_id":"369887e694568f2a6a96cdefae725938cffbaf7e","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","lineage_path":"docs/decisions/indexes/by-guard.md","logical_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","mime":"text/markdown","path":"docs/decisions/indexes/by-guard.md","repo":"aoa-techniques","size_bytes":20730,"version_id":"aoa:aoa-techniques:artifact-version:1d8e603a870856a53dab2b7e"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":9,"ref":"docs/decisions/indexes/by-guard.md#docs-route","title":"docs route"},{"anchor":"root-surface","level":2,"line":17,"ref":"docs/decisions/indexes/by-guard.md#root-surface","title":"root surface"},{"anchor":"technique-atom","level":2,"line":25,"ref":"docs/decisions/indexes/by-guard.md#technique-atom","title":"technique atom"},{"anchor":"technique-topology","level":2,"line":29,"ref":"docs/decisions/indexes/by-guard.md#technique-topology","title":"technique topology"},{"anchor":"technique-tree","level":2,"line":34,"ref":"docs/decisions/indexes/by-guard.md#technique-tree","title":"technique tree"},{"anchor":"kind-remap","level":2,"line":38,"ref":"docs/decisions/indexes/by-guard.md#kind-remap","title":"kind remap"},{"anchor":"template-validation","level":2,"line":45,"ref":"docs/decisions/indexes/by-guard.md#template-validation","title":"template validation"},{"anchor":"mechanic-topology","level":2,"line":49,"ref":"docs/decisions/indexes/by-guard.md#mechanic-topology","title":"mechanic topology"},{"anchor":"part-local-artifact","level":2,"line":88,"ref":"docs/decisions/indexes/by-guard.md#part-local-artifact","title":"part-local artifact"},{"anchor":"generatedread-model","level":2,"line":108,"ref":"docs/decisions/indexes/by-guard.md#generatedread-model","title":"generated/read-model"},{"anchor":"agentsmesh","level":2,"line":121,"ref":"docs/decisions/indexes/by-guard.md#agentsmesh","title":"AGENTS/mesh"},{"anchor":"releasetooling","level":2,"line":129,"ref":"docs/decisions/indexes/by-guard.md#releasetooling","title":"release/tooling"},{"anchor":"public-safety","level":2,"line":135,"ref":"docs/decisions/indexes/by-guard.md#public-safety","title":"public-safety"},{"anchor":"sibling-owner-boundary","level":2,"line":139,"ref":"docs/decisions/indexes/by-guard.md#sibling-owner-boundary","title":"sibling-owner boundary"},{"anchor":"evidence-intake","level":2,"line":146,"ref":"docs/decisions/indexes/by-guard.md#evidence-intake","title":"evidence intake"},{"anchor":"legacyprovenance","level":2,"line":153,"ref":"docs/decisions/indexes/by-guard.md#legacyprovenance","title":"legacy/provenance"},{"anchor":"questbook","level":2,"line":161,"ref":"docs/decisions/indexes/by-guard.md#questbook","title":"questbook"},{"anchor":"ci-lane","level":2,"line":166,"ref":"docs/decisions/indexes/by-guard.md#ci-lane","title":"CI lane"},{"anchor":"command-authority","level":2,"line":170,"ref":"docs/decisions/indexes/by-guard.md#command-authority","title":"command authority"},{"anchor":"script-topology","level":2,"line":174,"ref":"docs/decisions/indexes/by-guard.md#script-topology","title":"script topology"},{"anchor":"source-contract","level":2,"line":178,"ref":"docs/decisions/indexes/by-guard.md#source-contract","title":"source contract"},{"anchor":"validator-topology","level":2,"line":183,"ref":"docs/decisions/indexes/by-guard.md#validator-topology","title":"validator topology"}],"line_refs":["docs/decisions/indexes/by-guard.md:1"],"path_ref":"docs/decisions/indexes/by-guard.md"},"signs":{"attestation_ref":"","digest":"b50bd53e5a30ad254f69df0317af67a8b304f8cb6b783db288037d5a1d33831d","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"}}, - {"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":"79c13aff48b2ad1e3c5494b6a08afb869a8eb35af234f51f837cc50dbea1b501","git_blob_id":"ee3899c0216cf09bc99ec453437e9568237f3c0d","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","lineage_path":"docs/decisions/indexes/by-mechanic.md","logical_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","mime":"text/markdown","path":"docs/decisions/indexes/by-mechanic.md","repo":"aoa-techniques","size_bytes":6107,"version_id":"aoa:aoa-techniques:artifact-version:d77bfba32f6ba55a92a71a58"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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","level":2,"line":5,"ref":"docs/decisions/indexes/by-mechanic.md#agon","title":"agon"},{"anchor":"antifragility","level":2,"line":11,"ref":"docs/decisions/indexes/by-mechanic.md#antifragility","title":"antifragility"},{"anchor":"audit","level":2,"line":15,"ref":"docs/decisions/indexes/by-mechanic.md#audit","title":"audit"},{"anchor":"boundary-bridge","level":2,"line":20,"ref":"docs/decisions/indexes/by-mechanic.md#boundary-bridge","title":"boundary-bridge"},{"anchor":"checkpoint","level":2,"line":24,"ref":"docs/decisions/indexes/by-mechanic.md#checkpoint","title":"checkpoint"},{"anchor":"distillation","level":2,"line":28,"ref":"docs/decisions/indexes/by-mechanic.md#distillation","title":"distillation"},{"anchor":"experience","level":2,"line":37,"ref":"docs/decisions/indexes/by-mechanic.md#experience","title":"experience"},{"anchor":"growth-cycle","level":2,"line":41,"ref":"docs/decisions/indexes/by-mechanic.md#growth-cycle","title":"growth-cycle"},{"anchor":"method-growth","level":2,"line":45,"ref":"docs/decisions/indexes/by-mechanic.md#method-growth","title":"method-growth"},{"anchor":"questbook","level":2,"line":53,"ref":"docs/decisions/indexes/by-mechanic.md#questbook","title":"questbook"},{"anchor":"recurrence","level":2,"line":58,"ref":"docs/decisions/indexes/by-mechanic.md#recurrence","title":"recurrence"},{"anchor":"release-support","level":2,"line":64,"ref":"docs/decisions/indexes/by-mechanic.md#release-support","title":"release-support"},{"anchor":"rpg","level":2,"line":71,"ref":"docs/decisions/indexes/by-mechanic.md#rpg","title":"rpg"},{"anchor":"cross-mechanic","level":2,"line":75,"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":"79c13aff48b2ad1e3c5494b6a08afb869a8eb35af234f51f837cc50dbea1b501","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"}}, - {"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":"76a5e88b052fb7025fb18924950b629eec223c48193bd3a1945349b335cec501","git_blob_id":"c6e425c5fc66dc068846404c5a421783e49652ff","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","lineage_path":"docs/decisions/indexes/by-number.md","logical_id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","mime":"text/markdown","path":"docs/decisions/indexes/by-number.md","repo":"aoa-techniques","size_bytes":21184,"version_id":"aoa:aoa-techniques:artifact-version:797363a8a02e69e7e20af4d5"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":"76a5e88b052fb7025fb18924950b629eec223c48193bd3a1945349b335cec501","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"}}, - {"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":"305d20f44e77e03f2471589865f0a3e5511307d484f57e1aaa684a9f89474ecc","git_blob_id":"ddd869c5e9e1ccbf11f3d1e2b196400a91a7dc88","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","lineage_path":"docs/decisions/indexes/by-surface.md","logical_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","mime":"text/markdown","path":"docs/decisions/indexes/by-surface.md","repo":"aoa-techniques","size_bytes":19869,"version_id":"aoa:aoa-techniques:artifact-version:d1b2ca079cc8bb6cc4e8d025"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":"docs-route","level":2,"line":13,"ref":"docs/decisions/indexes/by-surface.md#docs-route","title":"docs route"},{"anchor":"decision-record","level":2,"line":22,"ref":"docs/decisions/indexes/by-surface.md#decision-record","title":"decision record"},{"anchor":"technique-contract","level":2,"line":26,"ref":"docs/decisions/indexes/by-surface.md#technique-contract","title":"technique contract"},{"anchor":"technique-topology","level":2,"line":30,"ref":"docs/decisions/indexes/by-surface.md#technique-topology","title":"technique topology"},{"anchor":"technique-tree","level":2,"line":39,"ref":"docs/decisions/indexes/by-surface.md#technique-tree","title":"technique tree"},{"anchor":"technique-template","level":2,"line":43,"ref":"docs/decisions/indexes/by-surface.md#technique-template","title":"technique template"},{"anchor":"technique-intelligence","level":2,"line":47,"ref":"docs/decisions/indexes/by-surface.md#technique-intelligence","title":"technique intelligence"},{"anchor":"mechanic-package","level":2,"line":51,"ref":"docs/decisions/indexes/by-surface.md#mechanic-package","title":"mechanic package"},{"anchor":"mechanic-part","level":2,"line":90,"ref":"docs/decisions/indexes/by-surface.md#mechanic-part","title":"mechanic part"},{"anchor":"mechanic-evidence","level":2,"line":110,"ref":"docs/decisions/indexes/by-surface.md#mechanic-evidence","title":"mechanic evidence"},{"anchor":"agent-route","level":2,"line":117,"ref":"docs/decisions/indexes/by-surface.md#agent-route","title":"agent route"},{"anchor":"generatedreadout","level":2,"line":125,"ref":"docs/decisions/indexes/by-surface.md#generatedreadout","title":"generated/readout"},{"anchor":"legacyprovenance","level":2,"line":135,"ref":"docs/decisions/indexes/by-surface.md#legacyprovenance","title":"legacy/provenance"},{"anchor":"releasegithub","level":2,"line":143,"ref":"docs/decisions/indexes/by-surface.md#releasegithub","title":"release/GitHub"},{"anchor":"public-status","level":2,"line":148,"ref":"docs/decisions/indexes/by-surface.md#public-status","title":"public status"},{"anchor":"validation-guard","level":2,"line":152,"ref":"docs/decisions/indexes/by-surface.md#validation-guard","title":"validation guard"},{"anchor":"questlane","level":2,"line":159,"ref":"docs/decisions/indexes/by-surface.md#questlane","title":"quest/lane"},{"anchor":"github-workflow","level":2,"line":164,"ref":"docs/decisions/indexes/by-surface.md#github-workflow","title":"GitHub workflow"},{"anchor":"releasetooling","level":2,"line":168,"ref":"docs/decisions/indexes/by-surface.md#releasetooling","title":"release/tooling"}],"line_refs":["docs/decisions/indexes/by-surface.md:1"],"path_ref":"docs/decisions/indexes/by-surface.md"},"signs":{"attestation_ref":"","digest":"305d20f44e77e03f2471589865f0a3e5511307d484f57e1aaa684a9f89474ecc","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"}}, - {"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":"72cbf2a6ac45ab44fd2190668381675b9e9059312fa42dbd7126d92870e69528","git_blob_id":"1d4d870dd6a20b5f787d70fcbb6130fe0e1c8a49","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","lineage_path":"docs/decisions/indexes/by-technique-axis.md","logical_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","mime":"text/markdown","path":"docs/decisions/indexes/by-technique-axis.md","repo":"aoa-techniques","size_bytes":14589,"version_id":"aoa:aoa-techniques:artifact-version:26d04fbfc1c2c09a8889e539"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/decisions/indexes/by-technique-axis.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-technique-axis.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-by-technique-axis","level":1,"line":1,"ref":"docs/decisions/indexes/by-technique-axis.md#decisions-by-technique-axis","title":"Decisions By Technique Axis"},{"anchor":"atom","level":2,"line":5,"ref":"docs/decisions/indexes/by-technique-axis.md#atom","title":"atom"},{"anchor":"topology","level":2,"line":9,"ref":"docs/decisions/indexes/by-technique-axis.md#topology","title":"topology"},{"anchor":"tree","level":2,"line":19,"ref":"docs/decisions/indexes/by-technique-axis.md#tree","title":"tree"},{"anchor":"kind","level":2,"line":23,"ref":"docs/decisions/indexes/by-technique-axis.md#kind","title":"kind"},{"anchor":"template","level":2,"line":30,"ref":"docs/decisions/indexes/by-technique-axis.md#template","title":"template"},{"anchor":"intelligence","level":2,"line":34,"ref":"docs/decisions/indexes/by-technique-axis.md#intelligence","title":"intelligence"},{"anchor":"source-lift","level":2,"line":38,"ref":"docs/decisions/indexes/by-technique-axis.md#source-lift","title":"source-lift"},{"anchor":"review","level":2,"line":50,"ref":"docs/decisions/indexes/by-technique-axis.md#review","title":"review"},{"anchor":"promotion","level":2,"line":57,"ref":"docs/decisions/indexes/by-technique-axis.md#promotion","title":"promotion"},{"anchor":"standalone-portability","level":2,"line":63,"ref":"docs/decisions/indexes/by-technique-axis.md#standalone-portability","title":"standalone portability"},{"anchor":"mechanic-bridge","level":2,"line":67,"ref":"docs/decisions/indexes/by-technique-axis.md#mechanic-bridge","title":"mechanic bridge"},{"anchor":"agent-mesh","level":2,"line":107,"ref":"docs/decisions/indexes/by-technique-axis.md#agent-mesh","title":"agent mesh"},{"anchor":"github-landing","level":2,"line":115,"ref":"docs/decisions/indexes/by-technique-axis.md#github-landing","title":"github landing"},{"anchor":"decision-index","level":2,"line":120,"ref":"docs/decisions/indexes/by-technique-axis.md#decision-index","title":"decision index"},{"anchor":"validation-lane","level":2,"line":124,"ref":"docs/decisions/indexes/by-technique-axis.md#validation-lane","title":"validation lane"}],"line_refs":["docs/decisions/indexes/by-technique-axis.md:1"],"path_ref":"docs/decisions/indexes/by-technique-axis.md"},"signs":{"attestation_ref":"","digest":"72cbf2a6ac45ab44fd2190668381675b9e9059312fa42dbd7126d92870e69528","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"}}, + {"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":"1f1b5868fd1dc5e7262aaa4b993380caa2bbef80536178f072109de657784d6d","git_blob_id":"258272901727884f548e2c8b2b0b0e0199f94775","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","lineage_path":"docs/decisions/indexes/by-date.md","logical_id":"aoa:aoa-techniques:artifact:7f76a83a939eefd1ee2b3fe1","mime":"text/markdown","path":"docs/decisions/indexes/by-date.md","repo":"aoa-techniques","size_bytes":12499,"version_id":"aoa:aoa-techniques:artifact-version:944096691a4367f348fc3a4a"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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-01","level":2,"line":5,"ref":"docs/decisions/indexes/by-date.md#2026-05-01","title":"2026-05-01"},{"anchor":"2026-05-02","level":2,"line":26,"ref":"docs/decisions/indexes/by-date.md#2026-05-02","title":"2026-05-02"},{"anchor":"2026-05-03","level":2,"line":32,"ref":"docs/decisions/indexes/by-date.md#2026-05-03","title":"2026-05-03"},{"anchor":"2026-05-04","level":2,"line":49,"ref":"docs/decisions/indexes/by-date.md#2026-05-04","title":"2026-05-04"},{"anchor":"2026-05-06","level":2,"line":59,"ref":"docs/decisions/indexes/by-date.md#2026-05-06","title":"2026-05-06"},{"anchor":"2026-05-14","level":2,"line":64,"ref":"docs/decisions/indexes/by-date.md#2026-05-14","title":"2026-05-14"},{"anchor":"2026-05-15","level":2,"line":79,"ref":"docs/decisions/indexes/by-date.md#2026-05-15","title":"2026-05-15"},{"anchor":"2026-05-16","level":2,"line":83,"ref":"docs/decisions/indexes/by-date.md#2026-05-16","title":"2026-05-16"},{"anchor":"2026-05-17","level":2,"line":87,"ref":"docs/decisions/indexes/by-date.md#2026-05-17","title":"2026-05-17"},{"anchor":"2026-05-18","level":2,"line":92,"ref":"docs/decisions/indexes/by-date.md#2026-05-18","title":"2026-05-18"},{"anchor":"2026-05-31","level":2,"line":99,"ref":"docs/decisions/indexes/by-date.md#2026-05-31","title":"2026-05-31"},{"anchor":"2026-06-02","level":2,"line":103,"ref":"docs/decisions/indexes/by-date.md#2026-06-02","title":"2026-06-02"},{"anchor":"2026-06-03","level":2,"line":108,"ref":"docs/decisions/indexes/by-date.md#2026-06-03","title":"2026-06-03"},{"anchor":"2026-07-16","level":2,"line":112,"ref":"docs/decisions/indexes/by-date.md#2026-07-16","title":"2026-07-16"}],"line_refs":["docs/decisions/indexes/by-date.md:1"],"path_ref":"docs/decisions/indexes/by-date.md"},"signs":{"attestation_ref":"","digest":"1f1b5868fd1dc5e7262aaa4b993380caa2bbef80536178f072109de657784d6d","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"}}, + {"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":"e93b9d15058844c74572045e63b76cdf10412e0387765d7a00b2d9665776a0b4","git_blob_id":"6437f83a9d62160b6e9698d517a87906386573f8","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","lineage_path":"docs/decisions/indexes/by-guard.md","logical_id":"aoa:aoa-techniques:artifact:8ae406686a02a37522de1f6a","mime":"text/markdown","path":"docs/decisions/indexes/by-guard.md","repo":"aoa-techniques","size_bytes":21601,"version_id":"aoa:aoa-techniques:artifact-version:ce15f2a0934246db7356aa9a"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":9,"ref":"docs/decisions/indexes/by-guard.md#docs-route","title":"docs route"},{"anchor":"root-surface","level":2,"line":17,"ref":"docs/decisions/indexes/by-guard.md#root-surface","title":"root surface"},{"anchor":"technique-atom","level":2,"line":25,"ref":"docs/decisions/indexes/by-guard.md#technique-atom","title":"technique atom"},{"anchor":"technique-topology","level":2,"line":29,"ref":"docs/decisions/indexes/by-guard.md#technique-topology","title":"technique topology"},{"anchor":"technique-tree","level":2,"line":34,"ref":"docs/decisions/indexes/by-guard.md#technique-tree","title":"technique tree"},{"anchor":"kind-remap","level":2,"line":38,"ref":"docs/decisions/indexes/by-guard.md#kind-remap","title":"kind remap"},{"anchor":"template-validation","level":2,"line":45,"ref":"docs/decisions/indexes/by-guard.md#template-validation","title":"template validation"},{"anchor":"mechanic-topology","level":2,"line":49,"ref":"docs/decisions/indexes/by-guard.md#mechanic-topology","title":"mechanic topology"},{"anchor":"part-local-artifact","level":2,"line":88,"ref":"docs/decisions/indexes/by-guard.md#part-local-artifact","title":"part-local artifact"},{"anchor":"generatedread-model","level":2,"line":108,"ref":"docs/decisions/indexes/by-guard.md#generatedread-model","title":"generated/read-model"},{"anchor":"agentsmesh","level":2,"line":122,"ref":"docs/decisions/indexes/by-guard.md#agentsmesh","title":"AGENTS/mesh"},{"anchor":"releasetooling","level":2,"line":130,"ref":"docs/decisions/indexes/by-guard.md#releasetooling","title":"release/tooling"},{"anchor":"public-safety","level":2,"line":136,"ref":"docs/decisions/indexes/by-guard.md#public-safety","title":"public-safety"},{"anchor":"sibling-owner-boundary","level":2,"line":140,"ref":"docs/decisions/indexes/by-guard.md#sibling-owner-boundary","title":"sibling-owner boundary"},{"anchor":"evidence-intake","level":2,"line":147,"ref":"docs/decisions/indexes/by-guard.md#evidence-intake","title":"evidence intake"},{"anchor":"legacyprovenance","level":2,"line":154,"ref":"docs/decisions/indexes/by-guard.md#legacyprovenance","title":"legacy/provenance"},{"anchor":"questbook","level":2,"line":162,"ref":"docs/decisions/indexes/by-guard.md#questbook","title":"questbook"},{"anchor":"ci-lane","level":2,"line":167,"ref":"docs/decisions/indexes/by-guard.md#ci-lane","title":"CI lane"},{"anchor":"command-authority","level":2,"line":171,"ref":"docs/decisions/indexes/by-guard.md#command-authority","title":"command authority"},{"anchor":"owner-boundary","level":2,"line":175,"ref":"docs/decisions/indexes/by-guard.md#owner-boundary","title":"owner boundary"},{"anchor":"prompt-visibility","level":2,"line":179,"ref":"docs/decisions/indexes/by-guard.md#prompt-visibility","title":"prompt visibility"},{"anchor":"script-topology","level":2,"line":183,"ref":"docs/decisions/indexes/by-guard.md#script-topology","title":"script topology"},{"anchor":"source-contract","level":2,"line":188,"ref":"docs/decisions/indexes/by-guard.md#source-contract","title":"source contract"},{"anchor":"validator-topology","level":2,"line":193,"ref":"docs/decisions/indexes/by-guard.md#validator-topology","title":"validator topology"}],"line_refs":["docs/decisions/indexes/by-guard.md:1"],"path_ref":"docs/decisions/indexes/by-guard.md"},"signs":{"attestation_ref":"","digest":"e93b9d15058844c74572045e63b76cdf10412e0387765d7a00b2d9665776a0b4","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"}}, + {"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":"03c917a0814100a0781ff225713faace844c7b0bef26abd765b7b05640fed6fd","git_blob_id":"64a13f3e98836e546471a5e7ce2fee5f7fb09821","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","lineage_path":"docs/decisions/indexes/by-mechanic.md","logical_id":"aoa:aoa-techniques:artifact:ebd094489b277783f911ea74","mime":"text/markdown","path":"docs/decisions/indexes/by-mechanic.md","repo":"aoa-techniques","size_bytes":6314,"version_id":"aoa:aoa-techniques:artifact-version:6c633d9fd862b953e72a17c6"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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","level":2,"line":5,"ref":"docs/decisions/indexes/by-mechanic.md#agon","title":"agon"},{"anchor":"antifragility","level":2,"line":11,"ref":"docs/decisions/indexes/by-mechanic.md#antifragility","title":"antifragility"},{"anchor":"audit","level":2,"line":15,"ref":"docs/decisions/indexes/by-mechanic.md#audit","title":"audit"},{"anchor":"boundary-bridge","level":2,"line":20,"ref":"docs/decisions/indexes/by-mechanic.md#boundary-bridge","title":"boundary-bridge"},{"anchor":"checkpoint","level":2,"line":24,"ref":"docs/decisions/indexes/by-mechanic.md#checkpoint","title":"checkpoint"},{"anchor":"distillation","level":2,"line":28,"ref":"docs/decisions/indexes/by-mechanic.md#distillation","title":"distillation"},{"anchor":"experience","level":2,"line":37,"ref":"docs/decisions/indexes/by-mechanic.md#experience","title":"experience"},{"anchor":"growth-cycle","level":2,"line":41,"ref":"docs/decisions/indexes/by-mechanic.md#growth-cycle","title":"growth-cycle"},{"anchor":"method-growth","level":2,"line":45,"ref":"docs/decisions/indexes/by-mechanic.md#method-growth","title":"method-growth"},{"anchor":"questbook","level":2,"line":54,"ref":"docs/decisions/indexes/by-mechanic.md#questbook","title":"questbook"},{"anchor":"recurrence","level":2,"line":59,"ref":"docs/decisions/indexes/by-mechanic.md#recurrence","title":"recurrence"},{"anchor":"release-support","level":2,"line":65,"ref":"docs/decisions/indexes/by-mechanic.md#release-support","title":"release-support"},{"anchor":"rpg","level":2,"line":72,"ref":"docs/decisions/indexes/by-mechanic.md#rpg","title":"rpg"},{"anchor":"cross-mechanic","level":2,"line":76,"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":"03c917a0814100a0781ff225713faace844c7b0bef26abd765b7b05640fed6fd","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"}}, + {"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":"f2be6fb35ee9965c037038c4ba5f39a311ae81d41e619ea21f79b3cccafeee51","git_blob_id":"9dcc53805e56e6728bd522135e51eeb86f46bbc7","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","lineage_path":"docs/decisions/indexes/by-number.md","logical_id":"aoa:aoa-techniques:artifact:02e6940a395ca8b888f25191","mime":"text/markdown","path":"docs/decisions/indexes/by-number.md","repo":"aoa-techniques","size_bytes":21628,"version_id":"aoa:aoa-techniques:artifact-version:c6516378fbc5bac1adb55aa6"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":"f2be6fb35ee9965c037038c4ba5f39a311ae81d41e619ea21f79b3cccafeee51","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"}}, + {"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":"8fb6d66fa88b1856772dfecbc0920a44de593cc060fb21faa47575b66d98d2cd","git_blob_id":"b3b5eb4c405e502f1a44daffe2d31ff1b3dd89e2","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","lineage_path":"docs/decisions/indexes/by-surface.md","logical_id":"aoa:aoa-techniques:artifact:acd156903f044a996b858398","mime":"text/markdown","path":"docs/decisions/indexes/by-surface.md","repo":"aoa-techniques","size_bytes":20535,"version_id":"aoa:aoa-techniques:artifact-version:ecf38d79570cc5e8ae74b580"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":"docs-route","level":2,"line":13,"ref":"docs/decisions/indexes/by-surface.md#docs-route","title":"docs route"},{"anchor":"decision-record","level":2,"line":22,"ref":"docs/decisions/indexes/by-surface.md#decision-record","title":"decision record"},{"anchor":"technique-contract","level":2,"line":26,"ref":"docs/decisions/indexes/by-surface.md#technique-contract","title":"technique contract"},{"anchor":"technique-topology","level":2,"line":30,"ref":"docs/decisions/indexes/by-surface.md#technique-topology","title":"technique topology"},{"anchor":"technique-tree","level":2,"line":39,"ref":"docs/decisions/indexes/by-surface.md#technique-tree","title":"technique tree"},{"anchor":"technique-template","level":2,"line":43,"ref":"docs/decisions/indexes/by-surface.md#technique-template","title":"technique template"},{"anchor":"technique-intelligence","level":2,"line":47,"ref":"docs/decisions/indexes/by-surface.md#technique-intelligence","title":"technique intelligence"},{"anchor":"mechanic-package","level":2,"line":51,"ref":"docs/decisions/indexes/by-surface.md#mechanic-package","title":"mechanic package"},{"anchor":"mechanic-part","level":2,"line":90,"ref":"docs/decisions/indexes/by-surface.md#mechanic-part","title":"mechanic part"},{"anchor":"mechanic-evidence","level":2,"line":110,"ref":"docs/decisions/indexes/by-surface.md#mechanic-evidence","title":"mechanic evidence"},{"anchor":"agent-route","level":2,"line":117,"ref":"docs/decisions/indexes/by-surface.md#agent-route","title":"agent route"},{"anchor":"generatedreadout","level":2,"line":126,"ref":"docs/decisions/indexes/by-surface.md#generatedreadout","title":"generated/readout"},{"anchor":"legacyprovenance","level":2,"line":136,"ref":"docs/decisions/indexes/by-surface.md#legacyprovenance","title":"legacy/provenance"},{"anchor":"releasegithub","level":2,"line":144,"ref":"docs/decisions/indexes/by-surface.md#releasegithub","title":"release/GitHub"},{"anchor":"public-status","level":2,"line":149,"ref":"docs/decisions/indexes/by-surface.md#public-status","title":"public status"},{"anchor":"validation-guard","level":2,"line":153,"ref":"docs/decisions/indexes/by-surface.md#validation-guard","title":"validation guard"},{"anchor":"questlane","level":2,"line":160,"ref":"docs/decisions/indexes/by-surface.md#questlane","title":"quest/lane"},{"anchor":"github-workflow","level":2,"line":165,"ref":"docs/decisions/indexes/by-surface.md#github-workflow","title":"GitHub workflow"},{"anchor":"owner-boundary","level":2,"line":169,"ref":"docs/decisions/indexes/by-surface.md#owner-boundary","title":"owner boundary"},{"anchor":"releasetooling","level":2,"line":173,"ref":"docs/decisions/indexes/by-surface.md#releasetooling","title":"release/tooling"},{"anchor":"repository-topology","level":2,"line":179,"ref":"docs/decisions/indexes/by-surface.md#repository-topology","title":"repository topology"}],"line_refs":["docs/decisions/indexes/by-surface.md:1"],"path_ref":"docs/decisions/indexes/by-surface.md"},"signs":{"attestation_ref":"","digest":"8fb6d66fa88b1856772dfecbc0920a44de593cc060fb21faa47575b66d98d2cd","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"}}, + {"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":"cabb3c95a3067987444e411bf72a1cb08b3ade81220db0dcc3268d728ddde0a1","git_blob_id":"099e9081838c9d43a280cd288e2f0ceb24892f36","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","lineage_path":"docs/decisions/indexes/by-technique-axis.md","logical_id":"aoa:aoa-techniques:artifact:9ee9420f3dce0fd1476f73f9","mime":"text/markdown","path":"docs/decisions/indexes/by-technique-axis.md","repo":"aoa-techniques","size_bytes":15044,"version_id":"aoa:aoa-techniques:artifact-version:421c8480472bb7b3109fdd8e"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/decisions/indexes/by-technique-axis.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-technique-axis.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-by-technique-axis","level":1,"line":1,"ref":"docs/decisions/indexes/by-technique-axis.md#decisions-by-technique-axis","title":"Decisions By Technique Axis"},{"anchor":"atom","level":2,"line":5,"ref":"docs/decisions/indexes/by-technique-axis.md#atom","title":"atom"},{"anchor":"topology","level":2,"line":9,"ref":"docs/decisions/indexes/by-technique-axis.md#topology","title":"topology"},{"anchor":"tree","level":2,"line":19,"ref":"docs/decisions/indexes/by-technique-axis.md#tree","title":"tree"},{"anchor":"kind","level":2,"line":23,"ref":"docs/decisions/indexes/by-technique-axis.md#kind","title":"kind"},{"anchor":"template","level":2,"line":30,"ref":"docs/decisions/indexes/by-technique-axis.md#template","title":"template"},{"anchor":"intelligence","level":2,"line":34,"ref":"docs/decisions/indexes/by-technique-axis.md#intelligence","title":"intelligence"},{"anchor":"source-lift","level":2,"line":38,"ref":"docs/decisions/indexes/by-technique-axis.md#source-lift","title":"source-lift"},{"anchor":"review","level":2,"line":50,"ref":"docs/decisions/indexes/by-technique-axis.md#review","title":"review"},{"anchor":"promotion","level":2,"line":57,"ref":"docs/decisions/indexes/by-technique-axis.md#promotion","title":"promotion"},{"anchor":"standalone-portability","level":2,"line":63,"ref":"docs/decisions/indexes/by-technique-axis.md#standalone-portability","title":"standalone portability"},{"anchor":"mechanic-bridge","level":2,"line":67,"ref":"docs/decisions/indexes/by-technique-axis.md#mechanic-bridge","title":"mechanic bridge"},{"anchor":"agent-mesh","level":2,"line":107,"ref":"docs/decisions/indexes/by-technique-axis.md#agent-mesh","title":"agent mesh"},{"anchor":"github-landing","level":2,"line":115,"ref":"docs/decisions/indexes/by-technique-axis.md#github-landing","title":"github landing"},{"anchor":"decision-index","level":2,"line":120,"ref":"docs/decisions/indexes/by-technique-axis.md#decision-index","title":"decision index"},{"anchor":"execution-shape","level":2,"line":124,"ref":"docs/decisions/indexes/by-technique-axis.md#execution-shape","title":"execution shape"},{"anchor":"owner-boundary","level":2,"line":128,"ref":"docs/decisions/indexes/by-technique-axis.md#owner-boundary","title":"owner boundary"},{"anchor":"validation-lane","level":2,"line":132,"ref":"docs/decisions/indexes/by-technique-axis.md#validation-lane","title":"validation lane"}],"line_refs":["docs/decisions/indexes/by-technique-axis.md:1"],"path_ref":"docs/decisions/indexes/by-technique-axis.md"},"signs":{"attestation_ref":"","digest":"cabb3c95a3067987444e411bf72a1cb08b3ade81220db0dcc3268d728ddde0a1","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"}}, {"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":"3da74baebfa7492e76e28a49dec52e8cb6933857726a1fc360dba231d8ee9253","git_blob_id":"4f7c6823219548dcada556213dbe6b1dd62e25f7","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e85d1fe120dec821c2f1546d","lineage_path":"docs/decisions/indexes/index_contract.yaml","logical_id":"aoa:aoa-techniques:artifact:e85d1fe120dec821c2f1546d","mime":"application/yaml","path":"docs/decisions/indexes/index_contract.yaml","repo":"aoa-techniques","size_bytes":1234,"version_id":"aoa:aoa-techniques:artifact-version:5d4e64f82c09520738452d91"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"docs/decisions/indexes/index_contract.yaml"},"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/index_contract.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["docs/decisions/indexes/index_contract.yaml:1"],"path_ref":"docs/decisions/indexes/index_contract.yaml"},"signs":{"attestation_ref":"","digest":"3da74baebfa7492e76e28a49dec52e8cb6933857726a1fc360dba231d8ee9253","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"}}, {"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":"e148b1e72b725e4920425ffca74a0d7181bb016de59add14e3bc1e8dc039c827","git_blob_id":"ffb5baad8a2e1a12b01867b258ea1d69702c5a4b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","lineage_path":"docs/guardrails/AGENTS.md","logical_id":"aoa:aoa-techniques:artifact:1d8b9b7788329ad7f8b9f7c2","mime":"text/markdown","path":"docs/guardrails/AGENTS.md","repo":"aoa-techniques","size_bytes":2061,"version_id":"aoa:aoa-techniques:artifact-version:1885b4bb4fe4f57faa42d653"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/guardrails/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/guardrails/AGENTS.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":"docs/guardrails/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"applies-to","level":2,"line":3,"ref":"docs/guardrails/AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":8,"ref":"docs/guardrails/AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":16,"ref":"docs/guardrails/AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":38,"ref":"docs/guardrails/AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"validation","level":2,"line":47,"ref":"docs/guardrails/AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":65,"ref":"docs/guardrails/AGENTS.md#closeout","title":"Closeout"}],"line_refs":["docs/guardrails/AGENTS.md:1"],"path_ref":"docs/guardrails/AGENTS.md"},"signs":{"attestation_ref":"","digest":"e148b1e72b725e4920425ffca74a0d7181bb016de59add14e3bc1e8dc039c827","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"}}, {"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":"53341597d4038e60cb4ab4714511915af4090ba678b72b850c0ff6b6779e86c5","git_blob_id":"4530ce451ae63ac50974893e5a23637b6935404e","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","lineage_path":"docs/guardrails/AGENTS_MESH_INDEX.md","logical_id":"aoa:aoa-techniques:artifact:a30377afed4eebade38c0468","mime":"text/markdown","path":"docs/guardrails/AGENTS_MESH_INDEX.md","repo":"aoa-techniques","size_bytes":1914,"version_id":"aoa:aoa-techniques:artifact-version:7705851a0e473c00764d25cb"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/guardrails/AGENTS_MESH_INDEX.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/guardrails/AGENTS_MESH_INDEX.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agents-mesh-index","level":1,"line":1,"ref":"docs/guardrails/AGENTS_MESH_INDEX.md#agents-mesh-index","title":"AGENTS Mesh Index"},{"anchor":"current-mesh","level":2,"line":3,"ref":"docs/guardrails/AGENTS_MESH_INDEX.md#current-mesh","title":"Current Mesh"},{"anchor":"core-surfaces","level":2,"line":8,"ref":"docs/guardrails/AGENTS_MESH_INDEX.md#core-surfaces","title":"Core Surfaces"},{"anchor":"growth-posture","level":2,"line":22,"ref":"docs/guardrails/AGENTS_MESH_INDEX.md#growth-posture","title":"Growth Posture"},{"anchor":"migration-posture","level":2,"line":28,"ref":"docs/guardrails/AGENTS_MESH_INDEX.md#migration-posture","title":"Migration Posture"},{"anchor":"release-posture","level":2,"line":37,"ref":"docs/guardrails/AGENTS_MESH_INDEX.md#release-posture","title":"Release Posture"}],"line_refs":["docs/guardrails/AGENTS_MESH_INDEX.md:1"],"path_ref":"docs/guardrails/AGENTS_MESH_INDEX.md"},"signs":{"attestation_ref":"","digest":"53341597d4038e60cb4ab4714511915af4090ba678b72b850c0ff6b6779e86c5","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"}}, @@ -487,7 +275,7 @@ {"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":"aa957d0db62120bf3755528df02078ef196753cf8c0dd01c4ba481edfbe28c87","git_blob_id":"06a2338f7374239eb8013761c9cc7ba9bfdab6dc","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:4aa88dc0162e458e182c97dd","lineage_path":"docs/readers/kind/README.md","logical_id":"aoa:aoa-techniques:artifact:4aa88dc0162e458e182c97dd","mime":"text/markdown","path":"docs/readers/kind/README.md","repo":"aoa-techniques","size_bytes":630,"version_id":"aoa:aoa-techniques:artifact-version:cf5da2275d78872656b741f3"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/readers/kind/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/readers/kind/README.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"kind-readers","level":1,"line":1,"ref":"docs/readers/kind/README.md#kind-readers","title":"Kind Readers"}],"line_refs":["docs/readers/kind/README.md:1"],"path_ref":"docs/readers/kind/README.md"},"signs":{"attestation_ref":"","digest":"aa957d0db62120bf3755528df02078ef196753cf8c0dd01c4ba481edfbe28c87","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"}}, {"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":"d6ace064c76f33cf5654b28727f0b6471f20a5da7a7aba6f5d8010c3939d5117","git_blob_id":"46f0ef0064e450c22f83e589472e04cdd56ca5a4","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:9aa4b16e18d8e02326f51d8a","lineage_path":"docs/readers/kind/TECHNIQUE_KINDS.md","logical_id":"aoa:aoa-techniques:artifact:9aa4b16e18d8e02326f51d8a","mime":"text/markdown","path":"docs/readers/kind/TECHNIQUE_KINDS.md","repo":"aoa-techniques","size_bytes":57517,"version_id":"aoa:aoa-techniques:artifact-version:3006f592d355c8c99a67f8b8"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/readers/kind/TECHNIQUE_KINDS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/readers/kind/TECHNIQUE_KINDS.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"technique-kinds","level":1,"line":1,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#technique-kinds","title":"Technique Kinds"},{"anchor":"kind-scope","level":2,"line":18,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#kind-scope","title":"Kind Scope"},{"anchor":"workflow","level":2,"line":35,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#workflow","title":"`workflow`"},{"anchor":"guardrail","level":2,"line":74,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#guardrail","title":"`guardrail`"},{"anchor":"validation","level":2,"line":113,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#validation","title":"`validation`"},{"anchor":"composition","level":2,"line":149,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#composition","title":"`composition`"},{"anchor":"distribution","level":2,"line":182,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#distribution","title":"`distribution`"},{"anchor":"artifact","level":2,"line":212,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#artifact","title":"`artifact`"},{"anchor":"lift","level":2,"line":252,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#lift","title":"`lift`"},{"anchor":"discovery","level":2,"line":290,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#discovery","title":"`discovery`"},{"anchor":"handoff","level":2,"line":318,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#handoff","title":"`handoff`"},{"anchor":"ingest","level":2,"line":355,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#ingest","title":"`ingest`"},{"anchor":"assessment","level":2,"line":386,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#assessment","title":"`assessment`"},{"anchor":"recovery","level":2,"line":422,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#recovery","title":"`recovery`"},{"anchor":"boundaries","level":2,"line":454,"ref":"docs/readers/kind/TECHNIQUE_KINDS.md#boundaries","title":"Boundaries"}],"line_refs":["docs/readers/kind/TECHNIQUE_KINDS.md:1"],"path_ref":"docs/readers/kind/TECHNIQUE_KINDS.md"},"signs":{"attestation_ref":"","digest":"d6ace064c76f33cf5654b28727f0b6471f20a5da7a7aba6f5d8010c3939d5117","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"}}, {"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":"44e752c5ab1fd8436c665f1d2da4f34aff528be76818e6562fe5b68728bead6c","git_blob_id":"bf36fd5a7c4cc7b752c00c6bd96c36a887783ecf","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:d83ba9311b34a68a0958680b","lineage_path":"docs/readers/repo/README.md","logical_id":"aoa:aoa-techniques:artifact:d83ba9311b34a68a0958680b","mime":"text/markdown","path":"docs/readers/repo/README.md","repo":"aoa-techniques","size_bytes":657,"version_id":"aoa:aoa-techniques:artifact-version:bdc08df5e5dbaa0352316c7f"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/readers/repo/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/readers/repo/README.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"repo-doc-readers","level":1,"line":1,"ref":"docs/readers/repo/README.md#repo-doc-readers","title":"Repo-Doc Readers"}],"line_refs":["docs/readers/repo/README.md:1"],"path_ref":"docs/readers/repo/README.md"},"signs":{"attestation_ref":"","digest":"44e752c5ab1fd8436c665f1d2da4f34aff528be76818e6562fe5b68728bead6c","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"}}, - {"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":"c74fa7f18f169e499e050177506b6dc7c4bbecdb856817fe15039b765c876188","git_blob_id":"a2b8024896157359df3d8933cbe9383bf1e5cb97","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","lineage_path":"docs/readers/repo/REPO_DOC_SURFACES.md","logical_id":"aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","mime":"text/markdown","path":"docs/readers/repo/REPO_DOC_SURFACES.md","repo":"aoa-techniques","size_bytes":13165,"version_id":"aoa:aoa-techniques:artifact-version:eae562347d8461dc56d936ea"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/readers/repo/REPO_DOC_SURFACES.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/readers/repo/REPO_DOC_SURFACES.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"repo-doc-surfaces","level":1,"line":1,"ref":"docs/readers/repo/REPO_DOC_SURFACES.md#repo-doc-surfaces","title":"Repo Doc Surfaces"},{"anchor":"quick-navigation","level":2,"line":17,"ref":"docs/readers/repo/REPO_DOC_SURFACES.md#quick-navigation","title":"Quick Navigation"},{"anchor":"entrypoint-map","level":2,"line":31,"ref":"docs/readers/repo/REPO_DOC_SURFACES.md#entrypoint-map","title":"Entrypoint / Map"},{"anchor":"canon-authority","level":2,"line":42,"ref":"docs/readers/repo/REPO_DOC_SURFACES.md#canon-authority","title":"Canon / Authority"},{"anchor":"contribution-policy","level":2,"line":57,"ref":"docs/readers/repo/REPO_DOC_SURFACES.md#contribution-policy","title":"Contribution / Policy"},{"anchor":"status-release","level":2,"line":68,"ref":"docs/readers/repo/REPO_DOC_SURFACES.md#status-release","title":"Status / Release"},{"anchor":"boundaries","level":2,"line":79,"ref":"docs/readers/repo/REPO_DOC_SURFACES.md#boundaries","title":"Boundaries"}],"line_refs":["docs/readers/repo/REPO_DOC_SURFACES.md:1"],"path_ref":"docs/readers/repo/REPO_DOC_SURFACES.md"},"signs":{"attestation_ref":"","digest":"c74fa7f18f169e499e050177506b6dc7c4bbecdb856817fe15039b765c876188","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"}}, + {"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":"441104a140e8871f6fda933198a494c84b736d6d81a616613844567f4e81f0d5","git_blob_id":"c41365da0f6aabaf1a8264973ed0bb8d3528d301","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","lineage_path":"docs/readers/repo/REPO_DOC_SURFACES.md","logical_id":"aoa:aoa-techniques:artifact:940d59d9f62194485f676afc","mime":"text/markdown","path":"docs/readers/repo/REPO_DOC_SURFACES.md","repo":"aoa-techniques","size_bytes":13188,"version_id":"aoa:aoa-techniques:artifact-version:2393175b2386cf11d180f217"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/readers/repo/REPO_DOC_SURFACES.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/readers/repo/REPO_DOC_SURFACES.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"repo-doc-surfaces","level":1,"line":1,"ref":"docs/readers/repo/REPO_DOC_SURFACES.md#repo-doc-surfaces","title":"Repo Doc Surfaces"},{"anchor":"quick-navigation","level":2,"line":17,"ref":"docs/readers/repo/REPO_DOC_SURFACES.md#quick-navigation","title":"Quick Navigation"},{"anchor":"entrypoint-map","level":2,"line":31,"ref":"docs/readers/repo/REPO_DOC_SURFACES.md#entrypoint-map","title":"Entrypoint / Map"},{"anchor":"canon-authority","level":2,"line":42,"ref":"docs/readers/repo/REPO_DOC_SURFACES.md#canon-authority","title":"Canon / Authority"},{"anchor":"contribution-policy","level":2,"line":57,"ref":"docs/readers/repo/REPO_DOC_SURFACES.md#contribution-policy","title":"Contribution / Policy"},{"anchor":"status-release","level":2,"line":68,"ref":"docs/readers/repo/REPO_DOC_SURFACES.md#status-release","title":"Status / Release"},{"anchor":"boundaries","level":2,"line":79,"ref":"docs/readers/repo/REPO_DOC_SURFACES.md#boundaries","title":"Boundaries"}],"line_refs":["docs/readers/repo/REPO_DOC_SURFACES.md:1"],"path_ref":"docs/readers/repo/REPO_DOC_SURFACES.md"},"signs":{"attestation_ref":"","digest":"441104a140e8871f6fda933198a494c84b736d6d81a616613844567f4e81f0d5","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"}}, {"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":"e0045ae2e98fcbed5620c6275dacbfea08be039ecc7fd7b0c9331420ebf9a7b9","git_blob_id":"a0bcbde6548409cf02bc063c26c4d600297613ca","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:070a8b8e1fd8f212259f9635","lineage_path":"docs/readers/review/README.md","logical_id":"aoa:aoa-techniques:artifact:070a8b8e1fd8f212259f9635","mime":"text/markdown","path":"docs/readers/review/README.md","repo":"aoa-techniques","size_bytes":630,"version_id":"aoa:aoa-techniques:artifact-version:cc9444ba39114b64e430b91f"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/readers/review/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/readers/review/README.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"review-readers","level":1,"line":1,"ref":"docs/readers/review/README.md#review-readers","title":"Review Readers"}],"line_refs":["docs/readers/review/README.md:1"],"path_ref":"docs/readers/review/README.md"},"signs":{"attestation_ref":"","digest":"e0045ae2e98fcbed5620c6275dacbfea08be039ecc7fd7b0c9331420ebf9a7b9","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"}}, {"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":"1773ae2de7de1ec99d5af5f365e40959b86683731ee6ebd4c0993a7f29bfd3aa","git_blob_id":"6b4c0a5762d630b303bd06e889bae6982c37a2fc","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:f1712bd22ca1e88b3dff3196","lineage_path":"docs/readers/review/SHADOW_PATTERNS.md","logical_id":"aoa:aoa-techniques:artifact:f1712bd22ca1e88b3dff3196","mime":"text/markdown","path":"docs/readers/review/SHADOW_PATTERNS.md","repo":"aoa-techniques","size_bytes":8351,"version_id":"aoa:aoa-techniques:artifact-version:d2800a705fa92f29510a0576"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/readers/review/SHADOW_PATTERNS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/readers/review/SHADOW_PATTERNS.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"shadow-patterns","level":1,"line":1,"ref":"docs/readers/review/SHADOW_PATTERNS.md#shadow-patterns","title":"Shadow Patterns"},{"anchor":"working-sets","level":2,"line":16,"ref":"docs/readers/review/SHADOW_PATTERNS.md#working-sets","title":"Working Sets"},{"anchor":"published-summary-shadow-cluster","level":3,"line":18,"ref":"docs/readers/review/SHADOW_PATTERNS.md#published-summary-shadow-cluster","title":"Published-summary shadow cluster"},{"anchor":"evaluation-chain-shadow-pair","level":3,"line":31,"ref":"docs/readers/review/SHADOW_PATTERNS.md#evaluation-chain-shadow-pair","title":"Evaluation-chain shadow pair"},{"anchor":"common-shadow-questions","level":2,"line":42,"ref":"docs/readers/review/SHADOW_PATTERNS.md#common-shadow-questions","title":"Common Shadow Questions"},{"anchor":"boundaries","level":2,"line":53,"ref":"docs/readers/review/SHADOW_PATTERNS.md#boundaries","title":"Boundaries"}],"line_refs":["docs/readers/review/SHADOW_PATTERNS.md:1"],"path_ref":"docs/readers/review/SHADOW_PATTERNS.md"},"signs":{"attestation_ref":"","digest":"1773ae2de7de1ec99d5af5f365e40959b86683731ee6ebd4c0993a7f29bfd3aa","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"}}, {"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":"cb3779c7978bac0801d4c440ef913feb437874c3cab311c7247181e992edc56e","git_blob_id":"78f15e99100ed386abe6b9ea650e040a7ea3e520","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:d4a0b24d2de5cb4110da1bdd","lineage_path":"docs/readers/runtime/README.md","logical_id":"aoa:aoa-techniques:artifact:d4a0b24d2de5cb4110da1bdd","mime":"text/markdown","path":"docs/readers/runtime/README.md","repo":"aoa-techniques","size_bytes":606,"version_id":"aoa:aoa-techniques:artifact-version:4bb1d851d7b0031a944ab9e4"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/readers/runtime/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/readers/runtime/README.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-readers","level":1,"line":1,"ref":"docs/readers/runtime/README.md#runtime-readers","title":"Runtime Readers"}],"line_refs":["docs/readers/runtime/README.md:1"],"path_ref":"docs/readers/runtime/README.md"},"signs":{"attestation_ref":"","digest":"cb3779c7978bac0801d4c440ef913feb437874c3cab311c7247181e992edc56e","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"}}, @@ -531,9 +319,9 @@ {"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":"04aeb5355eaea2a00c9b259d7684ed436dc50eab3cc0f856d13e75007e339aa5","git_blob_id":"66c33c6519548a6037d0879701728c245fe1d816","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:4bb775b510fef0b03861add7","lineage_path":"docs/testing/test_inventory.json","logical_id":"aoa:aoa-techniques:artifact:4bb775b510fef0b03861add7","mime":"application/json","path":"docs/testing/test_inventory.json","repo":"aoa-techniques","size_bytes":48629,"version_id":"aoa:aoa-techniques:artifact-version:6bc4f72c814addc189cbeb05"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"docs/testing/test_inventory.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/testing/test_inventory.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["docs/testing/test_inventory.json:1"],"path_ref":"docs/testing/test_inventory.json"},"signs":{"attestation_ref":"","digest":"04aeb5355eaea2a00c9b259d7684ed436dc50eab3cc0f856d13e75007e339aa5","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"}}, {"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":"f062632c34d2d2f8f3e860861003413c0bfbd9b08cee3949270c77d89ac220a3","git_blob_id":"24a86ffecb641967e9c37bf27cb042753e9edece","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:1a548e9218c9b7c28e355d3e","lineage_path":"docs/validation/AGENTS.md","logical_id":"aoa:aoa-techniques:artifact:1a548e9218c9b7c28e355d3e","mime":"text/markdown","path":"docs/validation/AGENTS.md","repo":"aoa-techniques","size_bytes":1823,"version_id":"aoa:aoa-techniques:artifact-version:61a45e609b210b216e764c57"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/validation/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/validation/AGENTS.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":"docs/validation/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"applies-to","level":2,"line":3,"ref":"docs/validation/AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":7,"ref":"docs/validation/AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":17,"ref":"docs/validation/AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":27,"ref":"docs/validation/AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"validation","level":2,"line":37,"ref":"docs/validation/AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":52,"ref":"docs/validation/AGENTS.md#closeout","title":"Closeout"}],"line_refs":["docs/validation/AGENTS.md:1"],"path_ref":"docs/validation/AGENTS.md"},"signs":{"attestation_ref":"","digest":"f062632c34d2d2f8f3e860861003413c0bfbd9b08cee3949270c77d89ac220a3","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"}}, {"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":"2b137e52741c67f31bd43800da9394a611355c723bc1e482591e2c2fef1875e6","git_blob_id":"e83b8dac65f2f299e4ba8a09f9dcb518bbbae8b0","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:3ad361f605350ce7bcb20ee4","lineage_path":"docs/validation/COMMAND_AUTHORITY.md","logical_id":"aoa:aoa-techniques:artifact:3ad361f605350ce7bcb20ee4","mime":"text/markdown","path":"docs/validation/COMMAND_AUTHORITY.md","repo":"aoa-techniques","size_bytes":3678,"version_id":"aoa:aoa-techniques:artifact-version:49cddaa20bca56a8cbfee4b1"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/validation/COMMAND_AUTHORITY.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/validation/COMMAND_AUTHORITY.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"validation-command-authority","level":1,"line":1,"ref":"docs/validation/COMMAND_AUTHORITY.md#validation-command-authority","title":"Validation Command Authority"},{"anchor":"promotion-rule","level":2,"line":46,"ref":"docs/validation/COMMAND_AUTHORITY.md#promotion-rule","title":"Promotion Rule"},{"anchor":"failure-route","level":2,"line":57,"ref":"docs/validation/COMMAND_AUTHORITY.md#failure-route","title":"Failure Route"}],"line_refs":["docs/validation/COMMAND_AUTHORITY.md:1"],"path_ref":"docs/validation/COMMAND_AUTHORITY.md"},"signs":{"attestation_ref":"","digest":"2b137e52741c67f31bd43800da9394a611355c723bc1e482591e2c2fef1875e6","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"}}, - {"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":"fea58f7d0ddcedc1cad42629737f2002492937907a20a9049d65b478d56b0b37","git_blob_id":"e292964c907b44e73bcbbe4d4157af97d9a4360c","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","lineage_path":"docs/validation/SCRIPT_TOPOLOGY.md","logical_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","mime":"text/markdown","path":"docs/validation/SCRIPT_TOPOLOGY.md","repo":"aoa-techniques","size_bytes":5064,"version_id":"aoa:aoa-techniques:artifact-version:463940127a9cc63f61a56fa4"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/validation/SCRIPT_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/SCRIPT_TOPOLOGY.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"script-topology","level":1,"line":1,"ref":"docs/validation/SCRIPT_TOPOLOGY.md#script-topology","title":"Script Topology"},{"anchor":"inventory","level":2,"line":12,"ref":"docs/validation/SCRIPT_TOPOLOGY.md#inventory","title":"Inventory"},{"anchor":"script-families","level":2,"line":38,"ref":"docs/validation/SCRIPT_TOPOLOGY.md#script-families","title":"Script Families"},{"anchor":"root-scripts","level":2,"line":54,"ref":"docs/validation/SCRIPT_TOPOLOGY.md#root-scripts","title":"Root Scripts"},{"anchor":"non-root-scripts","level":2,"line":70,"ref":"docs/validation/SCRIPT_TOPOLOGY.md#non-root-scripts","title":"Non-Root Scripts"},{"anchor":"promotion-rule","level":2,"line":93,"ref":"docs/validation/SCRIPT_TOPOLOGY.md#promotion-rule","title":"Promotion Rule"}],"line_refs":["docs/validation/SCRIPT_TOPOLOGY.md:1"],"path_ref":"docs/validation/SCRIPT_TOPOLOGY.md"},"signs":{"attestation_ref":"","digest":"fea58f7d0ddcedc1cad42629737f2002492937907a20a9049d65b478d56b0b37","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"}}, - {"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":"d741cfc8f9001411bf595b8e61f82308c5adbe7063e4bceddbd5f32e589c23f4","git_blob_id":"65367100818773c550cf5dd335c8ecb38faedd33","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","lineage_path":"docs/validation/VALIDATOR_TOPOLOGY.md","logical_id":"aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","mime":"text/markdown","path":"docs/validation/VALIDATOR_TOPOLOGY.md","repo":"aoa-techniques","size_bytes":6058,"version_id":"aoa:aoa-techniques:artifact-version:962e9f32f5d926d6d5d89a77"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":"lanes","level":2,"line":10,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#lanes","title":"Lanes"},{"anchor":"github-ci-route","level":2,"line":21,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#github-ci-route","title":"GitHub CI Route"},{"anchor":"sourceprojection-boundary","level":2,"line":43,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#sourceprojection-boundary","title":"Source/Projection Boundary"},{"anchor":"validator-modules","level":2,"line":55,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#validator-modules","title":"Validator Modules"},{"anchor":"mechanics-boundary","level":2,"line":79,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#mechanics-boundary","title":"Mechanics Boundary"},{"anchor":"advisory-boundary","level":2,"line":89,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#advisory-boundary","title":"Advisory Boundary"},{"anchor":"inventory","level":2,"line":100,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#inventory","title":"Inventory"}],"line_refs":["docs/validation/VALIDATOR_TOPOLOGY.md:1"],"path_ref":"docs/validation/VALIDATOR_TOPOLOGY.md"},"signs":{"attestation_ref":"","digest":"d741cfc8f9001411bf595b8e61f82308c5adbe7063e4bceddbd5f32e589c23f4","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"}}, - {"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":"5648f2e47075430108cb81e00974397721c4d6d46426ab6a5dea079b0882daaf","git_blob_id":"01f767ae893dcf76ac2554b6f45238aa40254d6b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","lineage_path":"docs/validation/script_inventory.json","logical_id":"aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","mime":"application/json","path":"docs/validation/script_inventory.json","repo":"aoa-techniques","size_bytes":53427,"version_id":"aoa:aoa-techniques:artifact-version:bc052284e1ea12ce27ddb173"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"docs/validation/script_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/script_inventory.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["docs/validation/script_inventory.json:1"],"path_ref":"docs/validation/script_inventory.json"},"signs":{"attestation_ref":"","digest":"5648f2e47075430108cb81e00974397721c4d6d46426ab6a5dea079b0882daaf","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"}}, + {"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":"3ae56dede1f6c13e7faecfa1ecbddae4bf03c339b235f04349ae64e5f820c734","git_blob_id":"49ebbdbc58830a40b22b8afaa1313696ff6c062b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","lineage_path":"docs/validation/SCRIPT_TOPOLOGY.md","logical_id":"aoa:aoa-techniques:artifact:aa8d0c7ec9156b9d8aae3422","mime":"text/markdown","path":"docs/validation/SCRIPT_TOPOLOGY.md","repo":"aoa-techniques","size_bytes":4655,"version_id":"aoa:aoa-techniques:artifact-version:3b472a1e306c01867b42d800"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"docs/validation/SCRIPT_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/SCRIPT_TOPOLOGY.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"script-topology","level":1,"line":1,"ref":"docs/validation/SCRIPT_TOPOLOGY.md#script-topology","title":"Script Topology"},{"anchor":"inventory","level":2,"line":12,"ref":"docs/validation/SCRIPT_TOPOLOGY.md#inventory","title":"Inventory"},{"anchor":"script-families","level":2,"line":38,"ref":"docs/validation/SCRIPT_TOPOLOGY.md#script-families","title":"Script Families"},{"anchor":"root-scripts","level":2,"line":53,"ref":"docs/validation/SCRIPT_TOPOLOGY.md#root-scripts","title":"Root Scripts"},{"anchor":"non-root-scripts","level":2,"line":69,"ref":"docs/validation/SCRIPT_TOPOLOGY.md#non-root-scripts","title":"Non-Root Scripts"},{"anchor":"promotion-rule","level":2,"line":87,"ref":"docs/validation/SCRIPT_TOPOLOGY.md#promotion-rule","title":"Promotion Rule"}],"line_refs":["docs/validation/SCRIPT_TOPOLOGY.md:1"],"path_ref":"docs/validation/SCRIPT_TOPOLOGY.md"},"signs":{"attestation_ref":"","digest":"3ae56dede1f6c13e7faecfa1ecbddae4bf03c339b235f04349ae64e5f820c734","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"}}, + {"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":"f5b739978406f7845cf310cc8e87585540ef3ca93b5e052c6cf5ff5b98798a2d","git_blob_id":"f88b898c71586ce8e336fc956accc7d2c4d04eb3","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","lineage_path":"docs/validation/VALIDATOR_TOPOLOGY.md","logical_id":"aoa:aoa-techniques:artifact:e6559058d59fa5041a93ea06","mime":"text/markdown","path":"docs/validation/VALIDATOR_TOPOLOGY.md","repo":"aoa-techniques","size_bytes":6024,"version_id":"aoa:aoa-techniques:artifact-version:0194d83a418b02baae3110ee"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":"lanes","level":2,"line":10,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#lanes","title":"Lanes"},{"anchor":"github-ci-route","level":2,"line":21,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#github-ci-route","title":"GitHub CI Route"},{"anchor":"sourceprojection-boundary","level":2,"line":43,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#sourceprojection-boundary","title":"Source/Projection Boundary"},{"anchor":"validator-modules","level":2,"line":55,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#validator-modules","title":"Validator Modules"},{"anchor":"mechanics-boundary","level":2,"line":79,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#mechanics-boundary","title":"Mechanics Boundary"},{"anchor":"advisory-boundary","level":2,"line":89,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#advisory-boundary","title":"Advisory Boundary"},{"anchor":"inventory","level":2,"line":100,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#inventory","title":"Inventory"}],"line_refs":["docs/validation/VALIDATOR_TOPOLOGY.md:1"],"path_ref":"docs/validation/VALIDATOR_TOPOLOGY.md"},"signs":{"attestation_ref":"","digest":"f5b739978406f7845cf310cc8e87585540ef3ca93b5e052c6cf5ff5b98798a2d","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"}}, + {"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":"e8e7551fb92ee05f4dc64832a8c9861830b4c11ee97a7621c081af10ed923e62","git_blob_id":"3e501e2aee64c8ee87a7db2ada7cd0ed0edd7ecf","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","lineage_path":"docs/validation/script_inventory.json","logical_id":"aoa:aoa-techniques:artifact:3e79b7425badea9ebb7fc55d","mime":"application/json","path":"docs/validation/script_inventory.json","repo":"aoa-techniques","size_bytes":48977,"version_id":"aoa:aoa-techniques:artifact-version:64b14b18a4ca6148137fcfd8"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"docs/validation/script_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/script_inventory.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["docs/validation/script_inventory.json:1"],"path_ref":"docs/validation/script_inventory.json"},"signs":{"attestation_ref":"","digest":"e8e7551fb92ee05f4dc64832a8c9861830b4c11ee97a7621c081af10ed923e62","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"}}, {"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":"625fe468c4fc4fc407c299105f4f363facde0ed0ba6ef1f0f89f155b6c7b8a15","git_blob_id":"276b00a7dfd23f39b329fa1c600993eaa36ee277","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:c1230c1b468b10ee8cca2d40","lineage_path":"docs/validation/validator_inventory.json","logical_id":"aoa:aoa-techniques:artifact:c1230c1b468b10ee8cca2d40","mime":"application/json","path":"docs/validation/validator_inventory.json","repo":"aoa-techniques","size_bytes":10570,"version_id":"aoa:aoa-techniques:artifact-version:11dd5c16a1efe3cf5a4613c0"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","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":"aoa-techniques","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":"625fe468c4fc4fc407c299105f4f363facde0ed0ba6ef1f0f89f155b6c7b8a15","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"}}, {"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":"d61e15d2bf526314ebc5534c1dc53d44b3e87ebed29edc54e91fa3b752ab4047","git_blob_id":"6648fd35e64b350968dae098242ab2790904b9b4","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:97b1e9d3cdd5039f97903b28","lineage_path":"evals/AGENTS.md","logical_id":"aoa:aoa-techniques:artifact:97b1e9d3cdd5039f97903b28","mime":"text/markdown","path":"evals/AGENTS.md","repo":"aoa-techniques","size_bytes":1364,"version_id":"aoa:aoa-techniques:artifact-version:ea2af744f0bdc1af7207deb3"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"evals/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"evals/AGENTS.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":"evals/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"applies-to","level":2,"line":3,"ref":"evals/AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":7,"ref":"evals/AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":16,"ref":"evals/AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":22,"ref":"evals/AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"validation","level":2,"line":31,"ref":"evals/AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":40,"ref":"evals/AGENTS.md#closeout","title":"Closeout"}],"line_refs":["evals/AGENTS.md:1"],"path_ref":"evals/AGENTS.md"},"signs":{"attestation_ref":"","digest":"d61e15d2bf526314ebc5534c1dc53d44b3e87ebed29edc54e91fa3b752ab4047","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"}}, {"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":"f5e363634137001c8666c64bb1505ea5020ca6292aa65569b4ae5b8ee4e120fb","git_blob_id":"e46e34b3ef84f6a1cdddc7117e679fac5510563c","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:b027c5aa6bfa309e504db8b6","lineage_path":"evals/PORT.yaml","logical_id":"aoa:aoa-techniques:artifact:b027c5aa6bfa309e504db8b6","mime":"application/yaml","path":"evals/PORT.yaml","repo":"aoa-techniques","size_bytes":290,"version_id":"aoa:aoa-techniques:artifact-version:930627088d127b5ec8080330"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"evals/PORT.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"evals/PORT.yaml","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["evals/PORT.yaml:1"],"path_ref":"evals/PORT.yaml"},"signs":{"attestation_ref":"","digest":"f5e363634137001c8666c64bb1505ea5020ca6292aa65569b4ae5b8ee4e120fb","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"}}, @@ -545,7 +333,7 @@ {"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":"06e78834e2bbe47f3508be342b24947485e2854c93fabc8de14bf49e02ae0b43","git_blob_id":"66ec354eeb5f5d343b3eae53938b8199af45c5c7","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:49aaa2819e35a856818ecec8","lineage_path":"examples/README.md","logical_id":"aoa:aoa-techniques:artifact:49aaa2819e35a856818ecec8","mime":"text/markdown","path":"examples/README.md","repo":"aoa-techniques","size_bytes":1864,"version_id":"aoa:aoa-techniques:artifact-version:926a081159563053c0cf0847"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"examples/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"examples/README.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"examples-district","level":1,"line":1,"ref":"examples/README.md#examples-district","title":"Examples District"},{"anchor":"placement","level":2,"line":10,"ref":"examples/README.md#placement","title":"Placement"},{"anchor":"current-examples","level":2,"line":20,"ref":"examples/README.md#current-examples","title":"Current Examples"},{"anchor":"example-shape","level":2,"line":26,"ref":"examples/README.md#example-shape","title":"Example Shape"}],"line_refs":["examples/README.md:1"],"path_ref":"examples/README.md"},"signs":{"attestation_ref":"","digest":"06e78834e2bbe47f3508be342b24947485e2854c93fabc8de14bf49e02ae0b43","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"}}, {"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":"2e258e743c61815ba9d6defaf5deebfcb0d6816c39e8cff0767077aaf45d69fd","git_blob_id":"deae85bb424c35da52f81377e910ee2e7b15ee0b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:87c37630bc6d828694084bbe","lineage_path":"WALKTHROUGH.md","logical_id":"aoa:aoa-techniques:artifact:87c37630bc6d828694084bbe","mime":"text/markdown","path":"examples/plan-diff-apply-verify-report-walkthrough.md","repo":"aoa-techniques","size_bytes":3492,"version_id":"aoa:aoa-techniques:artifact-version:30d0a0f99caa6c781c928ad8"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"examples/plan-diff-apply-verify-report-walkthrough.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"examples/plan-diff-apply-verify-report-walkthrough.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"walkthrough-aoa-t-0001","level":1,"line":1,"ref":"examples/plan-diff-apply-verify-report-walkthrough.md#walkthrough-aoa-t-0001","title":"Walkthrough: AOA-T-0001"},{"anchor":"source-surfaces","level":2,"line":5,"ref":"examples/plan-diff-apply-verify-report-walkthrough.md#source-surfaces","title":"Source Surfaces"},{"anchor":"demonstrates","level":2,"line":15,"ref":"examples/plan-diff-apply-verify-report-walkthrough.md#demonstrates","title":"Demonstrates"},{"anchor":"origin-practice","level":3,"line":17,"ref":"examples/plan-diff-apply-verify-report-walkthrough.md#origin-practice","title":"Origin Practice"},{"anchor":"published-technique","level":3,"line":21,"ref":"examples/plan-diff-apply-verify-report-walkthrough.md#published-technique","title":"Published Technique"},{"anchor":"reuse-evidence","level":3,"line":37,"ref":"examples/plan-diff-apply-verify-report-walkthrough.md#reuse-evidence","title":"Reuse Evidence"},{"anchor":"second-context-adaptation","level":3,"line":47,"ref":"examples/plan-diff-apply-verify-report-walkthrough.md#second-context-adaptation","title":"Second-Context Adaptation"},{"anchor":"boundary","level":2,"line":66,"ref":"examples/plan-diff-apply-verify-report-walkthrough.md#boundary","title":"Boundary"},{"anchor":"checks","level":2,"line":78,"ref":"examples/plan-diff-apply-verify-report-walkthrough.md#checks","title":"Checks"},{"anchor":"closeout","level":2,"line":84,"ref":"examples/plan-diff-apply-verify-report-walkthrough.md#closeout","title":"Closeout"}],"line_refs":["examples/plan-diff-apply-verify-report-walkthrough.md:1"],"path_ref":"examples/plan-diff-apply-verify-report-walkthrough.md"},"signs":{"attestation_ref":"","digest":"2e258e743c61815ba9d6defaf5deebfcb0d6816c39e8cff0767077aaf45d69fd","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"}}, {"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":"bf7680fae9bf67491b1da546f7ec067b1843a087f1cb665d928012a7982448d1","git_blob_id":"da3ef95fd2b86d665a515d070c252ab7662ed997","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:73de061b3989ed8c40a36b86","lineage_path":"generated/AGENTS.md","logical_id":"aoa:aoa-techniques:artifact:73de061b3989ed8c40a36b86","mime":"text/markdown","path":"generated/AGENTS.md","repo":"aoa-techniques","size_bytes":2320,"version_id":"aoa:aoa-techniques:artifact-version:416a593b41c6aa5ad073f835"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"generated/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"generated/AGENTS.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":"generated/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"applies-to","level":2,"line":3,"ref":"generated/AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":8,"ref":"generated/AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":23,"ref":"generated/AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":32,"ref":"generated/AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"validation","level":2,"line":44,"ref":"generated/AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":61,"ref":"generated/AGENTS.md#closeout","title":"Closeout"}],"line_refs":["generated/AGENTS.md:1"],"path_ref":"generated/AGENTS.md"},"signs":{"attestation_ref":"","digest":"bf7680fae9bf67491b1da546f7ec067b1843a087f1cb665d928012a7982448d1","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"}}, - {"abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"aoa_techniques_agents_mesh_index_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":"14c8bb6b949676889f33eb6e7031d0f3748ea72f8942c50acfa3c17b1a49f966","git_blob_id":"63e6dceb3a0e548c44a00d2db9d331dd788979e7","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","lineage_path":"generated/agents_mesh.min.json","logical_id":"aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","mime":"application/json","path":"generated/agents_mesh.min.json","repo":"aoa-techniques","size_bytes":35270,"version_id":"aoa:aoa-techniques:artifact-version:2730cc54ea4e4d461af7775e"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/agents_mesh.min.json"},"provenance":{"generated_by":"scripts/build_agents_mesh_index.py","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/agents_mesh.min.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/agents_mesh.min.json:1"],"path_ref":"generated/agents_mesh.min.json"},"signs":{"attestation_ref":"","digest":"14c8bb6b949676889f33eb6e7031d0f3748ea72f8942c50acfa3c17b1a49f966","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"}}, + {"abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"aoa_techniques_agents_mesh_index_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":"c7c914ebe72fa346c68779c8e5f0b3d29509a997e435f76da2d87cfafc5cf91d","git_blob_id":"442aa4ed6f19f06099500b0c8efe95db421181b7","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","lineage_path":"generated/agents_mesh.min.json","logical_id":"aoa:aoa-techniques:artifact:b7df43ab3f96dae64b5f5aa1","mime":"application/json","path":"generated/agents_mesh.min.json","repo":"aoa-techniques","size_bytes":34945,"version_id":"aoa:aoa-techniques:artifact-version:c959f6b3beffb0585fc52d3e"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/agents_mesh.min.json"},"provenance":{"generated_by":"scripts/build_agents_mesh_index.py","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/agents_mesh.min.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/agents_mesh.min.json:1"],"path_ref":"generated/agents_mesh.min.json"},"signs":{"attestation_ref":"","digest":"c7c914ebe72fa346c68779c8e5f0b3d29509a997e435f76da2d87cfafc5cf91d","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"}}, {"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":"c893c20f736de4ca1aa88e3c54de6919a26e2db60188eccc4fc8de59b90cbcdc","git_blob_id":"48f2ce3169cb8437b9303bae21e1101207004151","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:6876c3c05522c4e1277a2317","lineage_path":"generated/github_review_template_manifest.json","logical_id":"aoa:aoa-techniques:artifact:6876c3c05522c4e1277a2317","mime":"application/json","path":"generated/github_review_template_manifest.json","repo":"aoa-techniques","size_bytes":19355,"version_id":"aoa:aoa-techniques:artifact-version:4492523b5fa23df4e4915724"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/github_review_template_manifest.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/github_review_template_manifest.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/github_review_template_manifest.json:1"],"path_ref":"generated/github_review_template_manifest.json"},"signs":{"attestation_ref":"","digest":"c893c20f736de4ca1aa88e3c54de6919a26e2db60188eccc4fc8de59b90cbcdc","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"}}, {"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":"c73617933c354d446ddf90e8bdcb0a004335d172629f62d678b5431169af524a","git_blob_id":"45daf8754ef39fc5f12115b5f28ecd00962d030b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:6b7d6ccea097ae14a6c98d6c","lineage_path":"generated/github_review_template_manifest.min.json","logical_id":"aoa:aoa-techniques:artifact:6b7d6ccea097ae14a6c98d6c","mime":"application/json","path":"generated/github_review_template_manifest.min.json","repo":"aoa-techniques","size_bytes":6962,"version_id":"aoa:aoa-techniques:artifact-version:9319047763f4cd499236eb58"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/github_review_template_manifest.min.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/github_review_template_manifest.min.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/github_review_template_manifest.min.json:1"],"path_ref":"generated/github_review_template_manifest.min.json"},"signs":{"attestation_ref":"","digest":"c73617933c354d446ddf90e8bdcb0a004335d172629f62d678b5431169af524a","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"}}, {"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":"2e85c2ad24893884fd16f621a052901fbc8c736f534b269f4b1d6b9527d7202c","git_blob_id":"551b68fac253bf23b240d819b26463c74f49df24","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ea4526b95a32d8e43b0473f5","lineage_path":"generated/kag_export.json","logical_id":"aoa:aoa-techniques:artifact:ea4526b95a32d8e43b0473f5","mime":"application/json","path":"generated/kag_export.json","repo":"aoa-techniques","size_bytes":3383,"version_id":"aoa:aoa-techniques:artifact-version:836ab92511a2aebb8f74b958"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/kag_export.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/kag_export.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/kag_export.json:1"],"path_ref":"generated/kag_export.json"},"signs":{"attestation_ref":"","digest":"2e85c2ad24893884fd16f621a052901fbc8c736f534b269f4b1d6b9527d7202c","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"}}, @@ -554,8 +342,8 @@ {"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":"d078fbe4ddc296ad4ca3e6617cdc9e47423a786bb631ec8027856fc354fe9cff","git_blob_id":"0e48d6217397e661a47ce2825577500d96bf5c04","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:c5c2fb00e5de93d9a755ddb6","lineage_path":"generated/quest_catalog.min.json","logical_id":"aoa:aoa-techniques:artifact:c5c2fb00e5de93d9a755ddb6","mime":"application/json","path":"generated/quest_catalog.min.json","repo":"aoa-techniques","size_bytes":2870,"version_id":"aoa:aoa-techniques:artifact-version:1b2edcec96edceed6012193e"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/quest_catalog.min.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/quest_catalog.min.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/quest_catalog.min.json:1"],"path_ref":"generated/quest_catalog.min.json"},"signs":{"attestation_ref":"","digest":"d078fbe4ddc296ad4ca3e6617cdc9e47423a786bb631ec8027856fc354fe9cff","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"}}, {"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":"79e2ccbf5599b6d141e7ea19fefcb78b07639f5146bdc48c7a571b1e959dfb0b","git_blob_id":"0670e92617b5fcfac960573e3376b4a130bce3b9","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ff48f2b1eda51875912e7e4f","lineage_path":"generated/quest_dispatch.min.example.json","logical_id":"aoa:aoa-techniques:artifact:ff48f2b1eda51875912e7e4f","mime":"application/json","path":"generated/quest_dispatch.min.example.json","repo":"aoa-techniques","size_bytes":4512,"version_id":"aoa:aoa-techniques:artifact-version:8b9acff65daa950ac250b4c3"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/quest_dispatch.min.example.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/quest_dispatch.min.example.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/quest_dispatch.min.example.json:1"],"path_ref":"generated/quest_dispatch.min.example.json"},"signs":{"attestation_ref":"","digest":"79e2ccbf5599b6d141e7ea19fefcb78b07639f5146bdc48c7a571b1e959dfb0b","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"}}, {"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":"efbe708e86c104ec085736d7514bd394dce593f2250ff483c20d75c01dd0bc6b","git_blob_id":"27a39651f7c2e4b6c07466e012f1acab9924ad58","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:66dcdb07260149d95b47064f","lineage_path":"generated/quest_dispatch.min.json","logical_id":"aoa:aoa-techniques:artifact:66dcdb07260149d95b47064f","mime":"application/json","path":"generated/quest_dispatch.min.json","repo":"aoa-techniques","size_bytes":3601,"version_id":"aoa:aoa-techniques:artifact-version:ac743f7bc904606945507bf0"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/quest_dispatch.min.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/quest_dispatch.min.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/quest_dispatch.min.json:1"],"path_ref":"generated/quest_dispatch.min.json"},"signs":{"attestation_ref":"","digest":"efbe708e86c104ec085736d7514bd394dce593f2250ff483c20d75c01dd0bc6b","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"}}, - {"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":"96c00d9fdc2ad978af608c53bec9aa8d182fa74043355c1163022de0d01ebc02","git_blob_id":"ebb2681dfe2c843a796b7b9fe6e49cda0d281c1d","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","lineage_path":"generated/repo_doc_surface_manifest.json","logical_id":"aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","mime":"application/json","path":"generated/repo_doc_surface_manifest.json","repo":"aoa-techniques","size_bytes":12428,"version_id":"aoa:aoa-techniques:artifact-version:966bb081defa71059a0aefd2"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/repo_doc_surface_manifest.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/repo_doc_surface_manifest.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/repo_doc_surface_manifest.json:1"],"path_ref":"generated/repo_doc_surface_manifest.json"},"signs":{"attestation_ref":"","digest":"96c00d9fdc2ad978af608c53bec9aa8d182fa74043355c1163022de0d01ebc02","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"}}, - {"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":"754ef527f47ea300c2823f36266d0283e54a288a3a9ebf303ef5321dea1d8888","git_blob_id":"46e29bf9a91ce7a3b38ee53f308849f755fd3066","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","lineage_path":"generated/repo_doc_surface_manifest.min.json","logical_id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","mime":"application/json","path":"generated/repo_doc_surface_manifest.min.json","repo":"aoa-techniques","size_bytes":8605,"version_id":"aoa:aoa-techniques:artifact-version:48d4bc17843453ee148c56ec"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/repo_doc_surface_manifest.min.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/repo_doc_surface_manifest.min.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/repo_doc_surface_manifest.min.json:1"],"path_ref":"generated/repo_doc_surface_manifest.min.json"},"signs":{"attestation_ref":"","digest":"754ef527f47ea300c2823f36266d0283e54a288a3a9ebf303ef5321dea1d8888","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"}}, + {"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":"8abe7b84c837a48b28b219fb4193f1fe1849eacd3f3119cc70611a4a06458db4","git_blob_id":"74872628d9352a4228b00f97172e6038e65a482f","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","lineage_path":"generated/repo_doc_surface_manifest.json","logical_id":"aoa:aoa-techniques:artifact:16624bc09c6fb2997b57bfc6","mime":"application/json","path":"generated/repo_doc_surface_manifest.json","repo":"aoa-techniques","size_bytes":12459,"version_id":"aoa:aoa-techniques:artifact-version:30f16637d516380d9d7cc93b"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/repo_doc_surface_manifest.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/repo_doc_surface_manifest.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/repo_doc_surface_manifest.json:1"],"path_ref":"generated/repo_doc_surface_manifest.json"},"signs":{"attestation_ref":"","digest":"8abe7b84c837a48b28b219fb4193f1fe1849eacd3f3119cc70611a4a06458db4","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"}}, + {"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":"061c75e454d7a8dcdef258913fb1af1ba7c91cbdb5a0dde3506252bcb038fce6","git_blob_id":"cd1f9a05df08ee2ad74933f11ae2cb6b2d75a29f","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","lineage_path":"generated/repo_doc_surface_manifest.min.json","logical_id":"aoa:aoa-techniques:artifact:c229958b59c56f0b786490a6","mime":"application/json","path":"generated/repo_doc_surface_manifest.min.json","repo":"aoa-techniques","size_bytes":8627,"version_id":"aoa:aoa-techniques:artifact-version:1f25b41a881ffa548e32276a"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/repo_doc_surface_manifest.min.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/repo_doc_surface_manifest.min.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/repo_doc_surface_manifest.min.json:1"],"path_ref":"generated/repo_doc_surface_manifest.min.json"},"signs":{"attestation_ref":"","digest":"061c75e454d7a8dcdef258913fb1af1ba7c91cbdb5a0dde3506252bcb038fce6","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"}}, {"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":"4ab714cdcc2d1a1b453c0d0f60ce0e5577ff1f2cf121528b7b37f7eac15aee49","git_blob_id":"7eddab47cbbfb5122e036efc3d8c6db2d107abd2","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:278e247ced992378ca887cab","lineage_path":"generated/semantic_review_manifest.json","logical_id":"aoa:aoa-techniques:artifact:278e247ced992378ca887cab","mime":"application/json","path":"generated/semantic_review_manifest.json","repo":"aoa-techniques","size_bytes":65665,"version_id":"aoa:aoa-techniques:artifact-version:95f0e4bf6dcc66bcbc2bf524"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/semantic_review_manifest.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/semantic_review_manifest.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/semantic_review_manifest.json:1"],"path_ref":"generated/semantic_review_manifest.json"},"signs":{"attestation_ref":"","digest":"4ab714cdcc2d1a1b453c0d0f60ce0e5577ff1f2cf121528b7b37f7eac15aee49","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"}}, {"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":"906b35a8786f30e62136cf55251aa53b4da26bb574dbca5bcd037e7fcdc50ebb","git_blob_id":"3df5427bb4db0e67edf6037e17a3676d72c95f47","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5","lineage_path":"generated/semantic_review_manifest.min.json","logical_id":"aoa:aoa-techniques:artifact:ed8ed1245b36f2ea83118af5","mime":"application/json","path":"generated/semantic_review_manifest.min.json","repo":"aoa-techniques","size_bytes":9423,"version_id":"aoa:aoa-techniques:artifact-version:d1f6ccb18e17ef443ce20285"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/semantic_review_manifest.min.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/semantic_review_manifest.min.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/semantic_review_manifest.min.json:1"],"path_ref":"generated/semantic_review_manifest.min.json"},"signs":{"attestation_ref":"","digest":"906b35a8786f30e62136cf55251aa53b4da26bb574dbca5bcd037e7fcdc50ebb","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"}}, {"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":"b8b248d1a6d6ed1a9dae2f4389438588dcb6d17ec53699d961ced9041dbed8ec","git_blob_id":"cbe46c3b8195abbf5a2f968dba9a3d172d683958","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:3a7a467abfef80ded0604b28","lineage_path":"generated/shadow_review_manifest.json","logical_id":"aoa:aoa-techniques:artifact:3a7a467abfef80ded0604b28","mime":"application/json","path":"generated/shadow_review_manifest.json","repo":"aoa-techniques","size_bytes":15279,"version_id":"aoa:aoa-techniques:artifact-version:c829bb8fc8b23d8d0484670e"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"generated/shadow_review_manifest.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"generated/shadow_review_manifest.json","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["generated/shadow_review_manifest.json:1"],"path_ref":"generated/shadow_review_manifest.json"},"signs":{"attestation_ref":"","digest":"b8b248d1a6d6ed1a9dae2f4389438588dcb6d17ec53699d961ced9041dbed8ec","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"}}, @@ -1300,7 +1088,7 @@ {"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":"8858f8f414f8672562ec74916c216ff33ce8e7bb84ba928ec3d52f5c4c50a1ca","git_blob_id":"aa9176f9b1bdc52155ff126ae4558839b15eb90c","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:179cd9e9a1e53d6027df9638","lineage_path":"scripts/validate_public_hygiene.py","logical_id":"aoa:aoa-techniques:artifact:179cd9e9a1e53d6027df9638","mime":"text/x-python","path":"scripts/validate_public_hygiene.py","repo":"aoa-techniques","size_bytes":644,"version_id":"aoa:aoa-techniques:artifact-version:fb9756d7b86484a81fe0da86"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"validator_owner","surface":"scripts/validate_public_hygiene.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validate_public_hygiene.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validate_public_hygiene.py:1"],"path_ref":"scripts/validate_public_hygiene.py"},"signs":{"attestation_ref":"","digest":"8858f8f414f8672562ec74916c216ff33ce8e7bb84ba928ec3d52f5c4c50a1ca","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python scripts/validate_public_hygiene.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, {"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":"ed0726263ac070986cea996c85d319a328d20d1e3d743d19439aa6f38340e229","git_blob_id":"aa86a12556e8819ea0ee1aa7baa12eee5e154347","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","lineage_path":"scripts/validate_repo.py","logical_id":"aoa:aoa-techniques:artifact:1c4be8b17371f455a3c245ab","mime":"text/x-python","path":"scripts/validate_repo.py","repo":"aoa-techniques","size_bytes":333,"version_id":"aoa:aoa-techniques:artifact-version:79c45103a4d7b7458c9f1fd0"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"validator_owner","surface":"scripts/validate_repo.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validate_repo.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validate_repo.py:1"],"path_ref":"scripts/validate_repo.py"},"signs":{"attestation_ref":"","digest":"ed0726263ac070986cea996c85d319a328d20d1e3d743d19439aa6f38340e229","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python scripts/validate_repo.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, {"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":"28b6075bd6e0ab3b582a1ba9054928e69fce771c40362029210c61d23920e182","git_blob_id":"c5c120c28abb2b68917f60136e86f9102e6961ac","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd","lineage_path":"scripts/validate_repo_local_kag_index.py","logical_id":"aoa:aoa-techniques:artifact:4985b57a7e6846702112cadd","mime":"text/x-python","path":"scripts/validate_repo_local_kag_index.py","repo":"aoa-techniques","size_bytes":4089,"version_id":"aoa:aoa-techniques:artifact-version:928270eff17a628c6ea7ced4"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"validator_owner","surface":"scripts/validate_repo_local_kag_index.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validate_repo_local_kag_index.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validate_repo_local_kag_index.py:1"],"path_ref":"scripts/validate_repo_local_kag_index.py"},"signs":{"attestation_ref":"","digest":"28b6075bd6e0ab3b582a1ba9054928e69fce771c40362029210c61d23920e182","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python scripts/validate_repo_local_kag_index.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, - {"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":"cb4693f0c81b74d76252ea5f3fed57b86a7ff90d4487f9c09bd8be57ebf0d9be","git_blob_id":"bdb47a4c1d4d8ae663ade2cefe713a5a8a4601f2","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","lineage_path":"scripts/validate_semantic_agents.py","logical_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","mime":"text/x-python","path":"scripts/validate_semantic_agents.py","repo":"aoa-techniques","size_bytes":3663,"version_id":"aoa:aoa-techniques:artifact-version:81617d0b49164b98c4570637"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"validator_owner","surface":"scripts/validate_semantic_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_semantic_agents.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validate_semantic_agents.py:1"],"path_ref":"scripts/validate_semantic_agents.py"},"signs":{"attestation_ref":"","digest":"cb4693f0c81b74d76252ea5f3fed57b86a7ff90d4487f9c09bd8be57ebf0d9be","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python scripts/validate_semantic_agents.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, + {"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":"fffb179bc898a10fa672a03af77e6171f0f777837536af833d1c32095cf947c8","git_blob_id":"c90d5994e5c10ef2ec0a91541089c074106cb219","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","lineage_path":"scripts/validate_semantic_agents.py","logical_id":"aoa:aoa-techniques:artifact:7d17f6046e98c9a3736efcb8","mime":"text/x-python","path":"scripts/validate_semantic_agents.py","repo":"aoa-techniques","size_bytes":3415,"version_id":"aoa:aoa-techniques:artifact-version:2c6a76e0c779eab0746c2cac"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"validator_owner","surface":"scripts/validate_semantic_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_semantic_agents.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validate_semantic_agents.py:1"],"path_ref":"scripts/validate_semantic_agents.py"},"signs":{"attestation_ref":"","digest":"fffb179bc898a10fa672a03af77e6171f0f777837536af833d1c32095cf947c8","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python scripts/validate_semantic_agents.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, {"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":"ca1ada6eca3ae7ae5d6b9d6dc71d733240b0fd039716926bf328969eb179be01","git_blob_id":"e257c58706e3f864e7c8b3fb16b8f6f2cf985015","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:712bfcf4dd0980ac8009ae26","lineage_path":"scripts/validate_source_contracts.py","logical_id":"aoa:aoa-techniques:artifact:712bfcf4dd0980ac8009ae26","mime":"text/x-python","path":"scripts/validate_source_contracts.py","repo":"aoa-techniques","size_bytes":1193,"version_id":"aoa:aoa-techniques:artifact-version:8a4e89439eed1d0fddb9de59"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"validator_owner","surface":"scripts/validate_source_contracts.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validate_source_contracts.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validate_source_contracts.py:1"],"path_ref":"scripts/validate_source_contracts.py"},"signs":{"attestation_ref":"","digest":"ca1ada6eca3ae7ae5d6b9d6dc71d733240b0fd039716926bf328969eb179be01","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python scripts/validate_source_contracts.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, {"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":"9a2f191ab2fe80ef539b138aa8d9f94b468c8775b1d12ea15254a6bc707a0dca","git_blob_id":"bf6ef97a366b8f8c69eef57c64d49495bb8fb95c","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:dda053a98d0f42c53736338b","lineage_path":"scripts/validation_lanes.py","logical_id":"aoa:aoa-techniques:artifact:dda053a98d0f42c53736338b","mime":"text/x-python","path":"scripts/validation_lanes.py","repo":"aoa-techniques","size_bytes":6724,"version_id":"aoa:aoa-techniques:artifact-version:46c2b51f991bbcea91360ae4"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"source_owner","surface":"scripts/validation_lanes.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validation_lanes.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validation_lanes.py:1"],"path_ref":"scripts/validation_lanes.py"},"signs":{"attestation_ref":"","digest":"9a2f191ab2fe80ef539b138aa8d9f94b468c8775b1d12ea15254a6bc707a0dca","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"}}, {"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":"7d5854a90bdf88a5fadab629e1352a6816a04c4b752702a774b3abf57b3119b1","git_blob_id":"c010ff32a6f786f160f8993c6dc9fe64887c7a85","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:2114e295f32a7ad37a54a632","lineage_path":"scripts/validators/AGENTS.md","logical_id":"aoa:aoa-techniques:artifact:2114e295f32a7ad37a54a632","mime":"text/markdown","path":"scripts/validators/AGENTS.md","repo":"aoa-techniques","size_bytes":2780,"version_id":"aoa:aoa-techniques:artifact-version:69db7dee1ed4e412fa3dd205"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"aoa-techniques","route_kind":"document_owner","surface":"scripts/validators/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validators/AGENTS.md","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":"scripts/validators/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"applies-to","level":2,"line":3,"ref":"scripts/validators/AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":8,"ref":"scripts/validators/AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":33,"ref":"scripts/validators/AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":40,"ref":"scripts/validators/AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"validation","level":2,"line":54,"ref":"scripts/validators/AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":70,"ref":"scripts/validators/AGENTS.md#closeout","title":"Closeout"}],"line_refs":["scripts/validators/AGENTS.md:1"],"path_ref":"scripts/validators/AGENTS.md"},"signs":{"attestation_ref":"","digest":"7d5854a90bdf88a5fadab629e1352a6816a04c4b752702a774b3abf57b3119b1","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"}}, @@ -2163,7 +1951,7 @@ {"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":"28abcb6318b65fad4c38a99d6808dee76a51fbe9fe28d83e3a271f18cfd1fbeb","git_blob_id":"14b193a25ec9520bec9e64068180a509f1338281","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:3f21f1424c231b9e7323c3f2","lineage_path":"tests/test_release_check.py","logical_id":"aoa:aoa-techniques:artifact:3f21f1424c231b9e7323c3f2","mime":"text/x-python","path":"tests/test_release_check.py","repo":"aoa-techniques","size_bytes":6729,"version_id":"aoa:aoa-techniques:artifact-version:63c1406f2a534e0b5eb82efe"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"test_owner","surface":"tests/test_release_check.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_release_check.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_release_check.py:1"],"path_ref":"tests/test_release_check.py"},"signs":{"attestation_ref":"","digest":"28abcb6318b65fad4c38a99d6808dee76a51fbe9fe28d83e3a271f18cfd1fbeb","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m unittest tests/test_release_check.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, {"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":"9475fddc5de2f15f9079190109b10cd4a9901cef5897ca292450007c0092a762","git_blob_id":"1ad6012d55d702651ae676a53c4ec63778c23bf9","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","lineage_path":"tests/test_roadmap_parity.py","logical_id":"aoa:aoa-techniques:artifact:574915dc67fceb4a19d9a4b0","mime":"text/x-python","path":"tests/test_roadmap_parity.py","repo":"aoa-techniques","size_bytes":6327,"version_id":"aoa:aoa-techniques:artifact-version:a9dac5d3787afb62ff5dc733"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"test_owner","surface":"tests/test_roadmap_parity.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_roadmap_parity.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_roadmap_parity.py:1"],"path_ref":"tests/test_roadmap_parity.py"},"signs":{"attestation_ref":"","digest":"9475fddc5de2f15f9079190109b10cd4a9901cef5897ca292450007c0092a762","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m unittest tests/test_roadmap_parity.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, {"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":"be548f162aee661b61751d8be2ebc7237a8ed73500f761d12103a66e64457ead","git_blob_id":"d5702cb00f8b6c140f15f7871281d0408086cb11","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","lineage_path":"tests/test_root_legacy_topology.py","logical_id":"aoa:aoa-techniques:artifact:5eed110f16220e7ba98c2982","mime":"text/x-python","path":"tests/test_root_legacy_topology.py","repo":"aoa-techniques","size_bytes":7826,"version_id":"aoa:aoa-techniques:artifact-version:1fda79f3d49c680ce6b0dddc"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"test_owner","surface":"tests/test_root_legacy_topology.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_root_legacy_topology.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_root_legacy_topology.py:1"],"path_ref":"tests/test_root_legacy_topology.py"},"signs":{"attestation_ref":"","digest":"be548f162aee661b61751d8be2ebc7237a8ed73500f761d12103a66e64457ead","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m unittest tests/test_root_legacy_topology.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, - {"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":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","git_blob_id":"a6178b1ba31035297e55064e419b84cba96eb476","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","lineage_path":"tests/test_script_topology.py","logical_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","mime":"text/x-python","path":"tests/test_script_topology.py","repo":"aoa-techniques","size_bytes":11318,"version_id":"aoa:aoa-techniques:artifact-version:5619a9a498915b3c3f19206e"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"test_owner","surface":"tests/test_script_topology.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_script_topology.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_script_topology.py:1"],"path_ref":"tests/test_script_topology.py"},"signs":{"attestation_ref":"","digest":"4e92ee22c471dc155921bbbb5a9dfd7fdf067ca0c56bc6b5bcf7cf55be77cae9","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m unittest tests/test_script_topology.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, + {"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":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","git_blob_id":"b85e621210b6f3759d93e78c8c63a4b331c784ad","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","lineage_path":"tests/test_script_topology.py","logical_id":"aoa:aoa-techniques:artifact:6f0a306b0bad5453f0e6f938","mime":"text/x-python","path":"tests/test_script_topology.py","repo":"aoa-techniques","size_bytes":10797,"version_id":"aoa:aoa-techniques:artifact-version:e413ab1b8f844a8ebd7d399c"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"test_owner","surface":"tests/test_script_topology.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_script_topology.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_script_topology.py:1"],"path_ref":"tests/test_script_topology.py"},"signs":{"attestation_ref":"","digest":"f5dfaa1230afd3f1fa0383d68b5dfe814d809cd71fed8da1821ae6cb0ebb0582","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m unittest tests/test_script_topology.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, {"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":"956d4bc5c9e91545712e815d702f4a45605e954b2fe8dee307cb9c669fc7d579","git_blob_id":"58063446eba2e68c58d47cf8f178ec3cc19e7e57","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:24fa58fe2c64b5fa17c73aae","lineage_path":"tests/test_technique_intelligence.py","logical_id":"aoa:aoa-techniques:artifact:24fa58fe2c64b5fa17c73aae","mime":"text/x-python","path":"tests/test_technique_intelligence.py","repo":"aoa-techniques","size_bytes":4633,"version_id":"aoa:aoa-techniques:artifact-version:f79c2f99154cc211058be9e7"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"test_owner","surface":"tests/test_technique_intelligence.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_technique_intelligence.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_technique_intelligence.py:1"],"path_ref":"tests/test_technique_intelligence.py"},"signs":{"attestation_ref":"","digest":"956d4bc5c9e91545712e815d702f4a45605e954b2fe8dee307cb9c669fc7d579","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m unittest tests/test_technique_intelligence.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, {"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":"82598278953002b8cf23bee9a1cd1e8150543e33dc9b0a0f346a76f699ae76ee","git_blob_id":"c2fb737f9322bd9e10f84398c0e389a03c9d3db1","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:9474485b910fe51774c07f50","lineage_path":"tests/test_test_topology.py","logical_id":"aoa:aoa-techniques:artifact:9474485b910fe51774c07f50","mime":"text/x-python","path":"tests/test_test_topology.py","repo":"aoa-techniques","size_bytes":10433,"version_id":"aoa:aoa-techniques:artifact-version:b10c4a080a06a3c55a680563"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"test_owner","surface":"tests/test_test_topology.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_test_topology.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_test_topology.py:1"],"path_ref":"tests/test_test_topology.py"},"signs":{"attestation_ref":"","digest":"82598278953002b8cf23bee9a1cd1e8150543e33dc9b0a0f346a76f699ae76ee","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m unittest tests/test_test_topology.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, {"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":"786d9d04a6dcba445b9be1ae3e7d5d533b56d5f9d4d8097711cee65cb9789176","git_blob_id":"f79cc88f0973c16d3af054270be1f7aaf5eb597b","git_ref":"git-index-source-tree","id":"aoa:aoa-techniques:artifact:8658ee6a5e9a7c7b185a1d3e","lineage_path":"tests/test_validate_repo_agents_mesh.py","logical_id":"aoa:aoa-techniques:artifact:8658ee6a5e9a7c7b185a1d3e","mime":"text/x-python","path":"tests/test_validate_repo_agents_mesh.py","repo":"aoa-techniques","size_bytes":3466,"version_id":"aoa:aoa-techniques:artifact-version:7300d3d49db4c4e9ab1553e6"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"aoa-techniques","route_kind":"test_owner","surface":"tests/test_validate_repo_agents_mesh.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_validate_repo_agents_mesh.py","repo":"aoa-techniques","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_validate_repo_agents_mesh.py:1"],"path_ref":"tests/test_validate_repo_agents_mesh.py"},"signs":{"attestation_ref":"","digest":"786d9d04a6dcba445b9be1ae3e7d5d533b56d5f9d4d8097711cee65cb9789176","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m unittest tests/test_validate_repo_agents_mesh.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}}, diff --git a/scripts/validate_semantic_agents.py b/scripts/validate_semantic_agents.py index bdb47a4c..c90d5994 100644 --- a/scripts/validate_semantic_agents.py +++ b/scripts/validate_semantic_agents.py @@ -16,16 +16,6 @@ class AgentsDocSpec: REQUIRED_DOCS: tuple[AgentsDocSpec, ...] = ( - AgentsDocSpec( - Path('.agents/skills/AGENTS.md'), - ( - 'agent-facing companion surface', - 'TECHNIQUE.md', - 'aoa-skills', - 'public-safe', - 'validate_repo.py', - ), - ), AgentsDocSpec( Path('config/AGENTS.md'), ( diff --git a/tests/test_script_topology.py b/tests/test_script_topology.py index a6178b1b..b85e6212 100644 --- a/tests/test_script_topology.py +++ b/tests/test_script_topology.py @@ -60,9 +60,6 @@ } CLI_SMOKE_COMMANDS = ( - (".agents/skills/aoa-dry-run-first/scripts/dry_run_contract.py", "--template"), - (".agents/skills/aoa-local-stack-bringup/scripts/bringup_contract.py", "--template"), - (".agents/skills/aoa-safe-infra-change/scripts/infra_change_contract.py", "--template"), (".agents/spark/scripts/validate_spark_lane.py", "--help"), ("scripts/ci_gate.py", "--help"), ("scripts/technique_intelligence.py", "--help"), @@ -203,16 +200,12 @@ def test_mechanics_part_local_scripts_are_runner_discovered(self) -> None: self.assertEqual(inventory_part_scripts, runner_part_scripts) self.assertTrue(runner_part_scripts) - def test_advisory_runtime_and_skill_tools_are_not_hidden_hard_gates(self) -> None: + def test_advisory_observation_tools_are_not_hidden_hard_gates(self) -> None: hard_gate_paths = all_lane_command_script_paths() for entry in inventory_entries(): path = entry["path"] with self.subTest(path=path): - if path.startswith(".agents/skills/"): - self.assertEqual("advisory", entry["validation_lane"]) - self.assertEqual([], entry["writes"]) - self.assertNotIn(path, hard_gate_paths) if path.endswith("publish_live_receipts.py"): self.assertEqual("advisory", entry["validation_lane"]) self.assertIn("appends", entry["side_effects"])